Module:Gear/Staves/Data

From Fantasy Life Wiki
Jump to navigation Jump to search

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

-- Staves Data
local T = "[[Weapons|Weapon]] ([[Staves|Staff]])"
local S = "[[Magic Skill]]"
local A = "Magic Attack"
local P = "------"
local C = "[[Carpenter]]"
local H = " (High Level)"

local Data =
{
	["Novice's Staff"] = {
		Description = "A beginner's magic staff.<br>It's more bark than bite.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 4,
		Special = P,
		Sold = 400,
		Sell = 10,
		Type = T
	},
	["Oak Staff"] = {
		Description = "A magic staff made of oak.<br>Its power is nothing to write home about.",
		Rarity = 0,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 1,
		Stat1 = A,
		Stat1Value = 8,
		Special = P,
		CraftClass = C,
		CraftRank = "Fledgling",
		Ingredients = { "[[Oak Beam]]", "[[Blue Stone]]" },
		Amount = { 2, 1 },
		Sold = 1500,
		Sell = 1300,
		Type = T
	},
	["Pine Staff"] = {
		Description = "A magic staff made of pine wood.<br>Able to channel the user's magic.",
		Rarity = 1,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 2,
		Stat1 = A,
		Stat1Value = 12,
		Special = P,
		CraftClass = C,
		CraftRank = "Apprentice",
		Ingredients = { "[[Pine Beam]]", "[[Yellow Stone]]" },
		Amount = { 2, 2 },
		Sold = 2500,
		Sell = 1700,
		Type = T
	},
	["Palm Staff"] = {
		Description = "A magic staff made of palm wood.<br>Its look and feel are well known.",
		Rarity = 2,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 2,
		Stat1 = A,
		Stat1Value = 17,
		Special = P,
		CraftClass = C,
		CraftRank = "Apprentice",
		Ingredients = { "[[Palm Beam]]", "[[Ruby]]" },
		Amount = { 2, 1 },
		Sold = 3500,
		Sell = 3400,
		Type = T
	},
	["Sugar Staff"] = {
		Description = "A magic staff made of sugar wood.<br>Its shiny finish exudes a magical air.",
		Rarity = 3,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 3,
		Stat1 = A,
		Stat1Value = 22,
		Special = P,
		CraftClass = C,
		CraftRank = "Adept",
		Ingredients = { "[[Sugar Beam]]", "[[Purple Stone]]" },
		Amount = { 2, 2 },
		Sold = 5500,
		Sell = 5100,
		Type = T
	},
	["Mooncrest Staff"] = {
		Description = "A staff believed to contain the essence of<br>the moon. It exudes a soft, other-wordly glow.",
		Rarity = 4,
		Usable = { "Magician", "Alchemist" },
		Skill = S,
		SkillLvl = 4,
		Stat1 = A,
		Stat1Value = 28,
		Special = "Intelligence +4",
		CraftClass = C,
		CraftRank = "Expert"..H,
		Ingredients = { "[[Fir Beam]]", "[[Moon Cluster]]", "[[Amethyst]]" },
		Amount = { 2, 1, 1 },
		Sold = 12000,
		Sell = 4600,
		Type = T
	},
	["Star Staff"] = {
		Description = "A staff said to hold the essence of the stars.<br>It shines brightly through the darkness.",
		Rarity = 4,
		Usable = { "Magician", "Alchemist" },
		Skill = S,
		SkillLvl = 4,
		Stat1 = A,
		Stat1Value = 32,
		Special = "Luck +4",
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Starry Beam]]", "[[Star Cluster]]", "[[Emerald]]" },
		Amount = { 2, 1, 1 },
		Sold = 15000,
		Sell = 6200,
		Type = T
	},
	["Purrfection Staff"] = {
		Description = "A staff with a distinctly feline style.<br>This staff is pawsitively the cat's meow!",
		Rarity = 4,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 5,
		Stat1 = A,
		Stat1Value = 36,
		Special = P,
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Earth Beam]]", "[[Angelic Cotton]]", "[[Giant Claws]]" },
		Amount = { 2, 2, 1 },
		Sold = 18000,
		Sell = 10500,
		Type = T
	},
	["Bat Wing Staff"] = {
		Description = "A staff said to house the power of a demon.<br>Stare at it and you might be lost in darkness.",
		Rarity = 4,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 5,
		Stat1 = A,
		Stat1Value = 40,
		Special = "Focus +4",
		CraftClass = C,
		CraftRank = "Master"..H,
		Ingredients = { "[[Wind Beam]]", "[[Evil Wings]]", "[[Sinister Branch]]" },
		Amount = { 2, 1, 1 },
		Sold = 24000,
		Sell = 14000,
		Type = T
	},
	["Dragon's Tail"] = {
		Description = "A staff made from a dragon's tail.<br>The dragon's spirit still inhabits the staff.",
		Rarity = 4,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 6,
		Stat1 = A,
		Stat1Value = 46,
		Special = P,
		CraftClass = C,
		CraftRank = "God"..H,
		Ingredients = { "[[Starry Beam]]", "[[Sun Cluster]]", "[[Dragon Scales]]" },
		Amount = { 2, 1, 1 },
		Sold = 28000,
		Sell = 9200,
		Type = T
	},
	["Staff of Wisdom"] = {
		Description = "An old staff used since the dawn of time. It's<br>said to hold the lives of all its former users.",
		Rarity = 5,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 7,
		Stat1 = A,
		Stat1Value = 52,
		Special = "Intelligence +6",
		CraftClass = C,
		CraftRank = "God"..H,
		Ingredients = { "[[Gigaga Beam]]", "[[Magic Power Orb]]", "[[Magic Powder]]" },
		Amount = { 2, 1, 1 },
		Sold = "N/A",
		Sell = 13000,
		Type = T
	},
	["Dragon Staff"] = {
		Description = "An age-old staff that bestows the wisdom of<br>an ancient dragon upon its wielder.",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 8,
		Stat1 = A,
		Stat1Value = 54,
		Special = "Battle EXP + (+10%)",
		CraftClass = C,
		CraftRank = "God-in-Training",
		Ingredients = { "[[Divine Beam]]", "[[Rainbow Mana]]", "[[Ancient Coral]]" },
		Amount = { 2, 1, 1 },
		Sold = 30000,
		Sell = 11800,
		Type = T
	},
	["Serpent Staff"] = {
		Description = "The most sought-after of legendary staffs. Grants the user unparalleled magical power.",
		Rarity = 5,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 10,
		Stat1 = A,
		Stat1Value = 60,
		Special = "S. Skill charge rate x1.5",
		CraftClass = C,
		CraftRank = "Hero"..H,
		Ingredients = { "[[Skytree Beam]]", "[[Elder Skytree Log]]", "[[Celestial Scales]]" },
		Amount = { 1, 1, 1 },
		Sold = "N/A",
		Sell = 7500,	
		Type = T
	},
	["Bon Bon-Bon"] = {
		Description = "Resembles a treat more than a weapon, but don't be fooled - its power is pretty sweet!",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 12,
		Stat1 = A,
		Stat1Value = 58,
		Special = "HP orb drop ++",
		CraftClass = C,
		CraftRank = "God-in-Training",
		Ingredients = { "[[Gigaga Beam]]", "[[Yggdrasil Branch]]", "[[Remote Island Honey]]" },
		Amount = { 2, 1, 3 },
		Sold = "N/A",
		Sell = "?",
		Type = T
	},
	["Esmerelda's Staff"] = {
		Description = "A magic staff used by Esmerelda. Imparts the user with the wisdom of the ancients.",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 12,
		Stat1 = A,
		Stat1Value = 80,
		Special = "SP recovery speed ++++",
		Sold = "N/A",
		Sell = 10,
		Type = T
	},
	["Chaos Bringer"] = {
		Description = "A staff with a demon sealed within, the very presence of which taints the wielder's soul.",
		Rarity = 5,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 15,
		Stat1 = A,
		Stat1Value = 65,
		Special = "Intelligence +10",
		CraftClass = C,
		CraftRank = "God-in-Training"..H,
		Ingredients = { "[[Gigaga Beam]]", "[[Spell Stone]]", "[[Berserk Stone]]" },
		Amount = { 2, 1, 1 },
		Sold = "N/A",
		Sell = 11000,
		Type = T
	},
	["Staff of Dawn"] = {
		Description = "A staff holding the spirit of a god. Grants the user divine power to vanquish all darkness!",
		Rarity = 5,
		Usable = { "Magician" },
		Skill = S,
		SkillLvl = 15,
		Stat1 = A,
		Stat1Value = 75,
		Special = "Special Skill damage +",
		CraftClass = C,
		CraftRank = "God",
		Ingredients = { "[[Divine Beam]]", "[[Yggdrasil Branch]]", "[[Star Diamond]]" },
		Amount = { 2, 1, 1 },
		Sold = "N/A",
		Sell = 32000,
		Type = T
	},
	["Dark Sultan's Staff"] = {
		Description = "A magic staff from Al Maajikan legend. Once used by the Legendary Dark Sultan",
		Rarity = 5,
		Usable = { "All" },
		Skill = S,
		SkillLvl = 15,
		Stat1 = A,
		Stat1Value = 110,
		Special = "Magic Attack +30",
		Sold = "N/A",
		Sell = 10,
		Type = T
	}
}
return Data