mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Cargo interface overhaul
This commit is contained in:
+44
-44
@@ -31,7 +31,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
if(5)
|
||||
return "Science"
|
||||
if(6)
|
||||
return "Food & Livestock"
|
||||
return "Food and Livestock"
|
||||
if(7)
|
||||
return "Raw Materials"
|
||||
if(8)
|
||||
@@ -75,7 +75,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
|
||||
/datum/supply_packs/emergency/evac
|
||||
name = "Emergency equipment"
|
||||
name = "Emergency Equipment Crate"
|
||||
contains = list(/obj/machinery/bot/floorbot,
|
||||
/obj/machinery/bot/floorbot,
|
||||
/obj/machinery/bot/medbot,
|
||||
@@ -125,7 +125,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "firefighting crate"
|
||||
|
||||
/datum/supply_packs/emergency/atmostank
|
||||
name = "Firefighting Watertank"
|
||||
name = "Firefighting Watertank Crate"
|
||||
contains = list(/obj/item/weapon/watertank/atmos)
|
||||
cost = 10
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
@@ -144,7 +144,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
access = access_hydroponics
|
||||
|
||||
/datum/supply_packs/emergency/specialops
|
||||
name = "Special Ops supplies"
|
||||
name = "Special Ops Supplies"
|
||||
contains = list(/obj/item/weapon/storage/box/emps,
|
||||
/obj/item/weapon/grenade/smokebomb,
|
||||
/obj/item/weapon/grenade/smokebomb,
|
||||
@@ -413,7 +413,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "insulated gloves crate"
|
||||
|
||||
/datum/supply_packs/engineering/power
|
||||
name = "Powercell Crate"
|
||||
name = "Power Cell Crate"
|
||||
contains = list(/obj/item/weapon/stock_parts/cell/high, //Changed to an extra high powercell because normal cells are useless
|
||||
/obj/item/weapon/stock_parts/cell/high,
|
||||
/obj/item/weapon/stock_parts/cell/high)
|
||||
@@ -524,7 +524,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/weapon/storage/briefcase/inflatable,
|
||||
/obj/item/weapon/storage/briefcase/inflatable)
|
||||
cost = 20
|
||||
containername = "Inflatable Barrier Crate"
|
||||
containername = "inflatable barrier crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/supermatter_shard
|
||||
name = "Supermatter Shard Crate"
|
||||
@@ -543,7 +543,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
)
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Thermo-Electric Generator Components"
|
||||
containername = "thermo-electric generator crate"
|
||||
access = access_ce
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -586,21 +586,21 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/firstaidadv
|
||||
name = "Advaced First Aid Kits Crate"
|
||||
name = "Advanced First Aid Kits Crate"
|
||||
contains = list(/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/adv,
|
||||
/obj/item/weapon/storage/firstaid/adv)
|
||||
cost = 10
|
||||
containername = "advaced first aid kits crate"
|
||||
containername = "advanced first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/firstaibrute
|
||||
name = "Brute Trauma Treatment Kits Crate"
|
||||
name = "Brute Treatment Kits Crate"
|
||||
contains = list(/obj/item/weapon/storage/firstaid/brute,
|
||||
/obj/item/weapon/storage/firstaid/brute,
|
||||
/obj/item/weapon/storage/firstaid/brute)
|
||||
cost = 10
|
||||
containername = "brute trauma treatment kit"
|
||||
containername = "brute first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/firstaidburns
|
||||
name = "Burns Treatment Kits Crate"
|
||||
@@ -619,12 +619,12 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "toxin first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/firstaidoxygen
|
||||
name = "Oxygen Deprivation Kits Crate"
|
||||
name = "Oxygen Treatment Kits Crate"
|
||||
contains = list(/obj/item/weapon/storage/firstaid/o2,
|
||||
/obj/item/weapon/storage/firstaid/o2,
|
||||
/obj/item/weapon/storage/firstaid/o2)
|
||||
cost = 10
|
||||
containername = "oxygen deprivation kits crate"
|
||||
containername = "oxygen first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/virus
|
||||
name = "Virus Crate"
|
||||
@@ -657,11 +657,11 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
contains = list(/obj/machinery/iv_drip)
|
||||
cost = 30
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "iv drip crate"
|
||||
containername = "IV drip crate"
|
||||
access = access_cmo
|
||||
|
||||
/datum/supply_packs/medical/surgery
|
||||
name = "Surgery crate"
|
||||
name = "Surgery Crate"
|
||||
contains = list(/obj/item/weapon/cautery,
|
||||
/obj/item/weapon/surgicaldrill,
|
||||
/obj/item/clothing/mask/breath/medical,
|
||||
@@ -675,7 +675,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/weapon/circular_saw)
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Surgery crate"
|
||||
containername = "surgery crate"
|
||||
access = access_medical
|
||||
|
||||
|
||||
@@ -703,7 +703,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
access = access_robotics
|
||||
|
||||
/datum/supply_packs/science/robotics/mecha_ripley
|
||||
name = "Circuit Crate (\"Ripley\" APLU)"
|
||||
name = "Circuit Crate (Ripley APLU)"
|
||||
contains = list(/obj/item/weapon/book/manual/ripley_build_and_repair,
|
||||
/obj/item/weapon/circuitboard/mecha/ripley/main, //TEMPORARY due to lack of circuitboard printer
|
||||
/obj/item/weapon/circuitboard/mecha/ripley/peripherals) //TEMPORARY due to lack of circuitboard printer
|
||||
@@ -712,7 +712,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "\improper APLU \"Ripley\" circuit crate"
|
||||
|
||||
/datum/supply_packs/science/robotics/mecha_odysseus
|
||||
name = "Circuit Crate (\"Odysseus\")"
|
||||
name = "Circuit Crate (Odysseus)"
|
||||
contains = list(/obj/item/weapon/circuitboard/mecha/odysseus/peripherals, //TEMPORARY due to lack of circuitboard printer
|
||||
/obj/item/weapon/circuitboard/mecha/odysseus/main) //TEMPORARY due to lack of circuitboard printer
|
||||
cost = 25
|
||||
@@ -740,7 +740,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
group = supply_science
|
||||
|
||||
/datum/supply_packs/science/shieldwalls
|
||||
name = "Shield Generators"
|
||||
name = "Shield Generators Crate"
|
||||
contains = list(/obj/machinery/shieldwallgen,
|
||||
/obj/machinery/shieldwallgen,
|
||||
/obj/machinery/shieldwallgen,
|
||||
@@ -752,12 +752,12 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
|
||||
/datum/supply_packs/science/transfer_valves
|
||||
name = "Tank Transfer Valves"
|
||||
name = "Tank Transfer Valves Crate"
|
||||
contains = list(/obj/item/device/transfer_valve,
|
||||
/obj/item/device/transfer_valve)
|
||||
cost = 60
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "transfer valves crate"
|
||||
containername = "tank transfer valves crate"
|
||||
access = access_rd
|
||||
|
||||
|
||||
@@ -805,33 +805,33 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "monkey crate"
|
||||
|
||||
/datum/supply_packs/organic/farwa
|
||||
name = "Farwa crate"
|
||||
name = "Farwa Crate"
|
||||
contains = list (/obj/item/weapon/storage/box/farwacubes)
|
||||
cost = 30
|
||||
containername = "farwa crate"
|
||||
|
||||
|
||||
/datum/supply_packs/organic/wolpin
|
||||
name = "Wolpin crate"
|
||||
name = "Wolpin Crate"
|
||||
contains = list (/obj/item/weapon/storage/box/wolpincubes)
|
||||
cost = 30
|
||||
containername = "wolpin crate"
|
||||
|
||||
|
||||
/datum/supply_packs/organic/skrell
|
||||
name = "Neaera crate"
|
||||
name = "Neaera Crate"
|
||||
contains = list (/obj/item/weapon/storage/box/neaeracubes)
|
||||
cost = 30
|
||||
containername = "neaera crate"
|
||||
|
||||
/datum/supply_packs/organic/stok
|
||||
name = "Stok crate"
|
||||
name = "Stok Crate"
|
||||
contains = list (/obj/item/weapon/storage/box/stokcubes)
|
||||
cost = 30
|
||||
containername = "stok crate"
|
||||
|
||||
/datum/supply_packs/organic/party
|
||||
name = "Party equipment"
|
||||
name = "Party Equipment Crate"
|
||||
contains = list(/obj/item/weapon/storage/box/drinkingglasses,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/patron,
|
||||
@@ -923,7 +923,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "hydroponics crate"
|
||||
|
||||
/datum/supply_packs/misc/hydroponics/hydrotank
|
||||
name = "Hydroponics Watertank Backpack Crate"
|
||||
name = "Hydroponics Watertank Crate"
|
||||
contains = list(/obj/item/weapon/watertank)
|
||||
cost = 10
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
@@ -995,42 +995,42 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
|
||||
/datum/supply_packs/materials/metal50
|
||||
name = "50 Metal Sheets"
|
||||
name = "50 Metal Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/metal)
|
||||
amount = 50
|
||||
cost = 10
|
||||
containername = "metal sheets crate"
|
||||
|
||||
/datum/supply_packs/materials/plasteel20
|
||||
name = "20 Plasteel Sheets"
|
||||
name = "20 Plasteel Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/plasteel)
|
||||
amount = 20
|
||||
cost = 30
|
||||
containername = "plasteel sheets crate"
|
||||
|
||||
/datum/supply_packs/materials/plasteel50
|
||||
name = "50 Plasteel Sheets"
|
||||
name = "50 Plasteel Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/plasteel)
|
||||
amount = 50
|
||||
cost = 50
|
||||
containername = "plasteel sheets crate"
|
||||
|
||||
/datum/supply_packs/materials/glass50
|
||||
name = "50 Glass Sheets"
|
||||
name = "50 Glass Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/glass)
|
||||
amount = 50
|
||||
cost = 10
|
||||
containername = "glass sheets crate"
|
||||
|
||||
/datum/supply_packs/materials/cardboard50
|
||||
name = "50 Cardboard Sheets"
|
||||
name = "50 Cardboard Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/cardboard)
|
||||
amount = 50
|
||||
cost = 10
|
||||
containername = "cardboard sheets crate"
|
||||
|
||||
/datum/supply_packs/materials/sandstone30
|
||||
name = "30 Sandstone Blocks"
|
||||
name = "30 Sandstone Blocks Crate"
|
||||
contains = list(/obj/item/stack/sheet/mineral/sandstone)
|
||||
amount = 30
|
||||
cost = 20
|
||||
@@ -1038,7 +1038,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
|
||||
/datum/supply_packs/materials/plastic30
|
||||
name = "30 Plastic Sheets"
|
||||
name = "30 Plastic Sheets Crate"
|
||||
contains = list(/obj/item/stack/sheet/mineral/plastic)
|
||||
amount = 30
|
||||
cost = 25
|
||||
@@ -1057,7 +1057,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
contains = list(/obj/machinery/bot/mulebot)
|
||||
cost = 20
|
||||
containertype = /obj/structure/largecrate/mule
|
||||
containername = "\improper MULEbot Crate"
|
||||
containername = "\improper MULEbot crate"
|
||||
|
||||
/datum/supply_packs/misc/watertank
|
||||
name = "Water Tank Crate"
|
||||
@@ -1120,7 +1120,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "bureaucracy crate"
|
||||
|
||||
/datum/supply_packs/misc/toner
|
||||
name = "Toner Cartridges crate"
|
||||
name = "Toner Cartridges Crate"
|
||||
contains = list(/obj/item/device/toner,
|
||||
/obj/item/device/toner,
|
||||
/obj/item/device/toner,
|
||||
@@ -1131,7 +1131,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "toner cartridges crate"
|
||||
|
||||
/datum/supply_packs/misc/artscrafts
|
||||
name = "Arts and Crafts supplies"
|
||||
name = "Arts and Crafts Supplies Crate"
|
||||
contains = list(/obj/item/weapon/storage/fancy/crayons,
|
||||
/obj/item/device/camera,
|
||||
/obj/item/device/camera_film,
|
||||
@@ -1151,7 +1151,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/stack/wrapping_paper,
|
||||
/obj/item/stack/wrapping_paper)
|
||||
cost = 10
|
||||
containername = "Arts and Crafts crate"
|
||||
containername = "arts and crafts crate"
|
||||
|
||||
/datum/supply_packs/misc/posters
|
||||
name = "Corporate Posters Crate"
|
||||
@@ -1161,7 +1161,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/weapon/contraband/poster/legit,
|
||||
/obj/item/weapon/contraband/poster/legit)
|
||||
cost = 8
|
||||
containername = "Corporate Posters Crate"
|
||||
containername = "corporate posters crate"
|
||||
|
||||
///////////// Janitor Supplies
|
||||
|
||||
@@ -1200,12 +1200,12 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
access = access_janitor
|
||||
|
||||
/datum/supply_packs/misc/janitor/lightbulbs
|
||||
name = "Replacement Lights"
|
||||
name = "Replacement Lights Crate"
|
||||
contains = list(/obj/item/weapon/storage/box/lights/mixed,
|
||||
/obj/item/weapon/storage/box/lights/mixed,
|
||||
/obj/item/weapon/storage/box/lights/mixed)
|
||||
cost = 10
|
||||
containername = "replacement lights"
|
||||
containername = "replacement lights crate"
|
||||
|
||||
///////////// Costumes
|
||||
|
||||
@@ -1239,7 +1239,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "wizard costume crate"
|
||||
|
||||
/datum/supply_packs/misc/mafia
|
||||
name = "Mafia Supply crate"
|
||||
name = "Mafia Supply Crate"
|
||||
contains = list(/obj/item/clothing/suit/browntrenchcoat =1,/obj/item/clothing/suit/blacktrenchcoat =1,/obj/item/clothing/head/fedora/whitefedora =1,
|
||||
/obj/item/clothing/head/fedora/brownfedora =1,/obj/item/clothing/head/fedora =1,/obj/item/clothing/under/flappers =1,/obj/item/clothing/under/mafia =1,/obj/item/clothing/under/mafia/vest =1,/obj/item/clothing/under/mafia/white =1,
|
||||
/obj/item/clothing/under/mafia/sue =1,/obj/item/clothing/under/mafia/tan =1, /obj/item/toy/crossbow/tommygun =2)
|
||||
@@ -1268,7 +1268,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/clothing/head/collectable/slime,
|
||||
/obj/item/clothing/head/collectable/xenom,
|
||||
/obj/item/clothing/head/collectable/petehat)
|
||||
name = "Collectable hat crate!"
|
||||
name = "Collectible Hats Crate"
|
||||
cost = 200
|
||||
containername = "collectable hats crate! Brought to you by Bass.inc!"
|
||||
|
||||
@@ -1289,7 +1289,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
contraband = 1
|
||||
|
||||
/datum/supply_packs/misc/formalwear //This is a very classy crate.
|
||||
name = "Formal-wear Crate"
|
||||
name = "Formal Wear Crate"
|
||||
contains = list(/obj/item/clothing/under/blacktango,
|
||||
/obj/item/clothing/under/assistantformal,
|
||||
/obj/item/clothing/under/assistantformal,
|
||||
|
||||
Reference in New Issue
Block a user