Skip to content

Commit

Permalink
Clarify some existing entity_event.T_data.* fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dscorbett committed Jun 18, 2017
1 parent 88b3677 commit d676fa8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,13 +1116,17 @@
<compound name='insurrection_end'>
<int32_t name='site_id' ref-target='world_site'/>
<int32_t name='entity_id' ref-target='historical_entity'/>
<int32_t name='result' comment='0=overthrow, 1=fail, 2=crushed'/>
<enum name='result'>
<enum-item name='Overthrow'/>
<enum-item name='Failure'/>
<enum-item name='Crushing'/>
</enum>
</compound>
<compound name='succession'>
<int32_t name='histfig_id' ref-target='historical_figure'/>
<int32_t/>
<int32_t name='entity_id' ref-target='historical_entity'/>
<int32_t name='position_assignment_id'/>
<int32_t name='position_assignment_id' refers-to='$(find-entity $$._parent.entity_id).positions.assignments[$]'/>
</compound>
<compound name='claim'>
<int32_t name='entity_id' ref-target='historical_entity'/>
Expand Down

0 comments on commit d676fa8

Please sign in to comment.