Skip to content

Commit

Permalink
Verified struct sizes. Added new event collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedb-dfh committed Feb 8, 2020
1 parent e3a6323 commit 68e2806
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion df.history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,8 @@
<int32_t name='entity' ref-target='historical_entity'/>
<int32_t name='quality' comment='1 = well-crafted, 2 = finely-crafted, 3 = superior, 4 = exceptional, 5 = masterwork'/>
<stl-vector name='hfs' type-name='int32_t' ref-target='historical_figure'/>
<int32_t/>
<int32_t/>
</class-type>

<class-type type-name='history_event_modified_buildingst' inherits-from='history_event' since='v0.47.01'>
Expand Down Expand Up @@ -2294,6 +2296,7 @@
<int16_t name='content' comment='11 = inveighing against, 12 = urging love be shown'/>
<int32_t name='preached_to_entity' ref-target='historical_entity'/>
<int32_t name='against_entity' ref-target='historical_entity'/>
<int32_t/>
</class-type>

<class-type type-name='history_event_entity_persecutedst' inherits-from='history_event' since='v0.47.01'>
Expand Down Expand Up @@ -2321,6 +2324,8 @@
<int32_t name='entity' ref-target='historical_entity'/>
<int32_t/>
<stl-vector name='allied_entities' type-name='int32_t' ref-target='historical_entity'/>
<int32_t/>
<int32_t/>
</class-type>

<class-type type-name='history_event_hf_ransomedst' inherits-from='history_event' since='v0.47.01'>
Expand All @@ -2339,7 +2344,7 @@
</class-type>

<class-type type-name='history_event_sabotagest' inherits-from='history_event' since='v0.47.01'>
Have not yet found this event in-game
Have not yet found this event in-game. Possibly not used yet?
</class-type>

<class-type type-name='history_event_entity_overthrownst' inherits-from='history_event' since='v0.47.01'>
Expand Down Expand Up @@ -2436,6 +2441,8 @@
<enum-item name='CEREMONY'/>
<enum-item name='PURGE'/>
<enum-item name='RAID'/>
<enum-item name='PERSECUTION'/>
<enum-item name='ENTITY_OVERTHROWN'/>
</enum-type>

<class-type type-name='history_event_collection' original-name='history_event_collectionst'
Expand Down Expand Up @@ -2673,6 +2680,18 @@
<int32_t name='ordinal'/>
</class-type>

<class-type type-name='history_event_collection_persecutionst' inherits-from='history_event_collection' since='v0.47.01'>
<int32_t name='site' ref-target='world_site'/>
<int32_t name='entity' ref-target='historical_entity'/>
<int32_t name='ordinal'/>
</class-type>

<class-type type-name='history_event_collection_entity_overthrownst' inherits-from='history_event_collection' since='v0.47.01'>
<int32_t name='site' ref-target='world_site'/>
<int32_t name='entity' ref-target='historical_entity'/>
<int32_t name='ordinal'/>
</class-type>

<enum-type type-name='era_type' base-type='int16_t'>
<enum-item name='ThreePowers'/>
<enum-item name='TwoPowers'/>
Expand Down

0 comments on commit 68e2806

Please sign in to comment.