From 7dab5e4985508721112b973cb51ca4e01e2ff434 Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:57:10 -0600 Subject: [PATCH] Unique Hardsuit Light Colors (#13639) --- .../Clothing/Head/hardsuit-helmets.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index ef5e5b8d4a..741d7feaed 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -30,6 +30,8 @@ - state: equipped-head - state: equipped-head-unshaded shader: unshaded + - type: PointLight + color: "#adffe6" - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 10000 @@ -85,6 +87,8 @@ sprite: Clothing/Head/Hardsuits/engineering.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/engineering.rsi + - type: PointLight + color: "#ffdbad" - type: PressureProtection highPressureMultiplier: 0.1 lowPressureMultiplier: 1000 @@ -100,6 +104,8 @@ sprite: Clothing/Head/Hardsuits/engineering-white.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/engineering-white.rsi + - type: PointLight + color: "#daffad" - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 @@ -130,6 +136,8 @@ sprite: Clothing/Head/Hardsuits/medical.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/medical.rsi + - type: PointLight + color: "#adf1ff" - type: PressureProtection highPressureMultiplier: 0.6 lowPressureMultiplier: 5500 @@ -147,6 +155,8 @@ sprite: Clothing/Head/Hardsuits/rd.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/rd.rsi + - type: PointLight + color: "#d6adff" - type: PressureProtection highPressureMultiplier: 0.60 lowPressureMultiplier: 5500 @@ -186,6 +196,8 @@ sprite: Clothing/Head/Hardsuits/security.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/security.rsi + - type: PointLight + color: "#ffadad" - type: PressureProtection highPressureMultiplier: 0.525 lowPressureMultiplier: 10000 @@ -207,6 +219,8 @@ sprite: Clothing/Head/Hardsuits/security-red.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/security-red.rsi + - type: PointLight + color: "#ffadad" - type: PressureProtection highPressureMultiplier: 0.45 lowPressureMultiplier: 10000 @@ -253,6 +267,8 @@ sprite: Clothing/Head/Hardsuits/wizard.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/wizard.rsi + - type: PointLight + color: "#ffadfb" - type: PressureProtection highPressureMultiplier: 0.27 lowPressureMultiplier: 1000 @@ -427,6 +443,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi + - type: PointLight + color: "#addbff" - type: entity parent: ClothingHeadHelmetHardsuitERTLeader @@ -437,6 +455,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi + - type: PointLight + color: "#f4ffad" - type: entity parent: ClothingHeadHelmetHardsuitERTLeader @@ -447,6 +467,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi + - type: PointLight + color: "#adffec" - type: entity parent: ClothingHeadHelmetHardsuitERTLeader @@ -457,6 +479,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi + - type: PointLight + color: "#ffadc6" - type: entity parent: ClothingHeadHelmetHardsuitERTLeader @@ -467,3 +491,5 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi + - type: PointLight + color: "#cbadff"