Skip to content

Commit

Permalink
Ranger mask modifications / Removal of experimental loadouts (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT authored Aug 7, 2024
1 parent eaad926 commit da862be
Show file tree
Hide file tree
Showing 24 changed files with 181 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
- type: Clothing
sprite: _Nuclear14/Clothing/Head/FalloutHelmets/enclavehelmetmarine.rsi

# NCR
#MARK: NCR
- type: entity
parent: N14ClothingHeadHatBaseHelmetMetal
id: N14ClothingHeadHatNCRHelmetMetal
Expand Down Expand Up @@ -269,7 +269,7 @@
sprite: _Nuclear14/Clothing/Head/FalloutHelmets/ncrhelmetmedic.rsi

- type: entity
parent: N14ClothingHeadHatBaseHelmetmarine
parent: N14ClothingHeadHatBaseHelmetMK2
id: N14ClothingHeadHatRangerHelmet
name: ranger combat helmet
description: A helmet offering advanced protection, this one is commonly used by rangers.
Expand Down Expand Up @@ -382,9 +382,9 @@

- type: entity
parent: N14ClothingHeadHatBaseHelmetmarine
id: N14ClothingHeadHatRangerHelmetEliteModif
id: N14ClothingHeadHatRangerHelmetModif
name: modified ranger combat helmet
description: A thicker than average helmet worn by rangers out in the field. This one appears have its mask welded to helmet with some unique modifications.
description: A thicker than average helmet worn by rangers out in the field.
components:
- type: Sprite
sprite: _Nuclear14/Clothing/Head/FalloutHelmets/rangerhelmetmodif.rsi
Expand All @@ -393,10 +393,10 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.6
Piercing: 0.7
Heat: 0.6
Blunt: 0.65
Slash: 0.65
Piercing: 0.75
Heat: 0.65
- type: Tag
tags:
- HidesHair
Expand Down
53 changes: 31 additions & 22 deletions Resources/Prototypes/_Nuclear14/Entities/Clothing/Mask/gasmasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
Slash: 0.95
Piercing: 0.95
Heat: 0.95
- type: Tag
tags:
- WhitelistChameleon
- HidesHair

- type: entity
parent: ClothingMaskGasCombat
Expand All @@ -81,15 +85,12 @@
sprite: _Nuclear14/Clothing/Mask/Gasmask/riotgasmask.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Mask/Gasmask/riotgasmask.rsi
- type: GenericVisualizer
visuals:
enum.NightVisionItemVisuals.Active:
nightVisionItemLayer:
True: { state: icon }
False: { state: icon }
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGas
parent: ClothingMaskGasCombat
id: ClothingMaskGasRanger
name: ranger gas mask
description: The last in pre-war military gas masks technology, with extra protection.
Expand Down Expand Up @@ -117,9 +118,6 @@
sprite: _Nuclear14/Clothing/Mask/Gasmask/rangeroldgasmask.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Mask/Gasmask/rangeroldgasmask.rsi
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGasCombat
Expand All @@ -142,9 +140,6 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGas
Expand All @@ -166,9 +161,6 @@
Slash: 0.95
Piercing: 0.95
Heat: 0.95
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGasCombat
Expand All @@ -191,9 +183,6 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGas
Expand All @@ -216,6 +205,7 @@
- type: Tag
tags:
- WhitelistChameleon
- HidesHair

- type: entity
parent: ClothingMaskGasCombat
Expand All @@ -238,6 +228,25 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: Tag
tags:
- WhitelistChameleon

- type: entity
parent: ClothingMaskGasCombat
id: ClothingMaskGasRangerModif
name: modified ranger gas mask
description: A thicker than average mask worn by rangers out in the field.
components:
- type: Item
size: Tiny
- type: FlashImmunity
- type: EyeProtection
- type: Sprite
sprite: _Nuclear14/Clothing/Mask/Gasmask/rangermodifgasmask.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/Mask/Gasmask/rangermodifgasmask.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.9
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.6
Piercing: 0.55
Heat: 0.6

- type: entity
Expand All @@ -596,7 +596,7 @@
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.6
Piercing: 0.5
Heat: 0.6

#MARK: Veteran
Expand Down
Loading

0 comments on commit da862be

Please sign in to comment.