diff --git a/Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_wizard.yml b/Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_wizard.yml new file mode 100644 index 00000000000..348cf92f6b8 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_wizard.yml @@ -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" diff --git a/Resources/Prototypes/_NF/Entities/Clothing/Masks/masks_wizard.yml b/Resources/Prototypes/_NF/Entities/Clothing/Masks/masks_wizard.yml new file mode 100644 index 00000000000..b52fe1f6f56 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Clothing/Masks/masks_wizard.yml @@ -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" diff --git a/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/equipped-belt-base-01.png b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/equipped-belt-base-01.png new file mode 100644 index 00000000000..dd14c538235 Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/equipped-belt-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/icon-base-01.png b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/icon-base-01.png new file mode 100644 index 00000000000..8e5169e8d8f Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/icon-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-left-base-01.png b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-left-base-01.png new file mode 100644 index 00000000000..bcdbc364ea9 Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-left-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-right-base-01.png b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-right-base-01.png new file mode 100644 index 00000000000..a99fe0292d4 Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/inhand-right-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/meta.json b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/meta.json new file mode 100644 index 00000000000..7b5d3370109 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Belt/wizard_sash.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/equipped-mask-base-01.png b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/equipped-mask-base-01.png new file mode 100644 index 00000000000..79934c77a55 Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/equipped-mask-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/icon-base-01.png b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/icon-base-01.png new file mode 100644 index 00000000000..3afc4e620ff Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/icon-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-left-base-01.png b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-left-base-01.png new file mode 100644 index 00000000000..0749f15436e Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-left-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-right-base-01.png b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-right-base-01.png new file mode 100644 index 00000000000..80e407eb273 Binary files /dev/null and b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/inhand-right-base-01.png differ diff --git a/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/meta.json b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/meta.json new file mode 100644 index 00000000000..d6ebb29a980 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Mask/wizard.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/OuterClothing/Coats/wizard_robe_purple.rsi/icon.png b/Resources/Textures/_NF/Clothing/OuterClothing/Coats/wizard_robe_purple.rsi/icon.png index 6467266c3ae..dfbdbc6bae6 100644 Binary files a/Resources/Textures/_NF/Clothing/OuterClothing/Coats/wizard_robe_purple.rsi/icon.png and b/Resources/Textures/_NF/Clothing/OuterClothing/Coats/wizard_robe_purple.rsi/icon.png differ