Files
893e801764 forging weapons with perfect hits, and mindless killer (#26729)
* forging weapons with perfect hits, and mindless killer

* we don't want staves to get extra damage

---------

Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
2024-04-30 14:12:37 +01:00

19 lines
887 B
Plaintext

/datum/skill/smithing
name = "Smithing"
title = "Smithy"
desc = "The desperate artist who strives after the flames of the forge."
modifiers = list(
SKILL_SPEED_MODIFIER = list(1, 0.95, 0.9, 0.85, 0.75, 0.6, 0.5),
SKILL_PROBS_MODIFIER = list(0, 5, 10, 20, 40, 80, 100)
)
skill_item_path = /obj/item/clothing/neck/cloak/skill_reward/smithing
/obj/item/clothing/neck/cloak/skill_reward/smithing
name = "legendary smithy's cloak"
desc = "Worn by the most skilled smithies, this legendary cloak is only attainable by knowing every inch of the blacksmith's forge. \
This status symbol represents a being who has forged some of the finest weapons and armors."
icon = 'modular_skyrat/modules/reagent_forging/icons/obj/cloaks.dmi'
worn_icon = 'modular_skyrat/modules/reagent_forging/icons/mob/neck.dmi'
icon_state = "smithingcloak"
associated_skill_path = /datum/skill/smithing