Browse Source

Add Explorer's Emporium reward clothing

Also involved adding an icon to the existing Pub reward jacket in the
(fe)male04 files.
pull/259/head
Darryl Pogue 9 months ago
parent
commit
96a0ca1259
No known key found for this signature in database
GPG Key ID: CB824715C3E6FD41
  1. BIN
      compiled/dat/GlobalClothing_District_Female04.prp
  2. BIN
      compiled/dat/GlobalClothing_District_FemaleFan02.prp
  3. BIN
      compiled/dat/GlobalClothing_District_Male04.prp
  4. BIN
      compiled/dat/GlobalClothing_District_MaleFan02.prp
  5. BIN
      sources/avatar/clothing/Avatar_Male04.max
  6. BIN
      sources/avatar/clothing/Icon_UTorso_Pub.tga
  7. BIN
      sources/avatar/clothing/bas.avatar.female.04.max
  8. BIN
      sources/avatar/clothing_fan02/FTorso_ExpEmp_base.png
  9. 88
      sources/avatar/clothing_fan02/Fan02.json
  10. BIN
      sources/avatar/clothing_fan02/Icon_UTorso_ExpEmp.png
  11. BIN
      sources/avatar/clothing_fan02/MTorso_ExpEmp_base.png
  12. BIN
      sources/avatar/clothing_fan02/UTorso_ExpEmpSleeve_base.png

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
sources/avatar/clothing/Avatar_Male04.max (Stored with Git LFS)

Binary file not shown.

BIN
sources/avatar/clothing/Icon_UTorso_Pub.tga (Stored with Git LFS)

Binary file not shown.

BIN
sources/avatar/clothing/bas.avatar.female.04.max (Stored with Git LFS)

Binary file not shown.

BIN
sources/avatar/clothing_fan02/FTorso_ExpEmp_base.png (Stored with Git LFS)

Binary file not shown.

88
sources/avatar/clothing_fan02/Fan02.json

@ -80,7 +80,11 @@
"Icon_UTorso_Shirt_Riven2024.png", "Icon_UTorso_Shirt_Riven2024.png",
"MTorso_xSleeve_Riven2024_Base.png", "MTorso_xSleeve_Riven2024_Base.png",
"MTorso_xSleeve_Riven2024_Tint.png" "MTorso_xSleeve_Riven2024_Tint.png",
"Icon_UTorso_ExpEmp.png",
"MTorso_ExpEmp_base.png",
"UTorso_ExpEmpSleeve_base.png"
], ],
"clItems": [ "clItems": [
{ {
@ -1034,6 +1038,44 @@
} }
} }
] ]
},
{
"name": "MReward_ExpEmp",
"type": "Shirt",
"group": "Male",
"icon": "Icon_UTorso_ExpEmp.png",
"tint1": [1.0, 1.0, 1.0],
"tint2": [1.0, 1.0, 1.0],
"desc": "ColorLabel1=; ColorLabel2=; GroupName=Pub; isLogoFor=MReward_PubJacket; nonStandard",
"text": "Explorer's Emporium Jacket",
"meshes": [
{
"name": "MHTorso_Pub_SMsh",
"page": "Male04"
},
{
"name": "MMTorso_Pub_SMsh",
"page": "Male04"
},
{
"name": "MLTorso_Pub_SMsh",
"page": "Male04"
}
],
"elements": [
{
"name": "Chest",
"layers": {
"0": "MTorso_ExpEmp_base.png"
}
},
{
"name": "Arm",
"layers": {
"0": "UTorso_ExpEmpSleeve_base.png"
}
}
]
} }
] ]
}, },
@ -1119,7 +1161,11 @@
"Icon_UTorso_Shirt_Riven2024.png", "Icon_UTorso_Shirt_Riven2024.png",
"FTorso_xSleeve_Riven2024_Base.png", "FTorso_xSleeve_Riven2024_Base.png",
"FTorso_xSleeve_Riven2024_Tint.png" "FTorso_xSleeve_Riven2024_Tint.png",
"Icon_UTorso_ExpEmp.png",
"FTorso_ExpEmp_base.png",
"UTorso_ExpEmpSleeve_base.png"
], ],
"clItems": [ "clItems": [
{ {
@ -2028,6 +2074,44 @@
} }
} }
] ]
},
{
"name": "FReward_ExpEmp",
"type": "Shirt",
"group": "Female",
"icon": "Icon_UTorso_ExpEmp.png",
"tint1": [1.0, 1.0, 1.0],
"tint2": [1.0, 1.0, 1.0],
"desc": "ColorLabel1=; ColorLabel2=; GroupName=Pub; isLogoFor=FReward_PubJacket; nonStandard",
"text": "Explorer's Emporium Jacket",
"meshes": [
{
"name": "FHTorso_Pub_SMsh",
"page": "Female04"
},
{
"name": "FMTorso_Pub_SMsh",
"page": "Female04"
},
{
"name": "FLTorso_Pub_SMsh",
"page": "Female04"
}
],
"elements": [
{
"name": "Chest",
"layers": {
"0": "FTorso_ExpEmp_base.png"
}
},
{
"name": "Arm",
"layers": {
"0": "UTorso_ExpEmpSleeve_base.png"
}
}
]
} }
] ]
} }

BIN
sources/avatar/clothing_fan02/Icon_UTorso_ExpEmp.png (Stored with Git LFS)

Binary file not shown.

BIN
sources/avatar/clothing_fan02/MTorso_ExpEmp_base.png (Stored with Git LFS)

Binary file not shown.

BIN
sources/avatar/clothing_fan02/UTorso_ExpEmpSleeve_base.png (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save