Skip to content

Commit

Permalink
Scripting + enemy status work
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbles committed Jun 23, 2024
1 parent eab9c50 commit c8f51fb
Show file tree
Hide file tree
Showing 27 changed files with 1,511,336 additions and 1,510,734 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ Define variable, its values and notes for each value.

ouruin_depot_state
0: Player is loading into Depot from Explore (level1_explore.xml)
1: Player is loading into Depot from the Warrens (warrens.xml)
2: Player is loading into Depot from the upper Explore entrance (level1_explore)
1: Player is loading into Depot from the upper Explore entrance (level1_explore)
2: Player is loading into Depot from the Warrens (warrens.xml)

ouruin_depot_upperdoor
0: Locked
Expand Down
55 changes: 55 additions & 0 deletions Data/Mods/constance_ouruin/Data/Dialogues/ouruin/enemy_ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Used for lethality & enemy state scripts, namely this variable:
== EXPLORE
N/A


== AGRA HOOD
Gate Guard 1 Emory
11
Expand All @@ -31,6 +32,20 @@ Used for lethality & enemy state scripts, namely this variable:
16187
Tree Guard 1 Avva
4518

-- VARIABLES
ouruin_agra_enemy_11_status
ouruin_agra_enemy_1133_status
ouruin_agra_enemy_1129_status
ouruin_agra_enemy_1291_status
ouruin_agra_enemy_1332_status
ouruin_agra_enemy_6773_status
ouruin_agra_enemy_16201_status
ouruin_agra_enemy_1921_status
ouruin_agra_enemy_4592_status
ouruin_agra_enemy_16187_status
ouruin_agra_enemy_4518_status


== HIGH ROAD
Factory Heavy Edtris
Expand All @@ -52,3 +67,43 @@ Used for lethality & enemy state scripts, namely this variable:
Waterfront Mook 4
11342

-- VARIABLES
ouruin_highroad_enemy_640_status
ouruin_highroad_enemy_1614_status
ouruin_highroad_enemy_4432_status
ouruin_highroad_enemy_4436_status
ouruin_highroad_enemy_4513_status
ouruin_highroad_enemy_4953_status
ouruin_highroad_enemy_5073_status
ouruin_highroad_enemy_5077_status
ouruin_highroad_enemy_11342_status


== DEPOT
Storage Rabbit 1 Damis
6049
Drawing Cat Agate
6063
Prayer Dog Ferrat
6065
Prayer Rabbit Yarn
6083
Storage Rabbit 2 Radjin
6178
Storage Rabbit 3 Lunis
6259
Workstation Rabbit Garash
6332
Workstation Cat Sennes
6365

-- VARIABLES
ouruin_depot_enemy_6049_status
ouruin_depot_enemy_6063_status
ouruin_depot_enemy_6065_status
ouruin_depot_enemy_6083_status
ouruin_depot_enemy_6178_status
ouruin_depot_enemy_6259_status
ouruin_depot_enemy_6332_status
ouruin_depot_enemy_6365_status

Loading

0 comments on commit c8f51fb

Please sign in to comment.