Skip to content

Commit

Permalink
Added glasses + fixed errors on modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bribrooo committed Feb 6, 2024
1 parent 7702e0c commit 4c0483d
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity #Delta-V safety glasses
parent: ClothingEyesBase
id: ClothingEyesGlassesChemist
name: safety glasses
description: Glasses made for chemists and other workers dealing around reagents.
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.85
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
- type: Armor
modifiers:
coefficients:
Caustic: 1.05
Caustic: 0.95
- type: TemperatureProtection
coefficient: 1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
- type: Armor
modifiers:
coefficients:
Caustic: 1.05
Caustic: 0.95
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by BriBrooo (Discord) for DeltaV-Station",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 4c0483d

Please sign in to comment.