init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
scene: home_basement
|
||||
priority: 10
|
||||
---
|
||||
light_set [{"x":0.38576052,"y":0.31548673,"radius":700,"influence":0.5,"color":"#ffff00"},{"x":0.16893204,"y":0.20154873,"radius":700,"influence":0.5,"color":"#ffff00"},{"x":0.5864078,"y":0.3254425,"radius":700,"influence":0.5,"color":"#ffff00"},{"x":0.8116505,"y":0.27123895,"radius":700,"influence":0.5,"color":"#ffff00"}]
|
||||
select "Подвал" key=rooms/basement/prompt
|
||||
option "Выйти" key=rooms/basement/opt_exit -> :exit
|
||||
|
||||
:exit
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
scene: home_bedroom
|
||||
save_allowed: true
|
||||
priority: 10
|
||||
---
|
||||
select "Твоя спальня, тут можно поспать и набраться сил" key=rooms/bedroom/prompt
|
||||
option "Выйти" key=rooms/bedroom/opt_exit -> :exit
|
||||
|
||||
:exit
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
scene: home_kitchen
|
||||
priority: 10
|
||||
---
|
||||
light_set [{"x":0.43052286,"y":0.5760054,"radius":500,"influence":1,"color":"#ffff00"},{"x":0.103702,"y":0.26946074,"radius":500,"influence":1,"color":"#ffff00"}]
|
||||
select "Комната оборудованная под кухню" key=rooms/kitchen/prompt
|
||||
option "Выйти" key=rooms/kitchen/opt_exit -> :exit
|
||||
|
||||
:exit
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
scene: home_livingroom
|
||||
priority: 10
|
||||
---
|
||||
light_set [{"x":0.32427186,"y":0.5831858,"radius":300,"influence":1,"color":"#ffff00"},{"x":0.11262136,"y":0.44159293,"radius":300,"influence":0.6,"color":"#ffff00"}]
|
||||
select "Гостинная" key=rooms/livingroom/prompt
|
||||
option "Выйти" key=rooms/livingroom/opt_exit -> :exit
|
||||
|
||||
:exit
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
@@ -0,0 +1,20 @@
|
||||
scene: home_outside
|
||||
priority: 10
|
||||
---
|
||||
light_set [{"x":0.29462293,"y":0.43369123,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.29967362,"y":0.62050235,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.49256954,"y":0.40350124,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.5846468,"y":0.37935096,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.33943588,"y":0.41643897,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.43495983,"y":0.41557643,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.30102944,"y":0.5208026,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.67573905,"y":0.40436372,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.3522381,"y":0.5113151,"radius":100,"influence":1,"color":"#ffff00"},{"x":0.6782009,"y":0.507865,"radius":150,"influence":1,"color":"#ffff00"}]
|
||||
select "" key=home_outside/prompt
|
||||
option "Зайти в дом" key=home_outside/opt_enter -> :enter
|
||||
option "В город" key=home_outside/opt_town -> :town
|
||||
option "В лес" key=home_outside/opt_forest -> :forest
|
||||
|
||||
:enter
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
|
||||
:town
|
||||
switch_scene town_entry
|
||||
end
|
||||
|
||||
:forest
|
||||
switch_scene forest
|
||||
end
|
||||
@@ -0,0 +1,30 @@
|
||||
scene: home_vestibule
|
||||
priority: 40
|
||||
---
|
||||
light_set [{"x":0.32427186,"y":0.5831858,"radius":300,"influence":1,"color":"#ffff00"},{"x":0.11262136,"y":0.44159293,"radius":300,"influence":0.6,"color":"#ffff00"}]
|
||||
select "" key=vestibule/diner/prompt
|
||||
option "В рабочую комнату" key=vestibule/diner/opt_workroom -> :workroom
|
||||
option "В обеденную комнату" key=vestibule/diner/opt_dinerroom -> :kitchen
|
||||
option "В спальню" key=vestibule/diner/opt_bedroom -> :bedroom
|
||||
option "В подвал" key=vestibule/diner/opt_cellar -> :cellar
|
||||
option "На улицу" key=vestibule/diner/opt_outside -> :outside
|
||||
|
||||
:workroom
|
||||
switch_scene home_workroom
|
||||
end
|
||||
|
||||
:kitchen
|
||||
switch_scene home_kitchen
|
||||
end
|
||||
|
||||
:bedroom
|
||||
switch_scene home_bedroom
|
||||
end
|
||||
|
||||
:cellar
|
||||
switch_scene home_basement
|
||||
end
|
||||
|
||||
:outside
|
||||
switch_scene home_outside
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
scene: home_workroom
|
||||
priority: 10
|
||||
---
|
||||
light_set [{"x":0.45825243,"y":0.5865044,"radius":300,"influence":1,"color":"#ffff00"},{"x":0.5190939,"y":0.52787614,"radius":300,"influence":1,"color":"#ffff00"},{"x":0.77411,"y":0.45929205,"radius":300,"influence":1,"color":"#ffff00"},{"x":0.8699029,"y":0.4869469,"radius":300,"influence":1,"color":"#ffff00"}]
|
||||
select "Рабочий кабинет, тут тебя никто не будет отвлекать от исследований" key=rooms/workroom/prompt
|
||||
option "Выйти" key=rooms/workroom/opt_exit -> :exit
|
||||
|
||||
:exit
|
||||
switch_scene home_vestibule
|
||||
end
|
||||
Reference in New Issue
Block a user