Skip to content

Commit

Permalink
NCR Loadout Changes (#720)
Browse files Browse the repository at this point in the history
Renames the NCR Medic kit to NCR Combat Lifesaver to account for the fact that a rifleman can also take the kit. Eventually I'll add a separate NCR medic kit with some slightly better equipment. Also gives the kit the NCR medic helmet.

Adds metal to the NCR Engineer's loadout to bring them on par with the other engineer kits.
  • Loading branch information
troytroy400 authored Nov 24, 2024
1 parent 5acb75e commit 03973bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_Nuclear14/undecidedloadout.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ undecided-loadout-category-morale-description =
1 NCR spear flag, 1 9mm pistol, 2 9mm magazines, 1 combat knife,
and a C ration MRE.
undecided-loadout-category-medic-name = Medic Kit
undecided-loadout-category-medic-name = Combat Lifesaver Kit
undecided-loadout-category-medic-description =
A crate containing all a NCR medic needs to patrol on the wasteland.
A crate containing all an NCR CLS needs to patrol the wasteland.
Includes 1 NCR leather vest, 1 medical belt, 1 9mm SMG,
4 9mm SMG magazines, 1 combat knife, and a C ration MRE.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,4 +699,4 @@
sprite: _Nuclear14/Objects/Misc/kits.rsi
state: marksman
content:
- KitMarksmanBoSWashington
- KitMarksmanBoSWashington
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
path: /Audio/Effects/unwrap.ogg

- type: entity
name: medic kit
name: combat lifesaver kit
parent: KitBase
id: KitMedic
description: A crate containing all an NCR Medic needs to patrol the wasteland.
description: A crate containing all an NCR CLS needs to patrol the wasteland.
components:
- type: Sprite
state: medic
Expand All @@ -156,6 +156,7 @@
- id: N14MagazineSMG9mm
amount: 4
- id: N14CombatKnife
- id: N14ClothingHeadHatNCRHelmetMetalMedic
- id: N14BoxCardboardMREBoxCFilled
sound:
path: /Audio/Effects/unwrap.ogg
Expand All @@ -180,6 +181,7 @@
- id: N14WeaponPistol9mm
- id: N14MagazinePistol9mm
amount: 2
- id: SheetSteel10
- id: N14CombatKnife
- id: N14BoxCardboardMREBoxCFilled
sound:
Expand Down Expand Up @@ -925,4 +927,4 @@
- id: N14PowerCellSmall
amount: 2
- id: N14Stimpak
- id: N14BoxCardboardMREBoxKFilled
- id: N14BoxCardboardMREBoxKFilled

0 comments on commit 03973bc

Please sign in to comment.