Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Oct 7, 2024
1 parent c59c172 commit 1e252bb
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
abstract: true
parent: ClothingHeadEVAHelmetBase
id: ClothingHeadEVAHelmetWithLightBase
name: base space helmet with light
name: base EVA helmet with light
components:
- type: Sprite
sprite: _NF/Clothing/Head/Helmets/eva_color.rsi
Expand Down Expand Up @@ -58,7 +58,7 @@
- type: PointLight
#color: "#adffe6"
enabled: false
radius: 4
radius: 3
energy: 2
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true
Expand Down Expand Up @@ -161,6 +161,9 @@
color: "#f2b833"
- state: equipped-head-visor
color: "#fbe6b8"
- type: PointLight
radius: 5
energy: 2

- type: entity
parent: ClothingHeadEVAHelmetWithLightBase
Expand Down Expand Up @@ -191,6 +194,9 @@
color: "#ffce5b"
- state: equipped-head-visor
color: "#2572bf"
- type: PointLight
radius: 5
energy: 2

## ENGINEERING
- type: entity
Expand Down Expand Up @@ -242,6 +248,8 @@
color: "#00a5ff"
- state: equipped-head-visor
color: "#e1b537"
- type: PointLight
color: "#adffe6"

## SUPPLY
- type: entity
Expand Down Expand Up @@ -291,6 +299,8 @@
- state: equipped-head-reinforced-points
color: "#ad2aea"
- state: equipped-head-visor
- type: PointLight
radius: 6

## MEDICAL
- type: entity
Expand All @@ -316,6 +326,8 @@
- state: equipped-head-reinforced-points
color: "#5a96bb"
- state: equipped-head-visor
- type: PointLight
color: "#adf1ff"

## SCIENCE
- type: entity
Expand Down Expand Up @@ -343,6 +355,8 @@
color: "#606275"
- state: equipped-head-visor
color: "#2accff"
- type: PointLight
color: "#d6adff"

## SERVICE
- type: entity
Expand Down Expand Up @@ -370,6 +384,8 @@
color: "#ebdc36"
- state: equipped-head-visor
color: "#bb5cc9"
- type: PointLight
color: "#d6adff"

- type: entity
parent: ClothingHeadEVAHelmetWithLightBase
Expand Down Expand Up @@ -420,6 +436,8 @@
color: "#a42424"
- state: equipped-head-visor
color: "#ffce5b"
- type: PointLight
color: "#ffce5b"

- type: entity
parent: ClothingHeadEVAHelmetWithLightBase
Expand Down

0 comments on commit 1e252bb

Please sign in to comment.