-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathdf.law.xml
More file actions
19 lines (18 loc) · 808 Bytes
/
df.law.xml
File metadata and controls
19 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<data-definition>
<struct-type type-name='punishment' original-name='lawactionst'>
<int32_t name="criminal" original-name='violator_unid' ref-target='unit'/>
<int32_t name="officer" original-name='officer_unid' ref-target='unit'/>
<int16_t name="beating" original-name='beats'/>
<int16_t name="hammer_strikes" original-name='hammers'/>
<int32_t name="prison_counter" original-name='prisonterm'/>
<int16_t name="time_to_assign" original-name='timetoassign'/>
<int32_t name="chain" original-name='building_id' ref-target='building'/>
<stl-vector name="victims" original-name='victim_unid' type-name='int32_t' ref-target='unit'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->