From 5f035f0444b4c4105a4c18d569aec9f9d10383dd Mon Sep 17 00:00:00 2001 From: OctoRocket <88291550+OctoRocket@users.noreply.github.com> Date: Fri, 19 May 2023 20:15:32 -0500 Subject: [PATCH] [Add] Adds more scarfs! (#16631) --- .../Locale/en-US/store/uplink-catalog.ftl | 6 ++ .../Inventories/atmosdrobe.yml | 1 + .../Inventories/cargodrobe.yml | 1 + .../VendingMachines/Inventories/chapel.yml | 2 +- .../Inventories/clothesmate.yml | 7 +- .../VendingMachines/Inventories/engidrobe.yml | 1 + .../VendingMachines/Inventories/janidrobe.yml | 1 + .../VendingMachines/Inventories/scidrobe.yml | 1 + .../Prototypes/Catalog/uplink_catalog.yml | 20 +++++ .../Entities/Clothing/Neck/scarfs.yml | 77 ++++++++++++++++++ .../Neck/Scarfs/black.rsi/equipped-NECK.png | Bin 0 -> 488 bytes .../Clothing/Neck/Scarfs/black.rsi/icon.png | Bin 0 -> 281 bytes .../Neck/Scarfs/black.rsi/inhand-left.png | Bin 0 -> 511 bytes .../Neck/Scarfs/black.rsi/inhand-right.png | Bin 0 -> 541 bytes .../Clothing/Neck/Scarfs/black.rsi/meta.json | 26 ++++++ .../Neck/Scarfs/brown.rsi/equipped-NECK.png | Bin 0 -> 716 bytes .../Clothing/Neck/Scarfs/brown.rsi/icon.png | Bin 0 -> 292 bytes .../Neck/Scarfs/brown.rsi/inhand-left.png | Bin 0 -> 443 bytes .../Neck/Scarfs/brown.rsi/inhand-right.png | Bin 0 -> 475 bytes .../Clothing/Neck/Scarfs/brown.rsi/meta.json | 26 ++++++ .../Scarfs/lightblue.rsi/equipped-NECK.png | Bin 0 -> 658 bytes .../Neck/Scarfs/lightblue.rsi/icon.png | Bin 0 -> 910 bytes .../Neck/Scarfs/lightblue.rsi/inhand-left.png | Bin 0 -> 463 bytes .../Scarfs/lightblue.rsi/inhand-right.png | Bin 0 -> 458 bytes .../Neck/Scarfs/lightblue.rsi/meta.json | 26 ++++++ .../Neck/Scarfs/orange.rsi/equipped-NECK.png | Bin 0 -> 571 bytes .../Clothing/Neck/Scarfs/orange.rsi/icon.png | Bin 0 -> 299 bytes .../Neck/Scarfs/orange.rsi/inhand-left.png | Bin 0 -> 492 bytes .../Neck/Scarfs/orange.rsi/inhand-right.png | Bin 0 -> 538 bytes .../Clothing/Neck/Scarfs/orange.rsi/meta.json | 26 ++++++ .../Neck/Scarfs/purple.rsi/equipped-NECK.png | Bin 0 -> 778 bytes .../Clothing/Neck/Scarfs/purple.rsi/icon.png | Bin 0 -> 291 bytes .../Neck/Scarfs/purple.rsi/inhand-left.png | Bin 0 -> 526 bytes .../Neck/Scarfs/purple.rsi/inhand-right.png | Bin 0 -> 586 bytes .../Clothing/Neck/Scarfs/purple.rsi/meta.json | 26 ++++++ .../Scarfs/syndiegreen.rsi/equipped-NECK.png | Bin 0 -> 595 bytes .../Neck/Scarfs/syndiegreen.rsi/icon.png | Bin 0 -> 288 bytes .../Scarfs/syndiegreen.rsi/inhand-left.png | Bin 0 -> 533 bytes .../Scarfs/syndiegreen.rsi/inhand-right.png | Bin 0 -> 551 bytes .../Neck/Scarfs/syndiegreen.rsi/meta.json | 26 ++++++ .../Scarfs/syndiered.rsi/equipped-NECK.png | Bin 0 -> 517 bytes .../Neck/Scarfs/syndiered.rsi/icon.png | Bin 0 -> 288 bytes .../Neck/Scarfs/syndiered.rsi/inhand-left.png | Bin 0 -> 533 bytes .../Scarfs/syndiered.rsi/inhand-right.png | Bin 0 -> 579 bytes .../Neck/Scarfs/syndiered.rsi/meta.json | 26 ++++++ 45 files changed, 295 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/black.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/black.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/black.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/black.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/black.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/meta.json diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 20c7778c2c..08b103c8d3 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -259,3 +259,9 @@ uplink-operative-skirt-desc = A skirt given to our nuclear operatives with fine uplink-balloon-name = Syndie Balloon uplink-balloon-desc = Handed out to the bravest souls who survived the "atomic twister" ride at Syndieland. +uplink-scarf-syndie-red-name = striped syndicate red scarf +uplink-scarf-syndie-red-desc = A stylish striped syndicate red scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. + +uplink-scarf-syndie-green-name = striped syndicate green scarf +uplink-scarf-syndie-green-desc = A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. + diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml index c6ba7e76ad..0e12453bb1 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml @@ -12,3 +12,4 @@ ClothingHeadHelmetFire: 2 ClothingOuterSuitFire: 2 ClothingOuterWinterAtmos: 2 + ClothingNeckScarfStripedLightBlue: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml index 0584bf510b..77e65fd7ad 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml @@ -9,3 +9,4 @@ ClothingHeadsetCargo: 3 ClothingOuterWinterCargo: 2 ClothingOuterWinterMiner: 2 + ClothingNeckScarfStripedBrown: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index da9e6f721b..518227ba84 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -25,4 +25,4 @@ ClothingShoesCult: 4 BedsheetCult: 4 BibleNecronomicon: 1 - + ClothingNeckScarfStripedBlack: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 0111f976fc..3acf7c4ab8 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -58,7 +58,8 @@ ClothingOuterCoatBomber: 3 ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 - ClothingNeckScarfStripedRed: 3 - ClothingNeckScarfStripedBlue: 3 - ClothingNeckScarfStripedGreen: 3 ClothingBeltStorageWaistbag: 3 + + emaggedInventory: + ClothingNeckScarfStripedSyndieGreen: 3 + ClothingNeckScarfStripedSyndieRed: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml index bb12c8797e..03a39c979b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml @@ -14,3 +14,4 @@ ClothingHeadHatHardhatOrange: 3 ClothingHeadsetEngineering: 3 ClothingOuterWinterEngi: 2 + ClothingNeckScarfStripedOrange: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml index 38056a2282..4c7415aa0a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml @@ -8,6 +8,7 @@ ClothingBeltJanitor: 2 ClothingHeadsetService: 2 ClothingOuterWinterJani: 2 + ClothingNeckScarfStripedPurple: 3 emaggedInventory: ClothingUniformJumpskirtJanimaid: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml index 83562b174b..6dab237f35 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml @@ -13,3 +13,4 @@ ClothingHeadsetScience: 3 ClothingMaskGas: 3 ClothingOuterWinterSci: 2 + ClothingNeckScarfStripedPurple: 3 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 5cdaa4787b..c8ab68bfc3 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1010,3 +1010,23 @@ Telecrystal: 20 categories: - UplinkPointless + +- type: listing + id: UplinkScarfSyndieRed + name: uplink-scarf-syndie-red-name + description: uplink-scarf-syndie-red-desc + productEntity: ClothingNeckScarfStripedSyndieRed + cost: + Telecrystal: 1 + categories: + - UplinkPointless + +- type: listing + id: UplinkScarfSyndieGreen + name: uplink-scarf-syndie-green-name + description: uplink-scarf-syndie-green-desc + productEntity: ClothingNeckScarfStripedSyndieGreen + cost: + Telecrystal: 1 + categories: + - UplinkPointless diff --git a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml index 2a61f33b92..edc89d9feb 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml @@ -31,6 +31,83 @@ - type: Clothing sprite: Clothing/Neck/Scarfs/green.rsi +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedBlack + name: striped black scarf + description: A stylish striped black scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/black.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/black.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedBrown + name: striped brown scarf + description: A stylish striped brown scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/brown.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/brown.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedLightBlue + name: striped light blue scarf + description: A stylish striped light blue scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/lightblue.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/lightblue.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedOrange + name: striped orange scarf + description: A stylish striped orange scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/orange.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/orange.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedPurple + name: striped purple scarf + description: A stylish striped purple scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/purple.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/purple.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedSyndieGreen + name: striped syndicate green scarf + description: A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/syndiegreen.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/syndiegreen.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedSyndieRed + name: striped syndicate red scarf + description: A stylish striped syndicate red scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/syndiered.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/syndiered.rsi + - type: entity parent: ClothingNeckBase id: ClothingNeckScarfStripedZebra diff --git a/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c2531d70fa8e441e5dd495d86fdd4850379ec8 GIT binary patch literal 488 zcmVP)Px$qDe$SRCt{2+QEv#Fc1dd-|a~}2ZVt>L!j@GXWD%wpTxVjKtSlxYax5kNLp&Q z(>1!f|91&Q?M&k|hfV+@A|fLCnYA{GNF4j@*8IIq#kbZL%^^DHB7m3{A|LblQt^jz zhVh+q>i8dXzbGQtv94=`5PD;pFD1YJSp21CFMu%y-uqrcX-xCpdxQ{Hi?f*!LRfk4 zd+~;Oq&zidCu^;ZX{EjQXxkRX7_@C$?52lABsNWh-EIdFxyH|LdcWV7%jNQXMF1tA z^-1~jj={dP(k>7{W+~$XA^MlTdJtu3SWZv`t*-xt&L-6 z1JW4Xz7qS9a0jvO4zzbIZ e5fKs5zx55T?*C|m>$Tc+%=@S^1bZo<+h;PWsV~8G%iWk2RK9@Ub4)Sa(L% zSzl>|()N`W9f9lbH&6S#v|TyFQuyG3N^u=#%dQ(N)qh()&)du@;hN*PG<`-_MA8MP zHLh!zW-}dM&9F%8mirZvRZgCAQ*X3rE#)hHJ|#6a>&K6kF&nRHAOG^arC?g!Jof2V WSoB(}({BKs%;4$j=d#Wzp$PzKb81Zh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9a5268be71bde9a023e3a41e0344e7c958c955 GIT binary patch literal 511 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zcY3-whE&XX zJ8PrY5eE_1_Z?!_HtD=M5K?!5r@QIf?OE4?_9xaKuKytaCRcaMN%oGT4he}Hwgps( zomwOod3N8EwQp<7fg7QdMfVC&p5q$^I}~KZej6c7Y@d+r&q_!lPkaGrMdR&p9LKp zE-ar7AM6!pc(iwV_vFP-x9;y-Z}r(Q?B0FWuc`%G1@0_sd0Emm=W|rl;)@w8FJCVT z;%E5rga1k??|WN;UDDStWiFo1u&-{X?}f}};|2T|BWGCf9*(lg{UUVW;N`<^FSjh* zC%k3JX}^G4%r-=J9abM-4TU*n9o`G2lUI&dgPpSA8PInDmp SDPx$*GWV{RCt{2+CfgjKo|w!HwG83O@m>`EQ|+eLuA3;t(?I#;4!>|Eig1_Oi;@G$+XUF1G3Pupeg*=!bFKUzRpmIrzM zSINEc2sk9Gxj6z7lGg#N9=?*lDeCS_UE7N8wK8w=15pp6A+2hhd>v;$~k0onnyu>kD=+E{>g0BtNlJAgJ8pdCOP z3#j^m)J?{HX)4FoBcLb>`Fk&Z7k0IutqUm2vWXm(_G7MY8{2N}iIMSmEFlEkxZYmQ zi5u55e!dW6j1iH>PJvnlEO&0L1zZp3AMxp@CY*n~qwH7!kbb`pZ1dp5ipn!X#u(&z zF3vfG5Rjjpn#Y&7CbA?IMe(~|@4eY%=4z{Fg#NQO`|5giHc`tiW~*xzp!M89m3jY7 f9sLL(B06e6FQX$selBiA00000NkvXXu0mjfarN=s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/meta.json new file mode 100644 index 0000000000..276ae36807 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..6a92b8ec58acf6159d04634a7d69ba099c7a8ad0 GIT binary patch literal 716 zcmV;-0yF)IP)Px%hDk(0RCt{2+P`ZeK@sg8KvR zPq4f$Tyfo*CLl=>B(|%8!~{&xg~1`!q>x$G!`$txKXM80(>zSZ-I>`pTlgM82qA}-+%s&T=lP!PQ-B4zxM8{qFVTj&$X_*r!)BI_yk-$dmEwRw;#W@vgkh@ zvIAr+3uosSNGD>rolLz5EEcc(0JH|TYGvti0bp??w)M1w%t4)Z6~oRa@DTtO$Dmp% zA)SaJ6_4uPYa=?{UPK)Oe+>IDw7%3V+R|hOTrRfqrhf}s8Ia2+QLyvKWs}>Q&(3MR z1P8-0%*hn$J@64w2Ivf?44@47co{$lA%qY@2qAmpU+qpMvfDzI2lH(R+j$W1b>f$ZpBLLS7884^>`I`Nfk#|^(chtP0;#P7ywQ$ z`w^2F(&fVI%?UhAtdU( jXVo0%{%87M(rX#=Cb4qgn-uI1bUA~ktDnm{r-UW|fn#ICW(+88~(sWstv@y4aW z7oPn48TGgB!ot&cKNdC~U=z&fr7&JaLG9IYec%;IpboGDXz%Rec-0wM` z5%;c{GT&pe#KoJv<(1{{7<<$&zt~dTls7H0Bra-l)a+cYmliG;&x)-%Rr=U!``_&7 zsjn0IgC{UtQgJgs{lRYbTi3Z-)%zLcN>^ntJBipX;Vr1=Pq@|ny}@}g!wu#Qnhf6< za=0378D=vj@E=%4NGN&&!>t{!s=jgx0bR-yxNQ^v-)I)&!?lI!ixcl(IGvbwu>QqU z3Etn^{>C@I&i(N6=hNSP*FWk+XMUGvx?=Hlr!AAK-G`ilCWWd01hv(he@A*o}Zzh(n z;lIAS;}FB-oURg+GO3*42yTx)qm{=D`LuuUsIAbtyZ!$A7>|3lySE)IF*&9(`;qeR zlIf?K<2Ea@Pu<&E6wM9Pd)4CD?}8UPbNEj``8QoVVdk9}#%%|4BN%tSXG{%$VVfYm zf#EH~t%!y)hFl#7>jpEi1+os(+!y#3^s;8KUpU6Jg*hXc@fPEjjR<84H`zb^OVgWu zNIPMoY=rnVQ~!rdHFKqB%sqZ(cigj`{LS#*Bme9o!k>s zJpc5@OI!xW9(??H^!Lh%KsP`AIrGab-gNu+sazhnbS-Ty-9*?9+&&O0rd_$$S%mG! z%0)iS4lf#ukI8 LtDnm{r-UW|NMF)Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/meta.json new file mode 100644 index 0000000000..276ae36807 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/brown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..22dfcd4f0f5ddd10bf1535f1229a1062405d1119 GIT binary patch literal 658 zcmV;D0&V??P)Px%Oi4sRRCt{2nm>x$Koo~RnN(?vL2Roa6)scw1`@khh-+gAKEe73@d>tAquOW4 zvc5prBBhH_P-_H(A+?oaEM@&CyBb+m*yVlA!{hP1r_ql$;NO5C2!bF8g77+V9Os?e z$NbcH{~B+am-5%C!Kpm)%YFW9c8$N-Fu!_Yyz-d$)4y>&Fyre1+v(@Z>sF=n?Pre8 zpyz_ljwke7l3^GBPO+UumGgJ1PINx`D5U@h!w`Dzek{gM71snhBbfvMCidL@2rQRN z>t#PwojC8Oq$!|5sSI#;8{(S8+GDwVVmli({`LX3v&iu=68GiiNYfNFjHc$HNA~%xNhSgQVgov3tUaKJFkX39@&}6^0J{d%bIk{xSto0P zqK0JH#b0d7ShpUlAH;E-hhd0PiZo3bjV>ei*ErSf>%NS73iwZN{}NO_1;8}IWY}fi zPcKzZ>sU3x@ydhs#&q0wf+)advM4|l@ctAa2!bF8f*=TjAP9mW2o)*ZnZlQE>wdsX zwba4d-8u5G8?c>4j#3JAMiGHh z4XvQFokhPNFYXQ(?AheIf|5yKeLbZvhc^AZU*D-dtJt#nykW=K${0E1;l{)u=%Q3c zG;5-yb~$SUq9}5V95+{jhyp|bZ&m?kpWDxG sj{Ww3I3K@Go2W|=1VIo4LAW%30H-E3?Iv$M3;+NC07*qoM6N<$f^t7EhX4Qo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..45069cdd79bb66fb9555c64e110de0bb3677e020 GIT binary patch literal 910 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D%z&jt8|xPF`2 z@i`~qg`dMy8Rff@vKPd~j)(|u5aRmMzwtxTq&E&#FXfVNNGBYUh+Zoa-ofX8Zt{&? z87Ee|@0p{%p-*L1wfv$i=~-SPJ)7s=o?3dgF8ols)%G~kje)u=T-6sCN>7@<;#Otb z>6q*T_JLb1Jy#pp&(|=WETvqxe*gc8%l{Ym{|hVsB||K`xz2a8crYa-L^(; z*(`=>9Soh-43*gonK2B$4nE@wO;)HgQovi{r{iR_2Pf!0^zJ&)l_xx1978O6w@&gFI;_Cs zyi?>^kL39mXQtX`1|LtkI?L7R3&Y989(i$wtM0L1Ej-?SnQ%SImT~%Xk(-Qq(YYLX zdW>K6HV83PT#++~+{)VHvD2FQUc-dw>2gL-?Al5Nckz2QyWDepnx-VI;$Upfkn~!n zU_I*x9>zI=S#3WizF%@wwIHrF$EEk6wL+hQ^hL(BbF*X&xev(ceeA#IUj3J?L}T)L z2A}6|b}&tL&YjP=>f4h^Tt5Fj1ix*mT*+@zd?zdJ*fzPN|F3W>7%hmkb)UBy=qCnG LS3j3^P6nTl2%CnUR<$FC z?!LKQX+80;y@&9LGbuB^&#Gh)go2AJEY>d+U$m1?#GJalcjC zWW=Zz{NyF~of^)_^;?4Hs0rSz?^-lr)v6^LT$X?KyFOaq89+mwE5y=}lZNz12do{+-0Da)uAZ{CnydN}H^oHy!_M;Fr;3c2RwS z|HG)sS5$tn+?nSvM=em#QCq#3^PhT7Ln-668w{_R)@)?F#u|~#yoP(jF}4WtgkIha zdIzMW6Ji@o%?|8h$VOAxeW~HDbmI+^PcE4bVQPkl%$^l~eyU*kUq$K0Ud{tKf`8N& zT&`}o`RKZIlfbIo2UjnDZ+maTCL_mhKeSeCcQ~-h|1C$w`_%n{axWr#)`aghKanMD wa71mpZa&9WPKl)H^2+aDs5f+ET-nF)V2gLp!ktqe0Aq;3)78&qol`;+0FunezyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/lightblue.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..49021629745531cbf9148c7b2f1b660fd6f9f83b GIT binary patch literal 458 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zTRdGHLn`LH zz2%tK6d=I%;J@Q{-^uSHGafNk@x_*VA5yevYBzW+Ytv9(;F%1ut&W33UkxHQYA6Bjbg&-A}$WSEf1kjowXLcJKP8ckX-F^za8l@1owT zZit-o;p4xaS8@hy=XSd7RKL!6-~3(ny9p;t87}C2e`3Y(W2Uvr4;h29a$9yACb0un z4W^_JTaU4F{5@@Dw)kzsy1I_t+#BxZu}jK**?R6St3=lQ18=SJ_DQ9jjZc4f_4n0% zjAy1bpZR4N9ryh2cFU&ctQG0a^@ZmYqvW&B-rF@rlylKn$Hz7NEXS%!x9(zbaasLx zwOo1Z6OK!d*Gu4^P)Px$^+`lQRCt{2nmum9KoEr=Q6$$i905ccdSAg^BqZpnhy&2j z(}3_1Xe`mWniR_dae#RJgJSYN35{e{Gvo2|BJma=gb+dqA;06HlH!3TcBA7!srycEnvD;@#Q0ZUX%Jd|F!zMzcT70a3C^+tOpQT zSXX0NN(h|Wb=L#cpK1N)v758&9qdZ0e{ z+Vqlm_T|?w%LbUKxGXG@*_{erLGSqIF>5X(xdaZR(*Rbx`^mm+o=g^pk@~4I-Dv(Y zMgwTpfz7Ad@gD^$z+^EMKm|OW0tg|55JCtcgb+dqNr`r2ig0I&>Lm-t?oQIDKlkOQ z+mg-61Azl6>TH71pQ3=W#a!P4aEeEp`VM%uvgcgif{wbE)y_O$rl;lEkmLys9m`fg z(Y1{g0Q@ZM`WAXaD@!V4^i6hKK&O#^@VTCrc8h`PI>wn4pa~8wgLztgb+ghEnkM4JokWH!b<=E002ov JPDHLkV1i8E1SkLi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4570a868962d7ce92fc47a5b80d01bd19350de0a GIT binary patch literal 299 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|gaUj*T!D0> z6~l6GhHHro{|~bN-^^g}JLeBjl&vJlFPPy!2vk)*_y-i(>gnPbV$r*IlB3WO1rCu=>EvVgvMKoYQVz44OFCbd p*PAPxJwZo3r=)RRan!yv*|`8*DFaKpX80bVlQnPntC5_e&bT>H9M#v zxaQJ~D=Uv3J1|QrtL)$0mObmwzd8LlK4ONvf)W%&X(X9?gfcQ@`id|-;>g&l&^s^6 z_EEUf|NqwB*AyRd?AWtvfiZ)fxzOv6&(3h4_|>`Ot76}_hSJPeFaO=UviZ_1kzaq~ zXNU*9H4}6{@XeF8FeE2ThH?9K{a*zNRr`{@ZTpuH=dgJB3!a8=cLnA;ZjAhCxiC)s zGZVv%c?{i_lUXzsj&N4|v)IOIo|fl#;M}dfzB>$0E4HQmb=lN?bEdK91g2GYpZT1f zdE}4xh08uQoady)9>^Y$=KjFmdKI;Vst0E0)@LjV8( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ca58058f5143781ae99c5c4d8889e911696db344 GIT binary patch literal 538 zcmV+#0_FXQP)Px$)Ja4^RCt{2+ObN*P!tB>b473t4t6L?MIuf@X*#s8P{c)W5v&j3VjWyMbkU(( zAD{(63T|#bfC>f#U5Xi65Qi?Bxzlkdh1TIFO_Q92{@+#-(w{#!Y3KYuZ zL<6?eaa^fFP%RZHr)(yVRjyqDra`oKIzIdBeLK{EQK@AVbt{V7Hy`Y0)oKfHT%ulQ zM2<_;9CBD0BQ?2fC%L`&UIA$`Pj25UAT8d%PL_KG>~G%AmD}?H$NC%LH z0;B^-LjlqOq@e)m0Mbx^bO32{7vS|DTiT>{1%!1X7A~MsR{a0J_$V~Wiu2i4=*L~S zfViecrZJxS5D}@JgV2r}cremCQ+)qPG+-;1o5JI-rE<#Ve72?d`$6^+$Y)zKv$r_j z9a!(%WEwI_K%>YaBDf=8z+qRtG9TYHA$C_Xa9J>b(K1fE2#3 c0059^f5AA4N>3(#A^-pY07*qoM6N<$f;u?kpa1{> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/meta.json new file mode 100644 index 0000000000..276ae36807 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/orange.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..22cdc8f88f157eb625098a4cdba2817fef3c7235 GIT binary patch literal 778 zcmV+l1NHogP)Px%#7RU!RCt{2n!igUK@`V79)aw_ZPHi>C+UPlNO455mBT`!aHJ5dENoN`4h#J& z&gwu++N%N<5=g`%NZN3bD+CqNNe(P*;tIQgz+Mq1L{2Z6%?~g5KFx#4WZ#>4-#PNxXl zbpTKs(HYhFum}di?CgC4U}x_WmSH}L0Jk>}?HYSUYXch1`jaFo-ap=Pd-K5kBsp>+FSsJm!wdzRz$RXh4s zpVk*ta@%!iH0wi?dpAbtN}p|t@kt8=szFip2hZyXj6LsY=HFf;{>3jEMKb@75A2!bF8 zf*=TjAP9n>f%557@vOHopYvYw?MGRQAGF<_jrrVP$&^0_pySQ^B^A$lOUpA9&#Ejf z&rmMaSXi8Xh{3r0MPtb7+OBP zmCkv#>$Gj^a;b*xI#`COU4S2K*J-~K&>8(0q}mEl1z3jJjth&^Z0;ufJW3lS@p7q# zWtbGts#u2U+pO*Dyr$w=Pj%gP9p4u9YodJwI$2tt0YF*iCzk`MX{7YsF{OexsQ_rH zV4M}u_XZTts#qn{*H6&@fGD8f2Z#bh0pqOzK@bE%5QI0&ABd`Q8KKrn=^5tk&32v1C5wSGQ!j7xZ=EKPiOecd+zuUsSZMWLP?O)|woVxu^^G>Yey2&-` zLDxISDOwYiD@vkTYQMhQ!u3(orms0+gY|+p&adKCotHIf{%DrfY|_0SbK(B%2}0M3 iIWt!u)vocX@00KKW?6hJJaH1x;S8RxelF{r5}E+Gq;w$w literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8a378c98e5eb1d38562e12a45df58cb802949bd8 GIT binary patch literal 526 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zPk6dGhE&XX zduzS7bD#+OhxeifmpQIEbig2f!;dCMF`c&G1{tDYUat$ zZQ;Jssd*Eg*QzCCJy7>5={Cy|T0C#vA+?VITXTex>z^Nyl{LA0>sM1iyM5<=rgC%H z8ybhtgyu8-$$l#SeSWFaUcX0-4DtJ!&-3e_h)#c1`ioQO!1sK=ET*=Vm-*EdTrTdJ zDz)X1)Z?;(qh4wSL<(lJz?` zM%*oMXZJmjd{J4fp?6dMb|<@coGss8>ou|OWN_PXQrG(XrQ{b!m?Vzs?f(+PFKo}~ d;v)Q3wov~-d(^>D9$*ABc)I$ztaD0e0sv8B+${hA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9bdaf1cb25417fcdfa220e8db941121bdb176db1 GIT binary patch literal 586 zcmV-Q0=4~#P)Px%1W80eRCt{2+ObO;VHgJR=aoRVW>8ll&_Nv>YM^4pp<}<`plitBVA07zy7WJg z&Xx-8P_lGxPIT!|T2TmYF#(4_R&_`=LHJy1h(f>fF5lf7$@7~I?sE6=HTHxno?9@(H;0{{f)8_wg0k%&8T#!D1!xD* z#sahhXk!7|0kp9I?EuPeHWr{AKpP9t4xo(%MEyY6pNwe{5ieN=o&Ynu zZ;e?VIEdDD1}~skz;!2N`NacMEcCYJ<%+lSy5A3QSe^S}Z*Dt4zLLs45!AN@t&$ZH zvDSLK6=O|+h+utt{=v7BwChd-rdYtwuNQXj!Z}l}_kswIt z%@H%Z-@EQX)z_e2iF1lrqOAHpRjdLYtiR{|1c`iIPey(Mh=@ko Y9Y)BuW$DaP*8l(j07*qoM6N<$f-^Y~*#H0l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/meta.json new file mode 100644 index 0000000000..276ae36807 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/purple.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..2c67a129fff072dd88eba3d125f913e7303bb3be GIT binary patch literal 595 zcmV-Z0<8UsP)Px%4M{{nRCt{2+OcZuFcb#hUnRrE;NcERpa(K^%4o>oDKF6n%}aFZ5XhLRLqLI6 zLkB}AgYMwSb$rv*N-C#r|8Ei4PR_A)Y=e&gA|fIp`rPb(;zYz9+xOA-uXZZ_?0yn8 z2bV0A1K|9HXpYV8vEsMmwBsiW6&!!m^*|B9D|QeOZ0!zj#v!q)9{u*exD7qA&hfW) z2LRaGm;d6Q>!$00XJo*F;K%hk;>>%#0NT>5g*r^grc=R$q7HUU-NGDy%@;eGI`OAORwpRz1-#u#kv3;gJF@h$QY z!7UzRjGE;W*KADsu`hLNyp_Y|A$)DZSshgoaawCwYmw$}%hrVWj6>#YvumV^C h!>#}#A|j$+>mMU@7D_&~!Ce3V002ovPDHLkV1o175lsL9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b1bf4d39e5ab5460554ed90871773fdbe5b23148 GIT binary patch literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|L<4+6T!FMk zkhrw8G?2k%%V=O=;OFOez-#L|AfLS?$S;`TKNu{nU-la)w9M1RF~p*G?<7y5BMLms zhL`@|m&rMhqgFh#t9J2hl_1rn_Wsv?9%Y;;&iC|5uX&AN!i|cYj>k!CbC{0@dKAiV zH6;I?;oTPJ65yH_Tqv+OZa=&3b8mk43q@*8ji2=**os6pa(?^8`P??0+o0=4lh=6z z(TztIv_^DCu$r;>W6_a|`WparF@vY8pUXO@geCwNUT9kY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/syndiegreen.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..65ebf80f3cc56b6be2a2e3db79b4c0ee3b7ea1f1 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z&wIK!hE&XX zd&}O7IZ%M@!~2tAUaJL_9T!G%P!;x>L%RUMnxSsF#nnh%#F|U6^|01A`0^!q^ zoimAJ()eEO9hxrn)!fnB`=i>A`vwfJ8P^z+LR4}txW%{Je#N$Lq>&+M7J;s=guVvH51nrzd@!fe@k@5Hm6AYLXE4&43qzJ{en7V_wkKI*Jg&~9>Zf25JKH`Mcf{J2Ij+)(k?SI?BSVy z>f><_j?yPRua1^(<=g!7Vdkt zI~zjR=_DANZYWhXo7OnT{IXO*yj&L((8P7G4{cg=;NvN#Gt1iFcpW%X{epk#wh6zt zth<&tZO;EY5-X3l$1!FKsg}PGouFpDvyyd%ru&w+n;K%TiMGrMtrdi$@_f9ETFo&M?hmFwo~ z`8I|fIQMe(T3zogm8PAgOXq(6-nvca;xk^0@BFWygacz@?w0)3VhfEsKJGpNjClr6 LS3j3^P6Px$zez+vRCt{2+ChrKFcb#hzh%&cII9U1-X#j&!(#}ZqIiwDli(!+g?1s8SvU(b zi<(Yas?$_kar{4!KrDSRd1=8HfQX2Qi2k;jPmPF}w(lZ9ulQ{ZSY| zYaO)S;6_^OAPR$8yyiFnKq=*Q-#4F&)04q+pVfXa03?TFfP+Tj724nD`v;c$49VAb zIT1x(jYBDgsK~L~?FLx@0M!G?02p$wU*+z1w~gbt*Lb`#U{&NuXOnW}i+u1EZ<8F3 zfryx>$g3<6kzrTfvKjEG)gOY_tZn8~lb#HsFevx^t6>H(1Aa3g1JL|DqkeCJ^ZWPZ z{Ksbi5fKp)5fKp)QAhS~F}FT|v>olQVlxAfAvJnjUq)#=9;$FXTU z8(_~U`0}2BW}V(`$I=$N@7aW2)g2KrN-1PnR@Ms6t1wo@NJPwHu>b&Uw_7Ns#;Fds z4dmHt1vkx_J(b0J;j3lLvT?oaX6WS3Z0U-kG#Iyzk|C&WAd+ aHvALJSajr~{ssVD%;4$j=d#Wzp$PzjDrchr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..da9b5eaed156bc9f34c23f90f60db744ccf02763 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z&wIK!hE&XX zJIm1faDYhbdF>?TEHQ4~$^Z=uv4zb|?;_v6TG8E{UEi>!xZY9xf3y7|$L*H_--MjF z;HmDoNAJ=qkF3eFe_VGMtYgzgJ;{&?}0VfW{7BDek>!D1}P7a0z;%rO|%^R97 zU+;Xaz9=+F@tp2|OX*u`Y>BLsPqM`N80N`koL(J#Nv!Af#MkepOx(jMwRqtidHJ+! zSzDua-iy~%ViI&*&QE^?%JOf%-t4!$tMz=kV=dPgVMhrzk8Ngw)w7a% zG&Wy5dbwm>@P(2feuf$AneSB}sdrHCbz=JQ>G>8n2fn!`7EE0Ny{{)a+y0loe93e1 z1coyC_y4E(Nxiam^xpJ_<*K>Ue_pnP+yhdi5VM?^UbG(c+O!hRGZ%J+Fiu<={ oSGe}-U(EkYSp=L;M1AJFeElfj0imybz<6fxboFyt=akR{0BWk`Jpcdz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/syndiered.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc44fe081273ba3a2de91a0e71d07d7f10ae9c1 GIT binary patch literal 579 zcmV-J0=)f+P)Px${YgYYRCt{2nmcOd$AoM`#peBA zE#|+In@uP*2cuvTz`e46Jt~EqrvzyCfLgx?dwm(%$)`YEaO!UQxzWNWpkx^emf^=k z7M!}TUthK7Y7N+WxeHEJNO;w(-64rw6BK!TeG^;+!~kvq+=v0(0=N+axCL+{25<}D zMhxHOHdEr1&_fLj1JVgR=QZo~j?0o-^pKq=+=8(Z9nZ32Q?4BrOSH=6ws{ zn#Z>Rx0^db==x>E6xx zIwsv)rI14y{~egs`@3D|#=jD9nO>ojN&DJ`fwn#W2B~cm(&?4&*7vm2n){qH-E^)* zrH~7)`JGO{u+ze@(+WQU&i=iN@Y>_)-hb`*Y`*