- fixed fulgurium batteries not working with flashlights or sonars and never running out in scooters
This commit is contained in:
@@ -342,7 +342,7 @@
|
||||
<Content Include="Content\BackgroundSprites\vegetation2.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Characters\Coelanth\Coelanth.png">
|
||||
<Content Include="Content\Characters\Coelanth\coelanth.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Characters\Coelanth\coelanth.xml">
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
<Propulsion force="80" usablein="water" particles="bubbles">
|
||||
<RequiredItems name="Battery Cell,Fulgurium Battery Cell" type="Contained" msg="Battery Cell required"/>
|
||||
<StatusEffect type="OnUse" target="Contained" targetnames="Battery Cell" Condition="-1.0"/>
|
||||
<StatusEffect type="OnUse" target="Contained" Condition="-1.0"/>
|
||||
<sound file="scooter.ogg" type="OnUse" range="500.0" loop="true"/>
|
||||
|
||||
<LightComponent LightColor="1.0,1.0,1.0,1.0" Flicker="0.2" range="800">
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
</Radar>
|
||||
|
||||
<ItemContainer capacity="1" hideitems="true">
|
||||
<Containable name="Battery Cell">
|
||||
<Containable name="Battery Cell, Fulgurium Battery Cell">
|
||||
<StatusEffect type="OnContaining" target="This" Voltage="1.0" setvalue="true"/>
|
||||
</Containable>
|
||||
</ItemContainer>
|
||||
@@ -239,7 +239,7 @@
|
||||
</LightComponent>
|
||||
|
||||
<ItemContainer capacity="1" hideitems="true">
|
||||
<Containable name="Battery Cell">
|
||||
<Containable name="Battery Cell, Fulgurium Battery Cell">
|
||||
<StatusEffect type="OnContaining" target="This" Voltage="1.0" setvalue="true"/>
|
||||
</Containable>
|
||||
</ItemContainer>
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
<Item file="Content/Items/Weapons/weapons.xml" />
|
||||
<Character file="Content/Characters/Crawler/crawler.xml" />
|
||||
<Character file="Content/Characters/Endworm/endworm.xml" />
|
||||
<Character file="Content/Characters/Fractalguardian/fractalguardian.xml" />
|
||||
<Character file="Content/Characters/Fractalguardian2/fractalguardian2.xml" />
|
||||
<Character file="Content/Characters/Human/human.xml" />
|
||||
<Character file="Content/Characters/Husk/husk.xml" />
|
||||
<Character file="Content/Characters/Mantis/mantis.xml" />
|
||||
|
||||
Reference in New Issue
Block a user