Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Vet Ranger Loadout Options #669

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading