icon:
sprite: Structures/Shuttles/thruster.rsi
state: base
- product: ThrusterUnanchored
+ product: CrateEngineeringThruster
cost: 1500
category: Shuttle
group: market
icon:
sprite: Structures/Shuttles/gyroscope.rsi
state: base
- product: GyroscopeUnanchored
+ product: CrateEngineeringGyroscope
cost: 4000
category: Shuttle
group: market
components:
- type: StorageFill
contents:
- - id: Emitter
+ - id: Emitter # TODO change to flatpack
- type: entity
id: CrateEngineeringSingularityCollector
parent: CrateEngineeringSecure
name: radiation collector crate
- description: A radiation collector, best used for singularity engines.
+ description: A radiation collector, best used for singularity engines. Plasma is included.
components:
- type: StorageFill
contents:
- - id: RadiationCollectorFullTank
+ - id: RadiationCollectorFlatpack
+ - id: PlasmaTankFilled
- type: entity
id: CrateEngineeringSingularityContainment
components:
- type: StorageFill
contents:
- - id: ContainmentFieldGenerator
+ - id: ContainmentFieldGeneratorFlatpack
- type: entity
id: CrateEngineeringSingularityGenerator
components:
- type: StorageFill
contents:
- - id: SingularityGenerator
+ - id: SingularityGeneratorFlatpack
# Particle Accelerator
components:
- type: StorageFill
contents:
- - id: DebugGenerator
+ - id: DebugGenerator # TODO change to flatpack
- type: entity
id: CrateEngineeringSolar
components:
- type: StorageFill
contents:
- - id: TeslaGenerator
+ - id: TeslaGeneratorFlatpack
- type: entity
id: CrateEngineeringTeslaCoil
components:
- type: StorageFill
contents:
- - id: TeslaCoil
+ - id: TeslaCoilFlatpack
- type: entity
id: CrateEngineeringTeslaGroundingRod
components:
- type: StorageFill
contents:
- - id: TeslaGroundingRod
+ - id: TeslaGroundingRodFlatpack
--- /dev/null
+- type: entity
+ parent: CrateEngineering
+ id: CrateEngineeringThruster
+ name: thruster crate
+ description: Contains a thruster flatpack.
+ components:
+ - type: StorageFill
+ contents:
+ - id: ThrusterFlatpack
+
+- type: entity
+ parent: CrateEngineering
+ id: CrateEngineeringGyroscope
+ name: thruster crate
+ description: Contains a gyroscope flatpack.
+ components:
+ - type: StorageFill
+ contents:
+ - id: GyroscopeFlatpack
guides: [ AME, Power ]
- type: StealTarget
stealGroup: AmePartFlatpack
+
+- type: entity
+ parent: BaseFlatpack
+ id: SingularityGeneratorFlatpack
+ name: singularity generator flatpack
+ description: A flatpack used for constructing a singularity generator.
+ components:
+ - type: Flatpack
+ entity: SingularityGenerator
+ - type: Sprite
+ layers:
+ - state: singularity-generator
+ - type: GuideHelp
+ guides: [ Singularity, Power ]
+
+- type: entity
+ parent: BaseFlatpack
+ id: RadiationCollectorFlatpack
+ name: radiation collector flatpack
+ description: A flatpack used for constructing a radiation collector.
+ components:
+ - type: Flatpack
+ entity: RadiationCollectorNoTank
+ - type: Sprite
+ layers:
+ - state: radiation-collector
+ - type: GuideHelp
+ guides: [ Singularity, Power ]
+
+- type: entity
+ parent: BaseFlatpack
+ id: ContainmentFieldGeneratorFlatpack
+ name: containment field generator flatpack
+ description: A flatpack used for constructing a containment field generator.
+ components:
+ - type: Flatpack
+ entity: ContainmentFieldGenerator
+ - type: Sprite
+ layers:
+ - state: containment-field-generator
+ - type: GuideHelp
+ guides: [ Singularity, Power ]
+
+- type: entity
+ parent: BaseFlatpack
+ id: TeslaGeneratorFlatpack
+ name: tesla generator flatpack
+ description: A flatpack used for constructing a tesla generator.
+ components:
+ - type: Flatpack
+ entity: TeslaGenerator
+ - type: Sprite
+ layers:
+ - state: tesla-generator
+ - type: GuideHelp
+ guides: [ Power ] # TODO add tesla guide
+
+- type: entity
+ parent: BaseFlatpack
+ id: TeslaCoilFlatpack
+ name: tesla coil flatpack
+ description: A flatpack used for constructing a tesla coil.
+ components:
+ - type: Flatpack
+ entity: TeslaCoil
+ - type: Sprite
+ layers:
+ - state: tesla-coil
+ - type: GuideHelp
+ guides: [ Power ] # TODO add tesla guide
+
+- type: entity
+ parent: BaseFlatpack
+ id: TeslaGroundingRodFlatpack
+ name: grounding rod flatpack
+ description: A flatpack used for constructing a grounding rod.
+ components:
+ - type: Flatpack
+ entity: TeslaGroundingRod
+ - type: Sprite
+ layers:
+ - state: grounding-rod
+ - type: GuideHelp
+ guides: [ Power ] # TODO add tesla guide
+
+- type: entity
+ parent: BaseFlatpack
+ id: GyroscopeFlatpack
+ name: gyroscope flatpack
+ description: A flatpack used for constructing a gyroscope.
+ components:
+ - type: Flatpack
+ entity: Gyroscope
+ - type: Sprite
+ layers:
+ - state: base
+ - state: overlay
+ color: "#cec8ac"
+ - state: icon-default
+
+- type: entity
+ parent: BaseFlatpack
+ id: ThrusterFlatpack
+ name: thruster flatpack
+ description: A flatpack used for constructing a thruster.
+ components:
+ - type: Flatpack
+ entity: Thruster
+ - type: Sprite
+ layers:
+ - state: base
+ - state: overlay
+ color: "#cec8ac"
+ - state: icon-default
{
"version": 1,
"license": "CC0-1.0",
- "copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041",
+ "copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041; singularity-generator, tesla-generator, radiation-collector, containment-field-generator, tesla-coil, grounding-rod inner icons made by lzk228",
"size": {
"x": 32,
"y": 32
},
{
"name": "ame-part"
+ },
+ {
+ "name": "singularity-generator"
+ },
+ {
+ "name": "tesla-generator"
+ },
+ {
+ "name": "radiation-collector"
+ },
+ {
+ "name": "tesla-coil"
+ },
+ {
+ "name": "grounding-rod"
+ },
+ {
+ "name": "containment-field-generator"
}
]
}