v1.4.4
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"
|
||||
]
|
||||
}
|