Skip to content

Commit

Permalink
Hardsuits cap & deadsq helmets hotfix + Juggernaut Hardsuit Light (#188)
Browse files Browse the repository at this point in the history
* Hardsuits cap & deadsq helmets hotfix

* juggernaunt hardsuit now has light
  • Loading branch information
MilenVolf committed Jun 27, 2023
1 parent 5ea0771 commit 47ad0ee
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

#Captain's Hardsuit
- type: entity
parent: ClothingHeadHardsuitBase
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitCap
noSpawn: true
name: captain's hardsuit helmet
Expand Down 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 Expand Up @@ -599,7 +601,7 @@

#Deathsquad Hardsuit
- type: entity
parent: ClothingHeadHardsuitBase
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitDeathsquad
noSpawn: true
name: deathsquad hardsuit helmet
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 47ad0ee

Please sign in to comment.