28 lines
702 B
XML
28 lines
702 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Items>
|
|
|
|
<Item
|
|
name="Lamp"
|
|
category="Electrical"
|
|
Tags="smallitem"
|
|
pickdistance="150">
|
|
|
|
<Sprite texture="lamp.png" sourcerect="0,0,16,32" depth="0.8"/>
|
|
|
|
<LightComponent color="1.0,1.0,1.0,1.0" range ="800.0" powerconsumption="5">
|
|
<sprite texture="Content/Items/Electricity/lamp.png" sourcerect="33,0,31,39"/>
|
|
</LightComponent>
|
|
|
|
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
|
|
<requireditem name="Screwdriver,Wire" type="Equipped"/>
|
|
<input name="power"/>
|
|
<input name="toggle"/>
|
|
<input name="set_state"/>
|
|
</ConnectionPanel>
|
|
|
|
</Item>
|
|
|
|
</Items>
|
|
|