-
Notifications
You must be signed in to change notification settings - Fork 0
/
w3-w3o.ksy
50 lines (50 loc) · 811 Bytes
/
w3-w3o.ksy
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
meta:
id: w3_w3o
file-extension: w3o
endian: le
imports:
- w3-w3a
- w3-w3b
- w3-w3d
- w3-w3h
- w3-w3q
- w3-w3t
- w3-w3u
seq:
- id: version
type: u4
- id: use_unit
type: u4
- id: unit
type: w3_w3u
if: use_unit == 1
- id: use_item
type: u4
- id: item
type: w3_w3t
if: use_item == 1
- id: use_destructable
type: u4
- id: destructable
type: w3_w3b
if: use_destructable == 1
- id: use_doodad
type: u4
- id: doodad
type: w3_w3d
if: use_doodad == 1
- id: use_ability
type: u4
- id: ability
type: w3_w3a
if: use_ability == 1
- id: use_buff
type: u4
- id: buff
type: w3_w3h
if: use_buff == 1
- id: use_upgrade
type: u4
- id: upgrade
type: w3_w3q
if: use_upgrade == 1