Co-authored-by: deltanedas <@deltanedas:kde.org>
ent-TrackingImplants = { ent-CrateTrackingImplants }
.desc = { ent-CrateTrackingImplants.desc }
+ent-TrainingBombs = { ent-CrateTrainingBombs }
+ .desc = { ent-CrateTrainingBombs.desc }
+
ent-ArmoryLaser = { ent-CrateArmoryLaser }
.desc = { ent-CrateArmoryLaser.desc }
ent-CrateTrackingImplants = Tracking implants
.desc = Contains a handful of tracking implanters. Good for prisoners you'd like to release but still keep track of.
+ent-CrateTrainingBombs = Training bombs
+ .desc = Contains three low-yield training bombs for security to learn defusal and safe ordnance disposal, EOD suit not included. Requires Armory access to open.
+
ent-CrateArmoryLaser = lasers crate
.desc = Contains three standard-issue laser rifles. Requires Armory access to open.
category: Armory
group: market
+- type: cargoProduct
+ id: TrainingBombs
+ icon:
+ sprite: Structures/Machines/bomb.rsi
+ state: training-bomb
+ product: CrateTrainingBombs
+ cost: 3000
+ category: Armory
+ group: market
+
- type: cargoProduct
id: ArmoryLaser
icon:
- id: TrackingImplanter
amount: 5
+- type: entity
+ parent: CrateWeaponSecure
+ id: CrateTrainingBombs
+ components:
+ - type: StorageFill
+ contents:
+ - id: TrainingBomb
+ amount: 3
+
- type: entity
id: CrateArmoryLaser
parent: CrateWeaponSecure