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:
@@ -91,6 +91,12 @@
|
||||
var/stored_ore = list()
|
||||
var/last_update = 0
|
||||
|
||||
/obj/item/weapon/storage/bag/ore/holding
|
||||
name = "mining satchel of holding"
|
||||
desc = "Like a mining satchel, but when you put your hand in, you're pretty sure you can feel time itself."
|
||||
icon_state = "satchel_bspace"
|
||||
max_storage_space = ITEMSIZE_COST_NORMAL * 75 // 3x
|
||||
|
||||
/obj/item/weapon/storage/bag/ore/remove_from_storage(obj/item/W as obj, atom/new_location)
|
||||
if(!istype(W)) return 0
|
||||
|
||||
|
||||
@@ -51,7 +51,13 @@
|
||||
EQUIPMENT("Jump Boots", /obj/item/clothing/shoes/bhop, 2500),
|
||||
EQUIPMENT("Mini-Translocator", /obj/item/device/perfect_tele/one_beacon, 1200),
|
||||
EQUIPMENT("Survival Equipment - Insulated Poncho", /obj/random/thermalponcho, 750),
|
||||
<<<<<<< HEAD
|
||||
EQUIPMENT("Large Mining Satchel", /obj/item/weapon/storage/bag/ore/large, 1000), //CHOMPstation addition
|
||||
||||||| parent of 1d2eddce4b... Merge pull request #10791 from VOREStation/Arokha/orehold
|
||||
|
||||
=======
|
||||
EQUIPMENT("Mining Satchel of Holding", /obj/item/weapon/storage/bag/ore/holding, 1500),
|
||||
>>>>>>> 1d2eddce4b... Merge pull request #10791 from VOREStation/Arokha/orehold
|
||||
)
|
||||
prize_list["Consumables"] = list(
|
||||
EQUIPMENT("1 Marker Beacon", /obj/item/stack/marker_beacon, 1),
|
||||
|
||||
@@ -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."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 81 KiB |
Reference in New Issue
Block a user