-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added glasses + fixed errors on modifiers
- Loading branch information
Showing
8 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,6 @@ | |
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Caustic: 1.05 | ||
Caustic: 0.95 | ||
- type: TemperatureProtection | ||
coefficient: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Caustic: 1.05 | ||
Caustic: 0.95 |
Binary file added
BIN
+626 Bytes
...urces/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+704 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+666 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+662 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |