Module:Gear/Flasks/Data

From Fantasy Life Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Gear/Flasks/Data/doc

-- Flasks Data
local T = "[[Tools|Tool]] ([[Flasks|Flask]])"
local S = "[[Alchemy]]"
local A = "Alchemy"
local P = "------"
local C = "[[Alchemist]]"
local H = " (High Level)"

local Data =
{
	["Experimental Flask"] = {
		Japanese = "じっけんフラスコ",
		Description = "A flask for practicing. Not suitable for dangerous mixtures.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 6,
		Special = P,
		Sold = 400,
		Sell = 10,
		Type = T
	},
	["Science Flask"] = {
		Japanese = "けんきゅうのフラスコ",
		Description = "Small flask used for science. Perfect for budding Alchemists.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 9,
		Special = P,
		CraftClass = C,
		CraftRank = "Fledgling"..H,
		Ingredients = { "[[Blue Stone]]", "[[Castele Bloom]]", "[[Spring Water]]" },
		Amount = { 2, 1, 2 },
		Exp = 15,
		Sold = 2800,
		Sell = 2400,
		Type = T
	},
	["Inventor's Flask"] = {
		Japanese = "はつめいのフラスコ",
		Description = "Flask with a slightly foul smell. Smelly but effective!",
		Rarity = 1,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 2,
		Stat1 = A,
		Stat1Value = 12,
		Special = P,
		CraftClass = C,
		CraftRank = "Apprentice"..H,
		Ingredients = { "[[Blue Stone]]", "[[Rejuvenating Berries]]", "[[Green Gel]]" },
		Amount = { 2, 1, 2 },
		Exp = 45,
		Sold = 3400,
		Sell = 2700,
		Type = T
	},
	["Bubbling Flask"] = {
		Japanese = "そうぞうのフラスコ",
		Description = "Flask that's always bubbling. Who knows what mixtures it can make?",
		Rarity = 2,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 3,
		Stat1 = A,
		Stat1Value = 16,
		Special = "Higher quality rate +1%",
		CraftClass = C,
		CraftRank = "Adept"..H,
		Ingredients = { "[[Purple Stone]]", "[[Port Puerto Bloom]]", "[[Blue Gel]]" },
		Amount = { 2, 1, 2 },
		Exp = 80,
		Sold = 5200,
		Sell = 4800,
		Type = T
	},
	["Wisdom Flask"] = {
		Japanese = "えいちのフラスコ",
		Description = "Flask that emits mysterious white smoke. You have to see it to believe it!",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 4,
		Stat1 = A,
		Stat1Value = 20,
		Special = P,
		CraftClass = C,
		CraftRank = "Expert"..H,
		Ingredients = { "[[Purple Stone]]", "[[Al Maajik Bloom]]", "[[Purple Gel]]" },
		Amount = { 2, 1, 2 },
		Exp = 130,
		Sold = 6000,
		Sell = 5000,
		Type = T
	},
	["Sol Flask"] = {
		Japanese = "煮えたつフラスコ",
		Description = "Flask infused with the power of fire. Some say it's too hot to handle.",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 5,
		Stat1 = A,
		Stat1Value = 24,
		Special = "Higher quality rate +5%",
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Ruby]]", "[[Sun Cluster]]", "[[Red Gel]]" },
		Amount = { 1, 1, 2 },
		Exp = 200,
		Sold = 9000,
		Sell = 5000,
		Type = T
	},
	["Icicle Flask"] = {
		Japanese = "凍りつくフラスコ",
		Description = "Flask infused with the power of water. Some say it's the coolest flask in town.",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 6,
		Stat1 = A,
		Stat1Value = 30,
		Special = "Higher quality rate +10%",
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Sapphire]]", "[[Moon Cluster]]", "[[King Gel]]" },
		Amount = { 1, 1, 1 },
		Exp = 200,
		Sold = 12500,
		Sell = 8700,
		Type = T
	},
	["Bolt Flask"] = {
		Japanese = "いかづちのフラスコ",
		Description = "Flask infused with the power of lightning. Strikes the user with a bolt of inspiration.",
		Rarity = 4,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 7,
		Stat1 = A,
		Stat1Value = 36,
		Special = P,
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Black Onyx]]", "[[Star Cluster]]", "[[Yellow Gel]]" },
		Amount = { 1, 1, 2 },
		Exp = 200,
		Sold = 18000,
		Sell = 6300,
		Type = T
	},
	["Forbidden Flask"] = {
		Japanese = "きんだんのフラスコ",
		Description = "The most forbidden of flasks. Only Castele-certified Alchemists can use it.",
		Rarity = 4,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 8,
		Stat1 = A,
		Stat1Value = 44,
		Special = "Higher quality rate +20%",
		CraftClass = C,
		CraftRank = "Hero"..H,
		Ingredients = { "[[Diamond]]", "[[Evil Wings]]", "[[Pink Gel]]" },
		Amount = { 1, 1, 2 },
		Exp = 230,
		Sold = 15000,
		Sell = 7500,
		Type = T
	},
	["Miracle Flask"] = {
		Japanese = "奇跡のフラスコ",
		Description = "The ultimate in alchemy flasks. Allows the user to make anything!",
		Rarity = 5,
		Usable = { "Alchemist" },
		Skill = S,
		SkillLvl = 11,
		Stat1 = A,
		Stat1Value = 54,
		Special = "Higher quality rate +25%",
		CraftClass = C,
		CraftRank = "God"..H,
		Ingredients = { "[[Moon Cluster]]", "[[Snow-White Feather]]", "[[Queen Gel]]" },
		Amount = { 1, 1, 1 },
		Exp = 230,
		Sold = "N/A",
		Sell = 12000,
		Type = T
	},
	["Flask of Dawn"] = {
		Japanese = "げんしょのフラスコ",
		Description = "Flask containing the ancient wisdom. Allows for the creation of forgotten mixtures.",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 12,
		Stat1 = A,
		Stat1Value = 50,
		Special = "Crafting time limit +",
		CraftClass = C,
		CraftRank = "God-in-Training",
		Ingredients = { "[[Ancient Stone]]", "[[Ancient Coral]]", "[[White Gel]]" },
		Amount = { 1, 1, 2 },
		Exp = 600,
		Sold = 43000,
		Sell = 6000,
		Type = T,
		DLC = 1
	},
	["Big Bang Flask"] = {
		Japanese = "ビッグバンフラスコ",
		Description = "Flask filled with cosmic energy. One wrong move and the universe is DOOMED!",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 13,
		Stat1 = A,
		Stat1Value = 65,
		Special = "Crafting S. Skill rate +25%",
		CraftClass = C,
		CraftRank = "God-in-Training"..H,
		Ingredients = { "[[Ancient Orb]]", "[[Rainbow Mana +]]", "[[Other-Worldly Powder]]" },
		Amount = { 1, 2, 2 },
		Exp = 1500,
		Sold = "N/A",
		Sell = 28000,
		Type = T,
		DLC = 1
	},
	["Yggdrasil Flask"] = {
		Japanese = "たんじょうのフラスコ",
		Description = "Ultimate flask, imbued with the power of life. Its tree shape evokes images of creation.",
		Rarity = 5,
		Usable = { "Alchemist" },
		Skill = S,
		SkillLvl = 15,
		Stat1 = A,
		Stat1Value = 70,
		Special = "Higher quality rate +30%",
		CraftClass = C,
		CraftRank = "God"..H,
		Ingredients = { "[[Mysterious Artefact]]", "[[Lifeforce Cluster]]", "[[Goddess's Bead]]" },
		Amount = { 1, 2, 2 },
		Exp = 1800,
		Sold = "N/A",
		Sell = 36000,
		Type = T,
		DLC = 1
	}
}
return Data