//Reminders- // If you add something to this list, please group it by type and sort it alphabetically instead of just jamming it in like an animal // cost = 700- Minimum cost, or infinite points are possible. ////////////////////////////////////////////////////////////////////////////// //////////////////////////// Science ///////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// /datum/supply_pack/science group = "Science" crate_type = /obj/structure/closet/crate/science /* For later /datum/supply_pack/science/monkey name = "Ape Cube Crate" desc = "Pss what a new test subject with supper strangth, speed, and love for bananas all at the same time? Say no more... Contains a single ape cube. Dont add water!" contraband = TRUE cost = 2500 contains = list (/obj/item/reagent_containers/food/snacks/monkeycube/ape) crate_name = "ape cube crate" */ /datum/supply_pack/science/aliens name = "Advanced Alien Alloy Crate Crate" desc = "Hello brothers from the stars!!! Our fellow brethren have made contact at long last and gave us gifts man! They really did build the prymi- Connection Error- Bro we’ll send you a sheet of advanced alien alloy." cost = 15000 DropPodOnly = TRUE contraband = TRUE contains = list(/obj/item/stack/sheet/mineral/abductor) crate_name = "alien bro alloy crate" /datum/supply_pack/science/beakers name = "Chemistry Beakers Crate" desc = "Glassware for any chemistry lab! Contains four small beakers, three large, two plastic, and one metamaterial. As well as three droppers and two pairs of latex gloves." cost = 1500 contains = list(/obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/glass/beaker/large, /obj/item/reagent_containers/glass/beaker/large, /obj/item/reagent_containers/glass/beaker/large, /obj/item/reagent_containers/glass/beaker/plastic, /obj/item/reagent_containers/glass/beaker/plastic, /obj/item/reagent_containers/glass/beaker/meta, /obj/item/reagent_containers/glass/beaker/noreact, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/dropper, /obj/item/clothing/gloves/color/latex, /obj/item/clothing/gloves/color/latex) crate_name = "chemistry beaker crate" /datum/supply_pack/science/robotics/mecha_odysseus name = "Circuit Crate (Odysseus)" desc = "Ever wanted to build your own giant medical robot? Well, now you can! Contains the Odysseus main control board and Odysseus peripherals board. Requires Robotics access to open." cost = 1500 access = ACCESS_ROBOTICS contains = list(/obj/item/circuitboard/mecha/odysseus/peripherals, /obj/item/circuitboard/mecha/odysseus/main) crate_name = "\improper Odysseus circuit crate" crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/robotics/mecha_ripley name = "Circuit Crate (Ripley APLU)" desc = "Rip apart rocks and xenomorphs alike with the Ripley APLU. Contains the Main Ripley control board, as well as the Ripley Peripherals board. Requires Robotics access to open." cost = 1200 access = ACCESS_ROBOTICS contains = list(/obj/item/book/manual/ripley_build_and_repair, /obj/item/circuitboard/mecha/ripley/main, /obj/item/circuitboard/mecha/ripley/peripherals) crate_name = "\improper APLU Ripley circuit crate" crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/circuitry name = "Circuitry Starter Pack Crate" desc = "Journey into the mysterious world of Circuitry with this starter pack. Contains a circuit printer, analyzer, debugger and wirer. Power cells not included." cost = 1000 contains = list(/obj/item/integrated_electronics/analyzer, /obj/item/integrated_circuit_printer, /obj/item/integrated_electronics/debugger, /obj/item/integrated_electronics/wirer) crate_name = "circuitry starter pack crate" /datum/supply_pack/science/glasswork name = "Glass Blower Kit Crate" desc = "Learn and make glassworks of useful things for a profit! Contains glassworking tools and blowing rods. Glass not included." cost = 1000 contains = list(/obj/item/glasswork/glasskit, /obj/item/glasswork/glasskit, /obj/item/glasswork/blowing_rod, /obj/item/glasswork/blowing_rod) crate_name = "glassblower gear crate" /datum/supply_pack/science/monkey name = "Monkey Cube Crate" desc = "Stop monkeying around! Contains seven monkey cubes. Just add water!" cost = 1500 contains = list (/obj/item/storage/box/monkeycubes) crate_name = "monkey cube crate" /datum/supply_pack/science/nitrilegloves name = "Nitrile Gloves Crate" desc = "Handling toxic chemicals? Well worry not, keep your flesh intact with some nitrile made gloves! Contains three pairs of nitrile gloves." cost = 1500 contains = list(/obj/item/clothing/gloves/color/latex/nitrile, /obj/item/clothing/gloves/color/latex/nitrile, /obj/item/clothing/gloves/color/latex/nitrile) crate_name = "nitrile gloves crate" /datum/supply_pack/science/nuke_b_gone name = "Nuke Defusal Kit" desc = "Contains set of tools to defuse a nuke." cost = 7500 //Useful for traitors/nukies that fucked up dangerous = TRUE hidden = TRUE contains = list(/obj/item/nuke_core_container/nt, /obj/item/screwdriver/nuke/nt, /obj/item/paper/guides/nt/nuke_instructions) crate_name = "safe defusal kit storage" /datum/supply_pack/science/plasma name = "Plasma Assembly Crate" desc = "Everything you need to burn something to the ground, this contains three plasma assembly sets. Each set contains a plasma tank, igniter, proximity sensor, and timer! Warranty void if exposed to high temperatures. Requires Toxins access to open." cost = 1800 access = ACCESS_TOX_STORAGE contains = list(/obj/item/tank/internals/plasma, /obj/item/tank/internals/plasma, /obj/item/tank/internals/plasma, /obj/item/assembly/igniter, /obj/item/assembly/igniter, /obj/item/assembly/igniter, /obj/item/assembly/prox_sensor, /obj/item/assembly/prox_sensor, /obj/item/assembly/prox_sensor, /obj/item/assembly/timer, /obj/item/assembly/timer, /obj/item/assembly/timer) crate_name = "plasma assembly crate" crate_type = /obj/structure/closet/crate/secure/plasma /datum/supply_pack/science/relic name = "Relic Crate" desc = "Ever wanted to play with old discounted toys? Look no further. Contains two relics." cost = 1000 contraband = TRUE contains = list(/obj/item/relic, /obj/item/relic) crate_name = "relic crate" /datum/supply_pack/science/robotics name = "Robotics Assembly Crate" desc = "The tools you need to replace those finicky humans with a loyal robot army! Contains three proximity sensors, two high-powered cells, six flashes, and an electrical toolbox. Requires Robotics access to open." cost = 1500 access = ACCESS_ROBOTICS contains = list(/obj/item/assembly/prox_sensor, /obj/item/assembly/prox_sensor, /obj/item/assembly/prox_sensor, /obj/item/storage/toolbox/electrical, /obj/item/storage/box/flashes, /obj/item/stock_parts/cell/high, /obj/item/stock_parts/cell/high) crate_name = "robotics assembly crate" crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/rped name = "RPED crate" desc = "Need to rebuild the ORM but science got annihilated after a bomb test? Buy this for the most advanced parts NT can give you." cost = 1500 contains = list(/obj/item/storage/part_replacer/cargo) crate_name = "\improper RPED crate" /datum/supply_pack/science/shieldwalls name = "Shield Generator Crate" desc = "These high powered Shield Wall Generators are guaranteed to keep any unwanted lifeforms on the outside, where they belong! Contains four shield wall generators. Requires Teleporter access to open." cost = 2000 access = ACCESS_TELEPORTER contains = list(/obj/machinery/shieldwallgen, /obj/machinery/shieldwallgen, /obj/machinery/shieldwallgen, /obj/machinery/shieldwallgen) crate_name = "shield generators crate" crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/slime name = "Slime Core Crate" desc = "Ran out of slimes? No problem, contains one gray slime core. Requires Xenobio access to open." cost = 1000 access = ACCESS_XENOBIOLOGY contains = list(/obj/item/slime_extract/grey) crate_name = "slime core crate" crate_type = /obj/structure/closet/crate/secure/science /datum/supply_pack/science/supermater name = "Supermatter Extraction Tools Crate" desc = "Contains a set of tools to extract a sliver of supermatter. Consult your CE today!" cost = 7500 //Useful for traitors that fucked up hidden = TRUE contains = list(/obj/item/nuke_core_container/supermatter, /obj/item/scalpel/supermatter, /obj/item/hemostat/supermatter, /obj/item/paper/guides/antag/supermatter_sliver) crate_name = "supermatter extraction kit crate" /datum/supply_pack/science/tablets name = "Tablet Crate" desc = "What's a computer? Contains five cargo tablets." cost = 1500 contains = list(/obj/item/modular_computer/tablet/preset/cargo, /obj/item/modular_computer/tablet/preset/cargo, /obj/item/modular_computer/tablet/preset/cargo, /obj/item/modular_computer/tablet/preset/cargo, /obj/item/modular_computer/tablet/preset/cargo) crate_name = "tablet crate" /datum/supply_pack/science/transfer_valves name = "Tank Transfer Valves Crate" desc = "The key ingredient for making a lot of people very angry very fast. Contains two tank transfer valves. Requires RD access to open." cost = 6000 access = ACCESS_RD contains = list(/obj/item/transfer_valve, /obj/item/transfer_valve) crate_name = "tank transfer valves crate" crate_type = /obj/structure/closet/crate/secure/science dangerous = TRUE /datum/supply_pack/science/tech_slugs name = "Tech Slug Ammo Shells" desc = "A new type of shell that is able to be made into a few different dangerous types. Contains two boxes of tech slugs, 14 shells in all." cost = 1700 contains = list(/obj/item/storage/box/techsslug, /obj/item/storage/box/techsslug) crate_name = "tech slug crate"