Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardsuits cap & deadsq helmets hotfix + Juggernaut Hardsuit Light #188

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading