Skip to content

Commit

Permalink
v0.2 - Locked door, changed extraction wave
Browse files Browse the repository at this point in the history
  • Loading branch information
AuriRex committed Sep 8, 2023
1 parent 810df30 commit 528628f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ALT_RXGC/GameData_LevelLayoutDataBlock_bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"EventsOnDoorScanStart": [],
"EventsOnDoorScanDone": [],
"ProgressionPuzzleToEnter": {
"PuzzleType": 0,
"PuzzleType": 3,
"CustomText": 972,
"PlacementCount": 1,
"ZonePlacementData": []
Expand Down
46 changes: 45 additions & 1 deletion ALT_RXGC/GameData_WardenObjectiveDataBlock_bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52828,7 +52828,7 @@
"StopAllWavesBeforeGotoWin": false,
"WavesOnGotoWin": [
{
"WaveSettings": 136,
"WaveSettings": 109,
"WavePopulation": 23,
"AreaDistance": 2,
"SpawnDelay": 2.0,
Expand Down Expand Up @@ -52881,6 +52881,50 @@
"Enabled": false,
"TerminalCommand": 0,
"TerminalCommandRule": 0
},
{
"Type": 2,
"Condition": {
"ConditionIndex": -1,
"IsTrue": false
},
"Trigger": 0,
"ChainPuzzle": 0,
"UseStaticBioscanPoints": false,
"Layer": 0,
"DimensionIndex": 0,
"LocalIndex": 5,
"Delay": 0.0,
"Duration": 0.0,
"ClearDimension": false,
"WardenIntel": 0,
"CustomSubObjectiveHeader": 0,
"CustomSubObjective": 0,
"SoundID": 0,
"SoundSubtitle": 0,
"DialogueID": 0,
"FogSetting": 0,
"FogTransitionDuration": 0.0,
"EnemyWaveData": {
"WaveSettings": 2,
"WavePopulation": 56,
"AreaDistance": 2,
"SpawnDelay": 0,
"TriggerAlarm": false,
"IntelMessage": 0
},
"EnemyID": 0,
"Position": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"magnitude": 0.0,
"sqrMagnitude": 0.0
},
"Count": 0,
"Enabled": false,
"TerminalCommand": 0,
"TerminalCommandRule": 0
}
],
"EventsOnGotoWinTrigger": 0,
Expand Down

0 comments on commit 528628f

Please sign in to comment.