]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add training bombs to cargo (#20072)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Wed, 13 Sep 2023 16:54:47 +0000 (17:54 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 16:54:47 +0000 (09:54 -0700)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Locale/en-US/prototypes/catalog/cargo/cargo-armory.ftl
Resources/Locale/en-US/prototypes/catalog/fills/crates/armory-crates.ftl
Resources/Prototypes/Catalog/Cargo/cargo_armory.yml
Resources/Prototypes/Catalog/Fills/Crates/armory.yml

index 340efc730d1ff172411662994fc7c0e16806648c..1911ae6ee4458b423f861e3fc6792046b10d45cb 100644 (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 }
index c4aef7259af8319d1f462e5cad042e06a4f0233b..5765435f884b45c2cc5ca50c8b90a6b02d7d75de 100644 (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.
 
index db031ff43f9b06a0b516846f520d99cc0fe48e51..77140aba3b8e5c1bac287fadc5e9d3132d37a5ac 100644 (file)
   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:
index 5e9aca4675d5127194f67133ea73196953938642..868de3c82488654c7ae053b0cd46958fac7c416d 100644 (file)
       - id: TrackingImplanter
         amount: 5
 
+- type: entity
+  parent: CrateWeaponSecure
+  id: CrateTrainingBombs
+  components:
+  - type: StorageFill
+    contents:
+    - id: TrainingBomb
+      amount: 3
+
 - type: entity
   id: CrateArmoryLaser
   parent: CrateWeaponSecure