Smith Addition: Productivity Bit (#28999)

* Adds productivity bit

* Digging sand

* Proper smithing costs
This commit is contained in:
PollardTheDragon
2025-04-26 14:15:34 +00:00
committed by GitHub
parent bdf4863757
commit 5a5e760f37
7 changed files with 51 additions and 10 deletions
@@ -28,6 +28,12 @@
materials = list(MAT_TITANIUM = 8000, MAT_PLASMA = 8000)
finished_product = /obj/item/smithed_item/tool_bit/heavy
/obj/item/smithed_item/component/bit_mount/productivity
name = "productivity bit mount"
desc = "This is the primary component of a productivity bit."
materials = list(MAT_METAL = 2000, MAT_PLASMA = 2000)
finished_product = /obj/item/smithed_item/tool_bit/productivity
/obj/item/smithed_item/component/bit_mount/economical
name = "economical bit mount"
desc = "This is the primary component of an economical bit."
@@ -70,6 +76,12 @@
materials = list(MAT_METAL = 8000, MAT_PLASMA = 8000)
finished_product = /obj/item/smithed_item/tool_bit/heavy
/obj/item/smithed_item/component/bit_head/productivity
name = "productivity bit mount"
desc = "This is the secondary component of a productivity bit."
materials = list(MAT_GOLD = 2000, MAT_SILVER = 2000)
finished_product = /obj/item/smithed_item/tool_bit/productivity
/obj/item/smithed_item/component/bit_head/economical
name = "economical bit head"
desc = "This is the secondary component of an economical bit."