Diving gear changed a bit
Both the diving suit and mask can use both the oxygenite shard and tank. The shard is a bit less effective than the tank though. I'm unable to get the plasma cutter to work though. :(
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" OxygenAvailable="-100.0" Oxygen="-20.0" Condition="-0.5">
|
||||
<RequiredItem type="Contained" name="Welding Fuel Tank"/>
|
||||
</StatusEffect>
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" OxygenAvailable="1000.0" SpeedMultiplier="1.2" Condition="-0.3">
|
||||
<RequiredItem type="Contained" name="Oxygenite Shard"/>
|
||||
</StatusEffect>
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" OxygenAvailable="1500.0" SpeedMultiplier="1.3" Condition="-0.1">
|
||||
<RequiredItem type="Contained" name="Oxygenite Tank"/>
|
||||
</StatusEffect>
|
||||
@@ -81,6 +84,7 @@
|
||||
<ItemContainer capacity="1" hideitems="true">
|
||||
<Containable name="Oxygen Tank"/>
|
||||
<Containable name="Welding Fuel Tank"/>
|
||||
<Containable name="Oxygenite Shard"/>
|
||||
<Containable name="Oxygenite Tank"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
@@ -139,6 +143,9 @@
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" Oxygen="-20.0" Condition="-0.5">
|
||||
<RequiredItem type="Contained" name="Welding Fuel Tank"/>
|
||||
</StatusEffect>
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" OxygenAvailable="1000.0" SpeedMultiplier="1.2" Condition="-0.3">
|
||||
<RequiredItem type="Contained" name="Oxygenite Shard"/>
|
||||
</StatusEffect>
|
||||
<StatusEffect type="OnWearing" target="Contained,Character" OxygenAvailable="1500.0" SpeedMultiplier="1.3" Condition="-0.1">
|
||||
<RequiredItem type="Contained" name="Oxygenite Tank"/>
|
||||
</StatusEffect>
|
||||
@@ -152,6 +159,7 @@
|
||||
<ItemContainer capacity="1" hideitems="true">
|
||||
<Containable name="Oxygen Tank"/>
|
||||
<Containable name="Welding Fuel Tank"/>
|
||||
<Containable name="Oxygenite Shard"/>
|
||||
<Containable name="Oxygenite Tank"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
@@ -191,4 +199,4 @@
|
||||
<Containable name="Fulgurium Battery Cell"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
</Items>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user