From 6ad0e6100aa840d99ec22ba99147de2fc6a9c65a Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Tue, 26 Oct 2021 14:43:43 -0700 Subject: [PATCH] Adds new clothing and old Female02 [Clothing Item - CItm_03_FHair_SuitHelmet] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLegs_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FLHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FRFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FRHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_FTorso_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_Icon_SuitTorso] Changed description to "GroupIcon ; GroupName = MSuit" from "AccessoryType = 1" Female04 [Clothing Item - CItm_FReward_Atrus] adds "ClothingSet = Atrus ;" to description [Clothing Item - CItm_FReward_Catherine] adds "ClothingSet = Catherine ;" to description Male02 [Clothing Item - CItm_03_MHAcc_SuitHelmet] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLegs_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MLHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MRFoot_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MRHand_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_03_MTorso_Suit] adds "ClothingSet = Suit ;" to description [Clothing Item - CItm_Icon_MaintainerTorso] changed description to "GroupIcon ; Groupname = MSuit " from "ColorLabel1 = Sleeves; ColorLabel2 = Trim; Groupname = Jersey; nonStandard" Male04 [Clothing Item - CItm_MTorso_Atrus] adds "ClothingSet = Atrus ;" to description, Removed "Sweater" from ColorLabel1 in description [Clothing Item - CItm_MReward_Catherine] adds "ClothingSet = Catherine ;" to description FemaleCC Adds following clothing from CC - Atrus Legs, Catherine Legs, Catherine Shoes, Deck Shoes, Sharper Hat, Backpack 2 MaleCC Adds following clothing from CC - Atrus Legs, Catherine Legs, Catherine Shoes, Deck Shoes, Backpack 2 (Fe)Male02 Adds following clothing by CalumTraveler - Door Runner's Fleece Jacket, Leather Jacket - Minkata Reward, Hooded Sweatshirt - Pod Reward, Plain Vest, Vest - Path of the Shell Reward Adds following clothing by Hazado - Two Toned Cargo Pants, Two Toned Cargo Shorts Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.com> --- .../dat/GlobalClothing_District_Female02.prp | 4 +- .../dat/GlobalClothing_District_Female04.prp | 4 +- .../dat/GlobalClothing_District_FemaleCC.prp | 3 + .../GlobalClothing_District_FemaleFan02.prp | 4 +- .../dat/GlobalClothing_District_Male02.prp | 4 +- .../dat/GlobalClothing_District_Male04.prp | 4 +- .../dat/GlobalClothing_District_MaleCC.prp | 3 + .../dat/GlobalClothing_District_MaleFan02.prp | 4 +- .../clothing_fan02/FLegs_Shorts05_Tint1.png | 3 + .../clothing_fan02/FLegs_Shorts05_Tint2.png | 3 + .../FTorso_HoodSweatRewardPodMaze_Base.xcf | 3 + .../clothing_fan02/FTorso_PlainVest_Tint2.png | 3 + .../clothing_fan02/FTorso_PlainVest_base.png | 3 + .../clothing_fan02/FTorso_ShellVest_base.png | 3 + sources/avatar/clothing_fan02/Fan02.json | 526 +++++++++++++++++- .../clothing_fan02/Icon_MLegs_Cargo5.png | 3 + .../Icon_UTorso_Fleece_GardenSpiralReward.png | 3 + .../Icon_UTorso_LeatherJacket_Minkata.png | 3 + .../Icon_UTorso_Shirt_PodReward.png | 3 + .../Icon_UTorso_Vest_ShellReward.png | 3 + .../avatar/clothing_fan02/Icon_U_NoPrint.png | 3 + .../clothing_fan02/MLegs_Cargo05_Tint1.png | 3 + .../clothing_fan02/MLegs_Cargo05_Tint2.png | 3 + .../MTorso_Fleece-GardenSpiralReward-base.png | 3 + ...MTorso_Fleece-GardenSpiralReward-tint1.png | 3 + ...MTorso_Fleece-GardenSpiralReward-tint2.png | 3 + .../MTorso_FleeceBlueFlowerArm_base.png | 3 + .../MTorso_HoodSweatRewardPodMaze_Base.png | 3 + .../MTorso_HoodSweatRewardPodMaze_Base.xcf | 3 + .../MTorso_HoodSweatRewardPodMaze_Tint1.png | 3 + .../clothing_fan02/MTorso_PlainVest_base.png | 3 + .../clothing_fan02/MTorso_PlainVest_tint2.png | 3 + .../clothing_fan02/MTorso_ShellVest_base.png | 3 + .../UTorso_LeatherJacketMinkataArm_tint1.png | 3 + .../UTorso_LeatherJacketMinkata_Tint1.png | 3 + .../ftorso_sweaterRewardPodMaze_base.png | 3 + .../ftorso_sweaterRewardPodMaze_tint1.png | 3 + 37 files changed, 626 insertions(+), 14 deletions(-) create mode 100644 compiled/dat/GlobalClothing_District_FemaleCC.prp create mode 100644 compiled/dat/GlobalClothing_District_MaleCC.prp create mode 100644 sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png create mode 100644 sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png create mode 100644 sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf create mode 100644 sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png create mode 100644 sources/avatar/clothing_fan02/FTorso_PlainVest_base.png create mode 100644 sources/avatar/clothing_fan02/FTorso_ShellVest_base.png create mode 100644 sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png create mode 100644 sources/avatar/clothing_fan02/Icon_U_NoPrint.png create mode 100644 sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png create mode 100644 sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png create mode 100644 sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf create mode 100644 sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png create mode 100644 sources/avatar/clothing_fan02/MTorso_PlainVest_base.png create mode 100644 sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png create mode 100644 sources/avatar/clothing_fan02/MTorso_ShellVest_base.png create mode 100644 sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png create mode 100644 sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png create mode 100644 sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png create mode 100644 sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png diff --git a/compiled/dat/GlobalClothing_District_Female02.prp b/compiled/dat/GlobalClothing_District_Female02.prp index 178a56ad..e715615d 100644 --- a/compiled/dat/GlobalClothing_District_Female02.prp +++ b/compiled/dat/GlobalClothing_District_Female02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7f9e1d87472f7f4b0b108154321349bb9d7fff86316cee39bc4f2d3155d4172 -size 21454307 +oid sha256:b06c3df3279aba7004496082f2c2a67da82bab0e9a78e747a6c8ec3fa6cff69d +size 21454337 diff --git a/compiled/dat/GlobalClothing_District_Female04.prp b/compiled/dat/GlobalClothing_District_Female04.prp index f1b4d2fc..71150923 100644 --- a/compiled/dat/GlobalClothing_District_Female04.prp +++ b/compiled/dat/GlobalClothing_District_Female04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18e8c001ac9ccac1e03762ff39fbf926b4113af89fec8cefe52aef8bbb0e0400 -size 3520170 +oid sha256:55dc07746556d69e2bda757217e2946116187e8075f5d7fefd21d07c802e0d49 +size 3520109 diff --git a/compiled/dat/GlobalClothing_District_FemaleCC.prp b/compiled/dat/GlobalClothing_District_FemaleCC.prp new file mode 100644 index 00000000..41148414 --- /dev/null +++ b/compiled/dat/GlobalClothing_District_FemaleCC.prp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c908d8fea30e4bb6d6e72fe8befcef766c92d9f107b66ca89689fd036439f942 +size 2035501 diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 99b062d6..2497075f 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cc8a85b3a8b898eb56ce5fb489a27377be4d89574d2f1821f449bf31196c235 -size 558554 +oid sha256:4725cf7c7f93a3bcca3470d6b7a1d2581c03c059cdd2e493515cb8a1c86a45c3 +size 3518537 diff --git a/compiled/dat/GlobalClothing_District_Male02.prp b/compiled/dat/GlobalClothing_District_Male02.prp index 3ae2ec36..613a7b95 100644 --- a/compiled/dat/GlobalClothing_District_Male02.prp +++ b/compiled/dat/GlobalClothing_District_Male02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cca48674e786a42ff518754fd28fc0add431b98996ce6c861d5470442ab9db5 -size 21392336 +oid sha256:c46e6ccceab690bb1856c5da396106cf870c98eda6abe5667e33ecb3720fd066 +size 21392305 diff --git a/compiled/dat/GlobalClothing_District_Male04.prp b/compiled/dat/GlobalClothing_District_Male04.prp index 4c6cbac6..1c8e6e60 100644 --- a/compiled/dat/GlobalClothing_District_Male04.prp +++ b/compiled/dat/GlobalClothing_District_Male04.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa85c45bea567476f14e4702ef70f61a43059ba8eacc8704831c5236aa4152e -size 4275916 +oid sha256:d7fc3251accbccb54572441806ea4ba37499e69b115ad1c8a06249341e091a76 +size 4275851 diff --git a/compiled/dat/GlobalClothing_District_MaleCC.prp b/compiled/dat/GlobalClothing_District_MaleCC.prp new file mode 100644 index 00000000..a761a921 --- /dev/null +++ b/compiled/dat/GlobalClothing_District_MaleCC.prp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716752cdb1377831bab4fe60aea4e248b0c5e0eb77a4df937aecd6ac5d4c6abe +size 1761183 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 4fa8becd..5ab4e36b 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c5f233d16a9854abade09460fb1be1f0a59fb258487322bf944062145983e7e -size 558668 +oid sha256:0792eb47d2e0f2a7970f2ddf86cd334aba13c9305e8e4ca8bc67bd422740b927 +size 3431318 diff --git a/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png new file mode 100644 index 00000000..0b06c412 --- /dev/null +++ b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0831c23dffeffb5107c8009d17144bab42909441ea25e565befa3b5f46974cd0 +size 126621 diff --git a/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png new file mode 100644 index 00000000..e67118a2 --- /dev/null +++ b/sources/avatar/clothing_fan02/FLegs_Shorts05_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa30e60f2ec0ba53b508369267218e79d07abf432b442370bcccdb58f3865d1 +size 122088 diff --git a/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf b/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf new file mode 100644 index 00000000..892925c7 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_HoodSweatRewardPodMaze_Base.xcf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4993194ac9344e7043a00fb8e0213cf01d6c61e5dbd7ec31f56280ef14f1a3b5 +size 1235632 diff --git a/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png b/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png new file mode 100644 index 00000000..448dce27 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_PlainVest_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1966ff1e1b645bf967cb798037bc9b1053a43b3549c92372fd54c6429a3642 +size 93237 diff --git a/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png b/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png new file mode 100644 index 00000000..63da391f --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_PlainVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3da1ab01ce1021d5b9774663c9c041e6530d134d6d320ca8e40783c516679c +size 201979 diff --git a/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png b/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png new file mode 100644 index 00000000..758e7d78 --- /dev/null +++ b/sources/avatar/clothing_fan02/FTorso_ShellVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff69c4f9dee7fb3f24c27773d0fdc81fe8875dee3421274819c5a46d834d517 +size 202192 diff --git a/sources/avatar/clothing_fan02/Fan02.json b/sources/avatar/clothing_fan02/Fan02.json index d6b3d4c8..782df0cc 100644 --- a/sources/avatar/clothing_fan02/Fan02.json +++ b/sources/avatar/clothing_fan02/Fan02.json @@ -12,7 +12,35 @@ "Icon_UTorso_Shirt_GayZero.png", "MTorso_xSleeve_GayZero_Base.png", - "MTorso_xSleeve_GayZero_Tint.png" + "MTorso_xSleeve_GayZero_Tint.png", + + "Icon_MLegs_Cargo5.png", + "MLegs_Cargo05_Tint1.png", + "MLegs_Cargo05_Tint2.png", + + "FLegs_Shorts05_Tint1.png", + "FLegs_Shorts05_Tint2.png", + + "Icon_UTorso_Shirt_PodReward.png", + "MTorso_HoodSweatRewardPodMaze_Base.png", + "MTorso_HoodSweatRewardPodMaze_Tint1.png", + + "Icon_UTorso_Fleece_GardenSpiralReward.png", + "MTorso_Fleece-GardenSpiralReward-base.png", + "MTorso_Fleece-GardenSpiralReward-tint1.png", + "MTorso_Fleece-GardenSpiralReward-tint2.png", + "MTorso_FleeceBlueFlowerArm_base.png", + + "Icon_UTorso_Vest_ShellReward.png", + "MTorso_ShellVest_base.png", + + "Icon_U_NoPrint.png", + "MTorso_PlainVest_base.png", + "MTorso_PlainVest_tint2.png", + + "Icon_UTorso_LeatherJacket_Minkata.png", + "UTorso_LeatherJacketMinkata_Tint1.png", + "UTorso_LeatherJacketMinkataArm_tint1.png" ], "clItems": [ { @@ -138,6 +166,239 @@ } } ] + }, + { + "name": "03_MLegs02_05", + "type": "pants", + "group": "Male", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=03_MLegs02_01; GroupName=CargoPants", + "text": "Cargo Pants", + "meshes": [ + "MHLegs02_SMsh", + "MMLegs02_SMsh", + "MLLegs02_SMsh" + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "mlegs_cargo01_base*0#0.hsm", + "8": "MLegs_Cargo05_Tint1.png", + "9": "MLegs_Cargo05_Tint2.png" + } + } + ] + }, + { + "name": "02_MLegs03_05", + "type": "pants", + "group": "Male", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=02_MLegs03_01; GroupName=CargoShorts", + "text": "Cargo Shorts", + "meshes": [ + "MHLegs03_SMsh", + "MMLegs03_SMsh", + "MLLegs03_SMsh" + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "flegs_shorts02_base*0#0.hsm", + "1": "mlegs_shorts01_skin*0#0.hsm", + "8": "FLegs_Shorts05_Tint1.png", + "9": "FLegs_Shorts05_Tint2.png" + } + } + ] + }, + { + "name": "MReward_SweatshirtPod", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Shirt_PodReward.png", + "tint1": [0.7882, 0.4314, 0.0392], + "tint2": [0.7882, 0.4314, 0.0392], + "desc": "ColorLabel1= Sweatshirt ; ColorLabel2=; isLogoFor=03_MSweatshirt_Blank; GroupName=Hooded; nonStandard", + "text": "Hooded Sweatshirt - Pod Reward", + "meshes": [ + { + "name": "MH_Sweatshirt_SMsh", + "page": "Male02" + }, + { + "name": "MMTorso12_SMsh", + "page": "Male02" + }, + { + "name": "MLTorso_SMsh", + "page": "Male02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_HoodSweatRewardPodMaze_Base.png", + "8": "MTorso_HoodSweatRewardPodMaze_Tint1.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "mtorso_hoodsweat01arm_base*0#0.hsm", + "8": "mtorso_hoodsweat01arm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_FleeceSpiral", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Fleece_GardenSpiralReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=02_MTorso06_01; GroupName=Fleece; nonStandard", + "text": "Door Runner's Fleece Jacket", + "meshes": [ + "MHTorso06_SMsh", + { + "name": "MMTorso_SMsh", + "page": "Male01" + }, + { + "name": "MLTorso_SMsh", + "page": "Male01" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_Fleece-GardenSpiralReward-base.png", + "8": "MTorso_Fleece-GardenSpiralReward-tint1.png", + "9": "MTorso_Fleece-GardenSpiralReward-tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "MTorso_FleeceBlueFlowerArm_base.png", + "8": "mtorso_fleece01arm_tint1*0#0.hsm", + "9": "mtorso_fleece01arm_tint2*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_VestShell", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_Vest_ShellReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= ; isLogoFor=MReward_DRCVest; GroupName=DRCVest; nonStandard", + "text": "Vest - Path of the Shell Reward", + "meshes": [ + "MHTorsoDRCVest_SMsh", + "MMTorsoDRCVest_SMsh", + "MLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_ShellVest_base.png", + "8": "mtorso_drcvest_tint1*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_VestPlain", + "type": "Shirt", + "group": "Male", + "icon": "Icon_U_NoPrint.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=MReward_DRCVest; GroupName=DRCVest", + "text": "Plain Vest", + "meshes": [ + "MHTorsoDRCVest_SMsh", + "MMTorsoDRCVest_SMsh", + "MLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_PlainVest_base.png", + "8": "mtorso_drcvest_tint1*0#0.hsm", + "9": "MTorso_PlainVest_tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "MReward_LJacketMinkata", + "type": "Shirt", + "group": "Male", + "icon": "Icon_UTorso_LeatherJacket_Minkata.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Jacket ; ColorLabel2= V-Neck; isLogoFor=03_MTorso01_01; GroupName=Jacket; nonStandard", + "text": "Leather Jacket - Minkata Reward", + "meshes": [ + { + "name": "MHTorso01_SMsh", + "page": "Male02" + }, + { + "name": "MMTorso_SMsh", + "page": "Male02" + }, + { + "name": "MLTorso_SMsh", + "page": "Male02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "utorso_leatherjacket01_base*0#0.hsm", + "8": "UTorso_LeatherJacketMinkata_Tint1.png", + "9": "utorso_leatherjacket01_tint2*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "8": "UTorso_LeatherJacketMinkataArm_tint1.png" + } + } + ] } ] }, @@ -153,7 +414,35 @@ "Icon_UTorso_Shirt_GayZero.png", "FTorso_xSleeve_GayZero_Base.png", - "FTorso_xSleeve_GayZero_Tint.png" + "FTorso_xSleeve_GayZero_Tint.png", + + "Icon_MLegs_Cargo5.png", + "MLegs_Cargo05_Tint1.png", + "MLegs_Cargo05_Tint2.png", + + "FLegs_Shorts05_Tint1.png", + "FLegs_Shorts05_Tint2.png", + + "Icon_UTorso_Shirt_PodReward.png", + "ftorso_sweaterRewardPodMaze_base.png", + "ftorso_sweaterRewardPodMaze_tint1.png", + + "Icon_UTorso_Fleece_GardenSpiralReward.png", + "MTorso_Fleece-GardenSpiralReward-base.png", + "MTorso_Fleece-GardenSpiralReward-tint1.png", + "MTorso_Fleece-GardenSpiralReward-tint2.png", + "MTorso_FleeceBlueFlowerArm_base.png", + + "Icon_UTorso_Vest_ShellReward.png", + "FTorso_ShellVest_base.png", + + "Icon_U_NoPrint.png", + "FTorso_PlainVest_base.png", + "FTorso_PlainVest_Tint2.png", + + "Icon_UTorso_LeatherJacket_Minkata.png", + "UTorso_LeatherJacketMinkata_Tint1.png", + "UTorso_LeatherJacketMinkataArm_tint1.png" ], "clItems": [ { @@ -277,6 +566,239 @@ } } ] + }, + { + "name": "03_FLegs02_05", + "type": "pants", + "group": "Female", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=03_FLegs02_01; GroupName=CargoPants", + "text": "Cargo Pants", + "meshes": [ + "FHLegs02_SMsh", + { + "name": "FMLegs_SMsh", + "page": "Female02" + }, + { + "name": "FLLegs_SMsh", + "page": "Female02" + } + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "mlegs_cargo01_base*0#0.hsm", + "8": "MLegs_Cargo05_Tint1.png", + "9": "MLegs_Cargo05_Tint2.png" + } + } + ] + }, + { + "name": "02_FLegs04_05", + "type": "pants", + "group": "Female", + "icon": "Icon_MLegs_Cargo5.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1=Left Side; ColorLabel2=Right Side; isLogoFor=02_FLegs04_01; GroupName=CargoShorts", + "text": "Cargo Shorts", + "meshes": [ + { + "name": "FHLegs04_SMsh", + "page": "Female01" + }, + { + "name": "FMLegs04_SMsh", + "page": "Female01" + }, + { + "name": "FLLegs_SMsh", + "page": "Female01" + } + ], + "elements": [ + { + "name": "Legs", + "layers": { + "0": "flegs_shorts02_base*0#0.hsm", + "1": "flegsshorts02_skin*0#0.hsm", + "8": "FLegs_Shorts05_Tint1.png", + "9": "FLegs_Shorts05_Tint2.png" + } + } + ] + }, + { + "name": "FReward_SweatshirtPod", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Shirt_PodReward.png", + "tint1": [0.7882, 0.4314, 0.0392], + "tint2": [0.7882, 0.4314, 0.0392], + "desc": "ColorLabel1= Sweatshirt ; ColorLabel2=; isLogoFor=FTorso_Sweatshirt_Blank; GroupName=Hooded; nonStandard", + "text": "Hooded Sweatshirt - Pod Reward", + "meshes": [ + "FHTorso16_SMsh", + "FMTorso16_SMsh", + "FLTorso16_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "ftorso_sweaterRewardPodMaze_base.png", + "8": "ftorso_sweaterRewardPodMaze_tint1.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "mtorso_hoodsweat01arm_base*0#0.hsm", + "8": "mtorso_hoodsweat01arm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_FleeceSpiral", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Fleece_GardenSpiralReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Pullover ; ColorLabel2= Spiral ; isLogoFor=03_FTorso06_01; GroupName=Fleece; nonStandard", + "text": "Door Runner's Fleece Jacket", + "meshes": [ + "FHTorso06_SMsh", + "FMTorso06_SMsh", + "FLTorso06_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "MTorso_Fleece-GardenSpiralReward-base.png", + "8": "MTorso_Fleece-GardenSpiralReward-tint1.png", + "9": "MTorso_Fleece-GardenSpiralReward-tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "0": "MTorso_FleeceBlueFlowerArm_base.png", + "8": "mtorso_fleece01arm_tint1*0#0.hsm", + "9": "mtorso_fleece01arm_tint2*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_VestShell", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_Vest_ShellReward.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= ; isLogoFor=FReward_DRCVest; GroupName=DRCVest; nonStandard", + "text": "Vest - Path of the Shell Reward", + "meshes": [ + "FHTorsoDRCVest_SMsh", + "FMTorsoDRCVest_SMsh", + "FLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "FTorso_ShellVest_base.png", + "8": "ftorso_drcvest_tint1*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_VestPlain", + "type": "Shirt", + "group": "Female", + "icon": "Icon_U_NoPrint.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Shirt ; ColorLabel2= Vest; isLogoFor=FReward_DRCVest; GroupName=DRCVest", + "text": "Plain Vest", + "meshes": [ + "FHTorsoDRCVest_SMsh", + "FMTorsoDRCVest_SMsh", + "FLTorsoDRCVest_SMsh" + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "FTorso_PlainVest_base.png", + "8": "ftorso_drcvest_tint1*0#0.hsm", + "9": "FTorso_PlainVest_Tint2.png" + } + }, + { + "name": "Arm", + "layers": { + "1": "mtorso_dressarm_skin*0#0.hsm", + "8": "mtorso_drcvestarm_tint1*0#0.hsm" + } + } + ] + }, + { + "name": "FReward_LJacketMinkata", + "type": "Shirt", + "group": "Female", + "icon": "Icon_UTorso_LeatherJacket_Minkata.png", + "tint1": [1, 1, 1], + "tint2": [1, 1, 1], + "desc": "ColorLabel1= Jacket ; ColorLabel2= V-Neck; isLogoFor=03_FTorso01_01; GroupName=LeatherJacket01; nonStandard", + "text": "Leather Jacket - Minkata Reward", + "meshes": [ + { + "name": "FHTorso01_SMsh", + "page": "Female02" + }, + { + "name": "FMTorso01_SMsh", + "page": "Female02" + }, + { + "name": "FLTorso_SMsh", + "page": "Female02" + } + ], + "elements": [ + { + "name": "Chest", + "layers": { + "0": "utorso_leatherjacket01_base*0#0.hsm", + "8": "UTorso_LeatherJacketMinkata_Tint1.png", + "9": "utorso_leatherjacket01_tint2*0#0.hsm" + } + }, + { + "name": "Arm", + "layers": { + "8": "UTorso_LeatherJacketMinkataArm_tint1.png" + } + } + ] } ] } diff --git a/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png b/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png new file mode 100644 index 00000000..10c08783 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_MLegs_Cargo5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e740e2a0dfeec12a88d27c665b6fa0c51ffe39a46834f1b0f4e410c83ebaf5c1 +size 26023 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png new file mode 100644 index 00000000..d6ee80b7 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Fleece_GardenSpiralReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9625fe482da45b0cf1b928bdb262f8d410b9bc6beb046090c1cf051bb34014b +size 18462 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png b/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png new file mode 100644 index 00000000..13accc99 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_LeatherJacket_Minkata.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de7adaf2586e96b1fb8a519727f7b44327513546150b3fd8baa6506de9d5c80 +size 14418 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png new file mode 100644 index 00000000..bad99159 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Shirt_PodReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52a4a5e9b479ca33063ff067e345e1a83b689d65d3c6f6db90806aee323fe85 +size 27293 diff --git a/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png b/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png new file mode 100644 index 00000000..a2be70e6 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_UTorso_Vest_ShellReward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf5b625ee374a82902930fb4287bc10af1ac0645c51c8e47726482eb183147c +size 21800 diff --git a/sources/avatar/clothing_fan02/Icon_U_NoPrint.png b/sources/avatar/clothing_fan02/Icon_U_NoPrint.png new file mode 100644 index 00000000..e7a5aac7 --- /dev/null +++ b/sources/avatar/clothing_fan02/Icon_U_NoPrint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439fc564b5280f86ff5368df1d84a984cba37f3ec588fc7587d0a3a7e0d37df9 +size 3070 diff --git a/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png new file mode 100644 index 00000000..84056dc7 --- /dev/null +++ b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4d7168efeb05996dd0166214ca0d4833e3d11ba72600b92e54f1b816a72488 +size 222625 diff --git a/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png new file mode 100644 index 00000000..b8099c71 --- /dev/null +++ b/sources/avatar/clothing_fan02/MLegs_Cargo05_Tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43b3c85412fb3d7f1cece9333f8186904e68d20602dcd73ba08caca1ecf67e7 +size 211593 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png new file mode 100644 index 00000000..e32812fb --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182048ee6a6a5d58ea64f5eb66b550e0d211d3db2fef5d22a74e393094645fb1 +size 90651 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png new file mode 100644 index 00000000..49322a50 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225eb3e0bcf7bc075864dc3692a3cd786a0662538fa10a8742c6e807bfd49d90 +size 89642 diff --git a/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png new file mode 100644 index 00000000..d766e309 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_Fleece-GardenSpiralReward-tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc0334bc962179f15611fca5fc71d00b30ed66bee46c165c8518d30fc0bfbe4 +size 14907 diff --git a/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png b/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png new file mode 100644 index 00000000..f12e07d8 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_FleeceBlueFlowerArm_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772d993d5ec5c79ab53d29b85afafb46312c4fef5e0ce095c1d9e6755ebd4575 +size 30793 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png new file mode 100644 index 00000000..aa1da4b6 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e0e5d037f0cb7ecca670b46db224acbc794625f574a441d455ed7f49a3c01f +size 161318 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf new file mode 100644 index 00000000..1f5ade26 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Base.xcf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8aeae3fa4509adf17ae52fb8c5ea159d53723a7fae9998abadd5cc4cacd9ca +size 1735234 diff --git a/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png new file mode 100644 index 00000000..d4fcfa84 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_HoodSweatRewardPodMaze_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407b41bf69256fc45e935f8b791ce0067067b2f1bf87af8be874dd20aba7b730 +size 143341 diff --git a/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png b/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png new file mode 100644 index 00000000..119e7f86 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_PlainVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990e8cce85ae232e777e0e298cda47d07edda06a83231ea3ec04d40c00c14b66 +size 201001 diff --git a/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png b/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png new file mode 100644 index 00000000..51afa133 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_PlainVest_tint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc26aa92a4fa31cce7d809d9cb7a4950c70927532db3f9ea1c6561ef9737b1e1 +size 95135 diff --git a/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png b/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png new file mode 100644 index 00000000..2bfae149 --- /dev/null +++ b/sources/avatar/clothing_fan02/MTorso_ShellVest_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b7d827521efae7a8f3a1ce233ea4836eb0a1052e778f5986df9391b22ab36 +size 200956 diff --git a/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png new file mode 100644 index 00000000..cf4b768f --- /dev/null +++ b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkataArm_tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c56bb57e659a7de43bad949ca97ebbac9f7ec845a24497e81ced4b0a641eeb +size 31740 diff --git a/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png new file mode 100644 index 00000000..6c5bab82 --- /dev/null +++ b/sources/avatar/clothing_fan02/UTorso_LeatherJacketMinkata_Tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd6c5f1ee06f24d69afbadaf1e92faea54ffebc3d603701bfb1dbdcbd6ef566 +size 102504 diff --git a/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png new file mode 100644 index 00000000..7d5611e1 --- /dev/null +++ b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba2caac8ab9567587857e6b7ef210bff3e2863b9f318676466f45d08f1f8e3f +size 173848 diff --git a/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png new file mode 100644 index 00000000..93b0c4bf --- /dev/null +++ b/sources/avatar/clothing_fan02/ftorso_sweaterRewardPodMaze_tint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fe94892086c88c646f150338f7646b3ae86bda527a829ece906d7c06dd630d +size 157501