satchel of holding added

This commit is contained in:
Test Turtle
2021-03-06 17:34:10 -08:00
parent 875c71f157
commit 5ff44857e0
3 changed files with 19 additions and 1 deletions

View File

@@ -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!" 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 = 'icons/obj/mining_ch.dmi'
icon_state = "satchel_large" 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 //CHOMPstation edit END
// ----------------------------- // -----------------------------

View File

@@ -48,3 +48,13 @@
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000) materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000)
build_path = /obj/item/device/depth_scanner build_path = /obj/item/device/depth_scanner
sort_string = "FBAAA" 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