-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathicelift.json
42 lines (42 loc) · 1.07 KB
/
icelift.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
{
"ClassName": "icelift",
"ParentClassOverride": "Actor",
"ParameterFields": [
{
"Name": "Type",
"ValueSource": "Parameters",
"Mask": 0x0000000F,
"Hidden": false,
"Category": "Ice Platform",
"ToolTip": "",
"DataType": "Enum",
"EnumValues": {
0: "Short Ice Platform",
1: "Tall Ice Platform",
},
"UpdateModel": true,
"DefaultsByActorName": {
"Ylsic": "Short Ice Platform",
"Yllic": "Tall Ice Platform",
}
},
{
"Name": "Path to Follow",
"ValueSource": "Parameters",
"Mask": 0x00000FF0,
"Hidden": false,
"Category": "Ice Platform",
"ToolTip": "",
"DataType": "Path"
},
{
"Name": "Do Not Freeze Player Switch",
"ValueSource": "Parameters",
"Mask": 0x000FF000,
"Hidden": false,
"Category": "Ice Platform",
"ToolTip": "If this switch is not 255, and it is also not set, this ice platform will modify its collision's attribute type to freeze the player.",
"DataType": "Integer"
}
]
}