Skip to content

Commit

Permalink
add more fields identified via agreement research
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 18, 2020
1 parent fba52c4 commit b3c27bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions df.art.xml
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@
<int32_t name='group_id' ref-target='historical_entity'/>
<stl-vector pointer-type='occupation_sub1'/>
<int32_t/>
<int32_t init-value='-1'/>
<pointer/>
<pointer/>
</struct-type>
Expand Down
4 changes: 3 additions & 1 deletion df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,9 @@
<int32_t name='next_details_id'/>
<int32_t/>
<int32_t/>
<int32_t since='v0.42.01'/>
<bitfield since='v0.42.01'>
<flag-bit comment='this gets unset by accepting a petition'/>
</bitfield>
</struct-type>

<struct-type type-name='agreement_party' key-field='id'>
Expand Down
4 changes: 4 additions & 0 deletions df.legends.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<bitfield base-type='uint16_t' name='flags'>
<flag-bit name='active'/>
<flag-bit name='siege'/>
<flag-bit/>
<flag-bit/>
<flag-bit/>
<flag-bit name='parley'/>
</bitfield>
<int16_t name='unk4b'/>
<int32_t since='v0.44.01'/>
Expand Down
10 changes: 10 additions & 0 deletions df.units.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,16 @@
<enum-item name='NoPantsAnger' comment='auto-decrement'/>
<enum-item name='NoShirtAnger' comment='auto-decrement'/>
<enum-item name='NoShoesAnger' comment='auto-decrement'/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item/>
<enum-item name='CitizenshipCooldown' comment='starts at 1 year, unit will not re-request citizenship during this time, auto-decrement'/>
</enum-type>

<struct-type type-name='unit_misc_trait'>
Expand Down

0 comments on commit b3c27bc

Please sign in to comment.