Event / Future PoI / Other weaponry & tools.

This commit is contained in:
Mechoid
2018-12-15 20:11:10 -08:00
committed by Novacat
parent 4839b4bfa7
commit c8006a6e84
15 changed files with 665 additions and 7 deletions

View File

@@ -180,6 +180,25 @@ the artifact triggers the rage.
accuracy = -75 // Aiming requires focus.
accuracy_dispersion = 3 // Ditto.
evasion = -45 // Too angry to dodge.
<<<<<<< HEAD
=======
// Non-cult version of deep wounds.
// Surprisingly, more dangerous.
/datum/modifier/grievous_wounds
name = "grievous wounds"
desc = "Your wounds are not easily mended."
on_created_text = "<span class='critical'>Your wounds pain you greatly.</span>"
on_expired_text = "<span class='notice'>The pain lulls.</span>"
stacks = MODIFIER_STACK_EXTEND
incoming_healing_percent = 0.50 // 50% less healing.
disable_duration_percent = 1.22 // 22% longer disables.
bleeding_rate_percent = 1.20 // 20% more bleeding.
accuracy_dispersion = 2 // A combination of fear and immense pain or damage reults in a twitching firing arm. Flee.
@@ -246,4 +265,4 @@ the artifact triggers the rage.
return FALSE
if(L.get_poison_protection() >= 1)
return FALSE
return TRUE
return TRUE