<handToolHolder>
<base>
<actions storeText="string"Description: The name of the localisation string displayed when the player can store a tool
Type: String or l10n key
Required: no
takeText="string"Description: The name of the localisation string displayed when the player can take the tool
Type: String or l10n key
Required: no
/>
<clickBoxes>
<clickBox node="node"Description: The name of the clickbox node
Type: Index to i3d node or i3d mapping identifier
Required: yes
/>
</clickBoxes>
<filename>stringDescription: The filepath for the i3d file for the holder
Type: String
Required: yes
</filename>
<holder node="node"Description: The name of the node specifying the orientation of the held tool
Type: Index to i3d node or i3d mapping identifier
Required: yes
type="string"Description: The type of hand tool that this holder accepts
Type: String
Required: yes
/>
<spawnedHandToolFilename>stringDescription: The filepath of the hand tool that is spawned. If this is not nil, then only the spawned tool can be put into and taken out of this holder
Type: String
Required: no
</spawnedHandToolFilename>
<typeDesc>stringDescription: Hand tool holder name localisation string
Type: String or l10n key
Required: no
</typeDesc>
</base>
<i3dMappings>
<i3dMapping id="string"Description: Identifier to be used in xml
Type: String
Required: no
node="string"Description: Index path to node in i3d file
Type: String
Required: no
/>
</i3dMappings>
<parentFile xmlFilename="string"Description: Parent xml filepath used as basis
Type: String
Required: no
>
<attributes>
<clearList keepIndex="integer"Description: Index of list to keep
Type: Integer
Required: no
path="string"Description: List to clear but keep one item
Type: String
Required: no
/>
<remove path="string"Description: Path to remove from parent xml
Type: String
Required: no
/>
<set path="string"Description: Path change in parent xml
Type: String
Required: no
value="string"Description: Target value to set in parent file
Type: String
Required: no
/>
</attributes>
</parentFile>
</handToolHolder>