Files
barotrauma-gamefiles/Content/Items/Jobgear/Watchman/watchman_gear.xml
2025-04-13 10:54:55 +02:00

30 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="" identifier="watchmanclothes" category="Equipment" tags="smallitem,clothing" fireproof="false" cargocontaineridentifier="metalcrate" description="" scale="0.5" impactsoundtag="impact_soft">
<PreferredContainer primary="crewcab"/>
<Price baseprice="150" sold="false" />
<Deconstruct time="10">
<Item identifier="organicfiber" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="256,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="123,144,121,62" depth="0.6" origin="0.5,0.5" />
<Body width="100" height="50" density="15" friction="0.8" restitution="0.01" />
<Wearable slots="Any,InnerClothes" variants="1" msg="ItemMsgPickUpSelect">
<sprite name="Watchman Torso" texture="watchman.png" limb="Torso" hidelimb="false" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Hand" texture="watchman.png" limb="RightHand" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Hand" texture="watchman.png" limb="LeftHand" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Lower Arm" texture="watchman.png" limb="RightArm" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Lower Arm" texture="watchman.png" limb="LeftArm" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Upper Arm" texture="watchman.png" limb="RightForearm" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Upper Arm" texture="watchman.png" limb="LeftForearm" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Waist" texture="watchman.png" limb="Waist" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Thigh" texture="watchman.png" limb="RightThigh" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Thigh" texture="watchman.png" limb="LeftThigh" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Leg" texture="watchman.png" limb="RightLeg" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Leg" texture="watchman.png" limb="LeftLeg" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Left Shoe" texture="watchman.png" limb="LeftFoot" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<sprite name="Watchman Right Shoe" texture="watchman.png" limb="RightFoot" hidelimb="true" inherittexturescale="true" inheritorigin="true" inheritsourcerect="true" />
<damagemodifier armorsector="0.0,360.0" afflictionidentifiers="lacerations, bitewounds" damagemultiplier="0.9" deflectprojectiles="false" />
</Wearable>
</Item>
</Items>