Files
BarotraumaModServer/LocalMods/DynamicEuropa/Items/Fabricators/vendingmachines.xml
T
2026-06-09 00:42:10 +03:00

32 lines
3.0 KiBLFS
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="Pirate Store" identifier="vendingmachine1PA" tags="piratestore" width="50" height="50" texturescale="0.5,0.5" scale="0.5" category="Decorative">
<sprite texture="%ModDir:2532991202%/Items/Fabricators/Storemachine.png" sourcerect="0,0,360,360" depth="0.799" premultiplyalpha="false" origin="0.5,0.5" />
<Fabricator canbeselected="true" powerconsumption="0.0" msg="ItemMsgInteractSelect" createbuttontext="campaignstoretab.buy">
<GuiFrame relativesize="0.4,0.5" style="ItemUI" anchor="Center" />
<sound file="%ModDir:2532991202%/Sounds/Items/Fabricators/Vendingmachine.ogg" type="OnActive" range="200.0" loop="true" volume="3.0" />
</Fabricator>
<ItemContainer capacity="0" canbeselected="false" hideitems="true" slotsperrow="1" uilabel="" allowuioverlap="true" />
<ItemContainer capacity="1" canbeselected="true" hideitems="true" slotsperrow="1" uilabel="" allowuioverlap="true" />
<LightComponent range="0.0" lightcolor="255,255,255,111" alphablend="true" powerconsumption="0" IsOn="true" castshadows="false" allowingameediting="false">
<sprite texture="%ModDir:2532991202%/Items/Fabricators/Storemachinelight.png" sourcerect="0,0,360,360" depth="0.1" origin="0.5,0.5" alpha="1.0" />
</LightComponent>
<LightComponent range="0.0" lightcolor="255,255,255,0" alphablend="true" powerconsumption="0" IsOn="true" castshadows="false" blinkfrequency="1" allowingameediting="false">
<sprite texture="%ModDir:2532991202%/Items/Fabricators/Storemachineblink.png" depth="0.025" sourcerect="0,0,360,360" origin="0.5,0.5" alpha="1.0" />
</LightComponent>
</Item>
<Item name="Token Exchange" identifier="tokenexchange" tags="tokenexchange" width="50" height="50" texturescale="0.5,0.5" scale="0.5" category="Misc" subcategory="Gambling">
<Sprite texture="%ModDir:2532991202%/Items/Misc/Gambling.png" sourcerect="402,0,188,180" depth="0.610" premultiplyalpha="false" origin="0.5,0.5" />
<Fabricator canbeselected="true" powerconsumption="0.0" msg="ItemMsgInteractSelect" createbuttontext="campaignstoretab.buy">
<GuiFrame relativesize="0.4,0.5" style="ItemUI" anchor="Center" />
<sound file="%ModDir:2532991202%/Sounds/Items/Fabricators/Vendingmachine.ogg" type="OnActive" range="200.0" loop="true" volume="3.0" />
</Fabricator>
<ItemContainer capacity="0" maxstacksize="50" canbeselected="false" hideitems="true" slotsperrow="1" uilabel="" allowuioverlap="true" />
<ItemContainer capacity="1" maxstacksize="50" canbeselected="true" hideitems="true" slotsperrow="1" uilabel="" allowuioverlap="true">
<Containable items="casinotoken" />
</ItemContainer>
<LightComponent range="60.0" lightcolor="152,152,152,75" IsOn="true" castshadows="false" allowingameediting="false">
<Sprite texture="%ModDir:2532991202%/Items/Misc/Gambling.png" sourcerect="591,0,188,180" depth="0.609" origin="0.5,0.5" alpha="1.0" />
</LightComponent>
</Item>
</Items>