mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
## About The Pull Request Adds new storage item, larger then regular duffel bags but smaller then bags of holding (can't hold large items either), it doesn't have zipper mechanic, nor does it slow down the user in any way (it's duffel bag in name only while being a large backpack). It's crafted with 4 leather and 2 metal hydrogen. ## Why It's Good For The Game Metal hydrogen, while cool material, doesn't have many uses that aren't combat oriented, elder atmos armor and crossbow bolts are the main thing it's used on. Adding utility item to the mix gives atmosians extra reason to invest time into making metal hydro, bags are also something they can safely hand out to crew to benefit of all. Bags of holding still have the advantage of being able to store gigantic class items so science should still have reason to refine anoms to make them, atmosian bag meanwhile is worse but easier to mass produce for the crew. ## Proof Of Testing <img width="470" height="250" alt="image" src="https://github.com/user-attachments/assets/246fb5e1-7ff0-41b9-9818-cd0755016c66" /> <img width="67" height="80" alt="image" src="https://github.com/user-attachments/assets/ca3683ee-6b95-4689-a177-edcc9f77538c" /> <img width="68" height="87" alt="image" src="https://github.com/user-attachments/assets/88eda308-2be7-454c-a583-937fd4410f7e" /> ## Changelog 🆑 add: Added Elder Atmosian Duffel Bags to crafting menu, made with metal hydrogen and leather. They're larger then regular duffel bags and don't have the slowdown zipper mechanic. /🆑
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
/datum/crafting_recipe/hydro_duffel
|
|
name = "Elder Atmosian Duffel Bag"
|
|
result = /obj/item/storage/backpack/hydro_duffel
|
|
time = 15 SECONDS
|
|
tool_behaviors = list(TOOL_WELDER, TOOL_WIRECUTTER)
|
|
reqs = list(/obj/item/stack/sheet/mineral/metal_hydrogen = 2,
|
|
/obj/item/stack/sheet/leather = 4)
|
|
category = CAT_CLOTHING
|