-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathnzg.json
47 lines (47 loc) · 1.28 KB
/
nzg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"ClassName": "nzg",
"ParentClassOverride": "Actor",
"ParameterFields": [
{
"Name": "Type",
"ValueSource": "Parameters",
"Mask": 0x00FF0000,
"Hidden": false,
"Category": "nzg",
"ToolTip": "The type that spawns just Rats also has the Rat Shopkeeper in it.\nThe type that spawns both Rats and Bombchus has a random 50% chance of which to spawn each time it spawns one.",
"DataType": "Enum",
"EnumValues": {
0: "Spawns Rats",
1: "Spawns Bombchus",
2: "Spawns Rats and Bombchus",
}
},
{
"Name": "Sight Range (Fives)",
"ValueSource": "Parameters",
"Mask": 0x000000FF,
"Hidden": false,
"Category": "nzg",
"ToolTip": "This number multiplied by 5 is the range around the hole it will notice the player and start spawning Rats and/or Bombchus.",
"DataType": "Integer"
},
{
"Name": "Maximum Number of Rats",
"ValueSource": "Parameters",
"Mask": 0x0000FF00,
"Hidden": false,
"Category": "nzg",
"ToolTip": "",
"DataType": "Integer"
},
{
"Name": "Unused",
"ValueSource": "Parameters",
"Mask": 0xFF000000,
"Hidden": true,
"Category": "nzg",
"ToolTip": "",
"DataType": "Integer"
}
]
}