add training bombs to cargo (#20072)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -7,5 +7,8 @@ ent-ArmoryShotgun = { ent-CrateArmoryShotgun }
|
||||
ent-TrackingImplants = { ent-CrateTrackingImplants }
|
||||
.desc = { ent-CrateTrackingImplants.desc }
|
||||
|
||||
ent-TrainingBombs = { ent-CrateTrainingBombs }
|
||||
.desc = { ent-CrateTrainingBombs.desc }
|
||||
|
||||
ent-ArmoryLaser = { ent-CrateArmoryLaser }
|
||||
.desc = { ent-CrateArmoryLaser.desc }
|
||||
|
||||
@@ -7,6 +7,9 @@ ent-CrateArmoryShotgun = Shotgun crate
|
||||
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.
|
||||
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
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:
|
||||
|
||||
@@ -29,6 +29,15 @@
|
||||
- id: TrackingImplanter
|
||||
amount: 5
|
||||
|
||||
- type: entity
|
||||
parent: CrateWeaponSecure
|
||||
id: CrateTrainingBombs
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: TrainingBomb
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateArmoryLaser
|
||||
parent: CrateWeaponSecure
|
||||
|
||||
Reference in New Issue
Block a user