Skip to content

Commit

Permalink
New Vet Ranger Loadout Options (#669)
Browse files Browse the repository at this point in the history
* First Commit

* Fix Playtime Tracker, adjust armor stats again
  • Loading branch information
PursuitInAshes authored Nov 11, 2024
1 parent 6f5af58 commit 5fb5853
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,34 @@
jobs:
- NCRRangerVeteran
items:
- N14ClothingOuterRangerCombatDesert
- 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

0 comments on commit 5fb5853

Please sign in to comment.