| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "killeyshat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "n/a", | ||
| "shortdescription" : "Killey's Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| { | ||
| "itemName" : "bunnyhood", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Run like a rabbit!", | ||
| "shortdescription" : "Bunny Hood", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| "runboost" | ||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,42 @@ | ||
| { | ||
| "itemName" : "keatonmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "A popular child's mask.", | ||
| "shortdescription" : "Keaton Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* 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" }, | ||
| /* 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,53 @@ | ||
| { | ||
| "itemName" : "linkshat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "n/a", | ||
| "shortdescription" : "Link's Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
|
|
||
| "colorOptions" : [ | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,44 @@ | ||
| { | ||
| "itemName" : "majorasmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Watch out for moons!", | ||
| "shortdescription" : "Majora's Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ "rage" ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* PURPLE */ | ||
| { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" }, | ||
| /* 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" }, | ||
| /* PINK */ | ||
| { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" }, | ||
| /* BROWN */ | ||
| { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" } | ||
|
|
||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "maskoftruth", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "See things for what they really are.", | ||
| "shortdescription" : "Mask of Truth", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "linshat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "n/a", | ||
| "shortdescription" : "Lin's Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "itemName" : "mariohat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "A familiar looking plumbers hat.", | ||
| "shortdescription" : "Plumbers Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "mariohatnose", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "A familiar looking plumbers hat and nose!", | ||
| "shortdescription" : "Plumbers Hat & Nose", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "pesmergahelmet", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "n/a", | ||
| "shortdescription" : "Pesmerga's Helmet", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| { | ||
| "itemName" : "redshat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Keeps your face shaded, a little sweaty.", | ||
| "shortdescription" : "Red's Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
|
|
||
| } |
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "itemName" : "samuraihat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Keeps your head cool and dry whilst chopping down your enemies.", | ||
| "shortdescription" : "Samurai Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
|
|
||
| "colorOptions" : [ | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "sansmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "The wolf princess' mask.", | ||
| "shortdescription" : "San's Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "shygalmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "n/a", | ||
| "shortdescription" : "Shy-Gal Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| { | ||
| "itemName" : "sonicmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Gotta go fast!", | ||
| "shortdescription" : "Sonic Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| "runboost" | ||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,58 @@ | ||
| { | ||
| "itemName" : "supersonicmask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Gotta go faster!", | ||
| "shortdescription" : "Super Sonic Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| "rage", | ||
| "runboost", | ||
| "glow" | ||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "itemName" : "strawhat", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Keeps the sun off your face, perfect for sailing!", | ||
| "shortdescription" : "Straw Hat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
|
|
||
| "colorOptions" : [ | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,61 @@ | ||
| { | ||
| "itemName" : "desianbasichead", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Uncommon", | ||
| "description" : "Smells like prejudice and helmet hair.", | ||
| "shortdescription" : "Desian's Helmet", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 20 | ||
| }, | ||
|
|
||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 10 | ||
| }, | ||
|
|
||
| { | ||
| "stat" : "maxHealth", | ||
| "amount" : 25 | ||
| } | ||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" } | ||
|
|
||
| ] | ||
| } |
| @@ -0,0 +1,50 @@ | ||
| { | ||
| "itemName" : "lloydback1", | ||
| "inventoryIcon" : "icons.png:back", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "rarity" : "Rare", | ||
| "description" : "Cause two capes are better than one.", | ||
| "shortdescription" : "Lloyd Irving's Shirt Tails", | ||
|
|
||
| "maleFrames" : "back.png", | ||
| "femaleFrames" : "back.png", | ||
| "maxStack" : 1, | ||
|
|
||
| "colorOptions" : [ | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,67 @@ | ||
| { | ||
| "itemName" : "lloydchest1", | ||
| "inventoryIcon" : "icons.png:chest", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Crafted by a master dwarf, a nice durable red coat.", | ||
| "shortdescription" : "Lloyd Irving's Coat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : { | ||
| "body" : "chestm.png", | ||
| "backSleeve" : "bsleeve.png", | ||
| "frontSleeve" : "fsleeve.png" | ||
| }, | ||
|
|
||
| "femaleFrames" : { | ||
| "body" : "chestm.png", | ||
| "backSleeve" : "bsleeve.png", | ||
| "frontSleeve" : "fsleeve.png" | ||
| }, | ||
| /* | ||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 200 | ||
| } | ||
| ], | ||
| */ | ||
| "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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "itemName" : "lloydlegs1", | ||
| "inventoryIcon" : "icons.png:pants", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "A pair of pants, strapped with two belts and a nice pair of boots.", | ||
| "shortdescription" : "Lloyd Irving's Pants", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "pantsm.png", | ||
| "femaleFrames" : "pantsm.png", | ||
| /* | ||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 200 | ||
| } | ||
| ], | ||
| */ | ||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* 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" }, | ||
| /* 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,52 @@ | ||
| { | ||
| "itemName" : "kanekismask", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "One eye human, one eye ghoul..", | ||
| "shortdescription" : "Kaneki's Mask", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "urameshihair", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Such beautifully greasy hair.", | ||
| "shortdescription" : "Yusuke Urameshi Hair", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "variahelmet", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Space bounty hunting has never looked so good..maybe.", | ||
| "shortdescription" : "Varia Helmet", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* 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" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "itemName" : "vjoehelmet", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Strike a pose!", | ||
| "shortdescription" : "Viewtiful Joe Helmet", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "colorOptions" : [ | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* LIGHT GREY */ | ||
| { "ffca8a" : "cccccc", "e0975c" : "9e9e9e", "a85636" : "616161", "6f2919" : "383838" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* 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" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "itemName" : "applegel", | ||
| "rarity" : "Common", | ||
| "inventoryIcon" : "applegel.png", | ||
| "description" : "Apple Gel, restores 30 health.", | ||
| "shortdescription" : "Apple Gel", | ||
| "handPosition" : [0, 11], | ||
| "effects" : [ [ | ||
| { | ||
| "effect" : "regeneration4", | ||
| "duration" : 15 | ||
| } | ||
| ] ], | ||
| "emote" : "", | ||
| "emitters" : [ "drinkinghealing" ] | ||
| } |
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "itemName" : "lemongel", | ||
| "rarity" : "Common", | ||
| "inventoryIcon" : "lemongel.png", | ||
| "description" : "Lemon Gel, restores 60 health.", | ||
| "shortdescription" : "Lemon Gel", | ||
| "handPosition" : [0, 11], | ||
| "effects" : [ [ | ||
| { | ||
| "effect" : "regeneration4", | ||
| "duration" : 20 | ||
| } | ||
| ] ], | ||
| "emote" : "", | ||
| "emitters" : [ "drinkinghealing" ] | ||
| } |
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "itemName" : "orangegel", | ||
| "rarity" : "Common", | ||
| "inventoryIcon" : "orangegel.png", | ||
| "description" : "Orange Gel, restores 30 health.", | ||
| "shortdescription" : "Orange Gel", | ||
| "handPosition" : [0, 11], | ||
| "effects" : [ [ | ||
| { | ||
| "effect" : "regeneration1", | ||
| "duration" : 30 | ||
| } | ||
| ] ], | ||
| "emote" : "", | ||
| "emitters" : [ "drinkinghealing" ] | ||
| } |
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "itemName" : "casull", | ||
| "inventoryIcon" : "casull.png", | ||
| "dropCollision" : [-8.0, -3.0, 8.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Hellsing ARMS .454 Casull Auto", | ||
| "shortdescription" : "Casull", | ||
| "image" : "casull.png", | ||
| "handPosition" : [-7, -2], | ||
| "firePosition" : [15, 2.25], | ||
| "recoilTime" : 0.1, | ||
| "level" : 5, | ||
| "tooltipKind" : "gun", | ||
| "weaponType" : "Pistol", | ||
| "fireTime" : 0.6, | ||
| "twoHanded" : false, | ||
| "walkWhileFiring" : false, | ||
|
|
||
| "projectileType" : "bullet-1", | ||
| "projectile" : { | ||
| "speed" : 75, | ||
| "life" : 3, | ||
| "power" : 2.7, | ||
| "color" : [255, 10, 10] | ||
| }, | ||
| "muzzleEffect" : { | ||
| "fireSound" : [ { "file" : "/sfx/gun/pistol4.wav" } ], | ||
| "animation" : "/animations/muzzleflash/bulletmuzzle4/bulletmuzzle4.animation" | ||
| } | ||
| } |
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "itemName" : "thejackal", | ||
| "inventoryIcon" : "jackal.png", | ||
| "dropCollision" : [-8.0, -3.0, 8.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "legendary", | ||
| "description" : "Hellsing ARMS 13 mm Auto Anti-Freak Combat ", | ||
| "shortdescription" : "The Jackal", | ||
| "image" : "jackal.png", | ||
| "handPosition" : [-7, -2], | ||
| "firePosition" : [15, 2.25], | ||
| "recoilTime" : 0.1, | ||
| "level" : 10, | ||
| "tooltipKind" : "gun", | ||
| "weaponType" : "Pistol", | ||
| "fireTime" : 0.5, | ||
| "twoHanded" : false, | ||
| "walkWhileFiring" : false, | ||
|
|
||
| "projectileType" : "bullet-3", | ||
| "projectile" : { | ||
| "speed" : 80, | ||
| "life" : 3, | ||
| "power" : 2, | ||
| "color" : [255, 10, 10] | ||
| }, | ||
| "muzzleEffect" : { | ||
| "fireSound" : [ { "file" : "/sfx/gun/pistol4.wav" } ], | ||
| "animation" : "/animations/muzzleflash/bulletmuzzle4/bulletmuzzle4.animation" | ||
| } | ||
| } |
| @@ -0,0 +1,76 @@ | ||
| { | ||
| "itemName" : "desiansword", | ||
| "level" : 3, | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Uncommon", | ||
| "description" : "Human blood gives it that like new shimmer!", | ||
| "shortdescription" : "Desian Sword", | ||
| "tooltipKind" : "sword", | ||
| "weaponType" : "Shortsword", | ||
|
|
||
| "image" : "desiansword.png", | ||
| "firePosition" : [22, -2], | ||
| "fireTime" : 0.6, | ||
| "fireAfterWindup" : true, | ||
| "soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_onehanded.wav" } ] }, | ||
|
|
||
| "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" } | ||
| ], | ||
|
|
||
| "primaryStances" : { | ||
| "directional" : true, | ||
| "projectileType" : "shortswordswoosh1", | ||
| "projectile" : { | ||
| "speed" : 0.1, | ||
| "power" : 4.2 | ||
| }, | ||
| "idle" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -90, | ||
| "swordAngle" : -110, | ||
| "handPosition" : [0.0, -15.5], | ||
| "duration" : 0.1 | ||
| }, | ||
| "windup" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : 0, | ||
| "swordAngle" : -80, | ||
| "handPosition" : [4.0, -24], | ||
| "duration" : 0.2, | ||
| "statusEffects" : [ ] | ||
| }, | ||
| "cooldown" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -140, | ||
| "swordAngle" : -110, | ||
| "handPosition" : [2.0, -10], | ||
| "duration" : 0.4, | ||
| "statusEffects" : [ ] | ||
| } | ||
| } | ||
| } |
| @@ -0,0 +1,80 @@ | ||
| { | ||
| "itemName" : "flamberge", | ||
| "level" : 5, | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Forged from fire itself.", | ||
| "shortdescription" : "Flamberge", | ||
| "tooltipKind" : "sword", | ||
| "weaponType" : "Shortsword", | ||
|
|
||
| "image" : "flamberge.png", | ||
| "firePosition" : [22, -2], | ||
| "fireTime" : 0.4, | ||
| "fireAfterWindup" : true, | ||
| "soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_onehanded.wav" } ] }, | ||
|
|
||
| "statusEffects" : [ | ||
| "glow" | ||
| ], | ||
|
|
||
| "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" } | ||
| ], | ||
|
|
||
| "primaryStances" : { | ||
| "directional" : true, | ||
| "projectileType" : "fireshortsword", | ||
| "projectile" : { | ||
| "speed" : 0.1, | ||
| "power" : 11 | ||
| }, | ||
| "idle" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -90, | ||
| "swordAngle" : -100, | ||
| "handPosition" : [-2.0, -10.5], | ||
| "duration" : 0.1 | ||
| }, | ||
| "windup" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : 0, | ||
| "swordAngle" : -60, | ||
| "handPosition" : [0.2, -24], | ||
| "duration" : 0.2, | ||
| "statusEffects" : [ ] | ||
| }, | ||
| "cooldown" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -140, | ||
| "swordAngle" : -90, | ||
| "handPosition" : [2.0, -10], | ||
| "duration" : 0.4, | ||
| "statusEffects" : [ ] | ||
| } | ||
| } | ||
| } |
| @@ -0,0 +1,80 @@ | ||
| { | ||
| "itemName" : "vorpalsword", | ||
| "level" : 5, | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Rare", | ||
| "description" : "Forged from water itself.", | ||
| "shortdescription" : "Vorpal Sword", | ||
| "tooltipKind" : "sword", | ||
| "weaponType" : "Shortsword", | ||
|
|
||
| "image" : "vorpalsword.png", | ||
| "firePosition" : [22, -2], | ||
| "fireTime" : 0.4, | ||
| "fireAfterWindup" : true, | ||
| "soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_twohanded_water1.wav" }, { "file" : "/sfx/melee/swing_twohanded_water2.wav" }, { "file" : "/sfx/melee/swing_twohanded_water3.wav" }, { "file" : "/sfx/melee/swing_twohanded_water4.wav" } ] }, | ||
|
|
||
| "statusEffects" : [ | ||
| "glow" | ||
| ], | ||
|
|
||
| "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" } | ||
| ], | ||
|
|
||
| "primaryStances" : { | ||
| "directional" : true, | ||
| "projectileType" : "watershortsword", | ||
| "projectile" : { | ||
| "speed" : 0.1, | ||
| "power" : 11 | ||
| }, | ||
| "idle" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -90, | ||
| "swordAngle" : -100, | ||
| "handPosition" : [-2.0, -10.5], | ||
| "duration" : 0.1 | ||
| }, | ||
| "windup" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : 0, | ||
| "swordAngle" : -60, | ||
| "handPosition" : [0.2, -24], | ||
| "duration" : 0.2, | ||
| "statusEffects" : [ ] | ||
| }, | ||
| "cooldown" : { | ||
| "twoHanded" : false, | ||
| "armAngle" : -140, | ||
| "swordAngle" : -90, | ||
| "handPosition" : [2.0, -10], | ||
| "duration" : 0.4, | ||
| "statusEffects" : [ ] | ||
| } | ||
| } | ||
| } |
| @@ -0,0 +1,135 @@ | ||
| bellsproutbehavior = { | ||
| actionQueue = {} | ||
| } | ||
|
|
||
| function bellsproutbehavior.init() | ||
| bellsproutbehavior.entityTypeReactions = { | ||
| ["player"] = bellsproutbehavior.reactToPlayer, | ||
| ["itemdrop"] = bellsproutbehavior.reactToItemDrop | ||
| } | ||
|
|
||
| bellsproutbehavior.actions = { | ||
| ["inspect"] = bellsproutbehavior.inspect, | ||
| ["follow"] = bellsproutbehavior.follow, | ||
| ["eat"] = bellsproutbehavior.eat, | ||
| ["emote"] = bellsproutbehavior.emote | ||
| } | ||
| end | ||
|
|
||
| function bellsproutbehavior.queueAction(type, args) | ||
| table.insert(bellsproutbehavior.actionQueue, {type = type, args = args}) | ||
| end | ||
|
|
||
| function bellsproutbehavior.performAction(action) | ||
| if bellsproutbehavior.actions[action.type] then | ||
| return bellsproutbehavior.actions[action.type](unpack(action.args)) | ||
| end | ||
|
|
||
| return false | ||
| end | ||
|
|
||
| function bellsproutbehavior.run() | ||
| for _,action in pairs(bellsproutbehavior.actionQueue) do | ||
| if bellsproutbehavior.performAction(action) then | ||
| break | ||
| end | ||
| end | ||
|
|
||
| bellsproutbehavior.actionQueue = {} | ||
| end | ||
|
|
||
| ---------------------------------------- | ||
| --ENTITY REACTIONS | ||
| ---------------------------------------- | ||
|
|
||
| function bellsproutbehavior.reactTo(entityId) | ||
| local entityType = world.entityType(entityId) | ||
|
|
||
| if bellsproutbehavior.entityTypeReactions[entityType] then | ||
| bellsproutbehavior.entityTypeReactions[entityType](entityId) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.reactToPlayer(entityId) | ||
| local playerUuid = world.entityUuid(entityId) | ||
|
|
||
| --Check hands for goodies | ||
| local primaryItem = world.entityHandItem(entityId, "primary") | ||
| local altItem = world.entityHandItem(entityId, "alt") | ||
| local foodLiking = itemFoodLiking(primaryItem) or itemFoodLiking(altItem) | ||
| if foodLiking and 100 - foodLiking/2 < status.resource("hunger") then | ||
| bellsproutbehavior.queueAction("beg", {entityId, 3}) | ||
| end | ||
|
|
||
| if storage.ownerUuid ~= 0 and storage.ownerUuid == playerUuid then | ||
| bellsproutbehavior.reactToOwner(entityId) | ||
| else | ||
| bellsproutbehavior.reactToStranger(entityId) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.reactToOwner(entityId) | ||
| bellsproutbehavior.queueAction("follow", {entityId}) | ||
| end | ||
|
|
||
| function bellsproutbehavior.reactToStranger(entityId) | ||
| --No reaction | ||
| end | ||
|
|
||
| function bellsproutbehavior.reactToItemDrop(entityId) | ||
| local entityName = world.entityName(entityId) | ||
|
|
||
| local foodLiking = itemFoodLiking(entityName) | ||
| if foodLiking then | ||
| if 100 - foodLiking < status.resource("hunger") then | ||
| bellsproutbehavior.queueAction("eat", {entityId, 2}) | ||
| end | ||
| elseif foodLiking == nil then | ||
| bellsproutbehavior.queueAction("inspect", {entityId, 2, {type = "eat", args = {entityId, 2}}}) | ||
| end | ||
| end | ||
|
|
||
| ---------------------------------------- | ||
| --ACTIONS | ||
| ---------------------------------------- | ||
|
|
||
| function bellsproutbehavior.follow(entityId) | ||
| if self.actionState.stateDesc() == "" then | ||
| return self.actionState.pickState({ | ||
| followTarget = entityId | ||
| }) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.inspect(entityId, approachDistance, followUpAction) | ||
| if self.actionState.stateDesc() == "" then | ||
| return self.actionState.pickState({ | ||
| inspectTarget = entityId, | ||
| approachDistance = approachDistance, | ||
| followUpAction = followUpAction --Optional | ||
| }) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.eat(entityId, approachDistance) | ||
| if self.actionState.stateDesc() == "" then | ||
| return self.actionState.pickState({ | ||
| eatTarget = entityId, | ||
| approachDistance = approachDistance | ||
| }) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.beg(entityId, approachDistance) | ||
| if self.actionState.stateDesc() == "" then | ||
| return self.actionState.pickState({ | ||
| begTarget = entityId, | ||
| approachDistance = approachDistance | ||
| }) | ||
| end | ||
| end | ||
|
|
||
| function bellsproutbehavior.emote(emoteName) | ||
| emote(emoteName) | ||
| return true | ||
| end |
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "name" : "body", | ||
| "category" : "petbellsprout", | ||
| "type" : "body", | ||
|
|
||
| "frames" : { | ||
| "body" : "petbellsprout.png" | ||
| } | ||
| } |
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "frameGrid" : { | ||
| "size" : [32, 32], | ||
| "dimensions" : [9, 6], | ||
|
|
||
| "names" : [ | ||
| [ null, "idle.1", null, "stand.1", null, "run.1", "run.2", "run.3", "run.4" ], | ||
| [ null, "blink.1", null, "jump.1", "jump.2", "jump.3", null, "fall.1", "fall.2" ], | ||
| [ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", null, null ], | ||
| [ null, "eat.1", "eat.2", "eat.3", null, "inspect.1", "inspect.2", "inspect.3", "inspect.4" ], | ||
| [ null, "swim.1", "swim.2", "swim.3", "swim.4", "swim.5", "swim.6", null, null ], | ||
| [ null, "sound.1", "sound.2", "sound.3", "sound.4", null, "sleep.1" ] | ||
| ] | ||
| } | ||
| } |
| @@ -0,0 +1,142 @@ | ||
| { | ||
| "type" : "petbellsprout", | ||
|
|
||
| "categories" : [ "petbellsprout" ], | ||
| "parts" : [ "body" ], | ||
|
|
||
| "animation" : "petbellsprout.animation", | ||
| "colors" : "/monsters/colors.config", | ||
|
|
||
| "dropPools" : [ "basicMonsterTreasure" ], | ||
|
|
||
| "baseParameters" : { | ||
| "scripts" : [ | ||
| "/monsters/pets/groundPet.lua", | ||
| "/scripts/stateMachine.lua", | ||
| "/scripts/util.lua", | ||
| "/scripts/vec2.lua", | ||
| "/monsters/pets/petCapturePod.lua", | ||
|
|
||
| "/monsters/pets/groundPet.lua", | ||
| "/monsters/pets/idleState.lua", | ||
| "/monsters/pets/wanderState.lua", | ||
|
|
||
| "/monsters/pets/pokemon/bellsprout/bellsproutbehavior.lua", | ||
| "/monsters/pets/actions/followAction.lua", | ||
| "/monsters/pets/actions/inspectAction.lua", | ||
| "/monsters/pets/actions/eatAction.lua", | ||
| "/monsters/pets/actions/sleepAction.lua", | ||
| "/monsters/pets/actions/begAction.lua" | ||
| ], | ||
|
|
||
| "behavior" : "bellsproutbehavior", | ||
| "behaviorParams" : { | ||
| "food" : {} | ||
| }, | ||
|
|
||
| "petResources" : { | ||
| "sleepy" : 10, | ||
| "hunger" : 10 | ||
| }, | ||
| "petResourceDeltas" : { | ||
| "sleepy" : 1, | ||
| "hunger" : 0.5 | ||
| }, | ||
|
|
||
| "metaBoundBox" : [-1.625, -2.375, 1.75, 2.0], | ||
| "scale" : 1.0, | ||
|
|
||
| "querySurroundingsCooldown" : 1, | ||
|
|
||
| "wander" : { | ||
| "wanderTime" : [5, 10], | ||
| "changeDirectionTime" : [5, 10], | ||
| "changeDirectionWait" : [1, 3] | ||
| }, | ||
|
|
||
| "follow" : { | ||
| "startDistance" : 15, | ||
| "stopDistance" : 10, | ||
| "runDistance" : 20 | ||
| }, | ||
|
|
||
| "idle" : { | ||
| "idleTime" : [2, 4] | ||
| }, | ||
|
|
||
| "movementSettings" : { | ||
| "collisionPoly" : [ [-0.75, -1], [0.75, -1], [0.75, 0.5], [-0.75, 0.5] ], | ||
|
|
||
| "mass" : 1.0, | ||
| "gravityMultiplier" : 1.5, | ||
| "walkSpeed" : 4, | ||
| "runSpeed" : 14, | ||
| "jumpSpeed" : 5, | ||
| "flySpeed" : 15, | ||
| "airFriction" : 0.25, | ||
| "airForce" : 50.0 | ||
| }, | ||
|
|
||
| "bodyMaterialKind" : "organic", | ||
|
|
||
| "knockoutTime" : 0.3, | ||
| "knockoutEffect" : "blink", | ||
| "deathParticles" : "deathPoof", | ||
|
|
||
| "touchDamage" : { | ||
| "poly" : [ [-1.625, -2.375], [1.75, -2.375], [1.75, 2.0], [-1.625, 2.0] ], | ||
| "damage" : 15, | ||
|
|
||
| "teamType" : "enemy", | ||
| "damageSourceKind" : "lash", | ||
| "statusEffects" : [ ] | ||
| }, | ||
|
|
||
| "dropPools" : [ "potreasure" ], | ||
|
|
||
| "statusSettings" : { | ||
| "statusProperties" : { | ||
| "targetMaterialKind" : "organic" | ||
| }, | ||
|
|
||
| "appliesEnvironmentStatusEffects" : false, | ||
| "minimumLiquidStatusEffectPercentage" : 0.1, | ||
|
|
||
| "primaryScriptSources" : [ | ||
| "/stats/monster_primary.lua" | ||
| ], | ||
| "primaryScriptDelta" : 0, | ||
|
|
||
| "stats" : { | ||
| "maxHealth" : { | ||
| "baseValue" : 72 | ||
| }, | ||
| "protection" : { | ||
| "baseValue" : 1.0 | ||
| }, | ||
| "healthRegen" : { | ||
| "baseValue" : 0.0 | ||
| } | ||
| }, | ||
|
|
||
| "resources" : { | ||
| "health" : { | ||
| "maxStat" : "maxHealth", | ||
| "deltaStat" : "healthRegen", | ||
| "defaultPercentage" : 100 | ||
| }, | ||
| "sleepy" : { | ||
| "maxValue" : 100, | ||
| "defaultPercentage" : 10 | ||
| }, | ||
| "hunger" : { | ||
| "maxValue" : 100, | ||
| "defaultPercentage" : 10 | ||
| } | ||
| } | ||
| }, | ||
|
|
||
| "mouthOffset" : [0, 0], | ||
| "feetOffset" : [0, -8] | ||
| } | ||
| } |
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "objectName" : "spawnerdesian", | ||
| "rarity" : "Uncommon", | ||
| "description" : "Spawn your very own Desian!", | ||
| "shortdescription" : "Desian Spawner", | ||
| "race" : "human", | ||
| "printable" : false, | ||
| "category" : "spawner", | ||
| "price" : 300, | ||
|
|
||
| "apexDescription" : "A never-ending supply of hairless apes.", | ||
| "avianDescription" : "What could I possibly want with humans?", | ||
| "floranDescription" : "Floran not sssure if want to sssummon meat people.", | ||
| "glitchDescription" : "Concern. I've heard humans are superstitious about this kind of thing.", | ||
| "humanDescription" : "What sinister devilry is this! Human clones?! Awesome.", | ||
| "hylotlDescription" : "A human spawner. How delightfully useless.", | ||
|
|
||
| "inventoryIcon" : "defaulticon.png", | ||
| "orientations" : [ | ||
| { | ||
| "image" : "spawner_human.png", | ||
| "imagePosition" : [-8, 0], | ||
| "direction" : "right", | ||
|
|
||
| "spaceScan" : 0.1, | ||
| "anchors" : [ "bottom", "background" ] | ||
| } | ||
| ], | ||
|
|
||
| "scripts" : [ "/objects/spawner/spawners/spawner.lua" ], | ||
| "scriptDelta" : 1, | ||
| //6000, | ||
|
|
||
| "animation" : "/objects/spawner/spawners/human.animation", | ||
|
|
||
| "animationParts" : { | ||
| "switch" : "spawner_human.png" | ||
| }, | ||
| "animationPosition" : [-8, 0], | ||
|
|
||
| "inboundNodes" : [ ], | ||
| "outboundNodes" : [ ], | ||
|
|
||
| "spawner" : { | ||
| "searchRadius" : 32.0, | ||
| "npcSpeciesOptions" : [ "human" ], | ||
| "npcTypeOptions" : [ "wilddesian" ], | ||
| "npcParameterOptions" : [ | ||
| { | ||
| "dropPools" : [ ] | ||
| } | ||
| ] | ||
| } | ||
|
|
||
| } |
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "objectName" : "spawnerzombie", | ||
| "rarity" : "Uncommon", | ||
| "description" : "Spawn your very own Tomb Zombie!", | ||
| "shortdescription" : "Zombie Spawner", | ||
| "printable" : false, | ||
| "category" : "spawner", | ||
| "price" : 300, | ||
|
|
||
| "apexDescription" : "A never-ending supply of hairless apes.", | ||
| "avianDescription" : "What could I possibly want with humans?", | ||
| "floranDescription" : "Floran not sssure if want to sssummon meat people.", | ||
| "glitchDescription" : "Concern. I've heard humans are superstitious about this kind of thing.", | ||
| "humanDescription" : "What sinister devilry is this! Human clones?! Awesome.", | ||
| "hylotlDescription" : "A human spawner. How delightfully useless.", | ||
|
|
||
| "inventoryIcon" : "defaulticon.png", | ||
| "orientations" : [ | ||
| { | ||
| "image" : "spawner_human.png", | ||
| "imagePosition" : [-8, 0], | ||
| "direction" : "right", | ||
|
|
||
| "spaceScan" : 0.1, | ||
| "anchors" : [ "bottom", "background" ] | ||
| } | ||
| ], | ||
|
|
||
| "scripts" : [ "/objects/spawner/spawners/spawner.lua" ], | ||
| "scriptDelta" : 1, | ||
| //6000, | ||
|
|
||
| "animation" : "/objects/spawner/spawners/human.animation", | ||
|
|
||
| "animationParts" : { | ||
| "switch" : "spawner_human.png" | ||
| }, | ||
| "animationPosition" : [-8, 0], | ||
|
|
||
| "inboundNodes" : [ ], | ||
| "outboundNodes" : [ ], | ||
|
|
||
| "spawner" : { | ||
| "searchRadius" : 32.0, | ||
| "npcTypeOptions" : [ "tombzombie" ], | ||
| "npcParameterOptions" : [ | ||
| { | ||
| "dropPools" : [ ] | ||
| } | ||
| ] | ||
| } | ||
|
|
||
| } |
| @@ -0,0 +1,58 @@ | ||
| [ | ||
| { "op" : "add", | ||
| "path" : "/species/-", | ||
| "value" : "guy" | ||
| }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "lloydlegs1" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "lloydchest1" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "lloydback1" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "flamberge" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "vorpalsword" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "desiansword" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "desianbasichead" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "applegel" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "lemongel" } }, | ||
|
|
||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "supersonicmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "redshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "trunkssword" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "casull" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "thejackal" } }, | ||
|
|
||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "gokussjhair" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "alucardshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "bunnyhood" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "brainglass" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "drgerohat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "lucinasmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "freddymask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "maskoftruth" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "kanekismask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "vjoehelmet" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "urameshihair" } }, | ||
|
|
||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "ashitakahood" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "dandyhair" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "fumashat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "harleshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "jackscap" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "kaminaglasses" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "keatonmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "killeyshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "linkshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "linshat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "majorasmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "mariohat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "mariohatnose" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "pesmergahelmet" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "saiyanlegs" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "saiyanvest" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "scouter" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "samuraihat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "sansmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "shygalmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "strawhat" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "sonicmask" } }, | ||
| { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "variahelmet" } } | ||
|
|
||
| ] |
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "frameGrid" : { | ||
| "size" : [40, 19], | ||
| "dimensions" : [3, 1], | ||
|
|
||
| "names" : [ | ||
| [ "0", "1", "2" ] | ||
| ] | ||
| } | ||
| } |
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "projectileName" : "watershortsword", | ||
| "frames" : "watershortsword.png", | ||
| "animationCycle" : 0.07, | ||
| "frameNumber" : 3, | ||
| "damageKindImage" : "/interface/statuses/frozen.png", | ||
| "speed" : 0, | ||
| "orientationLocked" : true, | ||
| "damagePoly" : [ [-28, 9.5], [2, 9.5], [13, 6.5], [20, 1.5], [20, -1.5], [17, -4.5], [1, -9.5], [-28, -9.5] ], | ||
| "animationLoops" : false, | ||
| "piercing" : true, | ||
| "flippable" : true, | ||
| "damageKind" : "1hsword", | ||
| "lightColor" : [2, 104, 90], | ||
| "pointLight" : true, | ||
| "statusEffects" : [ | ||
| "freeze" | ||
| ] | ||
| } |
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "ashitakahood", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "dandyhair", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "brainglass", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "drgerohat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "gokussjhair", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "saiyanlegs", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "saiyanvest", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "scouter", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "trunkssword", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "freddymask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "fumashat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "head" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "harleshat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "alucardshat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "jackscap", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "kaminaglasses", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "kanekismask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "killeyshat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "bunnyhood", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "keatonmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "linkshat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "majorasmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "maskoftruth", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "lucinasmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "mariohat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "mariohatnose", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "pesmergahelmet", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "redshat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "samuraihat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "sansmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "shygalmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "head", "all" ] | ||
| } |
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "sonicmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "supersonicmask", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "strawhat", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "ironbar", "count" : 5}, | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "desianbasichead", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "lloydback1", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "lloydchest1", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "lloydlegs1", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "urameshihair", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "variahelmet", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "fabric", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "vjoehelmet", "count" : 1 }, | ||
| "groups" : [ "spinningwheel", "armors", "all" ] | ||
| } | ||
|
|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "ironbar", "count" : 10 } | ||
| ], | ||
| "output" : { "item" : "casull", "count" : 1 }, | ||
| "groups" : [ "anvil", "weapons", "all", "mod" ] | ||
| } |
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "titaniumbar", "count" : 10 } | ||
| ], | ||
| "output" : { "item" : "thejackal", "count" : 1 }, | ||
| "groups" : [ "anvil", "weapons", "all", "mod" ] | ||
| } |
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "redapple", "count" : 1 }, | ||
| { "item" : "plantfibre", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "applegel", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "mod", "craftingtable", "objects", "tools", "all" ] | ||
| } |
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "oculemon", "count" : 1 }, | ||
| { "item" : "plantfibre", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "lemongel", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "mod", "craftingtable", "objects", "tools", "all" ] | ||
| } |
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "orange", "count" : 1 }, | ||
| { "item" : "plantfibre", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "orangegel", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "mod", "craftingtable", "objects", "tools", "all" ] | ||
| } |
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "ironbar", "count" : 10} | ||
| ], | ||
| "output" : { "item" : "desiansword", "count" : 1 }, | ||
| "groups" : [ "anvil", "weapons", "all", "mod" ] | ||
| } |
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "liquidlava", "count" : 3}, | ||
| { "item" : "diamond", "count" : 1}, | ||
| { "item" : "goldbar", "count" : 1} | ||
| ], | ||
| "output" : { "item" : "flamberge", "count" : 1 }, | ||
| "groups" : [ "anvil", "weapons", "all", "mod" ] | ||
| } |
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "icecrystal", "count" : 3}, | ||
| { "item" : "diamond", "count" : 1}, | ||
| { "item" : "platinumbar", "count" : 1} | ||
| ], | ||
| "output" : { "item" : "vorpalsword", "count" : 1 }, | ||
| "groups" : [ "anvil", "weapons", "all", "mod" ] | ||
| } |