add training bombs to cargo (#20072)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-09-13 17:54:47 +01:00
committed by GitHub
parent 9c2f11d0eb
commit bcce439746
4 changed files with 25 additions and 0 deletions

View File

@@ -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 }

View File

@@ -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.

View File

@@ -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:

View File

@@ -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