Skip to content

Commit

Permalink
juggernaunt hardsuit now has light
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Jun 27, 2023
1 parent 68dc874 commit c80cac2
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@

#Cybersun Juggernaut Hardsuit
- type: entity
parent: ClothingHeadHardsuitBase
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCybersun
noSpawn: true
name: cybersun juggernaut helmet
Expand All @@ -357,6 +357,8 @@
sprite: Clothing/Head/Hardsuits/cybersun.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/cybersun.rsi
- type: PointLight
color: red
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 1000
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,30 @@
"name": "icon"
},
{
"name": "equipped-HELMET",
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"name": "on-inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"name": "on-inhand-right",
"directions": 4
}
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c80cac2

Please sign in to comment.