diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Mask/gasmasks.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Mask/gasmasks.yml index 5f7d637c01d..b87fca85967 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Mask/gasmasks.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Mask/gasmasks.yml @@ -1,3 +1,24 @@ +- type: entity + parent: ClothingMaskGas + id: N14ClothingMaskGasZealotGasMask + name: zealot gas mask + description: An old riot gas mask modified by someone religious. The night vision is broken but it gives decent protection. + components: + - type: Item + size: Tiny + - type: EyeProtection + - type: Sprite + sprite: _Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.9 + - type: entity parent: ClothingMaskGas id: ClothingMaskGasFire diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Neck/cloaks.yml index 69841c5af48..4069d5b46db 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/Neck/cloaks.yml @@ -123,3 +123,12 @@ spawned: - id: N14MaterialYaoguaiHide amount: 1 + +- type: entity + parent: ClothingNeckBase + id: N14ClothingNeckCloakDarkCloak + name: dark cloak + description: A dark tinted cloak. + components: + - type: Sprite + sprite: _Nuclear14/Clothing/Neck/darkcloak.rsi diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/coats_and_outer.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/coats_and_outer.yml index 1b7b8387cb7..be72226fa33 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/coats_and_outer.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/coats_and_outer.yml @@ -1,4 +1,30 @@ #MARK: Plain Coats and Clothing +- type: entity + parent: ClothingOuterStorageBase + id: N14ClothingOuterGhostEchoes + name: Ghost Echoes + description: A coat filled with bullets holes... Seems like his previous owner wasn't so lucky + components: + - type: Sprite + sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi + - type: ClothingSpecialModifier + luckModifier: 1 + +- type: entity + parent: ClothingOuterStorageBase + id: N14ClothingOuterHarperCoat + name: Harper Coat + description: A dark coat with some red lining. + components: + - type: Sprite + sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi + - type: ClothingSpecialModifier + charismaModifier: 1 + - type: entity parent: ClothingOuterStorageBase id: N14ClothingOuterJacketLettermanRed diff --git a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml index e917fe1fe4d..2e810ea6470 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Clothing/OuterClothing/falloutarmor.yml @@ -1,3 +1,71 @@ +- type: entity + parent: ClothingOuterBase + id: N14ClothingOuterZealotDuster + name: zealot duster + description: A heavily modified highway patrol coat clearly designed by some manner of fanatic. + components: + - type: Sprite + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.8 + Heat: 0.8 + - type: ExplosionResistance + damageCoefficient: 0.7 + - type: ClothingSpecialModifier + luckModifier: 1 + +- type: entity + parent: ClothingOuterBase + id: N14ClothingScavengerHeavyArmor + name: scavenger heavy armor + description: A reinforced duster hiding pieces of scavenged armor. + components: + - type: Sprite + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.7 + Slash: 0.6 + Piercing: 0.65 + Heat: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.7 + - type: Reflect + reflectProb: 0.05 + spread: 150 + - type: ClothingSpeedModifier + walkModifier: 0.90 + sprintModifier: 0.90 + +- type: entity + parent: ClothingOuterBase + id: N14ClothingOuterCoatFollowersArmored + name: Followers Armored Labcoat + description: A vest used by the followers. It haves a bulletproof vest underneath + components: + - type: Sprite + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi + - type: Clothing + sprite: _Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.8 + Piercing: 0.8 + Heat: 0.8 + - type: ClothingSpecialModifier + intelligenceModifier: 1 + - type: entity parent: ClothingOuterBase id: N14ClothingOuterLeatherArmor diff --git a/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/equipped-MASK.png b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/equipped-MASK.png new file mode 100644 index 00000000000..1c2ca18ac3f Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/icon.png new file mode 100644 index 00000000000..2ce053a0e7c Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-left.png new file mode 100644 index 00000000000..6b796907e90 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-right.png new file mode 100644 index 00000000000..d0ca8a276fa Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/meta.json new file mode 100644 index 00000000000..93a4c98c09e --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Mask/Gasmask/zealotgasmask.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by CT-56324864 on discord", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/equipped-NECK.png b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..fe94b86c25d Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/icon.png new file mode 100644 index 00000000000..fea5561bfa9 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-left.png new file mode 100644 index 00000000000..9811052dd95 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-right.png new file mode 100644 index 00000000000..bc2d7e017fa Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/meta.json new file mode 100644 index 00000000000..c227c1387f8 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Neck/darkcloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "taken from Big Iron github https://github.com/Foundation-19/Big-Iron/blob/a39f8c394e06cef0bcb05915cd01f8fa8bf9d58d/icons/fallout/onmob/clothes/suit_cosmetic.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..b343ada11e5 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/icon.png new file mode 100644 index 00000000000..5a8c70eafc8 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..330da9f29bf Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..d866dd53b56 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/meta.json new file mode 100644 index 00000000000..b992f85c403 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutfoaarmoredcoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "taken from BigIron github https://github.com/Foundation-19/Big-Iron/blob/a39f8c394e06cef0bcb05915cd01f8fa8bf9d58d/icons/fallout/onmob/clothes/suit_cosmetic.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..48d191caf83 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/icon.png new file mode 100644 index 00000000000..16e23f49700 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-left.png new file mode 100644 index 00000000000..de4219873f3 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-right.png new file mode 100644 index 00000000000..c2d27daf2d7 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/meta.json new file mode 100644 index 00000000000..b992f85c403 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutscavengerheavyarmor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "taken from BigIron github https://github.com/Foundation-19/Big-Iron/blob/a39f8c394e06cef0bcb05915cd01f8fa8bf9d58d/icons/fallout/onmob/clothes/suit_cosmetic.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..b89857b015f Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/icon.png new file mode 100644 index 00000000000..4c5a5195bd2 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-left.png new file mode 100644 index 00000000000..b1b36637738 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-right.png new file mode 100644 index 00000000000..754cafceb22 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/meta.json new file mode 100644 index 00000000000..215db2d7fa7 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Armor/falloutzealotduster.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by CT-56324864 on discord", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..aa1fac81f1d Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/icon.png new file mode 100644 index 00000000000..57602e5b57b Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-left.png new file mode 100644 index 00000000000..66f89ff5b8d Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-right.png new file mode 100644 index 00000000000..d0ca8a95edb Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/meta.json new file mode 100644 index 00000000000..017a99c0aca --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutghostechoes.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from Big Iron github https://github.com/Foundation-19/Big-Iron/blob/a39f8c394e06cef0bcb05915cd01f8fa8bf9d58d/icons/fallout/onmob/clothes/suit_cosmetic.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..7f1c657bf23 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/icon.png new file mode 100644 index 00000000000..953f877ab10 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/icon.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-left.png new file mode 100644 index 00000000000..66f89ff5b8d Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-right.png new file mode 100644 index 00000000000..d0ca8a95edb Binary files /dev/null and b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/meta.json new file mode 100644 index 00000000000..017a99c0aca --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/OuterClothing/Coats/falloutharpercoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from Big Iron github https://github.com/Foundation-19/Big-Iron/blob/a39f8c394e06cef0bcb05915cd01f8fa8bf9d58d/icons/fallout/onmob/clothes/suit_cosmetic.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}