-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-alcove-items.json
More file actions
88 lines (87 loc) · 1.95 KB
/
example-alcove-items.json
File metadata and controls
88 lines (87 loc) · 1.95 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"description": "Example patchfile. SJ -> Missile (model only), add an extra item (respawns, gives Plasma, no text or anything)",
"patches": [
{
"type": "ScriptObject",
"description": "Turn SJ into a missle, looks-wise",
"filename": "c44e7a07.MREA",
"typ": "Pickup",
"id": "0x40007",
"objectPatch": {
"0x0C": "2d7e6590.CMDL",
"0x0D": {
"animANCS": "a9b8e446.ANCS",
"character": 0,
"defaultAnim": 0
},
"0x11": "0deb9456.PART"
}
},
{
"type": "ScriptObject",
"description": "Add a new 'missile' that's very tall and gives Plasma Beam",
"filename": "c44e7a07.MREA",
"typ": "Pickup",
"id": "0x429387",
"add": true,
"layer": 0,
"objectPatch": {
"0x00": "New Item",
"0x01": {
"x": -335,
"y": 451.5,
"z": -23
},
"0x03": {
"x": 1,
"y": 1,
"z": 3
},
"0x04": {
"x": 1,
"y": 1,
"z": 1
},
"0x06": "0x03",
"0x07": 1,
"0x08": 1,
"0x0C": "2d7e6590.CMDL",
"0x0D": {
"animANCS": "a9b8e446.ANCS",
"character": 0,
"defaultAnim": 0
},
"0x0E": {
"0x00": {
"0x00": true,
"0x01": 1.0,
"0x03": 1.0,
"0x04": 20.0,
"0x05": {
"r": 1,
"g": 1,
"b": 1,
"a": 1
},
"0x06": true,
"0x08": "0x04",
"0x09": "0x04"
},
"0x01": {
"0x00": "f5d79a23.SCAN"
},
"0x06": true,
"0x07": 1.0,
"0x08": 1.0,
"0x09": {
"0x02": "0xF"
},
"0x0C": true,
"0x0D": 1.0
},
"0x0F": true,
"0x11": "0deb9456.PART"
}
}
]
}