Skip to content

Commit 62e98bf

Browse files
authored
Merge pull request #17 from ja2-stracciatella/0.19.x-support
Adapt NPC placements to new schema for 0.19.x
2 parents 1e35768 + 89dbbca commit 62e98bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

assets/wildfire-maps/Data/strategic-map-npc-placements.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
[
22
{
3-
"profileId": 63, // HAMOUS, together with his Ice-cream truck (PROF_ICECREAM, 162)
3+
"profile": "HAMOUS", // HAMOUS, together with his Ice-cream truck (PROF_ICECREAM, 162)
44
"sectors": [ "G6", "F12", "D7", "C3", "D9" ],
55
"placedAtStart": false
66
},
77
{
8-
"profileId": 61, // DEVIN
8+
"profile": "DEVIN", // DEVIN
99
"sectors": [ "G9", "D13", "C5", "H2", "C6" ],
1010
"placedAtStart": false
1111
},
1212
{
13-
"profileId": 78, // CARMEN
13+
"profile": "CARMEN", // CARMEN
1414
"sectors": [ "C5", "C13", "G9" ],
1515
"placedAtStart": false
1616
},
1717
/* NPCs randomly placed at game start */
1818
{
19-
"profileId": 97, // SKYRIDER
19+
"profile": "SKYRIDER", // SKYRIDER
2020
"sectors": [ "B15", "E14", "D12", "C16" ],
2121
"placedAtStart": true,
2222
"useAlternateMap": true
2323
},
2424
{
25-
"profileId": 146, // MADLAB (and ROBOT)
25+
"profile": "MADLAB", // MADLAB (and ROBOT)
2626
"sectors": [ "H7", "H16", "I11", "E4" ],
2727
"placedAtStart": false,
2828
"useAlternateMap": true
2929
},
3030
{
31-
"profileId": 96, // MICKY
31+
"profile": "MICKY", // MICKY
3232
"sectors": [ "G9", "D13", "C5", "H2", "C6" ],
3333
"placedAtStart": true
3434
},
3535
/* Sci-fi mode only NPCs */
3636
{
37-
"profileId": 84, // BOB
37+
"profile": "BOB", // BOB
3838
"sectors": [ "F8" ],
3939
"placedAtStart": true,
4040
"sciFiOnly": true
4141
},
4242
{
43-
"profileId": 104, // GABBY
43+
"profile": "GABBY", // GABBY
4444
"sectors": [ "H11", "I4" ],
4545
"placedAtStart": true,
4646
"sciFiOnly": true,

0 commit comments

Comments
 (0)