v1.4.4
89
assets/devel/items/armors/cameraman/cameraman.head
Normal file
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"itemName" : "cameramanhead",
|
||||
"price" : 2500,
|
||||
"inventoryIcon" : "headicon.png",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Rare",
|
||||
"category" : "headwear",
|
||||
"description" : "Handy for when you want to record without being seen!",
|
||||
"shortdescription" : "Camera Man's Helmet",
|
||||
"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" : "lavaImmunity",
|
||||
"amount" : 1.0
|
||||
},
|
||||
{
|
||||
"stat" : "invisible",
|
||||
"amount" : 1.0
|
||||
}
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// BRIGHT PINK
|
||||
{ "ffca8a" : "fab2f6", "e0975c" : "f07ae8", "a85636" : "924a8d", "6f2919" : "5d1160" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/cameraman/head.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/devel/items/armors/cameraman/headicon.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
assets/devel/items/armors/cameraman/mask.png
Normal file
After Width: | Height: | Size: 117 B |
49
assets/devel/items/armors/developers/Ban/Ban.chest
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"itemName" : "banchest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "No staring.",
|
||||
"shortdescription" : "Ban's chest",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"colorOptions" : [
|
||||
// PINK
|
||||
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
41
assets/devel/items/armors/developers/Ban/Ban.head
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"itemName" : "banhead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "300% Hair.",
|
||||
"shortdescription" : "Ban's Hair",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// PINK
|
||||
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/Ban/ChestF.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/devel/items/armors/developers/Ban/ChestM.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
40
assets/devel/items/armors/developers/Ban/ban.legs
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"itemName" : "banlegs",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:pants",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Kinky boots.",
|
||||
"shortdescription" : "Ban's Boots",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "pants.png",
|
||||
"femaleFrames" : "pants.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// PINK
|
||||
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/Ban/bsleeve.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/devel/items/armors/developers/Ban/fsleeve.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/devel/items/armors/developers/Ban/head.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/devel/items/armors/developers/Ban/icons.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/devel/items/armors/developers/Ban/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/devel/items/armors/developers/Ban/pants.png
Normal file
After Width: | Height: | Size: 21 KiB |
47
assets/devel/items/armors/developers/bartwe/bartwe.head
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"itemName" : "bartwehead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Rare",
|
||||
"description" : "May or may not grant Code-Vision(tm)",
|
||||
"shortdescription" : "Bartwe's Glasses",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"statusEffects" : [
|
||||
"biomeheat",
|
||||
"biomecold",
|
||||
"biomeradiation"
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// BLACK
|
||||
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/bartwe/head.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
assets/devel/items/armors/developers/bartwe/icons.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/devel/items/armors/developers/bartwe/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/devel/items/armors/developers/george/bsleeve.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
assets/devel/items/armors/developers/george/chestf.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
assets/devel/items/armors/developers/george/chestm.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
assets/devel/items/armors/developers/george/fsleeve.png
Normal file
After Width: | Height: | Size: 8 KiB |
53
assets/devel/items/armors/developers/george/george.chest
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"itemName" : "georgechest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Rare",
|
||||
"description" : "A sexy combination of an awesome jacket and a stylish green shirt made specifically for George. Be in awe!",
|
||||
"shortdescription" : "George's Chest Swag",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"statusEffects" : [
|
||||
"liquidimmunity"
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// BLACK
|
||||
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
41
assets/devel/items/armors/developers/george/george.head
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"itemName" : "georgehead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Rare",
|
||||
"description" : "Some sexy glasses that belong to George. Can you handle them!?",
|
||||
"shortdescription" : "George's Foxy Glasses",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// BLACK
|
||||
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
40
assets/devel/items/armors/developers/george/george.legs
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"itemName" : "georgelegs",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:pants",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Rare",
|
||||
"description" : "Some form fitting and sexy pants made specifically for George's bodacious curves! Bask in the glory!",
|
||||
"shortdescription" : "George's Sexy Pants",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "pants.png",
|
||||
"femaleFrames" : "pants.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// BLACK
|
||||
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/george/head.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/devel/items/armors/developers/george/icons.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/devel/items/armors/developers/george/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/devel/items/armors/developers/george/pants.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/devel/items/armors/developers/george2/bsleeve.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
assets/devel/items/armors/developers/george2/chestf.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/devel/items/armors/developers/george2/chestm.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/devel/items/armors/developers/george2/fsleeve.png
Normal file
After Width: | Height: | Size: 23 KiB |
37
assets/devel/items/armors/developers/george2/george2.chest
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"itemName" : "george2chest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Legendary",
|
||||
"description" : "An accurate muscle suit based on George's muscles.",
|
||||
"shortdescription" : "George's Accurate Muscles",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"colorOptions" : [
|
||||
// RED
|
||||
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
|
||||
{ "ffca8a" : "727272", "e0975c" : "414141", "a85636" : "1c1c1c", "6f2919" : "0b0b0b" },
|
||||
{ "ffca8a" : "e9e9e9", "e0975c" : "727272", "a85636" : "333333", "6f2919" : "161616" },
|
||||
{ "ffca8a" : "ba3f36", "e0975c" : "7a2622", "a85636" : "411114", "6f2919" : "25090c" },
|
||||
{ "ffca8a" : "d77b24", "e0975c" : "794317", "a85636" : "3a1f0f", "6f2919" : "1d1009" },
|
||||
{ "ffca8a" : "eedb53", "e0975c" : "928132", "a85636" : "42381a", "6f2919" : "262010" },
|
||||
{ "ffca8a" : "6c9e4a", "e0975c" : "395b2b", "a85636" : "1b2e16", "6f2919" : "0b140a" },
|
||||
{ "ffca8a" : "4681c0", "e0975c" : "284672", "a85636" : "161b3b", "6f2919" : "0c0e22" },
|
||||
{ "ffca8a" : "7d4794", "e0975c" : "4d245d", "a85636" : "221328", "6f2919" : "0f0912" },
|
||||
{ "ffca8a" : "d46bd7", "e0975c" : "7c377b", "a85636" : "30172e", "6f2919" : "170b16" },
|
||||
{ "ffca8a" : "a36948", "e0975c" : "683a23", "a85636" : "2d1a12", "6f2919" : "170d09" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/george2/icons.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/devel/items/armors/developers/kyren/BSleeve.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
assets/devel/items/armors/developers/kyren/ChestF.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/devel/items/armors/developers/kyren/ChestM.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
assets/devel/items/armors/developers/kyren/FSleeve.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
assets/devel/items/armors/developers/kyren/Pants.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
assets/devel/items/armors/developers/kyren/head.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/devel/items/armors/developers/kyren/icons.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
71
assets/devel/items/armors/developers/kyren/kyren.chest
Normal 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" }
|
||||
]
|
||||
}
|
92
assets/devel/items/armors/developers/kyren/kyren.head
Normal 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" }
|
||||
]
|
||||
}
|
62
assets/devel/items/armors/developers/kyren/kyren.legs
Normal 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/kyren/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/devel/items/armors/developers/meta/Head.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/devel/items/armors/developers/meta/bsleeve.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
assets/devel/items/armors/developers/meta/chestf.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/devel/items/armors/developers/meta/chestm.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/devel/items/armors/developers/meta/fsleeve.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
assets/devel/items/armors/developers/meta/icons.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
assets/devel/items/armors/developers/meta/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
58
assets/devel/items/armors/developers/meta/meta.chest
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"itemName" : "metachest",
|
||||
"price" : 75,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Another OP dev item.",
|
||||
"shortdescription" : "Metadept's Chest",
|
||||
"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",
|
||||
"baseMultiplier" : 101.0
|
||||
},
|
||||
|
||||
"devshooter"
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }
|
||||
]
|
||||
}
|
69
assets/devel/items/armors/developers/meta/meta.head
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"itemName" : "metahead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A well-worn gray cadet cap.",
|
||||
"shortdescription" : "Metadept's Hat",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"pickupQuestTemplates" : ["devquest"],
|
||||
|
||||
"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
|
||||
},
|
||||
|
||||
"devboost"
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/molly/BSleeve.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
assets/devel/items/armors/developers/molly/ChestF.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/devel/items/armors/developers/molly/ChestM.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
assets/devel/items/armors/developers/molly/FSleeve.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
assets/devel/items/armors/developers/molly/Pants.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/devel/items/armors/developers/molly/head.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/devel/items/armors/developers/molly/icons.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/devel/items/armors/developers/molly/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
49
assets/devel/items/armors/developers/molly/molly.chest
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"itemName" : "mollychest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Look like Molly with this dress top.",
|
||||
"shortdescription" : "Molly's Dress",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"colorOptions" : [
|
||||
// DEFAULT YELLOW
|
||||
{ "ffca8a" : "e6e6e6", "e0975c" : "fdd935", "a85636" : "d8a518", "6f2919" : "b37914" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
41
assets/devel/items/armors/developers/molly/molly.head
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"itemName" : "mollyhead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "These glasses give +10 to Hipster.",
|
||||
"shortdescription" : "Molly's Glasses",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"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" }
|
||||
]
|
||||
}
|
40
assets/devel/items/armors/developers/molly/molly.legs
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"itemName" : "mollylegs",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:pants",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Look Like Molly with this dress.",
|
||||
"shortdescription" : "Molly's Dress",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "pants.png",
|
||||
"femaleFrames" : "pants.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// DEFAULT YELLOW
|
||||
{ "ffca8a" : "e6e6e6", "e0975c" : "fdd935", "a85636" : "d8a518", "6f2919" : "b37914" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/rhopunzel/bsleeve.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/chest.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/chestm.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/fsleeve.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/head.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/icons.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/devel/items/armors/developers/rhopunzel/pants.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
48
assets/devel/items/armors/developers/rhopunzel/rho.chest
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"itemName" : "rhochest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "THE ONE, THE ONLY.",
|
||||
"shortdescription" : "Rho",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chest.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
"colorOptions" : [
|
||||
// DEFAULT PURPLE
|
||||
{ "ffca8a" : "d29ce7", "e0975c" : "994398", "a85636" : "6a2f69", "6f2919" : "3c1a3b" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
45
assets/devel/items/armors/developers/rhopunzel/rho.head
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"itemName" : "rhohead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "NOW YOU GOT GLOWY EYES.",
|
||||
"shortdescription" : "Rho",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"statusEffects" : [
|
||||
"invisible"
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// DEFAULT PURPLE
|
||||
{ "ffca8a" : "02dad8", "e0975c" : "994398", "a85636" : "6a2f69", "6f2919" : "3c1a3b" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
40
assets/devel/items/armors/developers/rhopunzel/rho.legs
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"itemName" : "rholegs",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:pants",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "THOSE SHOES ARE MINE BETCH.",
|
||||
"shortdescription" : "Rho",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "pants.png",
|
||||
"femaleFrames" : "pants.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// DEFAULT PURPLE
|
||||
{ "ffca8a" : "d29ce7", "e0975c" : "994398", "a85636" : "6a2f69", "6f2919" : "3c1a3b" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/developers/tiy/Pants.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
assets/devel/items/armors/developers/tiy/bsleeve.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
assets/devel/items/armors/developers/tiy/chest.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/devel/items/armors/developers/tiy/fsleeve.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
assets/devel/items/armors/developers/tiy/head.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/devel/items/armors/developers/tiy/icons.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/devel/items/armors/developers/tiy/mask.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
49
assets/devel/items/armors/developers/tiy/tiy.chest
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"itemName" : "tiychest",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "This shirt belongs to Tiy, what are you doing with it?",
|
||||
"shortdescription" : "Tiy's Shirt and Scarf",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : {
|
||||
"body" : "chest.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chest.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"colorOptions" : [
|
||||
// BLUE
|
||||
{ "ffca8a" : "e6e6e6", "e0975c" : "91b1bf", "a85636" : "5d808f", "6f2919" : "395661" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
41
assets/devel/items/armors/developers/tiy/tiy.head
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"itemName" : "tiyhead",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:head",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "This hat belongs to Tiy, what are you doing with it?",
|
||||
"shortdescription" : "Tiy's Hat",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "head.png",
|
||||
"femaleFrames" : "head.png",
|
||||
"mask" : "mask.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// BEIGE
|
||||
{ "ffca8a" : "cccaab", "e0975c" : "cccaab", "a85636" : "76775e", "6f2919" : "76775e" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
40
assets/devel/items/armors/developers/tiy/tiy.legs
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"itemName" : "tiylegs",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:pants",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "These pants belong to Tiy, what are you doing with them?",
|
||||
"shortdescription" : "Tiy's Pants",
|
||||
"tooltipKind" : "armor",
|
||||
|
||||
"maleFrames" : "pants.png",
|
||||
"femaleFrames" : "pants.png",
|
||||
|
||||
"colorOptions" : [
|
||||
// GREY
|
||||
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/leveltestarmor/bsleeve.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
assets/devel/items/armors/leveltestarmor/chestf.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/devel/items/armors/leveltestarmor/chestm.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/devel/items/armors/leveltestarmor/fsleeve.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/devel/items/armors/leveltestarmor/head.png
Normal file
After Width: | Height: | Size: 906 B |
BIN
assets/devel/items/armors/leveltestarmor/icons.png
Normal file
After Width: | Height: | Size: 530 B |
76
assets/devel/items/armors/leveltestarmor/leveltest.chest
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"itemName" : "leveltestarmour",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"category" : "chestwear",
|
||||
"description" : "Prototype Breastplate MKI. For the adventurous.",
|
||||
"shortdescription" : "Prototype Breastplate MKI",
|
||||
"tooltipKind" : "armor",
|
||||
"learnBlueprintsOnPickup" : [
|
||||
"silverarmorchest"
|
||||
],
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"level" : 1,
|
||||
"leveledStatusEffects" : [
|
||||
{
|
||||
"levelFunction" : "standardArmorLevelPowerMultiplierMultiplier",
|
||||
"stat" : "powerMultiplier",
|
||||
"baseMultiplier" : 1.5
|
||||
},
|
||||
{
|
||||
"levelFunction" : "standardArmorLevelProtectionMultiplier",
|
||||
"stat" : "protection",
|
||||
"amount" : 1
|
||||
},
|
||||
{
|
||||
"levelFunction" : "standardArmorLevelMaxEnergyMultiplier",
|
||||
"stat" : "maxEnergy",
|
||||
"amount" : 10
|
||||
},
|
||||
{
|
||||
"levelFunction" : "standardArmorLevelMaxHealthMultiplier",
|
||||
"stat" : "maxHealth",
|
||||
"amount" : 10
|
||||
}
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// WHITE
|
||||
{ "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"itemName" : "leveltestaccelerator",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"category" : "chestwear",
|
||||
"description" : "Prototype Breastplate MKI. For the adventurous.",
|
||||
"shortdescription" : "Prototype Breastplate MKI",
|
||||
"tooltipKind" : "armor",
|
||||
"learnBlueprintsOnPickup" : [
|
||||
"silverarmorchest"
|
||||
],
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"level" : 1,
|
||||
"leveledStatusEffects" : [
|
||||
{
|
||||
"levelFunction" : "acceleratorArmorLevelPowerMultiplierMultiplier",
|
||||
"stat" : "powerMultiplier",
|
||||
"baseMultiplier" : 1.5
|
||||
},
|
||||
{
|
||||
"levelFunction" : "acceleratorArmorLevelProtectionMultiplier",
|
||||
"stat" : "protection",
|
||||
"amount" : 1
|
||||
},
|
||||
{
|
||||
"levelFunction" : "acceleratorArmorLevelMaxEnergyMultiplier",
|
||||
"stat" : "maxEnergy",
|
||||
"amount" : 10
|
||||
},
|
||||
{
|
||||
"levelFunction" : "acceleratorArmorLevelMaxHealthMultiplier",
|
||||
"stat" : "maxHealth",
|
||||
"amount" : 10
|
||||
}
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// GREEN
|
||||
{ "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"itemName" : "leveltestmanipulator",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"category" : "chestwear",
|
||||
"description" : "Prototype Breastplate MKI. For the adventurous.",
|
||||
"shortdescription" : "Prototype Breastplate MKI",
|
||||
"tooltipKind" : "armor",
|
||||
"learnBlueprintsOnPickup" : [
|
||||
"silverarmorchest"
|
||||
],
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"level" : 1,
|
||||
"leveledStatusEffects" : [
|
||||
{
|
||||
"levelFunction" : "manipulatorArmorLevelPowerMultiplierMultiplier",
|
||||
"stat" : "powerMultiplier",
|
||||
"baseMultiplier" : 1.5
|
||||
},
|
||||
{
|
||||
"levelFunction" : "manipulatorArmorLevelProtectionMultiplier",
|
||||
"stat" : "protection",
|
||||
"amount" : 1
|
||||
},
|
||||
{
|
||||
"levelFunction" : "manipulatorArmorLevelMaxEnergyMultiplier",
|
||||
"stat" : "maxEnergy",
|
||||
"amount" : 10
|
||||
},
|
||||
{
|
||||
"levelFunction" : "manipulatorArmorLevelMaxHealthMultiplier",
|
||||
"stat" : "maxHealth",
|
||||
"amount" : 10
|
||||
}
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// RED
|
||||
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"itemName" : "leveltestseparator",
|
||||
"price" : 0,
|
||||
"inventoryIcon" : "icons.png:chest",
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"category" : "chestwear",
|
||||
"description" : "Prototype Breastplate MKI. For the adventurous.",
|
||||
"shortdescription" : "Prototype Breastplate MKI",
|
||||
"tooltipKind" : "armor",
|
||||
"learnBlueprintsOnPickup" : [
|
||||
"silverarmorchest"
|
||||
],
|
||||
"maleFrames" : {
|
||||
"body" : "chestm.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"femaleFrames" : {
|
||||
"body" : "chestf.png",
|
||||
"backSleeve" : "bsleeve.png",
|
||||
"frontSleeve" : "fsleeve.png"
|
||||
},
|
||||
|
||||
"level" : 1,
|
||||
"leveledStatusEffects" : [
|
||||
{
|
||||
"levelFunction" : "separatorArmorLevelPowerMultiplierMultiplier",
|
||||
"stat" : "powerMultiplier",
|
||||
"baseMultiplier" : 1.5
|
||||
},
|
||||
{
|
||||
"levelFunction" : "separatorArmorLevelProtectionMultiplier",
|
||||
"stat" : "protection",
|
||||
"amount" : 1
|
||||
},
|
||||
{
|
||||
"levelFunction" : "separatorArmorLevelMaxEnergyMultiplier",
|
||||
"stat" : "maxEnergy",
|
||||
"amount" : 10
|
||||
},
|
||||
{
|
||||
"levelFunction" : "separatorArmorLevelMaxHealthMultiplier",
|
||||
"stat" : "maxHealth",
|
||||
"amount" : 10
|
||||
}
|
||||
],
|
||||
|
||||
"colorOptions" : [
|
||||
// BLACK
|
||||
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
|
||||
// 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" }
|
||||
]
|
||||
}
|
BIN
assets/devel/items/armors/leveltestarmor/mask.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
assets/devel/items/armors/leveltestarmor/pants.png
Normal file
After Width: | Height: | Size: 5.6 KiB |