-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding miscellaneous crafting items for future work.
- Loading branch information
1 parent
59dc0a5
commit 3fdea92
Showing
7 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Stub for forging. TODO crafting that uses chains. | ||
/obj/item/chain | ||
name = "chain" | ||
name_prefix = "length of" | ||
desc = "A flexible length of interconnected links forming a chain." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/chain.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Stub for forging. TODO use for slapcrafting a fishing rod? | ||
/obj/item/hook | ||
name = "hook" | ||
desc = "A small, sharp, curved object." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/hook.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Stub for forging. TODO implement shoes on honse. | ||
/obj/item/horseshoe | ||
name = "horseshoe" | ||
desc = "A curved length of metal, usually nailed to a horse's hoof. May bring luck." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/horseshoe.dmi' | ||
material = /decl/material/solid/metal/iron | ||
material_alteration = MAT_FLAG_ALTERATION_ALL |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters