mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Cult Sword Buff (#11923)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user