Show items-configuration.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE items-configuration SYSTEM "data/grammars/items.dtd">
<items-configuration>
<item type="monkey-spring">
<size width="2" height="2"/>
<image name="stolenicon1"/>
<equippable place="HEAD"/>
</item>
<item type="sport-billy-bag">
<size width="5" height="6"/>
<image name="backpack"/>
<equippable place="TORSO_BACK"/>
<container name="Main pocket">
<size width="15" height="15"/>
</container>
</item>
<item type="lonac">
<size width="6" height="6"/>
<image name="lonac"/>
<container name="Inside">
<size width="5" height="5"/>
</container>
</item>
<item type="gun">
<size width="5" height="4"/>
<image name="gun"/>
<equippable place="PELVIS"/>
</item>
<item type="loncic">
<size width="5" height="5"/>
<image name="loncic"/>
<container name="Inside">
<size width="4" height="4"/>
</container>
</item>
<item type="credit-card">
<size width="2" height="2"/>
<image name="credit-card"/>
</item>
<item type="wallet">
<size width="2" height="2"/>
<image name="wallet"/>
<container name="Wallet">
<size width="8" height="2"/>
</container>
</item>
<item type="coverall">
<size width="3" height="5"/>
<image name="coverall"/>
<equippable place="TORSO"/>
<container name="Coverall">
<size width="2" height="2"/>
</container>
<container name="L.Pocket">
<size width="3" height="4"/>
</container>
<container name="R.Pocket">
<size width="3" height="4"/>
</container>
</item>
<item type="leather-boots">
<size width="3" height="3"/>
<image name="leather-boots"/>
<equippable place="FEET"/>
</item>
<item type="backpack">
<size width="4" height="5"/>
<image name="backpack"/>
<equippable place="TORSO_BACK"/>
<container name="Main pocket">
<size width="10" height="10"/>
</container>
<container name="Back pocket">
<size width="8" height="9"/>
</container>
</item>
</items-configuration>
See more files for this project here