From 5fb5853e3148213ce53a1273959d5230a2720545 Mon Sep 17 00:00:00 2001 From: PursuitInAshes Date: Mon, 11 Nov 2024 02:46:03 -0800 Subject: [PATCH] New Vet Ranger Loadout Options (#669) * First Commit * Fix Playtime Tracker, adjust armor stats again --- .../Entities/Clothing/Head/helmets.yml | 2 +- .../Clothing/OuterClothing/falloutarmor.yml | 12 ++++--- .../Loadouts/Roles/loadouts_ranger.yml | 32 ++++++++++++++++++- 3 files changed, 39 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Head/helmets.yml index 7ed09b037f6..68bd4665d3d 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Head/helmets.yml @@ -368,7 +368,7 @@ parent: N14ClothingHeadHatBaseHelmetMK2 id: N14ClothingHeadHatRangerHelmetEliteOld name: worn elite ranger combat helmet - description: An old combat helmet seen in the Divide, repurposed for higher-ranking Rangers. + description: Worn riot helmet from before the war. Faded by time and use, this helmet still sees use as a form of protection for the law bringers of the New California Republic. components: - type: Sprite sprite: _Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetelite.rsi diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml index 03164b0c85b..158e80629e1 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml @@ -783,7 +783,7 @@ parent: N14ClothingOuterRangerCombat id: N14ClothingOuterRangerEliteOld name: worn elite ranger combat armor - description: A customized and well-worn suit of riot gear with parts of the suit reinforced with leather armor and slain Centurion armor pieces by the wearer. A sniper's veil is wrapped around the neck. This one has seen some wear. + description: Worn riot gear granted to Rangers who served as law bringers for times of great unrest. This armor is a testament to the reach and power of the Republic and its will to bring peace to the lawlessness of the wasteland. components: - type: Sprite sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutrangerelite.rsi @@ -792,10 +792,12 @@ - type: Armor modifiers: coefficients: - Blunt: 0.5 - Slash: 0.5 - Piercing: 0.35 - Heat: 0.4 + Blunt: 0.6 + Slash: 0.6 + Piercing: 0.55 + Heat: 0.55 + - type: ExplosionResistance + damageCoefficient: 0.65 - type: entity parent: N14ClothingOuterRangerCombat diff --git a/Resources/Prototypes/_Nuclear14/Loadouts/Roles/loadouts_ranger.yml b/Resources/Prototypes/_Nuclear14/Loadouts/Roles/loadouts_ranger.yml index 455dc90672d..37d3aa6ad82 100644 --- a/Resources/Prototypes/_Nuclear14/Loadouts/Roles/loadouts_ranger.yml +++ b/Resources/Prototypes/_Nuclear14/Loadouts/Roles/loadouts_ranger.yml @@ -288,4 +288,34 @@ jobs: - NCRRangerVeteran items: - - N14ClothingOuterRangerCombatDesert \ No newline at end of file + - N14ClothingOuterRangerCombatDesert + +- type: loadout + id: LoadoutNCRRangerEliteOld + category: Roles + cost: 2 + exclusive: true + requirements: + - !type:CharacterJobRequirement + jobs: + - NCRRangerVeteran + - !type:CharacterPlaytimeRequirement + tracker: RangerVeteran + min: 216000 # 60 hours veterancy unlock "First Tour" + items: + - N14ClothingOuterRangerEliteOld + +- type: loadout + id: LoadoutNCRRangerHelmetEliteOld + category: Roles + cost: 2 + exclusive: true + requirements: + - !type:CharacterJobRequirement + jobs: + - NCRRangerVeteran + - !type:CharacterPlaytimeRequirement + tracker: RangerVeteran + min: 216000 # 60 hours veterancy unlock "First Tour" + items: + - N14ClothingHeadHatRangerHelmetEliteOld \ No newline at end of file