Module:Data/Item/p5
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Item/p5/doc
local item = { ["odd morsel"] = { effect = "Restores 30% HP to one ally. Raises [[Attack]] and lowers [[Accuracy]]/[[Evasion]].", icon = "hp", name = "Odd Morsel" }, ["soul drop"] = { effect = "Restores 10 SP to one ally.", icon = "sp", name = "Soul Drop" }, ["extinguish orb"] = { effect = "A curious orb that can cure [[Burn]] for one ally.", icon = "item", name = "Extinguish Orb" }, ["plant balm"] = { effect = "Natural oil harvested from plants. Can be used as fuel for machine tools.", icon = "material", name = "Plant Balm" }, ["bufu"] = { effect = "Allows you to learn the [[Ice]] skill [[Bufu]].", icon = "skill", name = "Bufu" }, ["frost hood"] = { defense = "110", evasion = "20", effect = "+20 SP", desc = "A lovely blue hood that bolsters mental prowess.", icon = "protectormorgana", name = "Frost Hood" } } return { item = item }