From a8af9e243684323937c7bb48678316e16d83e930 Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Fri, 26 Jan 2024 13:54:43 +0300 Subject: [PATCH] Arachnid stuff --- Resources/Locale/ru-RU/clothing/socks.ftl | 2 + Resources/Locale/ru-RU/markings/arachnid.ftl | 5 + .../Mobs/Customization/Markings/arachnid.yml | 42 +++++++- .../Entities/Mobs/Species/arachnid.yml | 5 +- .../arachnid_inventory_template.yml | 32 +++++- .../Recipes/Crafting/Graphs/web.yml | 22 ++++- Resources/Prototypes/Species/arachnid.yml | 15 ++- .../Entities/Clothing/Underwear/Bottom.yml | 11 +++ .../Entities/Clothing/Underwear/Socks.yml | 11 +++ Resources/Prototypes/White/Recipes/crafts.yml | 27 ++++++ .../web.rsi/equipped-UNDERWEARB-body-slim.png | Bin 0 -> 394 bytes .../Bottom/web.rsi/equipped-UNDERWEARB.png | Bin 0 -> 405 bytes .../Underwear/Bottom/web.rsi/icon.png | Bin 0 -> 186 bytes .../Underwear/Bottom/web.rsi/meta.json | 22 +++++ .../web.rsi/equipped-SOCKS-body-slim.png | Bin 0 -> 349 bytes .../Socks/web.rsi/equipped-SOCKS.png | Bin 0 -> 351 bytes .../Clothing/Underwear/Socks/web.rsi/icon.png | Bin 0 -> 175 bytes .../Underwear/Socks/web.rsi/meta.json | 22 +++++ .../appendages.rsi/chipped_primary.png | Bin 0 -> 558 bytes .../appendages.rsi/chipped_secondary.png | Bin 0 -> 502 bytes .../appendages.rsi/curled_primary.png | Bin 0 -> 602 bytes .../appendages.rsi/curled_secondary.png | Bin 0 -> 338 bytes .../appendages.rsi/freaky_primary.png | Bin 0 -> 449 bytes .../appendages.rsi/freaky_secondary.png | Bin 0 -> 432 bytes .../appendages.rsi/harvest_primary.png | Bin 0 -> 590 bytes .../appendages.rsi/harvest_secondary.png | Bin 0 -> 464 bytes .../Arachnid/appendages.rsi/long_primary.png | Bin 0 -> 534 bytes .../appendages.rsi/long_secondary.png | Bin 0 -> 448 bytes .../Arachnid/appendages.rsi/meta.json | 91 ++++++++++++++++++ .../Arachnid/appendages.rsi/sharp_alt.png | Bin 0 -> 603 bytes .../Arachnid/appendages.rsi/sharp_primary.png | Bin 0 -> 598 bytes .../appendages.rsi/sharp_secondary.png | Bin 0 -> 380 bytes .../Arachnid/appendages.rsi/short_primary.png | Bin 0 -> 479 bytes .../appendages.rsi/short_secondary.png | Bin 0 -> 302 bytes .../appendages.rsi/stingers_primary.png | Bin 0 -> 582 bytes .../appendages.rsi/stingers_secondary.png | Bin 0 -> 377 bytes .../Arachnid/appendages.rsi/web.png | Bin 0 -> 308 bytes .../appendages.rsi/zigzag_primary.png | Bin 0 -> 528 bytes .../appendages.rsi/zigzag_secondary.png | Bin 0 -> 345 bytes .../Customization/Arachnid/eyes.rsi/angry.png | Bin 0 -> 151 bytes .../Customization/Arachnid/eyes.rsi/meta.json | 19 ++++ .../Arachnid/eyes.rsi/normal.png | Bin 0 -> 137 bytes .../Customization/Arachnid/legs.rsi/meta.json | 19 ++++ .../Arachnid/legs.rsi/stripes_left.png | Bin 0 -> 385 bytes .../Arachnid/legs.rsi/stripes_right.png | Bin 0 -> 355 bytes 45 files changed, 330 insertions(+), 15 deletions(-) create mode 100644 Resources/Prototypes/White/Recipes/crafts.yml create mode 100644 Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB-body-slim.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/icon.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/meta.json create mode 100644 Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS-body-slim.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/icon.png create mode 100644 Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/meta.json create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/curled_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/curled_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/harvest_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/harvest_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/long_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/long_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/meta.json create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_alt.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/stingers_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/stingers_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/web.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/zigzag_primary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/zigzag_secondary.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/angry.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/meta.json create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/normal.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/meta.json create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_left.png create mode 100644 Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_right.png diff --git a/Resources/Locale/ru-RU/clothing/socks.ftl b/Resources/Locale/ru-RU/clothing/socks.ftl index ce887bec5e..21aaf1928f 100644 --- a/Resources/Locale/ru-RU/clothing/socks.ftl +++ b/Resources/Locale/ru-RU/clothing/socks.ftl @@ -50,3 +50,5 @@ ent-ClothingUnderwearSocksThinKnee = носки .desc = Прозрачные. ent-ClothingUnderwearSocksThinThigh = носки .desc = Прозрачные. +ent-ClothingUnderwearSocksWeb = паутинные чулки + .desc = Паутинные. Паучьи. diff --git a/Resources/Locale/ru-RU/markings/arachnid.ftl b/Resources/Locale/ru-RU/markings/arachnid.ftl index 01810a03a5..4d4cc77425 100644 --- a/Resources/Locale/ru-RU/markings/arachnid.ftl +++ b/Resources/Locale/ru-RU/markings/arachnid.ftl @@ -21,6 +21,9 @@ marking-ArachnidAppendagesShort-short = Придатки marking-ArachnidAppendagesStingers = Придатки (Жала) marking-ArachnidAppendagesStingers-stingers = Придатки marking-ArachnidAppendagesStingers-web = Сеть +marking-ArachnidAppendagesSharpAlt = Придатки (Острые, Альтернативные) +marking-ArachnidAppendagesSharpAlt-sharp_alt = Придатки +marking-ArachnidAppendagesSharpAlt-web = Сеть marking-ArachnidTorsoStripes-stripes = Дизайн marking-ArachnidTorsoSlashes = Косые черты marking-ArachnidTorsoSlashes-slashes = Дизайн @@ -36,3 +39,5 @@ marking-ArachnidTorsoStar = Звезда marking-ArachnidTorsoStar-star = Дизайн marking-ArachnidTorsoX = X marking-ArachnidTorsoX-x = Дизайн +marking-ArachnidEyesAngry = Глаза (Злые) +marking-ArachnidEyesNormal = Глаза (Обычные) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/arachnid.yml index f4c446df5b..988b730514 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/arachnid.yml @@ -1,3 +1,30 @@ +# Eyes +- type: marking + id: ArachnidEyesAngry + bodyPart: Head + markingCategory: Head + speciesRestriction: [Arachnid] + sprites: + - sprite: White/Mobs/Customization/Arachnid/eyes.rsi + state: angry + coloring: + default: + type: + !type:EyeColoring + +- type: marking + id: ArachnidEyesNormal + bodyPart: Head + markingCategory: Head + speciesRestriction: [Arachnid] + sprites: + - sprite: White/Mobs/Customization/Arachnid/eyes.rsi + state: normal + coloring: + default: + type: + !type:EyeColoring + # Chelicerae - type: marking id: ArachnidCheliceraeDownwards @@ -117,6 +144,17 @@ - sprite: Mobs/Customization/Arachnid/appendages.rsi state: freaky_secondary +- type: marking + id: ArachnidAppendagesSharpAlt + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Arachnid] + sprites: + - sprite: White/Mobs/Customization/Arachnid/appendages.rsi + state: web + - sprite: White/Mobs/Customization/Arachnid/appendages.rsi + state: sharp_alt + # Chest - type: marking id: ArachnidTorsoStripes @@ -321,7 +359,7 @@ markingCategory: Legs speciesRestriction: [Arachnid] sprites: - - sprite: Mobs/Customization/Arachnid/legs.rsi + - sprite: White/Mobs/Customization/Arachnid/legs.rsi state: stripes_right coloring: default: @@ -334,7 +372,7 @@ markingCategory: Legs speciesRestriction: [Arachnid] sprites: - - sprite: Mobs/Customization/Arachnid/legs.rsi + - sprite: White/Mobs/Customization/Arachnid/legs.rsi state: stripes_left coloring: default: diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index d22ba66570..c6d838bcb5 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -71,6 +71,8 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "underwearb" ] #White + - map: [ "underweart" ] #White - shader: StencilClear sprite: Mobs/Species/Human/parts.rsi #PJB on stencil clear being on the left leg: "...this is 'fine'" -https://github.com/space-wizards/space-station-14/pull/12217#issuecomment-1291677115 # its fine, but its still very stupid that it has to be done like this instead of allowing sprites to just directly insert a stencil clear. @@ -84,6 +86,7 @@ - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: [ "socks" ] #White - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "gloves" ] @@ -93,7 +96,6 @@ - map: [ "eyes" ] - map: [ "belt" ] - map: [ "id" ] - - map: [ "enum.HumanoidVisualLayers.Tail" ] # Mentioned in moth code: This needs renaming lol. - map: [ "neck" ] - map: [ "back" ] - map: [ "enum.HumanoidVisualLayers.FacialHair" ] @@ -102,6 +104,7 @@ - map: [ "enum.HumanoidVisualLayers.HeadTop" ] - map: [ "mask" ] - map: [ "head" ] + - map: [ "enum.HumanoidVisualLayers.Tail" ] # Mentioned in moth code: This needs renaming lol. - map: [ "pocket1" ] - map: [ "pocket2" ] - map: ["enum.HumanoidVisualLayers.Handcuffs"] diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index daf0161b7c..8c580d76ab 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -1,4 +1,4 @@ -- type: inventoryTemplate +- type: inventoryTemplate id: arachnid slots: - name: shoes @@ -8,6 +8,36 @@ uiWindowPos: 1,0 strippingWindowPos: 1,3 displayName: Shoes + - name: socks #WD slot + slotTexture: socks + slotFlags: SOCKS + stripTime: 6 + uiWindowPos: 2,0 + strippingWindowPos: 3,3 + displayName: Socks + whitelist: + tags: + - socks + - name: underwearb #WD slot + slotTexture: underwearb + slotFlags: UNDERWEARB + stripTime: 6 + uiWindowPos: 3,0 + strippingWindowPos: 3,2 + displayName: Panties + whitelist: + tags: + - underwearb + - name: underweart #WD slot + slotTexture: underweart + slotFlags: UNDERWEART + stripTime: 6 + uiWindowPos: 3,1 + strippingWindowPos: 3,1 + displayName: Bra + whitelist: + tags: + - underweart - name: jumpsuit slotTexture: uniform slotFlags: INNERCLOTHING diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml index 7c17cbc080..b7d6e28312 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml @@ -41,13 +41,25 @@ - material: WebSilk amount: 12 doAfter: 6 - + - to: boots steps: - material: WebSilk amount: 2 doAfter: 4 - + + - to: socks + steps: + - material: WebSilk + amount: 2 + doAfter: 2 + + - to: panties + steps: + - material: WebSilk + amount: 2 + doAfter: 2 + # Deconstruction - node: tile entity: FloorTileItemWeb @@ -69,3 +81,9 @@ - node: boots entity: ClothingShoesBootsWinterWeb + + - node: socks + entity: ClothingUnderwearSocksWeb + + - node: panties + entity: ClothingUnderwearBottomWebLower diff --git a/Resources/Prototypes/Species/arachnid.yml b/Resources/Prototypes/Species/arachnid.yml index dace5a4cb3..5dede7749f 100644 --- a/Resources/Prototypes/Species/arachnid.yml +++ b/Resources/Prototypes/Species/arachnid.yml @@ -24,7 +24,7 @@ HeadTop: MobHumanoidAnyMarking HeadSide: MobHumanoidAnyMarking Tail: MobHumanoidAnyMarking - Eyes: MobArachnidEyes + Eyes: MobHumanoidAnyMarking LArm: MobArachnidLArm RArm: MobArachnidRArm LHand: MobArachnidLHand @@ -34,12 +34,6 @@ LFoot: MobArachnidLFoot RFoot: MobArachnidRFoot -- type: humanoidBaseSprite - id: MobArachnidEyes - baseSprite: - sprite: Mobs/Species/Arachnid/parts.rsi - state: eyes - - type: markingPoints id: MobArachnidMarkingLimits onlyWhitelisted: true @@ -54,13 +48,16 @@ points: 1 required: true defaultMarkings: [ ArachnidAppendagesDefault ] + Head: + points: 1 + required: true + defaultMarkings: [ ArachnidEyesAngry ] HeadTop: points: 1 required: false HeadSide: points: 1 - required: true - defaultMarkings: [ ArachnidCheliceraeDownwards ] + required: false Chest: points: 1 required: false diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml index 71893474d5..1b1792153b 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml @@ -318,3 +318,14 @@ - type: Sprite sprite: White/Clothing/Underwear/Bottom/thong.rsi +- type: entity + parent: ClothingUnderwearBottomBase + id: ClothingUnderwearBottomWebLower + name: Panties + description: Web. + components: + - type: Sprite + sprite: White/Clothing/Underwear/Bottom/web.rsi + - type: Construction + graph: WebObjects + node: panties diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml index 1952b169d9..313a40f504 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml @@ -241,3 +241,14 @@ - type: Sprite sprite: White/Clothing/Underwear/Socks/thin_thigh.rsi +- type: entity + parent: ClothingUnderwearSocksBase + id: ClothingUnderwearSocksWeb + name: stockings + description: Standard Nanotrasen stockings for station employees. Web. + components: + - type: Sprite + sprite: White/Clothing/Underwear/Socks/web.rsi + - type: Construction + graph: WebObjects + node: socks diff --git a/Resources/Prototypes/White/Recipes/crafts.yml b/Resources/Prototypes/White/Recipes/crafts.yml new file mode 100644 index 0000000000..1291d720e5 --- /dev/null +++ b/Resources/Prototypes/White/Recipes/crafts.yml @@ -0,0 +1,27 @@ +- type: construction + id: ClothingUnderwearSocksWeb + graph: WebObjects + startNode: start + targetNode: socks + category: construction-category-clothing + entityWhitelist: + tags: + - SpiderCraft + icon: + sprite: White/Clothing/Underwear/Socks/web.rsi + state: icon + objectType: Item + +- type: construction + id: ClothingUnderwearBottomWebLower + graph: WebObjects + startNode: start + targetNode: panties + category: construction-category-clothing + entityWhitelist: + tags: + - SpiderCraft + icon: + sprite: White/Clothing/Underwear/Bottom/web.rsi + state: icon + objectType: Item diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB-body-slim.png new file mode 100644 index 0000000000000000000000000000000000000000..812fcf12b862f83d50a88832da0900d4bfe8017a GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zT|8YJLn`LH zy=9o!Y#`D0uz!`en}1|v5rckAr}0lN871})kC-=1xH$QE&%1z`mo!$Ts4ram#ZHJR z<>CLs8-7j)ng;@ZLeK5A@eST*Zsr?YcJ8k1Z_jY)0}_k(y*K4K{A&dh>JjEMc3VJ3#GTDtiC5ZZQr(~swbnglY9J@Uw$nm{BFi`%jHu~A_q~r^R?&57Rd7^#+2&mD%uJuE lw7%TaXY!viFg%$5i(%&1i*2^k7bb%2^mO%eS?83{1OO)ku_*um literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/equipped-UNDERWEARB.png new file mode 100644 index 0000000000000000000000000000000000000000..bf86ac8f09d069dd79cf9bf007c1f131aba2b0d9 GIT binary patch literal 405 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z{XJbALn`LH zy=9np$Ux-SNBvNDv$i#n8+SOZJ1A-~dHsXzl+TBn&dj>X99>qvBCbWNB}+py^uIl) z>qgc6`hGL!sRB&|f%RG~0ZBbiZ^iU%Y!O&@?(U~J=>@N?)`n?YK9`dA*PNO;%cO5{ z+3wil>|Xbr?a{o46>hg&e!1jqnzE;r4BxBY|00*#FP+l$W#?_pr9aafbLu*IzM0;L zj$gD*Me}*g8!0D^>EF+<%jM79`sU%=fAf4-{EFExR&dVr`mrqMD``N6|Zr>Rl@>pBLH9f6lkz`@R@CuZUIF)i)=~wK@L&yKm#iuT^We zoI?Od~J zVzHYht5VU`UDaRi89sMeTe|YOP&q$?!RCy$v8T^Gs{6On&}~j&=;L|szeG!2|J<%L j>E5?8IVTsFFY)X-4)!dPv!D0^?Pu_G^>bP0l+XkKlwn4B literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/meta.json new file mode 100644 index 0000000000..870d97981d --- /dev/null +++ b/Resources/Textures/White/Clothing/Underwear/Bottom/web.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "license": "CC-BY-SA-3.0", + "copyright": "FDev", + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-UNDERWEARB", + "directions": 4 + }, + { + "name": "equipped-UNDERWEARB-body-slim", + "directions": 4 + }, + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS-body-slim.png new file mode 100644 index 0000000000000000000000000000000000000000..42c815fbec8971f6dfbd7583f3edabfb4107d168 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z#XVgdLn`LH zy|uBh#Xz9-VS6&y4Ka~bETRs^@7k4YL>wf$rU(iMO?Z4@@#gc-E&E%0j~)N7I)^DQ z{86elC(twyXtHpNoMPXe!r9Mv?)Vq%DV$cODdv=M zX3dlQt|e3EeSW5T((?L@nL%Fq?WT%*>pS~7Eqwn}k zFZo;Z==7!-+x}ldJI@*LgrAS{WPw=9@IYR3)^q;D8@A?Zdq!OkjlKT&=iY|(RTGx% ztrfY;KjGdx){6Ju@%MG}uT|HdINBp!DHB?(G&x(|cGhmm{;MTlGTt?@bg;}ZXWW^v p_44&xuGO+mc}w2^&T8L~{&{^*7Ter{j4(@(U7oIfF6*2UngHw6liUCR literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/equipped-SOCKS.png new file mode 100644 index 0000000000000000000000000000000000000000..e2bb4b8e4a4b272b79d68259c23777ef62ec5c23 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zB|TjnLn`LH zy=BCDHi7ftb?3k0FuprPF zF!&%Hx;1L`)F7YGv&X$O!?J68Zf@s2ectl@rajB%d``}h;6GvczUj~ARkv20+&|l1 z=g!qAUze1~X?HIk&!77~(Y^e@`TM5vE;ktem$Prtt}S7A6D`c#XCM3b(c8=4uKwIV zPk&X`+b((ofw@K2V4LdSg*SII-MVVO qctY8yxWlR47rwncU+^WqQO-W2_saS2o3s{yEcA5sb6Mw<&;$S)7@1-K literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dd56cfd97d12182d41d436d1224cafe8b6ee17f4 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}nVv3=ArY-_ zFC64;FyLUl5U-x7)%Hdswoy=G(Y&lH&cY_sj{GTKD6`-pvy01=H7@K~Yisv}ZoTvS z#Xemt1_q^~nq{k8UFNN+OpmGaOPF~rYW`PmgT^Z?XV#qm<=@+V_is?}Bn72K@i!QM XYuX)K;~DG*w3NZq)z4*}Q$iB}Pr5-l literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/meta.json new file mode 100644 index 0000000000..da759b66da --- /dev/null +++ b/Resources/Textures/White/Clothing/Underwear/Socks/web.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "license": "CC-BY-SA-3.0", + "copyright": "FDev", + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-SOCKS", + "directions": 4 + }, + { + "name": "equipped-SOCKS-body-slim", + "directions": 4 + }, + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_primary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_primary.png new file mode 100644 index 0000000000000000000000000000000000000000..bcfe8f3a96fea1ac0ea34f10251da6c8f2deee2d GIT binary patch literal 558 zcmV+}0@3}6P)O(Nsv;`C9yn~2gaC5DK#-OF*7NpnzK(t6zeJpL~9*JjdLy}p~kKc-Z{6acgbVx zq%o$**%C^1EuHoOTWiTVM?#1yn?eY3&XKh?=-x|aNPv`b-pf)iwAOR(Xd_4u4O{YmiL9xA*JMAQ!_|_XY02;TT4L1+MmCe0&y1%4Utv$r|7paf`Xs=WGIu wF%vTnH6?EPAOe6iBNW3Cd;|ah0Kk3t011g~Yu!ckcK`qY07*qoM6N<$g5ZbqJ^%m! literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/chipped_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d8e6d3a790f56455e2cd6cf5e47cb117d157a4 GIT binary patch literal 502 zcmVG7UL;wH)@LvsYC*Wgd>%K3`ay!4XcwZ#}t`=NEYrTJJIE(kA0hrm& z^Smc6B35f%Tp4DzT5A%K{de;`+nhM#I1cN&(z>oCMMk+;<2VL;)7}6sX=BV@;ceT< z7(+^_qC%BYWQ?J0+xFPT7|LzTWmyKlyE5}>1BT8C#Y*x6)Vc+(#&JZ%ib%8(nAy5> zO5!#*2*$XIE2U_freArBh;==##^BkkR1bJMm%l4#zSKkqG{@8T1CFk2l|RYtaF<9nz_GH&E$&wN+xtW} zdaYYgJ#II*eD$4Ujv``jtuEJCntl_O#R2MQeUIN)l5f^~f;HdUdxFci+C}SeB<(S0 sXjX3z6d!qj>t!bBB~JhV0D#wh1H}b8-qD)DGXMYp07*qoM6N<$g5q%58vpd;y{SMvFMHqXFTyPBV27-$^F>TIUuV~q1LN&hG3gd2wtRwt3OTQ18I zIsFg<#TZE`RrF(wnUqo#W29u$qW_Z{z$?FH|1Rygzghw%edpX<2&Gh3PboDgo@`q5 z@9E&*zL~VvG>+qnRAoX4#QoD^Key;h6H!~GlKvcowRUPj9GnM+F~;s z^50&x`n^K`&IgINijCqeey`HMEeEFuiXP%?{a&p<5AG$r#qZVn0000000000002a^ z<0a!otckbS9_P+jyLlqo-Y-0wlr)c5inS?`^lp9_1|lMQJRWaZfYb*_?eRUW`4>|6 zrJKWp=+@u-w0&Pf%H!n&iDZ=a(UBeFBjGDnYh8RReEK{3GufR3ui7WAg6?sr-urGx zCn0?&z{y?%IJqyc-klg@b>DNu2O;O&O(`{n5c))S0x8yA*RD_6^AekHgWpgDDHq%Z oB?kw@bt>PG0{{R30Kg&q0(STYl&)2%Qvd(}07*qoM6N<$f_N+xH~;_u literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/curled_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/curled_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2740d201a09c382f53172f773002da053bba24 GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(A zr;B4q#hkY{4JRE|;Bg4twEU6Tm0ewW4`xjcd@bU&xnho|nb{0Z&u{xru}%{BcB6-r z5olCIXUF+7-%tIr?`JzM(Y%UpX3MIoo{t5=>(|w9XE?nn#))I$l%ijL9Uaqy@;<$r z8T()DhtJ2&m1)=6@3nMPoDYAJ;d8q?v1!idTOMAS<@?q?e!q|D>YM2Sz22I!XLM%V z%+nM6XtmAkerUW)&F)F*Pv-2FdpKuv{&yzb-yKzJSKSM)=gs4jn&BS$TWz1BlHDqP zpqoJ8N1bwg|M`L^(|^ooSB{=vaj2@~oWJ;jpFV$iYn}NS4A_4+#Q(37Pe@BnGijW; d5v)yaH`D8*M^?mqKJgD^gr}>Y%Q~loCIIYZj$8l$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png new file mode 100644 index 0000000000000000000000000000000000000000..b852964156c0028a31331c93a6aaf10560f9e916 GIT binary patch literal 449 zcmV;y0Y3hTP)yDa{SvEvvNi-Ri0D7r+<>D(&c;l zpF)Lso|X4rS!*Y*K#s7KpPv2?i{R)OW0IqL_WgC7g?H&`_c#2^w_00ewb+=Vxv21yZ+^N&smdi#HM1ONa400000KoZFZ3ySv3<8Z0R z3N7J2%sB0UQjZl{lJzix>Y#|Bib&8n6wNOxTS95WWy2(Qf@JNWC8W@h6i!^N;plL*-fn{-9Ugt|$56HZ{q3-*QKcej*Xj;A50J7JaJ7=w r0Bh|O&eo$-b)Y1iwIyf-0F1*I9}(WtLWeNQ00000NkvXXu0mjfGS$u1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..7b17e94e5b6fd5ebf8d866ece63308caac6d77d2 GIT binary patch literal 432 zcmV;h0Z;ykP)LdamoTjl)d*ZrQ~9aAAXmf--4PI&}#D?DI&_#G`V@6RU%ljf0h2n9sqznwz++D zjF!fH!+Z*?yZZ`P-R;NJ2Elv))}w8OtM2w=&M2i#Ao(*@GfusrXtmc{-+T%HpbML0 z(p(&6KD!6R7$1`3M7oh(t^Y>*7_zPp000000Kk7{w7UBATj7>lRtubdD?HjQtBSuP ztpMi)x58TkqknF$d56OkSe8Y{vyR;19e^f>xvkx_ph>OoRiCOx3&My#1GDsKVAPZ|1u^S5~=l9vZuZR)%sT#A$vNh=SNm#ZtVKml=?GuY#^ei7BacQ8)Lv)3qpw96|gMJB!mEK?N<#@(*L)95HGp22)j3hwSGvNx)-D>zZ!jp zfpZI@7GJ&fzXl%_A9*~(Fbu;m48t%C^I!4{pObqzRQ2nR^y=@VCT3DXalgK%&)3!D;c2I0=ViKI^Vf z4=#y)q|M}#&Aa6S((sIaj8IlWwh#(9=Z1R!1BmFIbG^f0euL2pqRZkPVG>4&kzp8y cVVGy|2i|n&e!JuQBme*a07*qoM6N<$f*V{0Q~&?~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/harvest_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/harvest_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..702423929dfba9f7cdc21304c21cdab09a68d04e GIT binary patch literal 464 zcmV;>0WbcEP)wZX?kHjjqQPo%)86kwIs%A&MJ(iMu z@*cF}*Br0Sb0j{%##uw9-b8*$SM{V3I^8ZS5 zb`g8yU7a5Q000000002~y`JBy*3_Qe7gz`Q#D0AXwcjL|9boO(-(BrD32*g0^tY^Q z`LY_SYV7%S^7@rH0A!i>_ImQ@Z62tt-FyrZ5iv7~2<5h(?@Cpph!8Uu&o!R{sprzu zpcnHz6Eo8=3|)=dOBCmTUbmKOYj3_^-$IWy0{{R3Kx^M9cwH<(BAqh;0000APk1ndA$f*Zk7vp2)8c0nOl$1C9_H&Dq=v2 z(*ECW-b?-jBBmoD0ssI2003K<*?qhJU(Cr`dnW$EU%QyA<1dU$RUlO-A1W4`z187@Fsq#&LY)BpO1i8?&3H=`hZoO-%P0^td6Kf|M-U z&#>4rd0CV^2L9tm6t9xRx7N}$O>bLfb}6~|_RQ==FBE^%2CcO;&odcgwDF?I;!;=gYM{;i@EriYoa%RVHAu->bp%Sz3)CRxLPWIzBG^J}VP=<7u;>QJv_+|5 ziJHh%%2CnOQ(~>0|Ily*0Q;yO>$7+DHA$UINNR&Qcl9+XHW#obe&@vtt>g&+0N@V% Y0~aNbWH<}9AOHXW07*qoM6N<$g4$T|cmMzZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/long_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/long_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..f940a233f7ba7702bae70d30491b47af0487adf9 GIT binary patch literal 448 zcmV;x0YCnUP)=&%POgay0000000000N}ku(aHU?+!AN|_ z(DOjVN9uQu)w2P^scX+2PlZ~owWl*dGy~%E`VsuO{{+B;4yX07=jt?e?EnDP{QI}S qX{SaUgrYT%yrmqub^rhXc-{|q!#NxlDOWK70000RXvbqJx$iC#N<>tD1=&*yW#Hw;6w6TNmmp?}pX z#Te(GG}3}*XB@{xTIQVIQ~yh=BwNXQKRM^fdq35tuyZbJr^e~D9y{JLgwo#5>0d0T zW#!fs%-OLT$I{n=YAvVf%tIh2PSidVTXtfMYMqjP2%%~SS&d}rpMqTQwasGL|8kyPwE2z00000 z00000EI8v!gj%1kr2_JFcD-Bs(BgBk0f?x0wtpnFk0UJ124G_`Mk<}o9szkm%m*ta zf2%Tp==X^FU2ko-pvT8-18Avqr^rv_N*!o6 z0H+hD(piv0w=`_chjLb}F?JN>QF&=nY+41jaBdIYwhEk$%~pXk^*+O=!K+t+GX~GB p`Y!NH%U+4U6bk?V0002kif@HOdypsLeG~uy002ovPDHLkV1mrs6v+Sp literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_primary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_primary.png new file mode 100644 index 0000000000000000000000000000000000000000..819336bd6079389858c1a77e1a31ffbf63fbc991 GIT binary patch literal 598 zcmV-c0;&CpP)wPTJ*o$H$ran?Wh18^@7`VIU$R zYb_aLsuMWs<81x!c)%MerJON_h=|5<5C8c!SE*{$nA(l>DBGwOs=jzAyIsMH948uUy z+Ku7fxyP}y*0NWESU>dVlS@s6|E*SkbqZ*$AA2+Pd_GxyA!TQbA!}{%2&VMsd0t*Z zh-?!SLagj-^%q+AfLd}(-I3qeqDrZcCa#pqCUAxR>J;EERYxiLzf}LMvgcgMU7-&E z0000000000u%gGC2;7*H8zZqJ?k({3r&9o{pL zQo3oH9MSI$P;M2l9Eb0Brl(kML3T$qeA1%zmiedg6;OKKA=?9d^3BerlL%L?!<#K} z!oIomKpgAggBNzy9^tH7tm}ZD%HPxEO3?4u_e#|>0Wm!u^*wUA6t4u^hjT7(HNeKP kT*hC@1poj5006Y&2ljofl?lK>GXMYp07*qoM6N<$g0cn`j{pDw literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/sharp_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cc1b9055329f3f26188ced7def9c91408e4803 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR; zr;B4q#hkadd^a^K2)G4Kdiv#Dm9~%M2IFmqF7U+t)LQsNy~Axy^)kc13k7#+CGY?Z z3Rtr0^oiGcv)8ZcF3x-5Yw>(qeqMt1{-ti`%jah@3K|+7OWeO?m7bxSveMOAOaBNo z2~JF!)-glCsr=v5tu_ZXA1kU?UVdQe=lMJNvp%m4&7Uh+ToxPbwTWLL)~D+0wamyb zS=+>pu2H@fzv@cgwomSR7`OiEH&00UeOt<>XJdu$toM8C-<+)ZU+4Yre`~eV_iKMk z?SRe#f(CozzstX!joAE~X=S9Dc(j@GF7E#IRXvHxw#l2Hc<82cZ3=$Sv6(4-*VUa2 zeux#%AJ}WK1adnjTnQe~m|0Z7(+YuH0@Ln+}7#ZF@ YXI;4Bo9eHiWo;m?r>mdKI;Vst0Cn%C?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_primary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_primary.png new file mode 100644 index 0000000000000000000000000000000000000000..f4fc44b767bcec3d3f18c1a08622dfb2f788ba10 GIT binary patch literal 479 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnk zPZ!6KiaBp**%lp9;AvHy+`Zyyn%12nj_o45Bz4^jwTyqTN9T0xJ-2WD;hrx%LP3nj zfJQMeH0YkO`CI<`{bJAOF=a|h+d^+xE;rrj`~P)Dkp!E!OIyd5TgN1l(`F}1T(PfR zw*D+z+PtVQ=F$hw1al~MFP+l!eP5>Hz3SOPrydI&y0WQZYn_*;EQ``9GpWBv*$h5E znPY5t?9W=&uU=leB_1oy&A#%*HD%+%#};~jraYb!wC&;xdAY{&MKKqwlus9CA25>^ zNUpJbW$JQdTA=Ntyuba6cU?YX^R?s1>bh&sLtWkkdh0y@mXmF@+cZJX&Gv%G{#pBq z&rQjVaM2NbE9R(lihFKun!Nk3*z-~OS&;#!8?L=z-aMHxRsUTmbJU;Mwfm!)tG4%q z)tA3!2KyaC)cucm=oR%ZwAAv}=S5GrqV$qOq&Mu_R9F7&^@ltg&A;ipQV#sudhGIr zJwBGUO!bBF^{f@b7iOzpW!!S`Uamlmk$-OMt>ZISDFfXeBk01-0y5U(A^Y+|)AdPP Q-YbK+p00i_>zopr005fH!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/short_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..9f56b0690c349cf0f1ebabc39b9b1b1b800ff5e6 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F4L zi(^Q|oVT~U#hMj(90G4W-LW}GHJD9jdY{z_Q;uotYs6$~ZX2z3s%`LL!t-_;f z3#ctJ=3Chjk{HO36#x`PQ4~eFDnt5%h=N>C(=;rbZ==+13;#d!#^X4`IF3)9_Bt1v zC4AfeA^`vZ%nXS5WTe)qTq7bdb4~ZJ`i}{aOffTf@4PXNkhT|F%=~s_bN-1a z(T4XP5HTiVt-U-rBF5wqQONm^H)RCw z_xoYuGsig>9*@UrQgQ+)_Yo1+2E$l;)2Vb6-g~gthF7DI`e)`i5V9I<5#dz*i6~TyU~7md zh=Qjz|1N=YZHyVDZ*KOSHUUCfhVvyZWxhfj`6k(nBSlcD;fN)0kF9U|KfMMtqs5ER znfylsdjsgXzoICLq9}@@D2k#e7v#uqb1f)|Kl@EE-CpV;8EK4FTVo}Zp7Ll(ZH#Zv z>!b%3dfRD{U8LLX2Cuf{0rayt{N@_eo(?$+GUDlZgI)9>fI>~IMJ2HHfI~}4V}4lz za}n$fIh3Iyn4u~GJ?OwkW4wF07*qoM6N<$f;=k(G5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/stingers_secondary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/stingers_secondary.png new file mode 100644 index 0000000000000000000000000000000000000000..0720706c4a0df98a151abcc26adc4be912e1bf88 GIT binary patch literal 377 zcmV-<0fzpGP)(1VP7qfI09L|80l8G@sG=i^UjE|I( zxc!~Izo&8*7$g6BnqO}J`)urYZO-}>{{=?cu0rqqVy!)06>FRAOKY#@VOp)gKeMyW zwDvh59d|_hLlEsGu8uc4J^%m!00000G%uO8AkA4+7}2cN^>F2Gf@lIXYjr)S)dRO? zTLGhU_#Q1TO!OeVluJ6>pD0c!f=rP({l#P{-BFTZu?E9EcR zFEy!p@BY5_>V@>8u$KbA|DD%Uyl(p{|6E(%?Xc6E)=YXbM>>mr#`B+Qp4V=vwJcco z`q!mf``^@WZ`iZ)*242o4tq>8e3p1`+y64oYqyqdsf(UmeD0UIyW+7KcE@(a)$;85 zp4?NYEBR+dJ%{79TgNQTr=&?FS3SQofj|E4{%@^cU)}jzYWluE_t?K@dtb)@9S8vj zw*Op`pKZEXu1@ye?qAD~)oaY%nZXE^`~HKm`N_4$->>)H0Eu|I`njxgN@xNAyqJ+E literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/zigzag_primary.png b/Resources/Textures/White/Mobs/Customization/Arachnid/appendages.rsi/zigzag_primary.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b99cc53180cdb2a5b04e3c1df579368814e1e5 GIT binary patch literal 528 zcmV+r0`L8aP)#c^JF?g$Cz|Po?JxX`P@HL{A_Y5sa zE*Jt5jR61v00030IOo_xs)^{eH{1Vi0tgKe`ni%6yU&(*zrAUKq@&8F5gb)@o`2BvDPTd>Gd5<0LKNVkkDbip^{NJ8Z1gIGI z-m7L{!h65Atl`=I#T?+AtBP%9#8%qp$TnK@zsmu{(FDlt^dv&Q&Ph1e;+$J4PjL8i zo-Ck z000000N#prnfeN9W5|9EYnQ37pk)lz`v5X|rtT1)fQ37{f_<~8}*@VmeoO*cYE zFDGZCd8hdJ9B{RU+mj9JbR9iu2^h1jESHvWaZs&B?nckcYfge%{|n5ZXV+@33p{BX z?9tkE5HjXjIe`Bu0zjE+SZkH4XVRm&ngdjil@n2aVNW_%_Gm?U8~^~oi}?lgPl6VS SX^*!60000~V547oLU%H{&{X#i}Za6XIb1Thk;( zF`dSg0001RZe7=XA~FL><(+{^|VP4G@u3YfYt;MH8@;vea6Wh-j8~wfx$6 z*7aR?ucYT4V2Nj4e;6R=?0SZC&b#FcMCLy|0^V0J>T@n}W_pT;#j~D4Z=>>eyFg=k z3Xh;^ZLI}bs5fBSHdPzcuCvm#w$=h)OLGTA)$$rYw`)5`mS2BYtns4rA13fB;%=O$ z^8)|?0001>nc+{zVRHfRvG)jfYE*B4_t<*`_t7~1*@!v)6MF9^sNNCsEh)~-wF5wi r%ZcgC(^YNl;q&?kGu8|M0Dx#;VrBJ>oL#Eo00000NkvXXu0mjfn46Vq literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/angry.png b/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/angry.png new file mode 100644 index 0000000000000000000000000000000000000000..a6620541083629766f8a2ec86d0b2c26465343f6 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=ah@)YAr*7p-rC4}K!JhT@mqYm z>5OL6In%f_H5poWAN#}?&&BXw<>Z_Ah2Q5DuD=v@8pygftB?_>7YOR|-Q^2nCU4jz rY_ZPs#zl6S>ndyBu$XXyB|n^G-e+U6@ZQ;Vsvy3ntDnm{r-UW|{CqQ@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/meta.json b/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/meta.json new file mode 100644 index 0000000000..6409614cad --- /dev/null +++ b/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by PixelTheKermit (github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "normal", + "directions": 4 + }, + { + "name": "angry", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/normal.png b/Resources/Textures/White/Mobs/Customization/Arachnid/eyes.rsi/normal.png new file mode 100644 index 0000000000000000000000000000000000000000..7e062f1bb609e7781aae3fd624fa8f061b543ebc GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=0iG_7Ar*7p-drenz<`JOz#IG7 zGfwo+ermel dpg&l6#~tPgmR3Kvg~T_5_@1tQF6*2UngIAGEffF% literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/meta.json b/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/meta.json new file mode 100644 index 0000000000..903af3b690 --- /dev/null +++ b/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Nairodian (github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "stripes_left", + "directions": 4 + }, + { + "name": "stripes_right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_left.png b/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_left.png new file mode 100644 index 0000000000000000000000000000000000000000..67080d2ae273db17849904db23e1e92467b3f7d3 GIT binary patch literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%ztvy{FLn`LH zy|p*D#X*4e!A9pTj2}fE9C)WVab`F*X*MJ{Z&A$w@*EhCNGn__EV=eFS&1Voq^;^3KE2 z&kNNOZf`ri+;m1{ui=!tdk*X`P0f($w^bHIt|-4?QC{Y`5EJIYM*?v WbYI-$3;&*gZ1;5ab6Mw<&;$T(XsR~= literal 0 HcmV?d00001 diff --git a/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_right.png b/Resources/Textures/White/Mobs/Customization/Arachnid/legs.rsi/stripes_right.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff36589b833aacc262871c75995aa5af81960ca GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR| zr;B4q#hkadHs-b(h_pVOJ*DH2DRV#tn_D8wlSz;G93Bc8Hl-(saIq~|wxE2KN8pz! zHYchNs{9XUw%eo=JV%=eXfhZSG_N`);ACTcTvxGW#j4$#_sT?O#D>p&9{FqE{lEVf zTRu;UoR-uxao0Nk^Tn3C%X~r?Zw;H4I&oX>yOUxBp1lDdnAMFr2+49$X%jbN5*%+ZN_~Fj? zHDi@jui>QBnI^uIecUUK^dH)Pp6gGPW~a-FESa{4{#OFp``;e-tGm5TWtnTivXJP< u@9)^kf0&vmku>jl|BowQSG-zU{nLC|PnOBzuovbagFRjST-G@yGywn=&y}nI literal 0 HcmV?d00001