Remove prototypes locale (#24159)

This commit is contained in:
lzk
2024-01-17 00:32:17 +01:00
committed by GitHub
parent eaee9b6896
commit 1db42e048b
48 changed files with 374 additions and 685 deletions

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateArmorySMG
parent: CrateWeaponSecure
name: SMG crate
description: Contains two high-powered, semiautomatic rifles with four mags. Requires Armory access to open.
components:
- type: StorageFill
contents:
@@ -12,6 +14,8 @@
- type: entity
id: CrateArmoryShotgun
parent: CrateWeaponSecure
name: shotgun crate
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:
@@ -23,6 +27,8 @@
- type: entity
id: CrateTrackingImplants
parent: CrateWeaponSecure
name: tracking implants
description: Contains a handful of tracking implanters. Good for prisoners you'd like to release but still keep track of.
components:
- type: StorageFill
contents:
@@ -32,6 +38,8 @@
- type: entity
parent: CrateWeaponSecure
id: CrateTrainingBombs
name: training bombs
description: Contains three low-yield training bombs for security to learn defusal and safe ordnance disposal, EOD suit not included. Requires Armory access to open.
components:
- type: StorageFill
contents:
@@ -41,6 +49,8 @@
- type: entity
id: CrateArmoryLaser
parent: CrateWeaponSecure
name: lasers crate
description: Contains three standard-issue laser rifles. Requires Armory access to open.
components:
- type: StorageFill
contents:
@@ -50,6 +60,8 @@
- type: entity
id: CrateArmoryPistols
parent: CrateWeaponSecure
name: pistols crate
description: Contains two standard NT pistols with four mags. Requires Armory access to open.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateHydroponicsSeedsExotic
parent: CrateHydroSecure
name: exotic seeds crate
description: Any entrepreneuring botanist's dream. Contains many different exotic seeds. Requires Hydroponics access to open.
components:
- type: StorageFill
contents:
@@ -22,6 +24,8 @@
- type: entity
id: CrateHydroponicsSeedsMedicinal
parent: CrateHydroSecure
name: medicinal seeds crate
description: The wannabe chemist's dream. The power of medicine is at your fingertips! Requires Hydroponics access to open.
components:
- type: StorageFill
contents:
@@ -39,6 +43,8 @@
- type: entity
id: CrateHydroponicsTools
parent: CrateHydroponics
name: hydroponics equipment crate
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:
@@ -54,6 +60,8 @@
- type: entity
id: CrateHydroponicsSeeds
parent: CrateHydroponics
name: seeds crate
description: Big things have small beginnings. Contains twelve different seeds.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateCargoLuxuryHardsuit
parent: CratePirate
name: luxury mining hardsuit crate
description: Finally, a hardsuit Quartermasters could call their own. Centcomm has heard you, now stop asking.
components:
- type: StorageFill
contents:
@@ -149,7 +151,7 @@
orGroup: Weapons
- id: Shovel
prob: 0.01
orGroup: Weapons
orGroup: Weapons
- id: WeaponWaterPistol
prob: 0.01
orGroup: Weapons
@@ -256,10 +258,10 @@
orGroup: Swag
- id: ClothingEyesGlassesGarGiga
prob: 0.01
orGroup: Swag
orGroup: Swag
- id: ClothingEyesGlassesGarOrange
prob: 0.01
orGroup: Swag
orGroup: Swag
- id: ClothingHeadHatChameleon
prob: 0.01
orGroup: Swag
@@ -385,4 +387,4 @@
orGroup: NotUseful
- id: WeakKudzu
prob: 0.01
orGroup: NotUseful
orGroup: NotUseful

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateChemistryP
parent: CrateChemistrySecure
name: chemicals crate (P)
description: Contains chemicals from the P-Block of elements. Requires Chemistry access to open.
components:
- type: StorageFill
contents:
@@ -28,6 +30,8 @@
- type: entity
id: CrateChemistryS
parent: CrateChemistrySecure
name: chemicals crate (S)
description: Contains chemicals from the S-Block of elements. Requires Chemistry access to open.
components:
- type: StorageFill
contents:
@@ -45,6 +49,8 @@
- type: entity
id: CrateChemistryD
parent: CrateChemistrySecure
name: chemicals crate (D)
description: Contains chemicals from the D-Block of elements. Requires Chemistry access to open.
components:
- type: StorageFill
contents:
@@ -62,6 +68,8 @@
- type: entity
id: CratePlantBGone
parent: CrateGenericSteel
name: bulk Plant-B-Gone crate
description: From Monstano. "Unwanted Weeds, Meet Your Celestial Roundup!"
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateCrewMonitoringBoards
parent: CrateEngineeringSecure
name: crew monitoring boards
description: Has two crew monitoring console and server replacements. Requires engineering access to open.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateEmergencyExplosive
parent: CrateSecgear
name: bomb suit crate
description: Science gone bonkers? Beeping behind the airlock? Buy now and be the hero the station des... I mean needs! (time not included)
components:
- type: StorageFill
contents:
@@ -14,6 +16,8 @@
- type: entity
id: CrateEmergencyFire
parent: CrateGenericSteel
name: firefighting crate
description: Only you can prevent station fires. Partner up with two firefighter suits, gas masks, flashlights, large oxygen tanks, extinguishers, and hardhats!
components:
- type: StorageFill
contents:
@@ -33,7 +37,8 @@
- type: entity
id: CrateEmergencyInternals
parent: CrateInternals
name: emergency suits
name: internals crate
description: Master your life energy and control your breathing with three breath masks, three emergency oxygen tanks and three large air tanks.
components:
- type: StorageFill
contents:
@@ -51,7 +56,8 @@
- type: entity
id: CrateEmergencyInternalsLarge
parent: CrateInternals
name: emergency suits (Large)
name: internals crate (large)
description: Master your life energy and control your breathing with six breath masks, six emergency oxygen tanks and six large air tanks.
components:
- type: StorageFill
contents:
@@ -69,6 +75,8 @@
- type: entity
id: CrateSlimepersonLifeSupport
parent: CrateInternals
name: slimeperson life support crate
description: Contains four breath masks and four large nitrogen tanks.
components:
- type: StorageFill
contents:
@@ -82,6 +90,8 @@
- type: entity
id: CrateEmergencyRadiation
parent: CrateRadiation
name: radiation protection crate
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.
components:
- type: StorageFill
contents:
@@ -96,6 +106,8 @@
- type: entity
id: CrateEmergencyInflatablewall
parent: CratePlastic
name: inflatable wall crate
description: Three stacks of inflatable walls for when the stations metal walls don't want to hold atmosphere anymore.
components:
- type: StorageFill
contents:
@@ -104,6 +116,8 @@
- type: entity
id: CrateGenericBiosuit
parent: CratePlastic
name: emergency bio suit crate
description: Contains 2 biohazard suits to ensure that no disease will distract you from what you're doing there.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateEngineeringGear
parent: CrateEngineering
name: engineering gear crate
description: Various engineering gear parts.
components:
- type: StorageFill
contents:
@@ -20,6 +22,8 @@
- type: entity
id: CrateEngineeringToolbox
parent: CrateEngineering
name: toolbox crate
description: Two mechanical and two electrical toolboxes.
components:
- type: StorageFill
contents:
@@ -31,6 +35,8 @@
#- type: entity
# id: CrateEngineeringPowercell
# parent: CrateElectrical
# name: AME crate
# description: Three microcreactor powercells.
# components:
# - type: StorageFill
# contents:
@@ -40,6 +46,8 @@
- type: entity
id: CrateEngineeringCableLV
parent: CrateElectrical
name: LV cable crate
description: 3 coils of LV cables.
components:
- type: StorageFill
contents:
@@ -49,6 +57,8 @@
- type: entity
id: CrateEngineeringCableMV
parent: CrateElectrical
name: MV cable crate
description: 3 coils of LV cables.
components:
- type: StorageFill
contents:
@@ -58,6 +68,8 @@
- type: entity
id: CrateEngineeringCableHV
parent: CrateElectrical
name: HV cable crate
description: 3 coils of HV cables.
components:
- type: StorageFill
contents:
@@ -67,6 +79,8 @@
- type: entity
id: CrateEngineeringCableBulk
parent: CrateElectrical
name: bulk cable crate
description: 2 coils each for every cable type.
components:
- type: StorageFill
contents:
@@ -80,6 +94,8 @@
- type: entity
id: CrateEngineeringElectricalSupplies
parent: CrateElectrical
name: electrical supplies crate
description: NT is not responsible for any workplace infighting relating to the insulated gloves included within these crates.
components:
- type: StorageFill
contents:
@@ -91,6 +107,8 @@
- type: entity
id: CrateEngineeringStationBeaconBundle
parent: CratePlastic
name: station beacon bundle
description: A crate containing 5 station beacon assemblies for modifying the station map.
components:
- type: StorageFill
contents:
@@ -100,6 +118,8 @@
- type: entity
id: CrateEngineeringJetpack
parent: CrateGenericSteel
name: jetpack crate
description: Two jetpacks for those who don't know how to use fire extinguishers.
components:
- type: StorageFill
contents:
@@ -109,6 +129,8 @@
- type: entity
id: CrateEngineeringMiniJetpack
parent: CrateGenericSteel
name: mini jetpack crate
description: Two mini jetpacks for those who want an extra challenge.
components:
- type: StorageFill
contents:
@@ -118,6 +140,8 @@
- type: entity
id: CrateAirlockKit
parent: CrateGenericSteel
name: airlock kit
description: A kit for building 6 airlocks, doesn't include tools.
components:
- type: StorageFill
contents:
@@ -129,6 +153,8 @@
- type: entity
id: CrateEvaKit
parent: CrateCommandSecure
name: EVA kit
description: A set consisting of two prestigious EVA suits and helmets.
components:
- type: StorageFill
contents:
@@ -140,6 +166,8 @@
- type: entity
id: CrateRCDAmmo
parent: CrateEngineering
name: RCD ammo crate
description: 3 RCD ammo, each restoring 5 charges.
components:
- type: StorageFill
contents:
@@ -149,6 +177,8 @@
- type: entity
id: CrateRCD
parent: CrateEngineeringSecure
name: RCD crate
description: A crate containing a single Rapid Construction Device.
components:
- type: StorageFill
contents:
@@ -157,6 +187,8 @@
- type: entity
id: CrateParticleDecelerators
parent: CrateEngineeringSecure
name: particle decelerators crate
description: A crate containing 3 Particle Decelerators.
components:
- type: StorageFill
contents:

View File

@@ -3,6 +3,8 @@
- type: entity
id: CrateEngineeringAMEShielding
parent: CrateEngineeringSecure
name: packaged antimatter reactor crate
description: 9 parts for the main body of an antimatter reactor, or for expanding an existing one.
components:
- type: StorageFill
contents:
@@ -12,6 +14,8 @@
- type: entity
id: CrateEngineeringAMEJar
parent: CrateEngineeringSecure
name: antimatter containment jar crate
description: 3 antimatter jars, for fuelling an antimatter reactor.
components:
- type: StorageFill
contents:
@@ -21,6 +25,8 @@
- type: entity
id: CrateEngineeringAMEControl
parent: CrateEngineeringSecure
name: antimatter control unit crate
description: The control unit of an antimatter reactor.
components:
- type: StorageFill
contents:
@@ -31,6 +37,8 @@
- type: entity
id: CrateEngineeringSingularityEmitter
parent: CrateEngineeringSecure
name: emitter crate
description: An emitter, best used for singularity engines.
components:
- type: StorageFill
contents:
@@ -39,6 +47,8 @@
- type: entity
id: CrateEngineeringSingularityCollector
parent: CrateEngineeringSecure
name: radiation collector crate
description: A radiation collector, best used for singularity engines.
components:
- type: StorageFill
contents:
@@ -47,6 +57,8 @@
- type: entity
id: CrateEngineeringSingularityContainment
parent: CrateEngineeringSecure
name: containment field generator crate
description: A containment field generator, keeps the singulo in submission.
components:
- type: StorageFill
contents:
@@ -55,6 +67,8 @@
- type: entity
id: CrateEngineeringSingularityGenerator
parent: CrateEngineeringSecure
name: singularity generator crate
description: A singularity generator, the mother of the beast.
components:
- type: StorageFill
contents:
@@ -65,6 +79,8 @@
- type: entity
id: CrateEngineeringParticleAccelerator
parent: CrateEngineeringSecure
name: PA crate
description: Complex to setup, but rewarding as fuck.
components:
- type: StorageFill
contents:
@@ -80,8 +96,8 @@
#- type: entity
# id: CrateEngineeringSingularity
# name: singularity crate
# description: "Prank the station!"
# name: singularity crate
# description: "Prank the station!"
# parent: CrateEngineeringSecure
# components:
# - type: StorageFill
@@ -92,6 +108,8 @@
- type: entity
id: CrateEngineeringGenerator
parent: CrateEngineering
name: generator crate
suffix: DEBUG
components:
- type: StorageFill
contents:
@@ -100,6 +118,8 @@
- type: entity
id: CrateEngineeringSolar
parent: CrateEngineering
name: solar assembly crate
description: Parts for constructing solar panels and trackers.
components:
- type: StorageFill
contents:
@@ -109,6 +129,8 @@
- type: entity
id: CrateEngineeringShuttle
parent: CrateEngineeringSecure
name: shuttle powering crate
description: A crate containing all needs for shuttle powering.
components:
- type: StorageFill
contents:
@@ -120,6 +142,8 @@
- type: entity
id: CrateEngineeringTeslaGenerator
parent: CrateEngineeringSecure
name: tesla generator crate
description: A tesla generator. God save you.
components:
- type: StorageFill
contents:
@@ -128,15 +152,19 @@
- type: entity
id: CrateEngineeringTeslaCoil
parent: CrateEngineeringSecure
name: tesla coil crate
description: Tesla coil. Attracts lightning and generates energy from it.
components:
- type: StorageFill
contents:
- id: TeslaCoil
- type: entity
id: CrateEngineeringTeslaGroundingRod
parent: CrateEngineeringSecure
name: tesla grounding rod crate
description: Grounding rod, best for lightning protection.
components:
- type: StorageFill
contents:
- id: TeslaGroundingRod
- id: TeslaGroundingRod

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateFoodPizza
parent: CratePlastic
name: emergency pizza delivery
description: Help do your part to end station hunger by distributing pizza to underfunded departments! Includes 4 pizzas.
components:
- type: StorageFill
contents:
@@ -13,6 +15,8 @@
- type: entity
id: CrateFoodPizzaLarge
parent: CratePlastic
name: disaster pizza delivery
description: In the ultimate event that all else has failed, Find comfort in that more pizza solves everything. Includes 16 pizzas.
components:
- type: StorageFill
contents:
@@ -26,6 +30,8 @@
- type: entity
id: CrateFoodMRE
parent: CratePlastic
name: MRE crate
description: A military style meal fit to feed a whole department.
components:
- type: StorageFill
contents:
@@ -35,6 +41,8 @@
- type: entity
id: CrateFoodCooking
parent: CratePlastic
name: kitchen supplies crate
description: Extra kitchen supplies, in case the botanists are absent.
components:
- type: StorageFill
contents:
@@ -58,6 +66,8 @@
- type: entity
id: CrateFoodDinnerware
parent: CratePlastic
name: kitchen dinnerware crate
description: Extra kitchen supplies, in case the clown was allowed in the cafeteria unsupervised.
components:
- type: StorageFill
contents:
@@ -83,6 +93,8 @@
- type: entity
id: CrateFoodBarSupply
parent: CratePlastic
name: bartending supplies crate
description: Extra Bar supplies, in case the clown was allowed in the bar unsupervised.
components:
- type: StorageFill
contents:
@@ -108,6 +120,8 @@
- type: entity
id: CrateFoodSoftdrinks
parent: CratePlastic
name: softdrinks crate
description: A variety of sodas to complement a small party, without having to empty the soda machines. Includes 14 sodas.
components:
- type: StorageFill
contents:
@@ -127,6 +141,8 @@
- type: entity
id: CrateFoodSoftdrinksLarge
parent: CratePlastic
name: softdrinks bulk crate
description: Lots of sodas taken straight out of Centcomm's own vending machines, because you just can't leave your department. Includes 28 sodas.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateFunPlushie
parent: CrateGenericSteel
name: plushie crate
description: A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
components:
- type: StorageFill
contents:
@@ -30,6 +32,8 @@
- type: entity
id: CrateFunLizardPlushieBulk
parent: CrateGenericSteel
name: bulk lizard plushie crate
description: A buncha soft lizard plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
components:
- type: StorageFill
contents:
@@ -41,6 +45,8 @@
- type: entity
id: CrateFunInstrumentsVariety
parent: CrateGenericSteel
name: variety instrument collection
description: Get your sad station movin' and groovin' with this catch-all variety pack! Contains seven different instruments.
components:
- type: StorageFill
contents:
@@ -55,6 +61,8 @@
- type: entity
id: CrateFunInstrumentsBrass
parent: CrateGenericSteel
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.
components:
- type: StorageFill
contents:
@@ -72,6 +80,8 @@
- type: entity
id: CrateFunInstrumentsString
parent: CrateGenericSteel
name: string instrument ensemble crate
description: Pluck or pick, slap or shred! Play a smooth melody or melt peoples' faces with this package of stringed instruments.
components:
- type: StorageFill
contents:
@@ -88,6 +98,8 @@
- type: entity
id: CrateFunInstrumentsWoodwind
parent: CrateGenericSteel
name: woodwind instrument ensemble crate
description: If atmos is good at their job, use air to play music with these woodwind instruments! Real wood not guaranteed with every item.
components:
- type: StorageFill
contents:
@@ -104,6 +116,8 @@
- type: entity
id: CrateFunInstrumentsKeyedPercussion
parent: CrateGenericSteel
name: keyed/percussion instrument ensemble crate
description: Hit some keys with some sticks or your hands, with this Keyed and Percussion instrument ensemble crate.
components:
- type: StorageFill
contents:
@@ -121,6 +135,8 @@
- type: entity
id: CrateFunInstrumentsSpecial
parent: CrateGenericSteel
name: special instrument collector's crate
description: Create some noise with this special collection of arguably-instruments! Centcomm is not responsible for any trauma caused by the contents.
components:
- type: StorageFill
contents:
@@ -138,6 +154,8 @@
- type: entity
id: CrateFunArtSupplies
parent: CrateGenericSteel
name: art supplies
description: Make some happy little accidents with lots of crayons!
components:
- type: StorageFill
contents:
@@ -146,6 +164,8 @@
- type: entity
id: CrateFunBoardGames
parent: CrateGenericSteel
name: board game crate
description: Game nights have been proven to either decrease boredom or increase murderous rage depending on the game.
components:
- type: StorageFill
contents:
@@ -164,6 +184,8 @@
- type: entity
id: CrateFunATV
parent: CrateLivestock
name: ATV crate
description: An Absolutely Taxable Vehicle to help cargo with hauling.
components:
- type: StorageFill
contents:
@@ -173,6 +195,8 @@
- type: entity
id: CrateFunSadTromboneImplants
parent: CrateGenericSteel
name: sad trombone implants
description: Death's never been so fun before! Implant these to make dying a bit more happy.
components:
- type: StorageFill
contents:
@@ -182,6 +206,8 @@
- type: entity
id: CrateFunLightImplants
parent: CrateGenericSteel
name: light implants
description: Light up your skin with these implants!
components:
- type: StorageFill
contents:
@@ -191,6 +217,8 @@
- type: entity
id: CrateFunParty
parent: CrateGenericSteel
name: party crate
description: An entire party just waiting for you to open it. Includes party favors, party beverages, and even a cake.
components:
- type: StorageFill
contents:
@@ -220,6 +248,8 @@
- type: entity
id: CrateFunWaterGuns
parent: CratePlastic
name: water gun crate
description: A summer special with a variety of brightly colored water guns. Water not included.
components:
- type: StorageFill
contents:
@@ -231,6 +261,8 @@
- type: entity
id: CrateFunSyndicateSegway
parent: CrateLivestock
name: Syndicate segway crate
description: A crate containing a two-wheeler that will help you escape from the security officers. Or not.
components:
- type: StorageFill
contents:
@@ -240,6 +272,8 @@
- type: entity
id: CrateFunBoxing
parent: CrateGenericSteel
name: boxing crate
description: Want to set up an underground fight club or host a tournament amongst station crew? This crate is for you!
components:
- type: StorageFill
contents:
@@ -255,6 +289,7 @@
- type: entity
id: CrateFunPirate
parent: CratePirate
suffix: Filled
components:
- type: StorageFill
contents:
@@ -294,6 +329,8 @@
- type: entity
id: CrateFunBikeHornImplants
parent: CrateGenericSteel
name: bike horn implants
description: A thousand honks a day keeps security officers away!
components:
- type: StorageFill
contents:
@@ -303,6 +340,8 @@
- type: entity
id: CrateFunMysteryFigurines
parent: CratePlastic
name: mystery figure crate
description: A collection of 10 Mystery Figurine boxes. Duplicates non refundable.
components:
- type: StorageFill
contents:
@@ -313,7 +352,7 @@
prob: 0.05
- type: entity
name: Dartboard Box Set
name: dartboard box set
description: A box with everything you need for a fun game of darts.
id: CrateFunDartsSet
parent: CratePlastic

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateMaterialGlass
parent: CrateGenericSteel
name: glass sheet crate
description: 90 sheets of glass, packed with care.
components:
- type: StorageFill
contents:
@@ -10,6 +12,8 @@
- type: entity
id: CrateMaterialSteel
parent: CrateGenericSteel
name: steel sheet crate
description: 90 sheets of steel.
components:
- type: StorageFill
contents:
@@ -19,6 +23,8 @@
- type: entity
id: CrateMaterialTextiles
parent: CrateGenericSteel
name: textiles crate
description: 60 pieces of cloth and 30 pieces of durathread.
components:
- type: StorageFill
contents:
@@ -29,6 +35,8 @@
- type: entity
id: CrateMaterialPlastic
parent: CrateGenericSteel
name: plastic sheet crate
description: 90 sheets of plastic.
components:
- type: StorageFill
contents:
@@ -38,6 +46,8 @@
- type: entity
id: CrateMaterialWood
parent: CrateGenericSteel
name: wood crate
description: Bunch of wood planks.
components:
- type: StorageFill
contents:
@@ -46,6 +56,8 @@
- type: entity
id: CrateMaterialPlasteel
parent: CrateGenericSteel
name: plasteel crate
description: 90 sheets of plasteel.
components:
- type: StorageFill
contents:
@@ -55,6 +67,8 @@
- type: entity
id: CrateMaterialPlasma
parent: CratePlasma
name: solid plasma crate
description: 90 sheets of plasma.
components:
- type: StorageFill
contents:
@@ -64,6 +78,8 @@
- type: entity
id: CrateMaterialCardboard
parent: CrateGenericSteel
name: cardboard crate
description: 60 pieces of cardboard.
components:
- type: StorageFill
contents:
@@ -73,6 +89,8 @@
- type: entity
id: CrateMaterialPaper
parent: CrateGenericSteel
name: paper crate
description: 90 sheets of paper.
components:
- type: StorageFill
contents:
@@ -81,7 +99,7 @@
#- type: entity
# id: CrateMaterialHFuelTank
# name: fueltank crate
# name: fueltank crate
# parent: CrateGenericSteel
# components:
# - type: StorageFill
@@ -91,7 +109,7 @@
#- type: entity
# id: CrateMaterialHWaterTank
# name: watertank crate
# name: watertank crate
# parent: CrateGenericSteel
# components:
# - type: StorageFill

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateMedicalSupplies
parent: CrateMedical
name: medical supplies crate
description: Basic medical supplies.
components:
- type: StorageFill
contents:
@@ -17,6 +19,8 @@
- type: entity
id: CrateChemistrySupplies
parent: CrateMedical
name: chemistry supplies crate
description: Basic chemistry supplies.
components:
- type: StorageFill
contents:
@@ -31,6 +35,8 @@
- type: entity
id: CrateChemistryVials
parent: CrateMedical
name: vial supply crate
description: Crate filled with a box of vials.
components:
- type: StorageFill
contents:
@@ -39,6 +45,8 @@
- type: entity
id: CrateMindShieldImplants
parent: CrateMedical
name: MindShield implant crate
description: Crate filled with 3 MindShield implants.
components:
- type: StorageFill
contents:
@@ -48,6 +56,8 @@
- type: entity
id: CrateMedicalSurgery
parent: CrateSurgery
name: surgical supplies crate
description: Surgical instruments.
components:
- type: StorageFill
contents:
@@ -62,6 +72,8 @@
- type: entity
id: CrateMedicalScrubs
parent: CrateMedical
name: medical scrubs crate
description: Medical clothings.
components:
- type: StorageFill
contents:
@@ -77,6 +89,8 @@
- type: entity
id: CrateEmergencyBurnKit
parent: CrateMedical
name: emergency burn kit
description: Crate filled with a burn treatment kit.
components:
- type: StorageFill
contents:
@@ -85,6 +99,8 @@
- type: entity
id: CrateEmergencyToxinKit
parent: CrateMedical
name: emergency toxin kit
description: Crate filled with a toxin treatment kit.
components:
- type: StorageFill
contents:
@@ -93,6 +109,8 @@
- type: entity
id: CrateEmergencyO2Kit
parent: CrateMedical
name: emergency O2 kit
description: Crate filled with an O2 treatment kit.
components:
- type: StorageFill
contents:
@@ -101,6 +119,8 @@
- type: entity
id: CrateEmergencyBruteKit
parent: CrateMedical
name: emergency brute kit
description: Crate filled with a brute treatment kit.
components:
- type: StorageFill
contents:
@@ -109,6 +129,8 @@
- type: entity
id: CrateEmergencyAdvancedKit
parent: CrateMedical
name: emergency advanced kit
description: Crate filled with an advanced treatment kit.
components:
- type: StorageFill
contents:
@@ -117,6 +139,8 @@
- type: entity
id: CrateEmergencyRadiationKit
parent: CrateMedical
name: emergency radiation kit
description: Crate filled with a radiation treatment kit.
components:
- type: StorageFill
contents:
@@ -125,6 +149,8 @@
- type: entity
id: CrateBodyBags
parent: CrateMedical
name: body bags crate
description: Contains ten body bags.
components:
- type: StorageFill
contents:
@@ -134,6 +160,8 @@
- type: entity
id: CrateVirologyBiosuit
parent: CrateMedicalSecure
name: virology bio suit crate
description: Contains 2 biohazard suits to ensure that no disease will distract you from treating the crew. Requires Medical access to open.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateNPCBee
parent: CrateLivestock
name: crate of bees
description: A crate containing a swarm of eight bees.
components:
- type: StorageFill
contents:
@@ -10,6 +12,8 @@
- type: entity
id: CrateNPCButterflies
parent: CrateLivestock
name: crate of butterflies
description: A crate containing five butterflies.
components:
- type: StorageFill
contents:
@@ -19,6 +23,8 @@
- type: entity
id: CrateNPCCat
parent: CrateLivestock
name: cat crate
description: A crate containing a single cat.
components:
- type: StorageFill
contents:
@@ -41,6 +47,8 @@
- type: entity
id: CrateNPCChicken
parent: CrateLivestock
name: chicken crate
description: A crate containing four fully grown chickens.
components:
- type: StorageFill
contents:
@@ -50,6 +58,8 @@
- type: entity
id: CrateNPCCrab
parent: CrateLivestock
name: crab crate
description: A crate containing three huge crabs.
components:
- type: StorageFill
contents:
@@ -59,6 +69,8 @@
- type: entity
id: CrateNPCDuck
parent: CrateLivestock
name: duck crate
description: A crate containing six fully grown ducks.
components:
- type: StorageFill
contents:
@@ -72,6 +84,8 @@
- type: entity
id: CrateNPCCorgi
parent: CrateLivestock
name: corgi crate
description: A crate containing a single corgi.
components:
- type: StorageFill
contents:
@@ -80,6 +94,8 @@
- type: entity
id: CrateNPCPuppyCorgi
parent: CrateLivestock
name: puppy corgi crate
description: A crate containing a single puppy corgi. Awww.
components:
- type: StorageFill
contents:
@@ -88,6 +104,8 @@
- type: entity
id: CrateNPCCow
parent: CrateLivestock
name: cow crate
description: A crate containing a single cow.
components:
- type: StorageFill
contents:
@@ -96,6 +114,8 @@
- type: entity
id: CrateNPCGoat
parent: CrateLivestock
name: goat crate
description: A crate containing a single goat.
components:
- type: StorageFill
contents:
@@ -104,6 +124,8 @@
- type: entity
id: CrateNPCGoose
parent: CrateLivestock
name: goose crate
description: A crate containing two geese.
components:
- type: StorageFill
contents:
@@ -113,6 +135,8 @@
- type: entity
id: CrateNPCGorilla
parent: CrateLivestock
name: gorilla crate
description: A crate containing a single gorilla.
components:
- type: StorageFill
contents:
@@ -121,6 +145,8 @@
- type: entity
id: CrateNPCMonkeyCube
parent: CrateGenericSteel
name: monkey cube crate
description: A crate containing single box of monkey cubes.
components:
- type: StorageFill
contents:
@@ -129,6 +155,8 @@
- type: entity
id: CrateNPCKoboldCube
parent: CrateGenericSteel
name: kobold cube crate
description: A crate containing single box of kobold cubes.
components:
- type: StorageFill
contents:
@@ -137,6 +165,8 @@
- type: entity
id: CrateNPCMouse
parent: CrateLivestock
name: mice crate
description: A crate containing five mice.
components:
- type: StorageFill
contents:
@@ -146,6 +176,8 @@
- type: entity
id: CrateNPCParrot
parent: CrateLivestock
name: parrot crate
description: A crate containing three parrots.
components:
- type: StorageFill
contents:
@@ -155,6 +187,8 @@
- type: entity
id: CrateNPCPenguin
parent: CrateLivestock
name: penguin crate
description: A crate containing two penguins.
components:
- type: StorageFill
contents:
@@ -164,6 +198,8 @@
- type: entity
id: CrateNPCPig
parent: CrateLivestock
name: pig crate
description: A crate containing a single pig.
components:
- type: StorageFill
contents:
@@ -172,6 +208,8 @@
- type: entity
id: CrateNPCSnake
parent: CrateLivestock
name: snake crate
description: A crate containing three snakes.
components:
- type: StorageFill
contents:
@@ -199,6 +237,8 @@
- type: entity
id: CrateNPCLizard
parent: CrateLivestock
name: lizard crate
description: A crate containing a lizard.
components:
- type: StorageFill
contents:
@@ -207,6 +247,8 @@
- type: entity
id: CrateNPCKangaroo
parent: CrateLivestock
name: kangaroo crate
description: A crate containing a kangaroo.
components:
- type: StorageFill
contents:
@@ -215,6 +257,8 @@
- type: entity
id: CrateNPCMothroach
parent: CrateLivestock
name: crate of mothroaches
description: A crate containing four mothroaches.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateScienceBiosuit
parent: CrateScienceSecure
name: scientist bio suit crate
description: Contains 2 biohazard suits to ensure that no disease will distract you from doing science. Requires Science access to open.
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateSecurityArmor
parent: CrateSecgear
name: armor crate
description: Three vests of well-rounded, decently-protective armor. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -10,6 +12,8 @@
- type: entity
id: CrateSecurityHelmet
parent: CrateSecgear
name: helmet crate
description: Contains three standard-issue brain buckets. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -19,6 +23,8 @@
- type: entity
id: CrateSecurityNonlethal
parent: CrateSecgear
name: nonlethals crate
description: Disabler weapons. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -35,6 +41,8 @@
- type: entity
id: CrateSecurityRiot
parent: CrateSecgear
name: swat crate
description: Contains two sets of riot armor, helmets, shields, and enforcers loaded with beanbags. Extra ammo is included. Requires Armory access to open.
components:
- type: StorageFill
contents:
@@ -53,6 +61,8 @@
- type: entity
id: CrateSecuritySupplies
parent: CrateSecgear
name: security supplies crate
description: Contains various supplies for the station's Security team. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -65,6 +75,8 @@
- type: entity
id: CrateRestraints
parent: CrateSecgear
name: restraints crate
description: Contains two boxes each of handcuffs and zipties. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -76,6 +88,8 @@
- type: entity
id: CrateSecurityBiosuit
parent: CrateSecgear
name: security bio suit crate
description: Contains 2 biohazard suits to ensure that no disease will distract you from your duties. Requires Security access to open.
components:
- type: StorageFill
contents:
@@ -88,7 +102,8 @@
- type: entity
id: CrateSecurityTrackingMindshieldImplants
name: Implanter Crate
name: implanter crate
description: Contains 4 MindShield implants and 4 tracking implant. Requires Security access to open.
parent: CrateSecgear
components:
- type: StorageFill
@@ -97,5 +112,5 @@
amount: 4
- id: TrackingImplanter
amount: 4
# Cosmetic Crates

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateServiceJanitorialSupplies
parent: CratePlastic
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.
components:
- type: StorageFill
contents:
@@ -21,6 +23,8 @@
- type: entity
id: CrateServiceReplacementLights
parent: CrateGenericSteel
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.
components:
- type: StorageFill
contents:
@@ -30,6 +34,8 @@
- type: entity
id: CrateMousetrapBoxes
parent: CrateGenericSteel
name: mousetraps crate
description: Mousetraps, for when all of service is being haunted by an entire horde of rats. Use sparingly... or not.
components:
- type: StorageFill
contents:
@@ -38,6 +44,8 @@
- type: entity
id: CrateServiceSmokeables
parent: CrateGenericSteel
name: smokeables crate
description: Tired of a quick death on the station? Order this crate and chain-smoke your way to a coughy demise!
components:
- type: StorageFill
contents:
@@ -62,6 +70,8 @@
- type: entity
id: CrateServiceTheatre
parent: CrateGenericSteel
name: theatrical performances crate
description: Contains a moth cloak, barber scissors, maid uniform, clown and mime attributes, and other performance charms.
components:
- type: StorageFill
contents:
@@ -81,6 +91,8 @@
- type: entity
id: CrateServiceCustomSmokable
parent: CrateGenericSteel
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.
components:
- type: StorageFill
contents:
@@ -95,6 +107,8 @@
- type: entity
id: CrateServiceBureaucracy
parent: CrateGenericSteel
name: bureaucracy crate
description: Several stacks of paper and a few pens, what more can you ask for.
components:
- type: StorageFill
contents:
@@ -103,7 +117,7 @@
- id: Pen
amount: 2
- id: BoxFolderClipboard
amount: 2
amount: 2
- id: HandLabeler
- id: BoxFolderBlue
- id: BoxFolderRed
@@ -112,6 +126,8 @@
- type: entity
id: CrateServicePersonnel
parent: CrateCommandSecure
name: personnel crate
description: Contains a box of blank ID cards and PDAs.
components:
- type: StorageFill
contents:
@@ -121,6 +137,8 @@
- type: entity
id: CrateServiceBooks
parent: CrateGenericSteel
name: books crate
description: Contains 10 empty books of random appearance.
components:
- type: StorageFill
contents:
@@ -130,6 +148,8 @@
- type: entity
id: CrateServiceGuidebooks
parent: CrateGenericSteel
name: guidebooks crate
description: Contains guidebooks.
components:
- type: StorageFill
contents:
@@ -150,6 +170,8 @@
- type: entity
id: CrateServiceBox
parent: CratePlastic
name: boxes crate
description: Contains 6 empty multipurpose boxes.
components:
- type: StorageFill
contents:
@@ -159,6 +181,8 @@
- type: entity
id: CrateJanitorBiosuit
parent: CratePlastic
name: janitor bio suit crate
description: Contains 2 biohazard suits to ensure that no disease will distract you from cleaning.
components:
- type: StorageFill
contents:
@@ -247,6 +271,8 @@
- type: entity
id: CrateJanitorExplosive
parent: ClosetJanitorBomb
name: janitorial bomb suit crate
description: Supplies a bomb suit for cleaning up any explosive compounds, buy one today!
components:
- type: StorageFill
contents:

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateSyndicateSurplusBundle
parent: CrateSyndicate
name: Syndicate surplus crate
description: Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
components:
- type: SurplusBundle
totalPrice: 50
@@ -8,6 +10,8 @@
- type: entity
id: CrateSyndicateSuperSurplusBundle
parent: CrateSyndicate
name: Syndicate super surplus crate
description: Contains 125 telecrystals worth of completely random Syndicate items.
components:
- type: SurplusBundle
totalPrice: 125

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateVendingMachineRestockBoozeFilled
parent: CratePlastic
name: Booze-O-Mat restock crate
description: Contains a restock box for the Booze-O-Mat.
components:
- type: StorageFill
contents:
@@ -8,8 +10,9 @@
- type: entity
id: CrateVendingMachineRestockChefvendFilled
name: ChefVend restock crate
parent: CratePlastic
name: ChefVend restock crate
description: Contains a restock box for the ChefVend.
components:
- type: StorageFill
contents:
@@ -18,6 +21,8 @@
- type: entity
id: CrateVendingMachineRestockClothesFilled
parent: CratePlastic
name: clothing restock crate
description: Contains a pair of restock boxes, one for the ClothesMate and one for the AutoDrobe.
components:
- type: StorageFill
contents:
@@ -26,8 +31,9 @@
- type: entity
id: CrateVendingMachineRestockCondimentStationFilled
name: condiment station restock crate
parent: CratePlastic
name: condiment station restock crate
description: Contains a restock box for the condiment station.
components:
- type: StorageFill
contents:
@@ -36,6 +42,8 @@
- type: entity
id: CrateVendingMachineRestockDinnerwareFilled
parent: CratePlastic
name: Plasteel Chef restock crate
description: Contains a restock box for the Plasteel Chef vending machine.
components:
- type: StorageFill
contents:
@@ -44,6 +52,8 @@
- type: entity
id: CrateVendingMachineRestockEngineeringFilled
parent: CrateEngineeringSecure
name: EngiVend restock crate
description: Contains a restock box for the EngiVend. Also supports the YouTool.
components:
- type: StorageFill
contents:
@@ -52,6 +62,8 @@
- type: entity
id: CrateVendingMachineRestockGamesFilled
parent: CratePlastic
name: Good Clean Fun restock crate
description: Contains a restock box for the Good Clean Fun vending machine.
components:
- type: StorageFill
contents:
@@ -60,6 +72,8 @@
- type: entity
id: CrateVendingMachineRestockHotDrinksFilled
parent: CratePlastic
name: Solar's Best restock crate
description: Contains two restock boxes for Solar's Best Hot Drinks vending machine.
components:
- type: StorageFill
contents:
@@ -69,6 +83,8 @@
- type: entity
id: CrateVendingMachineRestockMedicalFilled
parent: CrateMedicalSecure
name: NanoMed restock crate
description: Contains a restock box, compatible with the NanoMed and NanoMedPlus.
components:
- type: StorageFill
contents:
@@ -77,6 +93,8 @@
- type: entity
id: CrateVendingMachineRestockChemVendFilled
parent: CrateMedicalSecure
name: ChemVend restock crate
description: Contains a restock box for the ChemVend.
components:
- type: StorageFill
contents:
@@ -85,6 +103,8 @@
- type: entity
id: CrateVendingMachineRestockNutriMaxFilled
parent: CrateHydroSecure
name: NutriMax restock crate
description: Contains a restock box for the NutriMax vending machine.
components:
- type: StorageFill
contents:
@@ -93,6 +113,8 @@
- type: entity
id: CrateVendingMachineRestockPTechFilled
parent: CratePlastic
name: PTech restock crate
description: Contains a restock box for the PTech bureaucracy dispenser.
components:
- type: StorageFill
contents:
@@ -101,6 +123,8 @@
- type: entity
id: CrateVendingMachineRestockRobustSoftdrinksFilled
parent: CratePlastic
name: Robust Softdrinks restock crate
description: Contains two restock boxes for the Robust Softdrinks LLC vending machine.
components:
- type: StorageFill
contents:
@@ -110,6 +134,8 @@
- type: entity
id: CrateVendingMachineRestockSalvageEquipmentFilled
parent: CrateGenericSteel
name: Salvage restock crate
description: Contains a restock box for the salvage vendor.
components:
- type: StorageFill
contents:
@@ -118,6 +144,8 @@
- type: entity
id: CrateVendingMachineRestockSecTechFilled
parent: CrateSecgear
name: SecTech restock crate
description: Contains a restock box for the SecTech vending machine.
components:
- type: StorageFill
contents:
@@ -126,6 +154,8 @@
- type: entity
id: CrateVendingMachineRestockSeedsFilled
parent: CrateHydroSecure
name: MegaSeed restock crate
description: Contains a restock box for the MegaSeed vending machine.
components:
- type: StorageFill
contents:
@@ -134,6 +164,8 @@
- type: entity
id: CrateVendingMachineRestockSmokesFilled
parent: CratePlastic
name: ShadyCigs restock crate
description: Contains two restock boxes for the ShadyCigs vending machine.
components:
- type: StorageFill
contents:
@@ -143,6 +175,8 @@
- type: entity
id: CrateVendingMachineRestockVendomatFilled
parent: CratePlastic
name: Vendomat restock crate
description: Contains a restock box for a Vendomat vending machine.
components:
- type: StorageFill
contents:
@@ -151,6 +185,8 @@
- type: entity
id: CrateVendingMachineRestockRoboticsFilled
parent: CrateScienceSecure
name: Robotech Deluxe restock crate
description: Contains a restock box for a Robotech Deluxe vending machine.
components:
- type: StorageFill
contents:
@@ -159,6 +195,8 @@
- type: entity
id: CrateVendingMachineRestockTankDispenserFilled
parent: CratePlastic
name: tank dispenser restock crate
description: Contains a restock box for an Engineering or Atmospherics tank dispenser.
components:
- type: StorageFill
contents:
@@ -167,6 +205,8 @@
- type: entity
id: CrateVendingMachineRestockHappyHonkFilled
parent: CratePlastic
name: Happy Honk restock crate
description: Contains a restock box for a happy honk dispenser.
components:
- type: StorageFill
contents:
@@ -176,6 +216,8 @@
- type: entity
id: CrateVendingMachineRestockGetmoreChocolateCorpFilled
parent: CratePlastic
name: Getmore Chocolate Corp restock crate
description: Contains a restock box for a Getmore Chocolate Corp dispenser.
components:
- type: StorageFill
contents:
@@ -185,6 +227,8 @@
- type: entity
id: CrateVendingMachineRestockChangFilled
parent: CratePlastic
name: Chang restock crate
description: Contains a restock box for a Mr. Chang dispenser.
components:
- type: StorageFill
contents:
@@ -194,6 +238,8 @@
- type: entity
id: CrateVendingMachineRestockDiscountDansFilled
parent: CratePlastic
name: Discount Dans restock crate
description: Contains a restock box for a Discount Dan's dispenser.
components:
- type: StorageFill
contents:
@@ -203,8 +249,10 @@
- type: entity
id: CrateVendingMachineRestockDonutFilled
parent: CratePlastic
name: Donut restock crate
description: Contains a restock box for a Monkin' Donuts dispenser.
components:
- type: StorageFill
contents:
- id: VendingMachineRestockDonut
amount: 2
amount: 2

View File

@@ -1,6 +1,8 @@
- type: entity
id: CrateArtifactContainer
parent: BaseStructureDynamic
name: artifact container
description: Used to safely contain and move artifacts.
components:
- type: Transform
noRot: true

View File

@@ -1,6 +1,8 @@
- type: entity
id: BaseThruster
parent: BaseStructureDynamic
name: thruster
description: A thruster that allows a shuttle to move.
abstract: true
components:
- type: AmbientSound
@@ -102,8 +104,9 @@
- type: entity
id: Gyroscope
name: gyroscope
parent: [ BaseThruster, ConstructibleMachine ]
name: gyroscope
description: Increases the shuttle's potential angular rotation.
components:
- type: Thruster
thrusterType: Angular

View File

@@ -517,7 +517,7 @@
isCollidableWhenOpen: false
closeSound:
path: /Audio/Items/shovel_dig.ogg
openSound:
openSound:
path: /Audio/Items/shovel_dig.ogg
- type: entity
@@ -540,6 +540,8 @@
- type: entity
parent: CrateGenericSteel
id: CrateSyndicate
name: Syndicate crate
description: A dark steel crate with red bands and a letter S embossed on the front.
components:
- type: Icon
sprite: Structures/Storage/Crates/syndicate.rsi