Lingo: Sync config with game update (#2447)
This commit is contained in:
parent
85d02b2dc5
commit
a4b625c3e3
|
@ -1650,7 +1650,9 @@
|
||||||
The Observant: True # Assuming that access to The Observant includes access to the right entrance
|
The Observant: True # Assuming that access to The Observant includes access to the right entrance
|
||||||
Eight Room: True
|
Eight Room: True
|
||||||
Eight Alcove:
|
Eight Alcove:
|
||||||
door: Eight Painting
|
door: Eight Door
|
||||||
|
Orange Tower Sixth Floor:
|
||||||
|
painting: True
|
||||||
panels:
|
panels:
|
||||||
Achievement:
|
Achievement:
|
||||||
id: Countdown Panels/Panel_incomparable_incomparable
|
id: Countdown Panels/Panel_incomparable_incomparable
|
||||||
|
@ -1715,7 +1717,7 @@
|
||||||
colors: blue
|
colors: blue
|
||||||
tag: forbid
|
tag: forbid
|
||||||
doors:
|
doors:
|
||||||
Eight Painting:
|
Eight Door:
|
||||||
id: Red Blue Purple Room Area Doors/Door_a_strands
|
id: Red Blue Purple Room Area Doors/Door_a_strands
|
||||||
location_name: Giant Sevens
|
location_name: Giant Sevens
|
||||||
group: Observant Doors
|
group: Observant Doors
|
||||||
|
@ -1725,11 +1727,17 @@
|
||||||
panel: I
|
panel: I
|
||||||
- room: Elements Area
|
- room: Elements Area
|
||||||
panel: A
|
panel: A
|
||||||
|
paintings:
|
||||||
|
- id: crown_painting
|
||||||
|
orientation: east
|
||||||
Eight Alcove:
|
Eight Alcove:
|
||||||
entrances:
|
entrances:
|
||||||
The Incomparable:
|
The Incomparable:
|
||||||
room: The Incomparable
|
room: The Incomparable
|
||||||
door: Eight Painting
|
door: Eight Door
|
||||||
|
Outside The Initiated:
|
||||||
|
room: Outside The Initiated
|
||||||
|
door: Eight Door
|
||||||
paintings:
|
paintings:
|
||||||
- id: eight_painting2
|
- id: eight_painting2
|
||||||
orientation: north
|
orientation: north
|
||||||
|
@ -2126,7 +2134,7 @@
|
||||||
orientation: north
|
orientation: north
|
||||||
- id: panda_painting_2
|
- id: panda_painting_2
|
||||||
orientation: south
|
orientation: south
|
||||||
- id: pencil_painting
|
- id: crown_painting2
|
||||||
orientation: north
|
orientation: north
|
||||||
- id: colors_painting2
|
- id: colors_painting2
|
||||||
orientation: south
|
orientation: south
|
||||||
|
@ -2638,10 +2646,8 @@
|
||||||
Hub Room: True
|
Hub Room: True
|
||||||
Outside The Wondrous: True
|
Outside The Wondrous: True
|
||||||
Outside The Undeterred: True
|
Outside The Undeterred: True
|
||||||
Outside The Initiated: True
|
|
||||||
Outside The Agreeable: True
|
Outside The Agreeable: True
|
||||||
Outside The Wanderer: True
|
Outside The Wanderer: True
|
||||||
Eight Alcove: True
|
|
||||||
Orange Tower Fifth Floor:
|
Orange Tower Fifth Floor:
|
||||||
room: Orange Tower Fifth Floor
|
room: Orange Tower Fifth Floor
|
||||||
door: Welcome Back
|
door: Welcome Back
|
||||||
|
@ -2713,6 +2719,8 @@
|
||||||
Orange Tower Fifth Floor:
|
Orange Tower Fifth Floor:
|
||||||
room: Art Gallery
|
room: Art Gallery
|
||||||
door: Exit
|
door: Exit
|
||||||
|
Eight Alcove:
|
||||||
|
door: Eight Door
|
||||||
panels:
|
panels:
|
||||||
SEVEN (1):
|
SEVEN (1):
|
||||||
id: Backside Room/Panel_seven_seven_5
|
id: Backside Room/Panel_seven_seven_5
|
||||||
|
@ -2878,6 +2886,16 @@
|
||||||
panel: BACKSIDE
|
panel: BACKSIDE
|
||||||
- room: The Bearer
|
- room: The Bearer
|
||||||
panel: BACKSIDE
|
panel: BACKSIDE
|
||||||
|
Eight Door:
|
||||||
|
id: Red Blue Purple Room Area Doors/Door_a_strands2
|
||||||
|
skip_location: True
|
||||||
|
panels:
|
||||||
|
- room: The Incomparable
|
||||||
|
panel: I (Seven)
|
||||||
|
- room: Courtyard
|
||||||
|
panel: I
|
||||||
|
- room: Elements Area
|
||||||
|
panel: A
|
||||||
paintings:
|
paintings:
|
||||||
- id: clock_painting_5
|
- id: clock_painting_5
|
||||||
orientation: east
|
orientation: east
|
||||||
|
|
|
@ -1098,7 +1098,7 @@ doors:
|
||||||
item: 444474
|
item: 444474
|
||||||
location: 444569
|
location: 444569
|
||||||
The Incomparable:
|
The Incomparable:
|
||||||
Eight Painting:
|
Eight Door:
|
||||||
item: 444475
|
item: 444475
|
||||||
location: 445219
|
location: 445219
|
||||||
Orange Tower:
|
Orange Tower:
|
||||||
|
@ -1219,6 +1219,8 @@ doors:
|
||||||
Entrance:
|
Entrance:
|
||||||
item: 444516
|
item: 444516
|
||||||
location: 445237
|
location: 445237
|
||||||
|
Eight Door:
|
||||||
|
item: 444578
|
||||||
The Traveled:
|
The Traveled:
|
||||||
Color Hallways Entrance:
|
Color Hallways Entrance:
|
||||||
item: 444517
|
item: 444517
|
||||||
|
|
|
@ -42,7 +42,7 @@ door_groups = {}
|
||||||
directives = Set["entrances", "panels", "doors", "paintings", "progression"]
|
directives = Set["entrances", "panels", "doors", "paintings", "progression"]
|
||||||
panel_directives = Set["id", "required_room", "required_door", "required_panel", "colors", "check", "exclude_reduce", "tag", "link", "subtag", "achievement", "copy_to_sign", "non_counting"]
|
panel_directives = Set["id", "required_room", "required_door", "required_panel", "colors", "check", "exclude_reduce", "tag", "link", "subtag", "achievement", "copy_to_sign", "non_counting"]
|
||||||
door_directives = Set["id", "painting_id", "panels", "item_name", "location_name", "skip_location", "skip_item", "group", "include_reduce", "junk_item", "event"]
|
door_directives = Set["id", "painting_id", "panels", "item_name", "location_name", "skip_location", "skip_item", "group", "include_reduce", "junk_item", "event"]
|
||||||
painting_directives = Set["id", "enter_only", "exit_only", "orientation", "required_door", "required", "required_when_no_doors", "move"]
|
painting_directives = Set["id", "enter_only", "exit_only", "orientation", "required_door", "required", "required_when_no_doors", "move", "req_blocked", "req_blocked_when_no_doors"]
|
||||||
|
|
||||||
non_counting = 0
|
non_counting = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue