Browse Source

Add Cavern Tour shirt JSON and update PRPs.

pull/74/head
Adam Johnson 4 years ago
parent
commit
b3058ba702
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. BIN
      compiled/dat/GlobalClothing_District_FemaleFan02.prp
  2. BIN
      compiled/dat/GlobalClothing_District_MaleFan02.prp
  3. 75
      sources/avatar/clothing_fan02/Fan02.json

BIN
compiled/dat/GlobalClothing_District_FemaleFan02.prp (Stored with Git LFS)

Binary file not shown.

BIN
compiled/dat/GlobalClothing_District_MaleFan02.prp (Stored with Git LFS)

Binary file not shown.

75
sources/avatar/clothing_fan02/Fan02.json

@ -12,7 +12,11 @@
"Icon_UTorso_Shirt_GayZero.png",
"MTorso_xSleeve_GayZero_Base.png",
"MTorso_xSleeve_GayZero_Tint.png"
"MTorso_xSleeve_GayZero_Tint.png",
"Icon_UTorso_Shirt_CvrnTr.png",
"MTorso_xSleeve_CvrnTr_Base.png",
"MTorso_xSleeve_CvrnTr_Tint.png"
],
"clItems": [
{
@ -138,6 +142,38 @@
}
}
]
},
{
"name": "MTorso_ShortSleeve_CvrnTrT",
"type": "Shirt",
"group": "Male",
"icon": "Icon_UTorso_Shirt_CvrnTr.png",
"tint1": [0.0, 0.0, 0.0],
"tint2": [0.0, 0.0, 0.0],
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_MTorso12_01; GroupName=ShortSleeve",
"text": "Short Sleeve T-Shirt - Cavern Tour",
"meshes": [
"MHTorso08_SMsh",
"MMTorso_SMsh",
"MLTorso_SMsh"
],
"elements": [
{
"name": "Chest",
"layers": {
"0": "MTorso_xSleeve_CvrnTr_Base.png",
"8": "MTorso_xSleeve_CvrnTr_Tint.png"
}
},
{
"name": "Arm",
"layers": {
"0": "mtorso_shortsleevearm_base*0#0.hsm",
"1": "mtorso_shortsleevearm_skin*0#0.hsm",
"8": "mtorso_shortsleevearm_tint1*0#0.hsm"
}
}
]
}
]
},
@ -153,7 +189,11 @@
"Icon_UTorso_Shirt_GayZero.png",
"FTorso_xSleeve_GayZero_Base.png",
"FTorso_xSleeve_GayZero_Tint.png"
"FTorso_xSleeve_GayZero_Tint.png",
"Icon_UTorso_Shirt_CvrnTr.png",
"FTorso_xSleeve_CvrnTr_Base.png",
"FTorso_xSleeve_CvrnTr_Tint.png"
],
"clItems": [
{
@ -277,6 +317,37 @@
}
}
]
},
{
"name": "FTorso_ShortSleeve_CvrnTrT",
"type": "Shirt",
"group": "Female",
"icon": "Icon_UTorso_Shirt_CvrnTr.png",
"tint1": [0.0, 0.0, 0.0],
"tint2": [0.0, 0.0, 0.0],
"desc": "ColorLabel1=Shirt; ColorLabel2=; isLogoFor=02_FTorso12_01; GroupName=ShortSleeve",
"text": "Short Sleeve T-Shirt - Cavern Tour",
"meshes": [
"FHTorso12_SMsh",
"FMTorso12_SMsh",
"FLTorso12_SMsh"
],
"elements": [
{
"name": "Chest",
"layers": {
"0": "FTorso_xSleeve_CvrnTr_Base.png",
"8": "FTorso_xSleeve_CvrnTr_Tint.png"
}
},
{
"name": "Arm",
"layers": {
"1": "mtorso_shortsleevearm_skin*0#0.hsm",
"8": "fsleeve04t02l1*0#0.hsm"
}
}
]
}
]
}

Loading…
Cancel
Save