Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DFHack/df-structures
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Jun 17, 2016
2 parents 27c02b7 + da87b06 commit b9178de
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions df.creature-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,13 @@
<enum-type type-name='body_part_layer_flags'>
<enum-item name='CONNECTS'/>
</enum-type>

<enum-type type-name='appearance_modifier_growth_interval' base-type='int16_t'>
<enum-item name='DAILY'/>
<enum-item/>
<enum-item/>
<enum-item name='YEARLY'/>
</enum-type>

<struct-type type-name='body_part_layer_raw'>
<stl-string name='layer_name'/>
Expand Down Expand Up @@ -518,12 +525,12 @@
<enum type-name='appearance_modifier_type' base-type='int16_t' name='type'/>
<static-array type-name='int32_t' count='7' name='ranges'/>
<static-array type-name='int32_t' count='6' name='desc_range'/>
<int32_t/>
<int16_t/>
<int32_t comment='0'/>
<int32_t comment='10000'/>
<int32_t comment='0'/>
<int32_t comment='-1'/>
<int32_t name='growth_rate'/>
<enum type-name='appearance_modifier_growth_interval' base-type='int16_t' name='growth_interval'/>
<int32_t name='growth_min'/>
<int32_t name='growth_max'/>
<int32_t name='growth_start' comment='in days'/>
<int32_t name='growth_end'/>
<int32_t name='importance'/>
<stl-string name='noun'/>
<int16_t/>
Expand All @@ -537,12 +544,12 @@
<enum type-name='appearance_modifier_type' base-type='int16_t' name='type'/>
<static-array type-name='int32_t' count='7' name='ranges'/>
<static-array type-name='int32_t' count='6' name='desc_range'/>
<int32_t/>
<int16_t/>
<int32_t comment='0'/>
<int32_t comment='10000'/>
<int32_t comment='0'/>
<int32_t comment='-1'/>
<int32_t name='growth_rate'/>
<enum type-name='appearance_modifier_growth_interval' base-type='int16_t' name='growth_interval'/>
<int32_t name='growth_min'/>
<int32_t name='growth_max'/>
<int32_t name='growth_start' comment='in days'/>
<int32_t name='growth_end'/>
<int32_t name='importance'/>
<stl-string name='noun'/>
<int16_t name='single_plural'/>
Expand Down

0 comments on commit b9178de

Please sign in to comment.