From e79ba656dec991894656168f6bd9038ad7dc821c Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:50:15 -0500 Subject: [PATCH] Uncommented weapon protos and added missing locale --- .../deltav/catalog/cargo/cargo-armory.ftl | 8 ++++ .../deltav/catalog/fills/armory-crates.ftl | 0 .../DeltaV/Catalog/Fills/Crates/armory.yml | 40 +++++++++---------- 3 files changed, 28 insertions(+), 20 deletions(-) create mode 100644 Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl create mode 100644 Resources/Locale/en-US/deltav/catalog/fills/armory-crates.ftl diff --git a/Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl b/Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl new file mode 100644 index 00000000000..8a727ed7222 --- /dev/null +++ b/Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl @@ -0,0 +1,8 @@ +ent-ArmoryGrand = { ent-CrateArmoryGrand } + .desc = { eng-CraeArmoryGrand.desc } + +ent-ArmoryUniversal = { ent-CrateArmoryUniversal } + .desc = { ent-CrateArmoryUniversal.desc } + +ent-ArmoryAdjutant = { ent-CrateArmoryAdjutant } + .desc = { ent-CrateArmoryAdjutant.desc } diff --git a/Resources/Locale/en-US/deltav/catalog/fills/armory-crates.ftl b/Resources/Locale/en-US/deltav/catalog/fills/armory-crates.ftl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml index 531474432fb..4a25602537e 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml @@ -1,24 +1,24 @@ -#- type: entity -# id: CrateArmoryGrand -# parent: CrateWeaponSecure -# components: -# - type: StorageFill -# contents: -# - id: WeaponSniperGrand -# amount: 2 -# - id: BoxSpeedLoaderLightRifle -# amount: 1 +- type: entity + id: CrateArmoryGrand + parent: CrateWeaponSecure + components: + - type: StorageFill + contents: + - id: WeaponSniperGrand + amount: 2 + - id: BoxSpeedLoaderLightRifle + amount: 1 -#- type: entity -# id: CrateArmoryUniversal -# parent: CrateWeaponSecure -# components: -# - type: StorageFill -# contents: -# - id: WeaponPistolUniversal -# amount: 2 -# - id: MagazineUniversalCaselessRifle -# amount: 4 +- type: entity + id: CrateArmoryUniversal + parent: CrateWeaponSecure + components: + - type: StorageFill + contents: + - id: WeaponPistolUniversal + amount: 2 + - id: MagazineUniversalCaselessRifle + amount: 4 - type: entity id: CrateArmoryAdjutant