mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
* 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>
19 lines
887 B
Plaintext
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
|