Added localization functionality for cargo orders (#10248)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "smg crate"
|
||||
id: ArmorySmg
|
||||
description: "Contains three WT-550 SMGs with six mags. Requires Armory access to open."
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/SMGs/wt550.rsi
|
||||
state: icon
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "shotgun crate"
|
||||
id: ArmoryShotgun
|
||||
description: "For when the enemy absolutely needs to be replaced with lead. Contains three Enforcer Combat Shotguns, and some standard shotgun shells. Requires Armory access to open."
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Shotguns/enforcer.rsi
|
||||
state: icon
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "air canister"
|
||||
id: AtmosphericsAir
|
||||
description: "Air canister"
|
||||
icon:
|
||||
sprite: Structures/Storage/canister.rsi
|
||||
state: grey
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "oxygen canister"
|
||||
id: AtmosphericsOxygen
|
||||
description: "Oxygen canister"
|
||||
icon:
|
||||
sprite: Structures/Storage/canister.rsi
|
||||
state: blue
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "nitrogen canister"
|
||||
id: AtmosphericsNitrogen
|
||||
description: "Nitrogen canister"
|
||||
icon:
|
||||
sprite: Structures/Storage/canister.rsi
|
||||
state: red
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "carbon dioxide canister"
|
||||
id: AtmosphericsCarbonDioxide
|
||||
description: "Carbon dioxide canister"
|
||||
icon:
|
||||
sprite: Structures/Storage/canister.rsi
|
||||
state: black
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "exotic seeds crate"
|
||||
id: HydroponicsSeedsExotic
|
||||
description: "Any entrepreneuring botanist's dream. Contains many different exotic seeds. Requires Hydroponics access to open."
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||
state: seed
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "Medicinal seeds crate"
|
||||
id: HydroponicsSeedsMedicinal
|
||||
description: "A wannabe chemist's dream! Contains many different medicinal seeds. Requires Hydroponics access to open."
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/galaxythistle.rsi
|
||||
state: seed
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "hydroponics crate"
|
||||
id: HydroponicsTools
|
||||
description: "Supplies for growing a great garden! Contains two bottles of ammonia, two Plant-B-Gone spray bottles, a hatchet, cultivator, plant analyzer, as well as a pair of leather gloves and a botanist's apron."
|
||||
icon:
|
||||
sprite: Objects/Tools/Hydroponics/hoe.rsi
|
||||
state: icon
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "seeds crate"
|
||||
id: HydroponicsSeeds
|
||||
description: "Big things have small beginnings. Contains nine different seeds."
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/apple.rsi
|
||||
state: seed
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "explosive emergency crate"
|
||||
id: EmergencyExplosive
|
||||
description: "Science gone bonkers? Beeping behind the airlock? Buy now and be the hero the station des... I mean needs! (time not included)"
|
||||
icon:
|
||||
sprite: Clothing/Head/Helmets/bombsuit.rsi
|
||||
state: icon
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "firefighting crate"
|
||||
id: EmergencyFire
|
||||
description: "Only you can prevent station fires. Partner up with two firefighter suits, gas masks, flashlights, large oxygen tanks, extinguishers, and hardhats!"
|
||||
icon:
|
||||
sprite: Objects/Misc/fire_extinguisher.rsi
|
||||
state: fire_extinguisher_closed
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "internals crate"
|
||||
id: EmergencyInternals
|
||||
description: "Master your life energy and control your breathing with three breath masks, three emergency oxygen tanks and three large air tanks."
|
||||
icon:
|
||||
sprite: Clothing/Mask/breath.rsi
|
||||
state: icon
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "radiation protection crate"
|
||||
id: EmergencyRadiation
|
||||
description: "Survive the Nuclear Apocalypse and Supermatter Engine alike with two sets of Radiation suits. Each set contains a helmet, suit, and Geiger counter. We'll even throw in a bottle of vodka and some glasses too, considering the life-expectancy of people who order this."
|
||||
icon:
|
||||
sprite: Structures/Wallmounts/signs.rsi
|
||||
state: radiation
|
||||
@@ -47,13 +39,11 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "inflatable wall crate"
|
||||
id: EmergencyInflatablewall
|
||||
description: "Three stacks of inflatable walls for when the stations metal walls don't want to hold atmosphere anymore."
|
||||
icon:
|
||||
sprite: Objects/Misc/inflatable_wall.rsi
|
||||
state: item_wall
|
||||
product: CrateEmergencyInflatablewall
|
||||
cost: 1000
|
||||
category: Emergency
|
||||
group: market
|
||||
group: market
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "LV cables crate"
|
||||
id: EngineeringCableLv
|
||||
description: "3 coils of LV cables."
|
||||
icon:
|
||||
sprite: Objects/Tools/cable-coils.rsi
|
||||
state: coillv-30
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "MV cables crate"
|
||||
id: EngineeringCableMv
|
||||
description: "3 coils of MV cables."
|
||||
icon:
|
||||
sprite: Objects/Tools/cable-coils.rsi
|
||||
state: coilmv-30
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "HV cables crate"
|
||||
id: EngineeringCableHv
|
||||
description: "3 coils of HV cables."
|
||||
icon:
|
||||
sprite: Objects/Tools/cable-coils.rsi
|
||||
state: coilhv-30
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "bulk cables crate"
|
||||
id: EngineeringCableBulk
|
||||
description: "2 coils each for every cable type."
|
||||
icon:
|
||||
sprite: Objects/Tools/cable-coils.rsi
|
||||
state: coilall-30
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "electrical supplies crate"
|
||||
id: EngineeringElectricalSupplies
|
||||
description: "N.T. is not responsible for any workplace infighting relating to the insulated gloves included within these crates."
|
||||
icon:
|
||||
sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi
|
||||
state: icon
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "packaged antimatter reactor crate"
|
||||
id: EngineAmeShielding
|
||||
description: "9 parts for the main body of an antimatter reactor, or for expanding an existing one."
|
||||
icon:
|
||||
sprite: Objects/Power/AME/ame_part.rsi
|
||||
state: box
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "antimatter containment jar crate"
|
||||
id: EngineAmeJar
|
||||
description: "3 antimatter jars, for fuelling an antimatter reactor."
|
||||
icon:
|
||||
sprite: Objects/Power/AME/ame_jar.rsi
|
||||
state: jar
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "antimatter control unit crate"
|
||||
id: EngineAmeControl
|
||||
description: "The control unit of an antimatter reactor."
|
||||
icon:
|
||||
sprite: Structures/Power/Generation/ame.rsi
|
||||
state: control
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "singularity generator crate"
|
||||
id: EngineSingularityGenerator
|
||||
description: "Contains a singularity generator. The mother of the beast."
|
||||
icon:
|
||||
sprite: Structures/Power/Generation/Singularity/generator.rsi
|
||||
state: icon
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "singularity containment crate"
|
||||
id: EngineSingularityContainment
|
||||
description: "Contains a singularity containment field generator."
|
||||
icon:
|
||||
sprite: Structures/Power/Generation/Singularity/containment.rsi
|
||||
state: icon
|
||||
@@ -71,9 +61,7 @@
|
||||
# group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "radiation collector crate"
|
||||
id: EngineSingularityCollector
|
||||
description: "Contains a radiation collector. Safety first!"
|
||||
icon:
|
||||
sprite: Structures/Power/Generation/Singularity/collector.rsi
|
||||
state: ca_on
|
||||
@@ -83,9 +71,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "particle accelerator crate"
|
||||
id: EngineParticleAccelerator
|
||||
description: "Contains all the boards needed to construct a Particle Accelerator."
|
||||
icon:
|
||||
sprite: Structures/Power/Generation/PA/control_box.rsi
|
||||
state: boxc
|
||||
@@ -93,11 +79,9 @@
|
||||
cost: 10000
|
||||
category: Engineering
|
||||
group: market
|
||||
|
||||
|
||||
- type: cargoProduct
|
||||
name: "solar assembly parts"
|
||||
id: EngineSolar
|
||||
description: "Parts for constructing solar panels and trackers."
|
||||
icon:
|
||||
sprite: Objects/Power/solar_parts.rsi
|
||||
state: solar_assembly_parts
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "emergency pizza crate"
|
||||
id: FoodPizza
|
||||
description: Help do your part to end station hunger by distributing pizza to underfunded departments!
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/Baked/pizza.rsi
|
||||
state: margherita
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "MRE crate"
|
||||
id: FoodMRE
|
||||
description: A military style meal fit to feed a whole department.
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/snacks.rsi
|
||||
state: nutribrick
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "kitchen supplies crate"
|
||||
id: FoodCook
|
||||
description: Extra kitchen supplies, in case the botanists are absent.
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/ingredients.rsi
|
||||
state: flour-big
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: kvass tank crate
|
||||
id: FoodCrateKvassTank
|
||||
description: A tank with refreshing kvass, which helps so much in the heat.
|
||||
icon:
|
||||
sprite: Structures/Storage/kvass.rsi
|
||||
state: kvass
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "big band instrument collection"
|
||||
id: FunInstruments
|
||||
description: "Get your sad station movin' and groovin' with this fine collection! Contains thirteen different instruments"
|
||||
icon:
|
||||
sprite: Objects/Fun/Instruments/accordion.rsi
|
||||
state: icon
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "brass instrument ensemble crate"
|
||||
id: FunBrass
|
||||
description: "Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play."
|
||||
icon:
|
||||
sprite: Objects/Fun/Instruments/structureinstruments.rsi
|
||||
state: tuba
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "art supplies"
|
||||
id: FunArtSupplies
|
||||
description: "Make some happy little accidents with lots of crayons!"
|
||||
icon:
|
||||
sprite: Objects/Fun/crayons.rsi
|
||||
state: box
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "plushie crate"
|
||||
id: FunPlushies
|
||||
description: "A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT"
|
||||
icon:
|
||||
sprite: Objects/Fun/toys.rsi
|
||||
state: plushie_h
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "board game crate"
|
||||
id: FunBoardGames
|
||||
description: "Game nights have been proven to either decrease boredom or increase murderous rage depending on the game"
|
||||
icon:
|
||||
sprite: Objects/Fun/dice.rsi
|
||||
state: d66
|
||||
@@ -59,9 +49,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "ATV crate"
|
||||
id: FunATV
|
||||
description: "An Absolutely Taxable Vehicle to help cargo with hauling."
|
||||
icon:
|
||||
sprite: Objects/Vehicles/atv.rsi
|
||||
state: vehicle
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "bee crate"
|
||||
id: LivestockBee
|
||||
description: "A crate containing a swarm of eight bees"
|
||||
icon:
|
||||
sprite: Mobs/Animals/bee.rsi
|
||||
state: 0
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "butterfly crate"
|
||||
id: LivestockButterfly
|
||||
description: "A crate containing five butterflies"
|
||||
icon:
|
||||
sprite: Mobs/Animals/butterfly.rsi
|
||||
state: butterfly
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "cat crate"
|
||||
id: LivestockCat
|
||||
description: "A crate containing a single cat"
|
||||
icon:
|
||||
sprite: Mobs/Pets/cat.rsi
|
||||
state: cat
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "chicken crate"
|
||||
id: LivestockChicken
|
||||
description: "A crate containing four fully grown chickens"
|
||||
icon:
|
||||
sprite: Mobs/Animals/chicken.rsi
|
||||
state: icon-1
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "duck crate"
|
||||
id: LivestockDuck
|
||||
description: "A crate containing six fully grown ducks"
|
||||
icon:
|
||||
sprite: Mobs/Animals/duck.rsi
|
||||
state: icon-0
|
||||
@@ -59,9 +49,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "corgi crate"
|
||||
id: LivestockCorgi
|
||||
description: "A crate containing a single corgi"
|
||||
icon:
|
||||
sprite: Mobs/Pets/corgi.rsi
|
||||
state: corgi
|
||||
@@ -71,9 +59,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "cow crate"
|
||||
id: LivestockCow
|
||||
description: "A crate containing a single cow"
|
||||
icon:
|
||||
sprite: Mobs/Animals/cow.rsi
|
||||
state: cow
|
||||
@@ -83,9 +69,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "goat crate"
|
||||
id: LivestockGoat
|
||||
description: "A crate containing a single goat"
|
||||
icon:
|
||||
sprite: Mobs/Animals/goat.rsi
|
||||
state: goat
|
||||
@@ -95,9 +79,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "goose crate"
|
||||
id: LivestockGoose
|
||||
description: "A crate containing two geese"
|
||||
icon:
|
||||
sprite: Mobs/Animals/goose.rsi
|
||||
state: goose
|
||||
@@ -107,9 +89,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "gorilla crate"
|
||||
id: LivestockGorilla
|
||||
description: "A crate containing a single gorilla"
|
||||
icon:
|
||||
sprite: Mobs/Animals/gorilla.rsi
|
||||
state: icon
|
||||
@@ -119,9 +99,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "monkey cube crate"
|
||||
id: LivestockMonkeyCube
|
||||
description: "A crate containing three boxes of monkey cubes"
|
||||
icon:
|
||||
sprite: Mobs/Animals/monkey.rsi
|
||||
state: monkey
|
||||
@@ -131,9 +109,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "mice crate"
|
||||
id: LivestockMouse
|
||||
description: "A crate containing five -blind- mice"
|
||||
icon:
|
||||
sprite: Mobs/Animals/mouse.rsi
|
||||
state: icon-0
|
||||
@@ -143,9 +119,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "parrot crate"
|
||||
id: LivestockParrot
|
||||
description: "A crate containing three parrots"
|
||||
icon:
|
||||
sprite: Mobs/Animals/parrot.rsi
|
||||
state: parrot
|
||||
@@ -155,9 +129,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "penguin crate"
|
||||
id: LivestockPenguin
|
||||
description: "A crate containing two penguins"
|
||||
icon:
|
||||
sprite: Mobs/Animals/penguin.rsi
|
||||
state: penguin
|
||||
@@ -167,9 +139,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "snake crate"
|
||||
id: LivestockSnake
|
||||
description: "A crate containing three snakes"
|
||||
icon:
|
||||
sprite: Mobs/Animals/snake.rsi
|
||||
state: snake
|
||||
|
||||
@@ -1,31 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "water tank"
|
||||
id: MaterialWaterTank
|
||||
description: "A tank of fresh water for when the station has ran out."
|
||||
icon:
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: watertank
|
||||
product: WaterTankFull
|
||||
cost: 2000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "fuel tank"
|
||||
id: MaterialFuelTank
|
||||
description: "A tank of welder fuel for when the station has ran out."
|
||||
icon:
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: fueltank
|
||||
product: WeldingFuelTankFull
|
||||
cost: 2000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "crate of glass sheets"
|
||||
id: MaterialGlass
|
||||
description: "90 sheets of glass, packed with care."
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/glass.rsi
|
||||
state: glass_3
|
||||
@@ -35,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "crate of steel sheets"
|
||||
id: MaterialSteel
|
||||
description: "90 sheets of steel."
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/metal.rsi
|
||||
state: steel_3
|
||||
@@ -47,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "crate of plastic sheets"
|
||||
id: MaterialPlastic
|
||||
description: "90 sheets of plastic."
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/other.rsi
|
||||
state: plastic_3
|
||||
@@ -59,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "crate of plasteel sheets"
|
||||
id: MaterialPlasteel
|
||||
description: "90 sheets of plasteel."
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/metal.rsi
|
||||
state: plasteel_3
|
||||
@@ -71,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "crate of solid plasma"
|
||||
id: MaterialPlasma
|
||||
description: "90 sheets of plasma."
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/other.rsi
|
||||
state: plasma_3
|
||||
@@ -82,3 +48,22 @@
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialFuelTank
|
||||
icon:
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: fueltank
|
||||
product: WeldingFuelTankFull
|
||||
cost: 2000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialWaterTank
|
||||
icon:
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: watertank
|
||||
product: WaterTankFull
|
||||
cost: 2000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "Medical Supplies"
|
||||
id: MedicalSupplies
|
||||
description: Basic medical supplies.
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/firstaidkits.rsi
|
||||
state: firstaid
|
||||
@@ -9,11 +7,9 @@
|
||||
cost: 1000
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
|
||||
- type: cargoProduct
|
||||
name: "Chemistry Supplies"
|
||||
id: MedicalChemistrySupplies
|
||||
description: Basic chemistry supplies.
|
||||
icon:
|
||||
sprite: Objects/Specific/Chemistry/beaker.rsi
|
||||
state: beaker
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "Artifact Container"
|
||||
id: ArtifactContainer
|
||||
description: Used to safely contain and move artifacts.
|
||||
icon:
|
||||
sprite: Structures/Storage/Crates/artifact.rsi
|
||||
state: artifact_container_icon
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "armor crate"
|
||||
id: SecurityArmor
|
||||
description: "Three vests of well-rounded, decently-protective armor. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Vests/oldarmor.rsi
|
||||
state: icon
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "helmet crate"
|
||||
id: SecurityHelmet
|
||||
description: "Contains three standard-issue brain buckets. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Clothing/Head/Helmets/security.rsi
|
||||
state: icon
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "non-lethals crate"
|
||||
id: SecurityNonLethal
|
||||
description: "Stamina-draining disabler weapons. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Battery/taser.rsi
|
||||
state: icon
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "Lasers Crate"
|
||||
id: SecurityLaser
|
||||
description: "Contains three lethal, high-energy laser guns. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Battery/laser_cannon.rsi
|
||||
state: icon
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "riot crate"
|
||||
id: SecurityRiot
|
||||
description: "Contains two sets of heavy body armor and helmets and 2 shotguns with 6 rounds of beanbag shells each. Requires Armory access to open."
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Armor/riot.rsi
|
||||
state: icon
|
||||
@@ -59,9 +49,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "security supplies crate"
|
||||
id: SecuritySupplies
|
||||
description: "Contains various supplies for the station's Security team. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Objects/Storage/boxes.rsi
|
||||
state: box_security
|
||||
@@ -71,9 +59,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "restraints crate"
|
||||
id: SecurityRestraints
|
||||
description: "Contains two boxes each of handcuffs and zipties. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Objects/Misc/handcuffs.rsi
|
||||
state: handcuff
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: "janitorial supplies crate"
|
||||
id: ServiceJanitorial
|
||||
description: "Fight back against dirt and grime with Nanotrasen's Janitorial Essentials(tm)! Contains three buckets, caution signs, a single mop and bucket, spray cleaner, and soap."
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/janitorial.rsi
|
||||
state: cleaner
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "replacement lights crate"
|
||||
id: ServiceLightsReplacement
|
||||
description: "May the light of Aether shine upon this station! Or at least, the light of forty two light tubes and twenty one light bulbs."
|
||||
icon:
|
||||
sprite: Objects/Power/light_bulb.rsi
|
||||
state: normal
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "mousetraps crate"
|
||||
id: MousetrapBoxes
|
||||
description: "Mousetraps, for when all of service is being haunted by an entire horde of rats. Use sparingly... or not."
|
||||
icon:
|
||||
sprite: Objects/Devices/mousetrap.rsi
|
||||
state: mousetrap
|
||||
@@ -35,9 +29,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "lung cancer crate"
|
||||
id: ServiceSmokeables
|
||||
description: "Tired of a quick death on the station? Order this crate and chain-smoke your way to a coughy demise!"
|
||||
icon:
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
|
||||
state: closed
|
||||
@@ -47,9 +39,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "DIY lung cancer crate"
|
||||
id: ServiceCustomSmokable
|
||||
description: "Want to get a little creative with what you use to destroy your lungs? Then this crate is for you! Has everything you need to roll your own cigarettes."
|
||||
icon:
|
||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
|
||||
state: closed
|
||||
@@ -59,9 +49,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "bureaucracy crate"
|
||||
id: ServiceBureaucracy
|
||||
description: "Several stacks of paper and a few pens, what more can you ask for."
|
||||
icon:
|
||||
sprite: Objects/Misc/bureaucracy.rsi
|
||||
state: pen
|
||||
@@ -71,9 +59,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "personnel crate"
|
||||
id: ServicePersonnel
|
||||
description: "Contains a box of blank ID cards and PDAs"
|
||||
icon:
|
||||
sprite: Objects/Misc/id_cards.rsi
|
||||
state: default
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: cargoProduct
|
||||
name: shuttle thruster
|
||||
id: ShuttleThruster
|
||||
description: A thruster that allows a shuttle to move.
|
||||
icon:
|
||||
sprite: Structures/Shuttles/thruster.rsi
|
||||
state: base
|
||||
@@ -11,9 +9,7 @@
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: shuttle gyroscope
|
||||
id: ShuttleGyroscope
|
||||
description: A gyroscope for use in rotating a shuttle.
|
||||
icon:
|
||||
sprite: Structures/Shuttles/gyroscope.rsi
|
||||
state: base
|
||||
@@ -23,9 +19,7 @@
|
||||
group: market
|
||||
|
||||
# - type: cargoProduct
|
||||
# name: shuttle powering crate
|
||||
# id: ShuttlePowerKit
|
||||
# description: Contains boards for wallmounted power utilities.
|
||||
# icon:
|
||||
# sprite: Structures/Machines/computers.rsi
|
||||
# state: avionics-systems
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
- type: entity
|
||||
id: CrateArmorySMG
|
||||
name: smg crate
|
||||
parent: CrateWeaponSecure
|
||||
description: "Contains two high-powered, semiautomatic rifles with four mags. Requires Armory access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -13,9 +11,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateArmoryShotgun
|
||||
name: shotgun crate
|
||||
parent: CrateWeaponSecure
|
||||
description: "For when the enemy absolutely needs to be replaced with lead. Contains two Enforcer Combat Shotguns, and some standard shotgun shells. Requires Armory access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
- type: entity
|
||||
id: CrateHydroponicsSeedsExotic
|
||||
name: exotic seeds crate
|
||||
parent: CrateHydroSecure
|
||||
description: "Any entrepreneuring botanist's dream. Contains many different exotic seeds. Requires Hydroponics access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -25,9 +23,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateHydroponicsSeedsMedicinal
|
||||
name: medicinal seeds crate
|
||||
parent: CrateHydroSecure
|
||||
description: "The wannabe chemist's dream. The power of medicine is at your fingertips! Requires Hydroponics access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -44,9 +40,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateHydroponicsTools
|
||||
name: hydroponics equipment crate
|
||||
parent: CrateHydroponics
|
||||
description: "Supplies for growing a great garden! Contains some spray bottles of plant chemicals, a hatchet, a mini-hoe, scythe, as well as a pair of leather gloves and a botanist's apron."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -69,9 +63,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateHydroponicsSeeds
|
||||
name: seeds crate
|
||||
parent: CrateHydroponics
|
||||
description: "Big things have small beginnings. Contains twelve different seeds."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateEmergencyExplosive
|
||||
name: bomb suit crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -20,7 +19,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyFire
|
||||
name: firefighting crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -40,7 +38,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyInternals
|
||||
name: internals crate
|
||||
parent: CrateInternals
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -58,7 +55,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyRadiation
|
||||
name: radiation protection crate
|
||||
parent: CrateRadiation
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -76,7 +72,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEmergencyInflatablewall
|
||||
name: inflatable wall crate
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateEngineeringGear
|
||||
name: engineering gear crate
|
||||
parent: CrateEngineering
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -20,7 +19,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringToolbox
|
||||
name: toolbox crate
|
||||
parent: CrateEngineering
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -32,7 +30,6 @@
|
||||
|
||||
#- type: entity
|
||||
# id: CrateEngineeringPowercell
|
||||
# name: ame crate
|
||||
# parent: CrateElectrical
|
||||
# components:
|
||||
# - type: StorageFill
|
||||
@@ -42,7 +39,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringCableLV
|
||||
name: LV cable crate
|
||||
parent: CrateElectrical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -52,7 +48,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringCableMV
|
||||
name: MV cable crate
|
||||
parent: CrateElectrical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -62,7 +57,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringCableHV
|
||||
name: HV cable crate
|
||||
parent: CrateElectrical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -72,7 +66,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringCableBulk
|
||||
name: bulk cable crate
|
||||
parent: CrateElectrical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -86,7 +79,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringElectricalSupplies
|
||||
name: Electrical Supplies Crate
|
||||
parent: CrateElectrical
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringAMEShielding
|
||||
name: packaged antimatter reactor crate
|
||||
description: "9 parts for the main body of an antimatter reactor, or for expanding an existing one."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -13,8 +11,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringAMEJar
|
||||
name: antimatter containment jar crate
|
||||
description: "3 antimatter jars, for fuelling an antimatter reactor."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -24,8 +20,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringAMEControl
|
||||
name: antimatter control unit crate
|
||||
description: "The control unit of an antimatter reactor."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -37,8 +31,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSingularityEmitter
|
||||
name: emitter crate
|
||||
description: "An emitter, best used for singularity engines."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -48,8 +40,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSingularityCollector
|
||||
name: radiation collector crate
|
||||
description: "A radiation collector, best used for singularity engines."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -59,8 +49,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSingularityContainment
|
||||
name: containment field generator crate
|
||||
description: "A containment field generator, keeps the singulo in submission."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -70,8 +58,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSingularityGenerator
|
||||
name: singularity generator crate
|
||||
description: "A singularity generator, the mother of the beast."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -83,8 +69,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringParticleAccelerator
|
||||
name: PA crate
|
||||
description: "Complex to setup, but rewarding as fuck."
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -119,7 +103,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringGenerator
|
||||
name: generator crate
|
||||
parent: CrateEngineering
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -129,7 +112,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSolar
|
||||
name: solar assembly crate
|
||||
parent: CrateEngineering
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -139,7 +121,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringShuttle
|
||||
name: shuttle powering crate
|
||||
parent: CrateEngineeringSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateFoodPizza
|
||||
name: emergency pizza delivery
|
||||
description: Help do your part to end station hunger by distributing pizza to underfunded departments!
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -13,8 +11,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodMRE
|
||||
name: MRE crate
|
||||
description: A military style meal fit to feed a whole department.
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -24,8 +20,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodCooking
|
||||
name: kitchen supplies crate
|
||||
description: Extra kitchen supplies, in case the botanists are absent.
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -47,7 +41,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodKvassTank
|
||||
name: kvass tank crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateFunPlushie
|
||||
name: plushie crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -30,8 +29,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunInstruments
|
||||
name: big band instrument collection
|
||||
description: Get your sad station movin' and groovin' with this fine collection! Contains thirteen different instruments.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -65,8 +62,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunBrass
|
||||
name: brass instrument ensemble crate
|
||||
description: Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -84,7 +79,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunArtSupplies
|
||||
name: art supplies
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -96,7 +90,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunBoardGames
|
||||
name: board game crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -114,7 +107,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunATV
|
||||
name: ATV crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -126,7 +118,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateFunSyndicateSegway
|
||||
name: syndicate segway crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateMaterialGlass
|
||||
name: glass sheet crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -10,7 +9,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialSteel
|
||||
name: steel sheet crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -20,7 +18,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlastic
|
||||
name: plastic sheet crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -30,7 +27,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialWood
|
||||
name: wood crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -38,6 +34,24 @@
|
||||
- id: MaterialWoodPlank
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlasteel
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPlasteel
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlasma
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPlasma
|
||||
amount: 3
|
||||
|
||||
#- type: entity
|
||||
# id: CrateMaterialHFuelTank
|
||||
# name: fueltank crate
|
||||
@@ -57,23 +71,3 @@
|
||||
# contents:
|
||||
# - id: WaterTankFull
|
||||
# amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlasteel
|
||||
name: plasteel crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPlasteel
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlasma
|
||||
name: solid plasma crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPlasma
|
||||
amount: 3
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateMedicalDefib
|
||||
name: defibrillator crate
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -10,7 +9,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMedicalSupplies
|
||||
name: medical supplies crate
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -28,7 +26,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateChemistrySupplies
|
||||
name: chemistry supplies crate
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -44,7 +41,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMedicalSurgery
|
||||
name: surgical supplies crate
|
||||
parent: CrateSurgery
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -66,7 +62,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMedicalScrubs
|
||||
name: medical scrubs crate
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateNPCBee
|
||||
name: crate of bees
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -11,7 +10,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCButterflies
|
||||
name: crate of butterflies
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -22,7 +20,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCCat
|
||||
name: cat crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -33,7 +30,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCChicken
|
||||
name: chicken crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -44,7 +40,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCDuck
|
||||
name: duck crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -59,7 +54,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCCorgi
|
||||
name: corgi crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -69,7 +63,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCCow
|
||||
name: cow crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -80,7 +73,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCGoat
|
||||
name: goat crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -91,7 +83,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCGoose
|
||||
name: goose crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -102,7 +93,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCGorilla
|
||||
name: gorilla crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -113,7 +103,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCMonkeyCube
|
||||
name: monkey cube crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -123,7 +112,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCMouse
|
||||
name: mice crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -133,7 +121,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCParrot
|
||||
name: parrot crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -144,7 +131,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCPenguin
|
||||
name: penguin crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -155,7 +141,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateNPCSnake
|
||||
name: snake crate
|
||||
parent: CrateLivestock
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
- type: entity
|
||||
id: CrateSecurityArmor
|
||||
name: armor crate
|
||||
parent: CrateSecgear
|
||||
description: "Three vests of well-rounded, decently-protective armor. Requires Security access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -11,9 +9,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityHelmet
|
||||
name: helmet crate
|
||||
parent: CrateSecgear
|
||||
description: "Contains three standard-issue brain buckets. Requires Security access to open."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -22,7 +18,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityNonlethal
|
||||
name: nonlethals crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -40,7 +35,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityLaser
|
||||
name: lasers crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -50,7 +44,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityRiot
|
||||
name: swat crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -68,7 +61,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSecuritySupplies
|
||||
name: security supplies crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -83,7 +75,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateRestraints
|
||||
name: restraints crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateServiceJanitorialSupplies
|
||||
name: janitorial supplies crate
|
||||
description: Fight back against dirt and grime with Nanotrasen's Janitorial Essentials(tm)! Contains three buckets, caution signs, and cleaner grenades. Also has a single mop, broom, spray cleaner, rag, and trash bag.
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -23,8 +21,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceReplacementLights
|
||||
name: replacement lights crate
|
||||
description: May the light of Aether shine upon this station! Or at least, the light of forty two light tubes and twenty one light bulbs.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -36,8 +32,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateMousetrapBoxes
|
||||
name: mousetraps crate
|
||||
description: Mousetraps, for when all of service is being haunted by an entire horde of rats. Use sparingly... or not.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -47,8 +41,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceSmokeables
|
||||
name: smokeables crate
|
||||
description: "Tired of a quick death on the station? Order this crate and chain-smoke your way to a coughy demise!"
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -73,8 +65,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceCustomSmokable
|
||||
name: DIY smokeables crate
|
||||
description: Want to get a little creative with what you use to destroy your lungs? Then this crate is for you! Has everything you need to roll your own cigarettes.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -88,8 +78,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceBureaucracy
|
||||
name: bureaucracy crate
|
||||
description: Several stacks of paper and a few pens, what more can you ask for.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -105,8 +93,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateServicePersonnel
|
||||
name: personnel crate
|
||||
description: Contains a box of blank ID cards and PDAs.
|
||||
parent: CrateCommandSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateSyndicateSurplusBundle
|
||||
name: syndicate surplus crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: SurplusBundle
|
||||
@@ -8,7 +7,6 @@
|
||||
|
||||
- type: entity
|
||||
id: CrateSyndicateSuperSurplusBundle
|
||||
name: syndicate super surplus crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: SurplusBundle
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
- type: entity
|
||||
id: CrateArtifactContainer
|
||||
name: artifact container
|
||||
description: Used to safely contain and move artifacts.
|
||||
parent: BaseStructureDynamic
|
||||
components:
|
||||
- type: Transform
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
- type: entity
|
||||
id: BaseThruster
|
||||
parent: BaseStructureDynamic
|
||||
name: thruster
|
||||
description: It goes nyooooooom.
|
||||
abstract: true
|
||||
components:
|
||||
- type: AmbientSound
|
||||
@@ -44,8 +42,6 @@
|
||||
- type: entity
|
||||
id: Thruster
|
||||
parent: BaseThruster
|
||||
name: thruster
|
||||
description: It goes nyooooooom.
|
||||
components:
|
||||
- type: Thruster
|
||||
- type: Sprite
|
||||
@@ -64,9 +60,7 @@
|
||||
- type: entity
|
||||
id: DebugThruster
|
||||
parent: BaseThruster
|
||||
name: thruster
|
||||
suffix: DEBUG
|
||||
description: It goes nyooooooom. It doesn't need power nor space.
|
||||
components:
|
||||
- type: Thruster
|
||||
requireSpace: false
|
||||
@@ -89,8 +83,6 @@
|
||||
- type: entity
|
||||
id: Gyroscope
|
||||
parent: BaseThruster
|
||||
name: Gyroscope
|
||||
description: Increases the shuttle's potential angular rotation.
|
||||
components:
|
||||
- type: Thruster
|
||||
thrusterType: Angular
|
||||
@@ -122,9 +114,7 @@
|
||||
- type: entity
|
||||
id: DebugGyroscope
|
||||
parent: Gyroscope
|
||||
name: gyroscope
|
||||
suffix: DEBUG
|
||||
description: Increases the shuttle's potential angular rotation.
|
||||
components:
|
||||
- type: Thruster
|
||||
requireSpace: false
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
abstract: true
|
||||
parent: BaseStructureDynamic
|
||||
id: GasCanister
|
||||
name: gas canister
|
||||
description: A canister that can contain any type of gas. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: InteractionOutline
|
||||
- type: Transform
|
||||
@@ -86,7 +84,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: StorageCanister
|
||||
name: storage canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -124,7 +121,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: AirCanister
|
||||
name: air canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -156,7 +152,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: OxygenCanister
|
||||
name: oxygen canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -187,7 +182,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: NitrogenCanister
|
||||
name: nitrogen canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -219,7 +213,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: CarbonDioxideCanister
|
||||
name: carbon dioxide canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -252,7 +245,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: PlasmaCanister
|
||||
name: plasma canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -287,7 +279,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: TritiumCanister
|
||||
name: tritium canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -322,7 +313,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: WaterVaporCanister
|
||||
name: water vapor canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -358,7 +348,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: MiasmaCanister
|
||||
name: miasma canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -395,7 +384,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: NitrousOxideCanister
|
||||
name: nitrous oxide canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -433,8 +421,6 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: FrezonCanister
|
||||
name: frezon canister
|
||||
description: A coolant with light hallucinogenic properties. Proceed.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -474,8 +460,6 @@
|
||||
- type: entity
|
||||
parent: BaseStructure
|
||||
id: GasCanisterBrokenBase
|
||||
name: broken gas canister
|
||||
description: A broken gas canister. Not useless yet, as it can be salvaged for high quality materials.
|
||||
components:
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
@@ -516,7 +500,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: StorageCanisterBroken
|
||||
name: broken storage canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -525,7 +508,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: AirCanisterBroken
|
||||
name: broken air canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -534,7 +516,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: OxygenCanisterBroken
|
||||
name: broken oxygen canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -543,7 +524,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: NitrogenCanisterBroken
|
||||
name: broken nitrogen canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -552,7 +532,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: CarbonDioxideCanisterBroken
|
||||
name: broken carbon dioxide canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -561,7 +540,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: PlasmaCanisterBroken
|
||||
name: broken plasma canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -570,7 +548,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: TritiumCanisterBroken
|
||||
name: broken tritium canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -588,7 +565,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: MiasmaCanisterBroken
|
||||
name: broken miasma canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -597,7 +573,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: NitrousOxideCanisterBroken
|
||||
name: broken nitrous oxide canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -606,7 +581,6 @@
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: FrezonCanisterBroken
|
||||
name: broken frezon canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
- type: entity
|
||||
id: WeldingFuelTank
|
||||
parent: StorageTank
|
||||
name: fuel tank
|
||||
suffix: Empty
|
||||
description: A fuel tank. It's used to store high amounts of fuel.
|
||||
components:
|
||||
- type: StaticPrice
|
||||
price: 1200
|
||||
@@ -27,9 +25,7 @@
|
||||
- type: entity
|
||||
id: WeldingFuelTankFull
|
||||
parent: WeldingFuelTank
|
||||
name: fuel tank
|
||||
suffix: Full
|
||||
description: A storage tank containing welding fuel.
|
||||
components:
|
||||
- type: StaticPrice
|
||||
price: 1200
|
||||
@@ -45,9 +41,7 @@
|
||||
- type: entity
|
||||
id: WaterTank
|
||||
parent: StorageTank
|
||||
name: water tank
|
||||
suffix: Empty
|
||||
description: "A water tank. It's used to store high amounts of water."
|
||||
components:
|
||||
- type: StaticPrice
|
||||
price: 1200
|
||||
@@ -72,8 +66,6 @@
|
||||
- type: entity
|
||||
parent: WaterTankFull
|
||||
id: WaterCooler
|
||||
name: water cooler
|
||||
description: Seems like a good place to stand and waste time.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
@@ -88,9 +80,7 @@
|
||||
- type: entity
|
||||
parent: StorageTank
|
||||
id: WaterTankHighCapacity
|
||||
name: high-capacity water tank
|
||||
suffix: Full
|
||||
description: A highly pressurized water tank made to hold gargantuan amounts of water.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
@@ -111,9 +101,7 @@
|
||||
- type: entity
|
||||
id: KvassTank
|
||||
parent: StorageTank
|
||||
name: КВАС
|
||||
suffix: Empty
|
||||
description: A cool refreshing drink with a taste of socialism.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/kvass.rsi
|
||||
|
||||
Reference in New Issue
Block a user