forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corpsman Glasses (DeltaV-Station#1828)
* Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. * Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. * Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. * Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them.
- Loading branch information
1 parent
ed52281
commit 0c5d0ca
Showing
13 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
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
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
25 changes: 25 additions & 0 deletions
25
Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/glasses_corpshud.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,25 @@ | ||
- type: constructionGraph | ||
id: GlassesCorpsHUD | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: glassesCorps | ||
steps: | ||
- tag: Sunglasses | ||
name: sun glasses | ||
icon: | ||
sprite: Clothing/Eyes/Glasses/sunglasses.rsi | ||
state: icon | ||
doAfter: 5 | ||
- tag: HudMedicalSecurity | ||
name: medsec hud | ||
icon: | ||
sprite: Clothing/Eyes/Hud/medsec.rsi | ||
state: icon | ||
doAfter: 5 | ||
- material: Cable | ||
amount: 5 | ||
doAfter: 5 | ||
- node: glassesCorps | ||
entity: ClothingEyesGlassesCorpsman |
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
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
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
Binary file added
BIN
+444 Bytes
...extures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.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
+391 Bytes
...Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.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
+409 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.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
+303 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.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
+466 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.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
+445 Bytes
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.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.
34 changes: 34 additions & 0 deletions
34
Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.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,34 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Remodeled design of the Security Glasses done by Unkn0wn_Gh0st on github", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-EYES", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-EYES-hamster", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-EYES-secdog", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |