squidingtin

rustedexosuit repair

Nov 9th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Items>
  3.     <Item Nameidentifier="exosuit" descriptionidentifier="exosuit" identifier="repair_exosuit" category="Diving,Equipment" tags="bigitem" scale="0.5" impactsoundtag="impact_metal_heavy" cargocontaineridentifier="" hideinmenus="true">
  4.         <Fabricate suitablefabricators="fabricator" displayName="reparitem" requiredtime="60">
  5.             <RequiredSkill identifier="mechanical" level="40" />
  6.             <RequiredItem tag="deepdivinglarge" defaultitem="rustedexosuit" />
  7.             <RequiredItem identifier="ethanol" amount="2" />
  8.         </Fabricate>
  9.         <InventoryIcon texture="Content/Items/Jobgear/Mechanic/Exosuit.png" sourcerect="384,384,128,128" origin="0.5,0.5" />
  10.         <Sprite name="Exosuit Item" texture="Content/Items/Jobgear/Mechanic/Exosuit.png" sourcerect="2,266,203,244" depth="0.55" origin="0.5,0.5" />
  11.         <Body width="150" height="230" density="30" />
  12.         <Holdable slots="RightHand+LeftHand" handle1="0,0" msg="ItemMsgPickUpSelect">
  13.             <StatusEffect type="Always" target="this">
  14.                 <SpawnItem identifiers="Exosuit" spawnposition="SameInventory" SpawnIfInventoryFull="true" />
  15.                 <Remove />
  16.             </StatusEffect>
  17.         </Holdable>
  18.     </Item>
  19. </Items>
Add Comment
Please, Sign In to add comment