Skip to content

Commit

Permalink
wizard belts and masks
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Aug 21, 2024
1 parent 8664219 commit 29f5ead
Show file tree
Hide file tree
Showing 13 changed files with 224 additions and 0 deletions.
86 changes: 86 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_wizard.yml
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 Resources/Prototypes/_NF/Entities/Clothing/Masks/masks_wizard.yml
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"
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/meta.json
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
}
]
}
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_NF/Clothing/Mask/wizard.rsi/meta.json
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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29f5ead

Please sign in to comment.