mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Event / Future PoI / Other weaponry & tools.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user