mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Port Eris mining satchel sprites, satchel of holding
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
..()
|
||||
name = "Infinite capacity storage prototype ([item_name])"
|
||||
|
||||
/datum/design/item/boh/ore_holding
|
||||
name = "Mining Satchel of Holding"
|
||||
desc = "For the most tenacious miners, a bag with incomprehensible depth!"
|
||||
id = "ore_holding"
|
||||
req_tech = list(TECH_BLUESPACE = 2, TECH_MATERIAL = 3)
|
||||
materials = list("gold" = 1000, "diamond" = 500, "uranium" = 250) // Less expensive since it can only hold ores
|
||||
build_path = /obj/item/weapon/storage/bag/ore/holding
|
||||
sort_string = "QAAAA"
|
||||
|
||||
/datum/design/item/boh/bag_holding
|
||||
name = "Bag of Holding"
|
||||
desc = "Using localized pockets of bluespace this bag prototype offers incredible storage capacity with the contents weighting nothing. It's a shame the bag itself is pretty heavy."
|
||||
|
||||
Reference in New Issue
Block a user