36 lines
2.9 KiBLFS
XML
Executable File
36 lines
2.9 KiBLFS
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Items>
|
|
<!-- TODO: Request functionality for SpawnItem in StatusEffect to spawn at status effect targets, not just in this inventory/this.-->
|
|
<!--Item name="Mineral Scanner" description="Displays locations of minerals on Navigation Terminals and Sonar Monitors." identifier="thal_mineralscanner" category="Electrical,Diving" Tags="smallitem,light,sonar,provocative" cargocontaineridentifier="metalcrate" Scale="0.5" impactsoundtag="impact_metal_light">
|
|
<Sprite texture="Content/Items/Tools/tools.png" sourcerect="227,163,48,24" depth="0.55" origin="0.5,0.5" />
|
|
<Body width="40" height="22" density="12" />
|
|
<AiTarget sight="500" staticsight="true"/>
|
|
<Holdable slots="Any,RightHand,LeftHand" holdangle="30" handle1="-25,0" msg="ItemMsgPickUpSelect" />
|
|
<Sonar range="9000.0" powerconsumption="10" drawhudwhenequipped="true" detectsubmarinewalls="false" displaybordersize="-0.1" characterusable="false" hasmineralscanner="true" allowuioverlap="true">
|
|
<StatusEffect type="OnUse" targettype="Contained" Condition="-1.0" disabledeltatime="true">
|
|
<RequiredItem items="mobilebattery" type="Contained" />
|
|
</StatusEffect>
|
|
<sound file="Content/Items/Command/SonarPing.ogg" type="OnUse" range="1000.0" frequencymultiplier="1.5" />
|
|
<GuiFrame relativesize="0.4,0.4" anchor="CenterLeft" relativeoffset="0.006,-0.01"/>
|
|
<PingCircle texture="Content/Items/Command/pingCircle.png" origin="0.5,0.5" />
|
|
<DirectionalPingCircle texture="Content/Items/Command/directionalPingCircle.png" origin="0.0,0.5" />
|
|
<ScreenOverlay texture="Content/Items/Command/sonarOverlay.png" origin="0.5,0.5" />
|
|
<ScreenBackground texture="Content/Items/Command/sonarBackground.png" origin="0.5,0.5" />
|
|
<Blip texture="Content/Items/Command/sonarBlip.png" origin="0.5,0.5" />
|
|
<LineSprite texture="Content/Items/Command/NavUI.png" sourcerect="181,141,109,4" origin="0,0.5"/>
|
|
<icon identifier="mineral" texture="Content/UI/MainIconsAtlas.png" sourcerect="336,434,7,12" origin="0.5,0.5"/>
|
|
<StatusEffect type="OnUse" lifetime="0.1" target="NearbyItems" targetidentifiers="ore" range="9000" setvalue="true" SonarSize="30" SonarDisruption="20" SonarLabel="Hi" >
|
|
<SpawnItem identifier="bikehorn" SpawnPositionType="Target" />
|
|
</StatusEffect>
|
|
<LightComponent LightColor="120,255,120,255" range="25" powerconsumption="10" pulsefrequency="0.5" pulseamount="0.8" castshadows="false" IsOn="false" canbeselected="false">
|
|
<IsActive TargetItemComponent="Sonar" CurrentMode="Active"/>
|
|
</LightComponent>
|
|
</Sonar>
|
|
<ItemContainer capacity="1" maxstacksize="1" hideitems="true" containedstateindicatorstyle="battery">
|
|
<SlotIcon slotindex="0" texture="Content/UI/StatusMonitorUI.png" sourcerect="128,448,64,64" origin="0.5,0.5" />
|
|
<Containable items="mobilebattery">
|
|
<StatusEffect type="OnContaining" targettype="This" Voltage="1.0" setvalue="true" />
|
|
</Containable>
|
|
</ItemContainer>
|
|
</Item-->
|
|
</Items> |