-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathdf.belief_system.xml
More file actions
38 lines (33 loc) · 1.73 KB
/
df.belief_system.xml
File metadata and controls
38 lines (33 loc) · 1.73 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
<data-definition>
<enum-type type-name='story_frame_relation_type' base-type='int32_t'> bay12: StoryFrameRelationType
<enum-item name='NONE' value='-1'/>
<enum-item name='CAUSE'/>
<enum-item name='SEQUENCE'/>
<enum-item name='CONCURRENT'/>
</enum-type>
<struct-type type-name='story_framest'>
<compound type-name='mental_picturest' name='mental_picture'/>
<int32_t name='related_frame_index'/>
<enum type-name='story_frame_relation_type' name='relation'/>
</struct-type>
<struct-type type-name='storyst'>
<stl-vector pointer-type='story_framest' name='story_frame'/>
</struct-type>
<struct-type type-name='belief_system' original-name='belief_systemst' key-field='id' instance-vector='$global.world.belief_systems.all'>
<int32_t name='id' original-name='global_id'/>
<stl-vector pointer-type='storyst' name='story'/>
<stl-vector type-name='int32_t' name='deities' original-name='worship_hfid' ref-target="historical_figure" comment="historical figure ID of gods the belief system is concerned with"/>
<stl-vector type-name='int32_t' name='worship_levels' original-name='worship_hfid_acceptability' comment="worship level for each god referenced in the deities field"/>
<static-array name='value' type-name='int32_t' count='64' index-enum='value_type'/> SAVE_VALUENUM
</struct-type>
<struct-type type-name='belief_system_handlerst'>
<stl-vector pointer-type='belief_system' name='all' original-name='global'/>
<stl-vector pointer-type='belief_system' name='order_load' has-bad-pointers='true'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->