Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "brass longsword"
desc = "A large sword made of brass."
icon_state = "ratvarian_sword"
force = 15
force = 18
throwforce = 20
armour_penetration = 10
block_chance = 35
attack_verb = list("attacked", "slashed", "cut", "torn", "gored")
clockwork_desc = "A powerful sword of Ratvarian making. Enemies hit with it will be struck with a powerful electromagnetic pulse."
var/emp_cooldown = 0
var/cooldown_duration = 20 SECONDS
var/cooldown_duration = 10 SECONDS

/obj/item/clockwork/weapon/brass_sword/attack(mob/living/target, mob/living/carbon/human/user)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
force = 15 //Extra damage is dealt to targets in attack()
throwforce = 25
armour_penetration = 10
wound_bonus = 10
sharpness = SHARP_POINTY
attack_verb = list("stabbed", "poked", "slashed")
hitsound = 'sound/weapons/bladeslice.ogg'
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile/reusable/arrow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@

/obj/item/projectile/energy/arrow/clockbolt
name = "redlight bolt"
damage = 18
damage = 20
wound_bonus = 5
embed_type = /obj/item/ammo_casing/reusable/arrow/energy/clockbolt