-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathdf.effect.xml
More file actions
31 lines (27 loc) · 1.08 KB
/
df.effect.xml
File metadata and controls
31 lines (27 loc) · 1.08 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
<data-definition>
<enum-type type-name='effect_type'> bay12: Effects, no base type
<enum-item name='Sparkles' original-name='SPARKLES'/>
<enum-item name='Color' original-name='COLOR'/>
<enum-item name='ShrinkingDot' original-name='SHRINKINGDOT'/>
</enum-type>
<struct-type type-name='effect_info' original-name='effectst'>
<int32_t name='save_idx' original-name='save_index'/>
<pointer name='job' type-name='job'/>
<enum name='type' type-name='effect_type' base-type='int16_t'/>
<int16_t name='foreground' original-name='color'/>
<int16_t name='background' original-name='colorb'/>
<int8_t name='bright' original-name='colorbr'/>
<compound type-name='coord' name='pos'/>
<int32_t name='timer' original-name='fuel'/>
<int32_t name='id'/>
</struct-type>
<struct-type type-name='effect_handlerst'>
<stl-vector name='all' original-name='play' pointer-type='effect_info'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->