-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththing_gear.dat
42 lines (42 loc) · 2.57 KB
/
thing_gear.dat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data">
<thing id="eqCustom" name=" – Custom Gear –" description="This item can be customized to represent whatever you want." compset="Equipment" stacking="new" isprivate="yes">
<fieldval field="UserName" value="New Gear"/>
<tag group="Helper" tag="CustomItem"/>
</thing>
<thing id="eqCustTop" name=" – Custom Location –" description="Use this item to represent a place to store your gear - for example, a house, or as buried treasure somewhere." compset="Equipment" stacking="never" holdable="no" isprivate="yes">
<fieldval field="UserName" value="New Location"/>
<tag group="Helper" tag="CustomItem"/>
<tag group="thing" tag="holder_top"/>
</thing>
<thing id="eqCustHold" name=" – Custom Container –" description="Use this item to represent a bag or other container in which gear can be carried around." compset="Equipment" isprivate="yes">
<fieldval field="UserName" value="New Container"/>
<tag group="Helper" tag="CustomItem"/>
<tag group="thing" tag="holder"/>
</thing>
<thing id="eqSimple" name="Sample Simple" description="Description goes here" compset="Equipment">
<fieldval field="grCost" value="100"/>
<fieldval field="gearWeight" value="1"/>
</thing>
<thing id="eqAmmo" name="Sample Ammo" description="Description goes here." compset="Ammunition" lotsize="20" stacking="merge">
<fieldval field="grCost" value=".5"/>
<fieldval field="gearWeight" value=".1"/>
</thing>
<thing id="eqContain" name="Sample Container" description="Description goes here." compset="Equipment">
<fieldval field="grCost" value="5"/>
<fieldval field="gearWeight" value="1"/>
<tag group="thing" tag="holder"/>
</thing>
<thing id="eqStack" name="Sample Stackable" description="Description goes here." compset="Equipment" stacking="merge">
<fieldval field="grCost" value="1"/>
<fieldval field="gearWeight" value="1"/>
</thing>
<thing id="eqGround" name="Dropped to Ground" description="Any equipment dropped to the ground is held in this container.{br}You can move an item from one container to another by clicking the "Gear" button beside its info button." compset="Equipment" uniqueness="unique" isprivate="yes">
<tag group="Helper" tag="Bootstrap"/>
<tag group="thing" tag="holder_top"/>
<tag group="Print" tag="NoPrint"/>
</thing>
<thing id="hdrCustom" name=" – Custom Items –" compset="Equipment" stacking="new" isprivate="yes" isshowonly="yes">
<tag group="Helper" tag="CustomItem"/>
</thing>
</document>