Track LocalMods as part of monolith

This commit is contained in:
2026-06-08 18:50:16 +03:00
parent 143f2fed7c
commit 1b214b44c2
1287 changed files with 139255 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
<?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>