Files
BarotraumaModServer/LocalMods/Neurotrauma/Xml/Items/BodyParts/Locks.xml
T
2026-06-09 00:42:10 +03:00

25 lines
1.6 KiBLFS
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<Override>
<Items>
<Item name="" identifier="armlock1" description="" scale="0.5" nonplayerteaminteractable="True" hideinmenus="true">
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="0,0,1,1" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="0,0,1,1" depth="0.6" origin="0.5,0.5" />
<Holdable slots="RightHand" handle1="0,0" msg="ItemMsgPickUpSelect">
<!--<Holdable selectkey="Action" pickkey="Use" slots="RightHand" msg="ItemMsgDetach" PickingTime="1" aimpos="85,-10" handle1="0,0" attachable="false" aimable="false">-->
<StatusEffect type="onnotcontained" target="This" disabledeltatime="true">
<Remove />
</StatusEffect>
</Holdable>
</Item>
<Item name="" identifier="armlock2" description="" scale="0.5" nonplayerteaminteractable="True" hideinmenus="true">
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="0,0,1,1" origin="0.5,0.5" />
<Sprite texture="Content/Items/Medical/Medicines.png" sourcerect="0,0,1,1" depth="0.6" origin="0.5,0.5" />
<Holdable slots="LeftHand" handle1="0,0" msg="ItemMsgPickUpSelect">
<!--<Holdable selectkey="Action" pickkey="Use" slots="LeftHand" msg="ItemMsgDetach" PickingTime="1" aimpos="85,-10" handle1="0,0" attachable="false" aimable="false">-->
<StatusEffect type="onnotcontained" target="This" disabledeltatime="true">
<Remove />
</StatusEffect>
</Holdable>
</Item>
</Items>
</Override>