-
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.
Merge pull request #4709 from MistakeNot4892/feature/misc_items
Several small items from blacksmithy PR.
- Loading branch information
Showing
11 changed files
with
50 additions
and
1 deletion.
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,12 @@ | ||
// Stub for forging. TODO implement TOOL_CHISEL. | ||
/obj/item/tool/chisel | ||
name = "chisel" | ||
desc = "A hard, sharpened tool used to chisel stone, wood or bone." | ||
icon_state = ICON_STATE_WORLD | ||
icon = 'icons/obj/items/tool/chisel.dmi' | ||
material = /decl/material/solid/metal/steel | ||
handle_material = /decl/material/solid/organic/plastic | ||
binding_material = null | ||
|
||
/obj/item/tool/chisel/forged | ||
handle_material = null |
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 |
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
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
Binary file not shown.
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