forked from DFHack/df-structures
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdf.knowledge.xml
More file actions
15 lines (14 loc) · 736 Bytes
/
Copy pathdf.knowledge.xml
File metadata and controls
15 lines (14 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<data-definition>
<struct-type type-name='knowledgest'>
<stl-vector type-name='bool' name='discovered_creature_foods' original-name='tasted_race' index-refers-to='(find-creature $)'/>
<stl-vector type-name='bool' name='discovered_creatures' original-name='seen_race' index-refers-to='(find-creature $)'/>
<stl-vector type-name='bool' name='discovered_plant_foods' original-name='tasted_plant' index-refers-to='(find-plant-raw $)'/>
<stl-vector type-name='bool' name='discovered_plants' original-name='seen_plant' index-refers-to='(find-plant-raw $)' comment='allows planting of seeds'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->