This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,71 @@
{
"itemName" : "kyrenchest",
"price" : 0,
"inventoryIcon" : "icons.png:chest",
"maxStack" : 1,
"rarity" : "Common",
"description" : "Look like Kyren with this top.",
"shortdescription" : "Kyren's Top.",
"tooltipKind" : "armor",
"maleFrames" : {
"body" : "chestm.png",
"backSleeve" : "bsleeve.png",
"frontSleeve" : "fsleeve.png"
},
"femaleFrames" : {
"body" : "chestf.png",
"backSleeve" : "bsleeve.png",
"frontSleeve" : "fsleeve.png"
},
"statusEffects" : [
{
"stat" : "powerMultiplier",
"amount" : 2.25
},
{
"stat" : "protection",
"amount" : 35
},
{
"stat" : "maxEnergy",
"amount" : 120
},
{
"stat" : "maxHealth",
"amount" : 20
}
],
"colorOptions" : [
// YELLOW
{ "ffca8a" : "ffbf68", "e0975c" : "ffbf68", "a85636" : "c7815b", "6f2919" : "642f00" },
// BLACK
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// WHITE
{ "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
// RED
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
// ORANGE
{ "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
// YELLOW
{ "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
// GREEN
{ "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
// BLUE
{ "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
// PURPLE
{ "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
// PINK
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
// BROWN
{ "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
]
}

View file

@ -0,0 +1,92 @@
{
"itemName" : "kyrenhead",
"price" : 0,
"inventoryIcon" : "icons.png:head",
"maxStack" : 1,
"rarity" : "Common",
"description" : "Look like Kyren with these glasses.",
"shortdescription" : "Kyren's Glasses",
"tooltipKind" : "armor",
"maleFrames" : "head.png",
"femaleFrames" : "head.png",
"mask" : "mask.png",
"statusEffects" : [
{
"stat" : "maxHealth",
"amount" : 10000
},
{
"stat" : "healthRegen",
"amount" : 10000
},
{
"stat" : "maxEnergy",
"amount" : 10000
},
{
"stat" : "breathProtection",
"amount" : 1.0
},
{
"stat" : "biomeradiationImmunity",
"amount" : 1.0
},
{
"stat" : "biomecoldImmunity",
"amount" : 1.0
},
{
"stat" : "biomeheatImmunity",
"amount" : 1.0
},
{
"stat" : "poisonStatusImmunity",
"amount" : 1.0
},
{
"stat" : "fireStatusImmunity",
"amount" : 1.0
},
{
"stat" : "iceStatusImmunity",
"amount" : 1.0
},
{
"stat" : "electricStatusImmunity",
"amount" : 1.0
},
{
"stat" : "lavaImmunity",
"amount" : 1.0
}
],
"colorOptions" : [
// BROWN
{ "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" },
// BLACK
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// WHITE
{ "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
// RED
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
// ORANGE
{ "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
// YELLOW
{ "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
// GREEN
{ "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
// BLUE
{ "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
// PURPLE
{ "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
// PINK
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
// BROWN
{ "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
]
}

View file

@ -0,0 +1,62 @@
{
"itemName" : "kyrenlegs",
"price" : 0,
"inventoryIcon" : "icons.png:pants",
"maxStack" : 1,
"rarity" : "Common",
"description" : "Look like Kyren with this skirt.",
"shortdescription" : "Kyren's Skirt",
"tooltipKind" : "armor",
"maleFrames" : "pants.png",
"femaleFrames" : "pants.png",
"statusEffects" : [
{
"stat" : "powerMultiplier",
"amount" : 1
},
{
"stat" : "protection",
"amount" : 14
},
{
"stat" : "maxEnergy",
"amount" : 48
},
{
"stat" : "maxHealth",
"amount" : 8
}
],
"colorOptions" : [
// DEFAULT PINK
{ "ffca8a" : "e6e6e6", "e0975c" : "9c495f", "a85636" : "772936", "6f2919" : "581e28" },
// BLACK
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// WHITE
{ "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
// RED
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
// ORANGE
{ "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
// YELLOW
{ "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
// GREEN
{ "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
// BLUE
{ "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
// PURPLE
{ "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
// PINK
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
// BROWN
{ "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB