Skip to content

Commit

Permalink
add norg to free roam
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepeybunney committed Feb 13, 2024
1 parent dafa2eb commit c4d5376
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Maelstrom/Data/Bosses.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@
{
"EncounterID": 63,
"EncounterName": "NORG",
"FieldID": "bgmast_1",
"FieldID": "bgmast_3",
"FieldName": "B-Garden - Master Room",
"FieldEntity": 13,
"FieldScript": 14,
"FieldEntity": 19,
"FieldScript": 3,
"FixedField": true,
"SlotRanks": [ 3, 0, 1, 2 ],
"Disc": 2
"Disc": 2,
"FlagVar": 346,
"FlagBit": 8
},
{
"EncounterID": 79,
Expand Down
13 changes: 13 additions & 0 deletions Maelstrom/Data/FreeRoam.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,18 @@
"Before": "popm_b 1025"
}
]
},
{
"Field": "bgmast_3",
"Comment": "NORG boss fight",
"CopyParticlesFrom": "fewor1",
"AddBoss": {
"EncounterID": 63,
"PosX": -1400,
"PosY": -2400,
"PosZ": 0,
"Triangle": 34,
"Radius": 1600
}
}
]

0 comments on commit c4d5376

Please sign in to comment.