Merge pull request #9016 from Cerebulon/bagger288

Duffle and Bag of Holding Sprites
This commit is contained in:
Atermonera
2023-03-08 19:39:59 -08:00
committed by GitHub
9 changed files with 52 additions and 14 deletions

View File

@@ -5,8 +5,8 @@
name = "Infinite capacity storage prototype ([item_name])"
/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."
name = "bluespace backpack"
desc = "Using localized bluespace portals this bag prototype offers incredible storage capacity with the contents weighting nothing. It's a shame the bag itself is pretty heavy."
id = "bag_holding"
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
materials = list("gold" = 3000, "diamond" = 1500, "uranium" = 250)
@@ -14,10 +14,10 @@
sort_string = "QAAAA"
/datum/design/item/boh/dufflebag_holding
name = "DuffleBag of Holding"
desc = "A minaturized prototype of the popular Bag of Holding, the Dufflebag of Holding is, functionally, identical to the bag of holding, but comes in a more stylish and compact form."
name = "bluespace dufflebag"
desc = "A minaturized prototype of the popular bluespace backpack, the bluespace is, functionally, identical to the backpack version, but in a more stylish and compact form."
id = "dufflebag_holding"
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
materials = list("gold" = 3000, "diamond" = 1500, "uranium" = 250)
build_path = /obj/item/storage/backpack/holding/duffle
sort_string = "QAAAB"
sort_string = "QAAAB"