mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
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>
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user