Made calyxanide usable without a medical syringe and made it more effective when injected.

This commit is contained in:
Joonas Rikkonen
2018-08-07 11:12:09 +03:00
parent cfc03f8443
commit 2d18da40eb

View File

@@ -423,10 +423,13 @@
<Body width="8" height="16" density="10"/>
<Throwable characterusable="true" canBeCombined="true" slots="Any,RightHand,LeftHand" throwforce="4.0" aimpos="35,-10">
<StatusEffect type="OnUse" target="Character" HuskInfectionState="-0.2">
<StatusEffect type="OnUse" target="Character" HuskInfectionState="-0.4">
<Conditional HuskInfectionState="lt 1.0"/>
<RequiredItem name="Medical Syringe" type="Container"/>
</StatusEffect>
<StatusEffect type="OnUse" target="Character" HuskInfectionState="-0.1">
<Conditional HuskInfectionState="lt 1.0"/>
</StatusEffect>
<StatusEffect tags="poison,calyxanide" type="OnUse" target="Character" Health="-3.0" duration="10.0">
<!-- Injecting a still-conscious Husk will only piss it off and kill the "conscious" faster -->
<Conditional HuskInfectionState="eq 1.0"/>