-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
Resources/Prototypes/_ds14/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,26 @@ | ||
- type: entity | ||
parent: ClothingEyesGlassesSunglasses | ||
id: ClothingEyesGogglesScientist | ||
name: science goggles | ||
description: Sturdy-looking goggles fit for any mad scientist, with a Primerdyne Customs logo printed on the strap. | ||
components: | ||
- type: Appearance | ||
- type: Foldable | ||
canFoldInsideContainer: true | ||
unfoldVerbText: fold-flip-verb | ||
foldVerbText: fold-flip-verb | ||
- type: FoldableClothing | ||
foldedEquippedPrefix: flipped | ||
foldedHeldPrefix: flipped | ||
- type: Sprite | ||
sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi | ||
layers: | ||
- state: icon | ||
map: [ "unfoldedLayer" ] | ||
- state: icon-flipped | ||
map: ["foldedLayer"] | ||
visible: false | ||
- type: Clothing | ||
sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi | ||
- type: EyeProtection | ||
- type: FlashImmunity |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.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,10 @@ | ||
- type: entity | ||
parent: ClothingShoesBase | ||
id: DS14ClothingShoesSneakers | ||
name: Bobby's jays | ||
description: A pair of sporty sneakers with the name "Bobby" written in the tongue. | ||
components: | ||
- type: Sprite | ||
sprite: _ds14/Clothing/Shoes/sneakers.rsi | ||
- type: Clothing | ||
sprite: _ds14/Clothing/Shoes/sneakers.rsi |
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,9 @@ | ||
- type: loadout | ||
id: LoadoutItemGogglesScientist | ||
category: Eyes | ||
cost: 3 | ||
items: | ||
- ClothingEyesGogglesScientist | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutEyes |
Binary file added
BIN
+299 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.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
+294 Bytes
...urces/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-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
+219 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-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
+230 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-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.
Binary file added
BIN
+346 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon-flipped.png
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.
Binary file added
BIN
+219 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.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
+251 Bytes
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.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.
41 changes: 41 additions & 0 deletions
41
Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.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,41 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Icon from paradise station, other states by Peptide90 for DS14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-EYES", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "flipped-equipped-EYES", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "flipped-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "flipped-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon-flipped" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+624 Bytes
Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png
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.
Binary file added
BIN
+323 Bytes
Resources/Textures/_ds14/Clothing/Shoes/sneakers.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
+340 Bytes
Resources/Textures/_ds14/Clothing/Shoes/sneakers.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/_ds14/Clothing/Shoes/sneakers.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": "Made for murdume on discord as a Patron benefit.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-FEET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |