Module:Keywords/data

From Astrea Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Keywords/data/doc

--Data for each keyword & icons

local keyData = {
	["Keywords"] = {
		{Name = "Light Shield",
		Oracle = "Any",
		Image = "Light Shield.png",
		Link = "Keywords",
		Text = "Blocks X Corruption until the start of your next turn.",
		Code = "#Light Shield"
		},
		{Name = "Ghastly Fire",
		Oracle = "Sothis",
		Image = "Ghastly Fire.png",
		Link = "Keywords",
		Text = "- Minimum Soul Heat: 10: Apply 10 [[File:Relief.png|20x20px|middle]] '''Relief''' to any target. <br>- Minimum Soul Heat: 6: Apply 5 [[File:Relief.png|20x20px|middle]] '''Relief''' to any target. <br>- Minimum Soul Heat: 0: Apply 4 [[File:Affliction.png|20x20px|middle]] '''Affliction''' to any target. <br>Reset your Soul Heat to 0.",
		Text2 = "[[File:Relief.png|20x20px|middle]] '''Relief''' <br>Creatures with Relief receive X Purification at the end of their turn, then decreases Relief by 1.",
		Text3 = "[[File:Affliction.png|20x20px|middle]] '''Affliction''' <br>Creatures with Affliction receive X Corruption at the end of their turn.",
		Code = "#Ghastly Fire"
		},
	},
}

return keyData