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 }
|
ent-TrackingImplants = { ent-CrateTrackingImplants }
|
||||||
.desc = { ent-CrateTrackingImplants.desc }
|
.desc = { ent-CrateTrackingImplants.desc }
|
||||||
|
|
||||||
|
ent-TrainingBombs = { ent-CrateTrainingBombs }
|
||||||
|
.desc = { ent-CrateTrainingBombs.desc }
|
||||||
|
|
||||||
ent-ArmoryLaser = { ent-CrateArmoryLaser }
|
ent-ArmoryLaser = { ent-CrateArmoryLaser }
|
||||||
.desc = { ent-CrateArmoryLaser.desc }
|
.desc = { ent-CrateArmoryLaser.desc }
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ ent-CrateArmoryShotgun = Shotgun crate
|
|||||||
ent-CrateTrackingImplants = Tracking implants
|
ent-CrateTrackingImplants = Tracking implants
|
||||||
.desc = Contains a handful of tracking implanters. Good for prisoners you'd like to release but still keep track of.
|
.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
|
ent-CrateArmoryLaser = lasers crate
|
||||||
.desc = Contains three standard-issue laser rifles. Requires Armory access to open.
|
.desc = Contains three standard-issue laser rifles. Requires Armory access to open.
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,16 @@
|
|||||||
category: Armory
|
category: Armory
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
id: ArmoryLaser
|
id: ArmoryLaser
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -29,6 +29,15 @@
|
|||||||
- id: TrackingImplanter
|
- id: TrackingImplanter
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: CrateWeaponSecure
|
||||||
|
id: CrateTrainingBombs
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: TrainingBomb
|
||||||
|
amount: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateArmoryLaser
|
id: CrateArmoryLaser
|
||||||
parent: CrateWeaponSecure
|
parent: CrateWeaponSecure
|
||||||
|
|||||||
Reference in New Issue
Block a user