Works on slimes.

This commit is contained in:
Neerti
2018-09-13 06:08:13 -04:00
parent 0c0246e3fa
commit 16b40f0dcd
29 changed files with 1383 additions and 53 deletions
@@ -199,3 +199,18 @@ the artifact triggers the rage.
/datum/modifier/fire/tick()
holder.adjustFireLoss(damage_per_tick)
// Applied when subjected to a cold attack.
// Reduces mobility, attack speed.
/datum/modifier/chilled
name = "chilled"
desc = "You feel yourself freezing up. Its hard to move."
mob_overlay_state = "chilled"
on_created_text = "<span class='danger'>You feel like you're going to freeze! It's hard to move.</span>"
on_expired_text = "<span class='warning'>You feel somewhat warmer and more mobile now.</span>"
slowdown = 2
evasion = -40
attack_speed_percent = 1.4
disable_duration_percent = 1.2