|
1 | 1 | [
|
2 | 2 | {
|
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) |
4 | 4 | "sectors": [ "G6", "F12", "D7", "C3", "D9" ],
|
5 | 5 | "placedAtStart": false
|
6 | 6 | },
|
7 | 7 | {
|
8 |
| - "profileId": 61, // DEVIN |
| 8 | + "profile": "DEVIN", // DEVIN |
9 | 9 | "sectors": [ "G9", "D13", "C5", "H2", "C6" ],
|
10 | 10 | "placedAtStart": false
|
11 | 11 | },
|
12 | 12 | {
|
13 |
| - "profileId": 78, // CARMEN |
| 13 | + "profile": "CARMEN", // CARMEN |
14 | 14 | "sectors": [ "C5", "C13", "G9" ],
|
15 | 15 | "placedAtStart": false
|
16 | 16 | },
|
17 | 17 | /* NPCs randomly placed at game start */
|
18 | 18 | {
|
19 |
| - "profileId": 97, // SKYRIDER |
| 19 | + "profile": "SKYRIDER", // SKYRIDER |
20 | 20 | "sectors": [ "B15", "E14", "D12", "C16" ],
|
21 | 21 | "placedAtStart": true,
|
22 | 22 | "useAlternateMap": true
|
23 | 23 | },
|
24 | 24 | {
|
25 |
| - "profileId": 146, // MADLAB (and ROBOT) |
| 25 | + "profile": "MADLAB", // MADLAB (and ROBOT) |
26 | 26 | "sectors": [ "H7", "H16", "I11", "E4" ],
|
27 | 27 | "placedAtStart": false,
|
28 | 28 | "useAlternateMap": true
|
29 | 29 | },
|
30 | 30 | {
|
31 |
| - "profileId": 96, // MICKY |
| 31 | + "profile": "MICKY", // MICKY |
32 | 32 | "sectors": [ "G9", "D13", "C5", "H2", "C6" ],
|
33 | 33 | "placedAtStart": true
|
34 | 34 | },
|
35 | 35 | /* Sci-fi mode only NPCs */
|
36 | 36 | {
|
37 |
| - "profileId": 84, // BOB |
| 37 | + "profile": "BOB", // BOB |
38 | 38 | "sectors": [ "F8" ],
|
39 | 39 | "placedAtStart": true,
|
40 | 40 | "sciFiOnly": true
|
41 | 41 | },
|
42 | 42 | {
|
43 |
| - "profileId": 104, // GABBY |
| 43 | + "profile": "GABBY", // GABBY |
44 | 44 | "sectors": [ "H11", "I4" ],
|
45 | 45 | "placedAtStart": true,
|
46 | 46 | "sciFiOnly": true,
|
|
0 commit comments