Cult Sword Buff (#11923)

This commit is contained in:
WickedCybs
2021-05-22 03:18:39 -03:00
committed by GitHub
parent f603318f5f
commit 86bfde609d
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
/obj/item/melee/cultblade
name = "eldritch blade"
desc = "A sword humming with unholy energy. It glows with a dim red light."
desc = "A sword humming with unholy energy. It glows with a dim red light and looks deadly sharp."
desc_antag = "This sword is a powerful weapon, capable of severing limbs easily, if they are targeted. Non-believers are unable to use this weapon."
icon = 'icons/obj/sword.dmi'
icon_state = "cultblade"
item_state = "cultblade"
contained_sprite = TRUE
force = 25
armor_penetration = 50 // Narsie's blessing is strong. Also needed so the cult isn't obliterated by the average voidsuit with melee resistance.
w_class = ITEMSIZE_LARGE
throwforce = 10
slot_flags = SLOT_BELT
+6
View File
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- tweak: "The Eldritch blade can now penetrate through most armour thanks to the power of the Dark God. Previously, it could get blocked by an engineering voidsuit."