Smithing Expansion: Knives and Mothsilk (#31084)

* Smith Knives Initial Commit

* sprites and handling

* Knife stuff, mothsilk

* Touch ups

* Linters

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Abstract type desc

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-12-08 16:34:30 -05:00
committed by GitHub
parent 2517adf705
commit 5d4a01148e
13 changed files with 419 additions and 11 deletions
@@ -475,6 +475,17 @@ GLOBAL_LIST_INIT(durathread_recipes, list (
pull_effort = 70
loom_result = /obj/item/stack/sheet/durathread
/obj/item/stack/sheet/mothsilk
name = "mothsilk spool"
desc = "A spool of fresh mothsilk. Fine and light as air."
singular_name = "strand"
icon_state = "sheet-mothsilk"
icon = 'icons/obj/stacks/organic.dmi'
resistance_flags = FLAMMABLE
force = 0
throwforce = 0
merge_type = /obj/item/stack/sheet/mothsilk
//////////////////////////////
// MARK: CARDBOARD
//////////////////////////////