Module:Gear/FryingPans/Data

From Fantasy Life Wiki
Jump to navigation Jump to search

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

-- Fyring Pans Data
local T = "[[Tools|Tool]] ([[Frying Pans|Frying Pan]])"
local S = "[[Cooking]]"
local A = "Cooking"
local P = "------"
local C = "[[Blacksmith]]"
local H = " (High Level)"

local Data =
{
	["Pretend Frying Pan"] = {
		Japanese = "ままごとフライパン",
		Description = "Frying pan for practice. Also used by kids when playing house.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 6,
		Special = P,
		Sold = 400,
		Sell = 10,
		Type = T
	},
	["Bronze Frying Pan"] = {
		Japanese = "ブロンズフライパン",
		Description = "Frying pan made of bronze. Sturdy, and gets the job done.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 9,
		Special = P,
		CraftClass = C,
		CraftRank = "Fledgling",
		Ingredients = { "[[Bronze Ingot]]", "[[Woven Straw Fabric]]"},
		Amount = { 2, 1 },
		Exp = 10,
		Sold = 840,
		Sell = 450,
		Type = T
	},
	["Iron Frying Pan"] = {
		Japanese = "アイアンフライパン",
		Description = "Frying pan made of iron. Great for cooking delicious dishes!",
		Rarity = 1,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 2,
		Stat1 = A,
		Stat1Value = 12,
		Special = P,
		CraftClass = C,
		CraftRank = "Apprentice",
		Ingredients = { "[[Iron Ingot]]", "[[Dandelion Cotton]]" },
		Amount = { 2, 1 },
		Exp = 25,
		Sold = 1520,
		Sell = 700,
		Type = T
	},
	["Silver Frying Pan"] = {
		Japanese = "シルバーフライパン",
		Description = "A frying pan made of sparkling silver. Its silver finish makes for non-stick meals.",
		Rarity = 2,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 3,
		Stat1 = A,
		Stat1Value = 17,
		Special = "Higher quality rate +1%",
		CraftClass = C,
		CraftRank = "Adept",
		Ingredients = { "[[Silver Ingot]]", "[[Silk]]" },
		Amount = { 2, 1 },
		Exp = 65,
		Sold = 2400,
		Sell = 1350,
		Type = T
	},
	["Gold Frying Pan"] = {
		Japanese = "ゴールドフライパン",
		Description = "Frying pan made of gold. Cooks food evenly first time, every time.",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 4,
		Stat1 = A,
		Stat1Value = 22,
		Special = P,
		CraftClass = C,
		CraftRank = "Expert",
		Ingredients = { "[[Gold Ingot]]", "[[Sunny Cotton]]" },
		Amount = { 2, 1 },
		Exp = 115,
		Sold = 4000,
		Sell = 1700,
		Type = T
	},
	["Clam Frying Pan"] = {
		Japanese = "貝がらパン",
		Description = "Frying pan designed like a clam shell. Retains heat extremely well.",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 5,
		Stat1 = A,
		Stat1Value = 28,
		Special = "Higher quality rate +5%",
		CraftClass = C,
		CraftRank = "Expert"..H,
		Ingredients = { "[[Platinum Ingot]]", "[[Rainbow Shell]]", "[[Sapphire]]" },
		Amount = { 2, 2, 1 },
		Exp = 130,
		Sold = 8000,
		Sell = 7250,
		Type = T
	},
	["Enchanted Frying Pan"] = {
		Japanese = "マジカルパン",
		Description = "A frying pan with a magical aura. Its enchanted coating makes for magical meals!",
		Rarity = 4,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 6,
		Stat1 = A,
		Stat1Value = 36,
		Special = P,
		CraftClass = C,
		CraftRank = "God-in-Training"..H,
		Ingredients = { "[[Magic Ingot]]", "[[Star Cluster]]", "[[Magic Powder]]" },
		Amount = { 2, 1, 2 },
		Exp = 200,
		Sold = 11000,
		Sell = 7000,
		Type = T
	},
	["Foreign Frying Pan"] = {
		Japanese = "異国のなべ",
		Description = "A frying pan from a distant land. Brings out the best in any dish. ",
		Rarity = 4,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 7,
		Stat1 = A,
		Stat1Value = 44,
		Special = "Higher quality rate +20%",
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Magic Ingot]]", "[[Ancient Shell]]", "[[Black Onyx]]" },
		Amount = { 2, 1, 1 },
		Exp = 200,
		Sold = 16000,
		Sell = 8000,
		Type = T
	},
	["Frymaster 2000"] = {
		Japanese = "マスターオブシェフ",
		Description = "A frying pan crafted from divine materials. It doesn't make meals, it makes legends!",
		Rarity = 5,
		Usable = { "Cook" },
		Skill = S,
		SkillLvl = 11,
		Stat1 = A,
		Stat1Value = 54,
		Special = "Higher quality rate +25%",
		CraftClass = C,
		CraftRank = "God"..H,
		Ingredients = { "[[Bismuth Ingot]]", "[[Mysterious Artifact]]", "[[Light Mana]]" },
		Amount = { 2, 2, 1 },
		Exp = 600,
		Sold = "N/A",
		Sell = 37000,
		Type = T
	},
	["Ancient Frying Pan"] = {
		Japanese = "古代石のなべ",
		Description = "Unique pan made from age-old stones. Holds the ancient secret for perfect fried eggs! ",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 12,
		Stat1 = A,
		Stat1Value = 50,
		Special = "Crafting time limit +",
		CraftClass = C,
		CraftRank = "God-in-Training",
		Ingredients = { "[[Ancient Ingot]]", "[[Ancient Stone]]", "[[Ancient Seashell]]" },
		Amount = { 2, 1, 1 },
		Exp = 600,
		Sold = 40000,
		Sell = 8000,
		Type = T,
		DLC = 1
	},
	["Phoenix Frying Pan"] = {
		Japanese = "フェニックスパン",
		Description = "Pan of mythical origin. Brings any botched meal back to life!",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 13,
		Stat1 = A,
		Stat1Value = 65,
		Special = "Crafting S. Skill rate +25%",
		CraftClass = C,
		CraftRank = "God-in-Training",
		Ingredients = { "[[Ancient Ingot]]", "[[Golden Fin]]", "[[Divine Bird's Feather]]" },
		Amount = { 2, 1, 1 },
		Exp = 1500,
		Sold = "N/A",
		Sell = 18000,
		Type = T,
		DLC = 1
	},
	["Pan de Cuisine"] = {
		Japanese = "ライジングパン",
		Description = "An exceptional pan for exceptional chefs. A flavour explosion in every meal. Très bien!",
		Rarity = 5,
		Usable = { "Cook" },
		Skill = S,
		SkillLvl = 15,
		Stat1 = A,
		Stat1Value = 70,
		Special = "Higher quality rate +30%",
		CraftClass = C,
		CraftRank = "God",
		Ingredients = { "[[Demonic Ingot]]", "[[Element Zero]]", "[[Crystal Scale]]" },
		Amount = { 2, 1, 1 },
		Exp = 1800,
		Sold = "N/A",
		Sell = 30000,
		Type = T,
		DLC = 1
	}
}
return Data