-
Notifications
You must be signed in to change notification settings - Fork 524
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
1 parent
8664219
commit 29f5ead
Showing
13 changed files
with
224 additions
and
0 deletions.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_wizard.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,86 @@ | ||
- type: entity | ||
id: ClothingBeltWizardBlue | ||
parent: | ||
- ClothingBeltStorageBase | ||
- RecyclableItemClothBasic | ||
- ContrabandClothing | ||
name: blue wizard sash | ||
description: A webbing with pockets lined with waterproof (water, huh?) material. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#9595af" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#9595af" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#9595af" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
clothingVisuals: | ||
belt: | ||
- state: equipped-belt-base-01 | ||
color: "#9595af" | ||
|
||
- type: entity | ||
id: ClothingBeltWizardRed | ||
parent: | ||
- ClothingBeltStorageBase | ||
- RecyclableItemClothBasic | ||
- ContrabandClothing | ||
name: blue wizard sash | ||
description: A webbing with pockets lined with waterproof (water, huh?) material. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#d81919" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#d81919" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#d81919" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
clothingVisuals: | ||
belt: | ||
- state: equipped-belt-base-01 | ||
color: "#d81919" | ||
|
||
- type: entity | ||
id: ClothingBeltWizardPurple | ||
parent: | ||
- ClothingBeltStorageBase | ||
- RecyclableItemClothBasic | ||
- ContrabandClothing | ||
name: purple wizard sash | ||
description: A webbing with pockets lined with waterproof (water, huh?) material. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#3e2147" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#3e2147" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#3e2147" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Belt/wizard_sash.rsi | ||
clothingVisuals: | ||
belt: | ||
- state: equipped-belt-base-01 | ||
color: "#3e2147" |
86 changes: 86 additions & 0 deletions
86
Resources/Prototypes/_NF/Entities/Clothing/Masks/masks_wizard.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,86 @@ | ||
- type: entity | ||
id: ClothingMaskWizardBlue | ||
parent: | ||
- ClothingMaskGasExplorer | ||
- RecyclableItemClothDevice | ||
- ContrabandClothing | ||
name: blue wizard gas mask | ||
description: A close-fitting magical mask. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#9595af" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#9595af" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#9595af" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
clothingVisuals: | ||
mask: | ||
- state: equipped-mask-base-01 | ||
color: "#9595af" | ||
|
||
- type: entity | ||
id: ClothingMaskWizardRed | ||
parent: | ||
- ClothingMaskGasExplorer | ||
- RecyclableItemClothDevice | ||
- ContrabandClothing | ||
name: red wizard gas mask | ||
description: A close-fitting magical mask. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#d81919" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#d81919" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#d81919" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
clothingVisuals: | ||
mask: | ||
- state: equipped-mask-base-01 | ||
color: "#d81919" | ||
|
||
- type: entity | ||
id: ClothingMaskWizardPurple | ||
parent: | ||
- ClothingMaskGasExplorer | ||
- RecyclableItemClothDevice | ||
- ContrabandClothing | ||
name: purple wizard gas mask | ||
description: A close-fitting magical mask. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
layers: | ||
- state: icon-base-01 | ||
color: "#3e2147" | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-base-01 | ||
color: "#3e2147" | ||
right: | ||
- state: inhand-right-base-01 | ||
color: "#3e2147" | ||
- type: Clothing | ||
sprite: _NF/Clothing/Mask/wizard.rsi | ||
clothingVisuals: | ||
mask: | ||
- state: equipped-mask-base-01 | ||
color: "#3e2147" |
Binary file added
BIN
+368 Bytes
Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/equipped-belt-base-01.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
+198 Bytes
Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/icon-base-01.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
+757 Bytes
Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-left-base-01.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
+764 Bytes
Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-right-base-01.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/_NF/Clothing/Belt/wizard_sash.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-NC-SA-4.0", | ||
"copyright": "Based on blue wizard robes sprite by GentleButter (discord/github) | Modified by erhardsteinhauer (discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon-base-01" | ||
}, | ||
{ | ||
"name": "equipped-belt-base-01", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-base-01", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-base-01", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+868 Bytes
Resources/Textures/_NF/Clothing/Mask/wizard.rsi/equipped-mask-base-01.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
+718 Bytes
Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-left-base-01.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
+689 Bytes
Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-right-base-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 by DadNotTheBelt (https://github.com/No-Dad-Not-The-Belt) for SS14/Frontier Station 14. | Resprited for mercenary by erhardsteinhauer (discord/github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon-base-01" | ||
}, | ||
{ | ||
"name": "equipped-mask-base-01", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-base-01", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-base-01", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file modified
BIN
-43 Bytes
(91%)
...urces/Textures/_NF/Clothing/OuterClothing/Coats/wizard_robe_purple.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.