mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
satchel of holding added
This commit is contained in:
@@ -192,7 +192,15 @@
|
||||
desc = "This little bugger can be used to store and transport ores. Appears to have upgraded storage space, up to three times your normal satchel!"
|
||||
icon = 'icons/obj/mining_ch.dmi'
|
||||
icon_state = "satchel_large"
|
||||
max_storage_space = ITEMSIZE_COST_NORMAL * 75 // triple storage size
|
||||
max_storage_space = ITEMSIZE_COST_NORMAL * 75 // triple storage size of original
|
||||
|
||||
/obj/item/weapon/storage/bag/ore/holding
|
||||
name = "satchel of holding"
|
||||
desc = "An ore satchel that opens into a localized pocket of bluespace."
|
||||
icon = 'icons/obj/mining_ch.dmi'
|
||||
icon_state = "satchel_bspace"
|
||||
max_storage_space = ITEMSIZE_COST_NORMAL * 250 // ten times storage size of original
|
||||
|
||||
//CHOMPstation edit END
|
||||
|
||||
// -----------------------------
|
||||
|
||||
@@ -48,3 +48,13 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000)
|
||||
build_path = /obj/item/device/depth_scanner
|
||||
sort_string = "FBAAA"
|
||||
// CHOMPstation addition
|
||||
/datum/design/item/weapon/mining/satchel_holding
|
||||
name = "Satchel of Holding"
|
||||
desc = "An ore satchel that opens into a localized pocket of bluespace."
|
||||
id = "satchel_bspace"
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list("gold" = 2500, "diamond" = 1000, "uranium" = 250)
|
||||
build_path = /obj/item/weapon/storage/bag/ore/holding
|
||||
sort_string = "FBAAB"
|
||||
// CHOMPstation addition end
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user