Files
BarotraumaModServer/LocalMods/DynamicEuropa/Characters/Special Creatures/Lithomorph/LithomorphAfflictions.xml
2026-06-09 00:42:10 +03:00

14 lines
1.1 KiBLFS
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<Override>
<Afflictions>
<Affliction name="ThreeSecSpeed" identifier="threesecspeed" type="haste" isbuff="true" limbspecific="false" showiconthreshold="1000" showinhealthscannerthreshold="1000" maxstrength="3">
<Effect minstrength="0" maxstrength="3" strengthchange="-1" minspeedmultiplier="2" maxspeedmultiplier="4" minfacetint="255,0,0,0" maxfacetint="255,0,0,150" multiplybymaxvitality="true"></Effect>
</Affliction>
<Stun name="OneSecStun" identifier="onesecstun" type="stun" limbspecific="false" showiconthreshold="1000" showinhealthscannerthreshold="1000" maxstrength="1">
<Effect minstrength="0" maxstrength="1" minvitalitydecrease="0" maxvitalitydecrease="0" strengthchange="-1.0" />
</Stun>
<dontshoot name="dontshoot" identifier="dontshoot" type="debuff" limbspecific="false" showiconthreshold="1000" showinhealthscannerthreshold="1000" maxstrength="2">
<Effect minstrength="0" maxstrength="2" minvitalitydecrease="0" maxvitalitydecrease="0" strengthchange="-1.0" />
</dontshoot>
</Afflictions>
</Override>