From 939abb15fe55d23f23aee2fd0ecc6fc3b7e2787e Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:15:14 +0100 Subject: [PATCH] Heretic blades now do 20 damage instead of 17 (#68345) (#20790) Heretic blades now do +3 damage Heretic blades now have a 20% demolition modifier Heretic blades now have 35% armor penetration Co-authored-by: ANAME593 <85279840+ANAME593@users.noreply.github.com> --- code/modules/antagonists/heretic/items/heretic_blades.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/heretic/items/heretic_blades.dm b/code/modules/antagonists/heretic/items/heretic_blades.dm index a3a38ab4fb9..d91c6dd28b7 100644 --- a/code/modules/antagonists/heretic/items/heretic_blades.dm +++ b/code/modules/antagonists/heretic/items/heretic_blades.dm @@ -12,10 +12,11 @@ flags_1 = CONDUCT_1 sharpness = SHARP_EDGED w_class = WEIGHT_CLASS_NORMAL - force = 25 //SKYRAT EDIT - ORIGINAL: 17 - armour_penetration = 15 // SKYRAT EDIT - ADDITION + force = 20 throwforce = 10 + demolition_mod = 0.8 hitsound = 'sound/weapons/bladeslice.ogg' + armour_penetration = 35 attack_verb_continuous = list("attacks", "slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "rends") attack_verb_simple = list("attack", "slash", "stab", "slice", "tear", "lacerate", "rip", "dice", "rend") var/after_use_message = ""