Skip to content

Commit

Permalink
realign a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 13, 2020
1 parent fbbc252 commit 242169a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion df.interaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<stl-vector name="effects" pointer-type='interaction_effect'/>

<int32_t name='source_hfid' ref-target='historical_figure'/>
<int32_t name='unk_v4201_1' init-value='-1' since='v0.42.01'/>
<int32_t name='source_enid' ref-target='historical_entity' since='v0.42.01'/>
</struct-type>

<enum-type type-name='interaction_effect_type' base-type='int32_t'>
Expand Down Expand Up @@ -197,9 +197,14 @@
<enum-item name='FLEEING'/>
<enum-item name='NEGATIVE_SOCIAL_RESPONSE'/>
<enum-item name='TORMENT'/>
<enum-item/>
<enum-item name='MINOR_CURSE'/>
<enum-item/>
<enum-item name='MINOR_BLESSING'/>
</enum-type>

<class-type type-name='interaction_source_deityst' inherits-from='interaction_source'>
<stl-vector/>
<int32_t/>
<stl-vector name='usage_hint' type-name='interaction_source_usage_hint'/>
</class-type>
Expand Down
4 changes: 4 additions & 0 deletions df.syndrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@
TODO
</class-type>

<class-type type-name='creature_interaction_effect_cure_infectionst' inherits-from='creature_interaction_effect'>
TODO
</class-type>

<bitfield-type type-name='syndrome_flags' base-type='uint32_t'>
<flag-bit name='SYN_INJECTED'/>
<flag-bit name='SYN_CONTACT'/>
Expand Down
5 changes: 4 additions & 1 deletion df.world-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<struct-type type-name='abstract_building_contents'> used within Temple, Library, and Inn/Tavern
<int32_t name="unk_e4"/>
<int32_t name="unk_v47_1" since='v0.47.01' comment='only seen 65535'/>
<int16_t name="unk_v47_1" since='v0.47.01' init-value='-1'/>
<int32_t name="desired_goblets"/>
<int32_t name="desired_instruments"/>
<int32_t name="desired_paper"/>
Expand All @@ -99,6 +99,9 @@
<int32_t name="count_instruments"/>
<int32_t name="count_paper"/>
<int32_t name="unk_104"/>
<int32_t name="unk_v47_2"/>
<int32_t name="unk_v47_3"/>
<int32_t name="unk_v47_4"/>
<stl-vector name="building_ids" type-name='int32_t' ref-target='building'/>
</struct-type>

Expand Down

0 comments on commit 242169a

Please sign in to comment.