Improved Ashwalker Armory: Bone Equipment (#30600)

* Adds Bone Sword, Bone Shield, Bone Sword Sheath. Todo: Light Bone Armor, Sword Inhand fix

* sword inhands

* Adds Light Bone Armor

* Linters

* Species sprites

* Fixes my crap grammar

* Updates belt icon sprite
This commit is contained in:
PollardTheDragon
2025-10-19 19:06:58 +00:00
committed by GitHub
parent 5cb7eec5ad
commit 3e149e8e6b
25 changed files with 101 additions and 1 deletions
+24
View File
@@ -733,6 +733,14 @@
reqs = list(/obj/item/stack/sheet/bone = 6)
category = CAT_PRIMAL
/datum/crafting_recipe/light_bone_armor
name = "Light Bone Armor"
result = list(/obj/item/clothing/suit/hooded/bone_light)
reqs = list(/obj/item/stack/sheet/bone = 2,
/obj/item/stack/sheet/sinew = 2,
/obj/item/stack/sheet/animalhide/goliath_hide = 1)
category = CAT_PRIMAL
/datum/crafting_recipe/bonetalisman
name = "Bone Talisman"
result = list(/obj/item/clothing/accessory/talisman)
@@ -826,6 +834,22 @@
/obj/item/stack/sheet/sinew = 2)
category = CAT_PRIMAL
/datum/crafting_recipe/bonesword
name = "Bone Sword"
result = list(/obj/item/melee/bone_sword)
time = 45
reqs = list(/obj/item/stack/sheet/bone = 4,
/obj/item/stack/sheet/sinew = 1)
category = CAT_PRIMAL
/datum/crafting_recipe/bonesword_sheath
name = "Bone Sword Sheath"
result = list(/obj/item/storage/belt/sheath/bone_sword)
time = 45
reqs = list(/obj/item/stack/sheet/sinew = 2,
/obj/item/stack/sheet/animalhide/goliath_hide = 1)
category = CAT_PRIMAL
/datum/crafting_recipe/boneaxe
name = "Bone Axe"
result = list(/obj/item/fireaxe/boneaxe)