-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathikari.json
39 lines (39 loc) · 889 Bytes
/
ikari.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
{
"ClassName": "ikari",
"ParentClassOverride": "Actor",
"ParameterFields": [
{
"Name": "Size",
"ValueSource": "Parameters",
"Mask": 0x000000FF,
"Hidden": false,
"Category": "Anchor",
"ToolTip": "",
"DataType": "Enum",
"EnumValues": {
0 : "Scalable", // Keeps the scale it was given
1 : "Big", // 1.27 scale
255: "Normal", // 1.0 scale
},
"EnumDefaultValue": 0,
"UpdateModel": true,
},
{
"Name": "Model",
"ValueSource": "Parameters",
"Mask": 0x0000FF00,
"Hidden": false,
"Category": "Anchor",
"ToolTip": "",
"DataType": "Enum",
"EnumValues": {
0: "Two Prongs A",
1: "Two Prongs B",
2: "Two Prongs C",
3: "Three Prongs",
4: "Four Prongs",
},
"UpdateModel": true,
}
]
}