Files
barotrauma-localmods/Wreck Locator/wrecklocator.xml
2025-03-31 13:19:47 +02:00

33 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="" identifier="wrecklocator" category="Equipment" Tags="smallitem,sonar,provocative" cargocontaineridentifier="metalcrate" Scale="0.5" impactsoundtag="impact_metal_light" spritecolor="166,64,64,255" inventoryiconcolor="166,64,64,255">
<PreferredContainer primary="wreckreactorcab" amount="1" spawnprobability="1" />
<Price baseprice="150" sold="false">
<Price storeidentifier="merchantoutpost" />
<Price storeidentifier="merchantcity" />
<Price storeidentifier="merchantresearch" multiplier="1.25" />
<Price storeidentifier="merchantmilitary" multiplier="1.25" />
<Price storeidentifier="merchantmine" />
<Price storeidentifier="merchantengineering" multiplier="0.9" />
</Price>
<Deconstruct time="15">
<Item identifier="fpgacircuit" />
<Item identifier="plastic" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="832,320,64,64" origin="0.5,0.5" />
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="473,1,29,65" depth="0.55" origin="0.5,0.5" />
<Body width="27" height="60" density="12" />
<Holdable slots="Any,RightHand,LeftHand" holdangle="30" handle1="0,-15" msg="ItemMsgPickUpSelect" />
<AiTarget soundrange="100000" sonarlabel="SOS" sight="500" staticsight="true" />
<LightComponent LightColor="1.0,0.0,0.0,1.0" range="50" powerconsumption="0" blinkfrequency="2" IsOn="true" canbeselected="false">
<StatusEffect type="OnActive" targettype="This" SoundRange="100000" setvalue="true" />
</LightComponent>
<CustomInterface canbeselected="false" drawhudwhenequipped="true" allowuioverlap="true">
<GuiFrame relativesize="0.10,0.08" anchor="CenterLeft" pivot="BottomLeft" relativeoffset="0.006,0.17" style="ItemUI" />
<TickBox text="label.turnoff">
<StatusEffect type="OnUse" targettype="This" IsOn="false" />
<StatusEffect type="OnSecondaryUse" targettype="This" IsOn="true" />
</TickBox>
</CustomInterface>
</Item>
</Items>