Module:SignatureTraits/List

From Aethermancer Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:SignatureTraits/List/doc

local sigTraits = {
	["CALL OF THE VOID"] = {
		name		= "Call of the Void",
		monster		= "Dark Elder",
		effect		= "At combat start, automatically cast any random Summoning spell in the game for free.",
		category	= {}
	},
	["COSMIC GLORY"] = {
		name		= "Cosmic Glory",
		monster		= "Sphinx",
		effect		= "[on action] Convert up to 2 remaining Aether into Wild Aether. Then, deal damage to target enemy equal to the amount of Wild Aether in your pool.",
		category	= {}
	},
	["COUNTER ATTACK"] = {
		name		= "Counter Attack",
		monster		= "Naga",
		effect		= "[physical retaliation] This Monster launches an immediate basic attack against that enemy.",
		category	= {}
	},
	["EAGLE EYES"] = {
		name		= "Eagle Eyes",
		monster		= "Wolpertinger",
		effect		= "This monster can copy the last [2] enemy actions and use them once.<br/>[on copied action] [purges] the same amounts and elements of Aether as were spent on the action.",
		category	= {"On Copied Actions", "Purges enemy Aether"}
	},
	["EARTHEN STRIKER"] = {
		name		= "Earthen Striker",
		monster		= "Gargoyle",
		effect		= "For every [12] [shield] this monster receives or applies to other monsters: Applies [sidekick] to self.<br/>[sidekick] Attacks of this monster consume all [sidekick] stacks at once to deal their combined damage to the enemy. <i>Additional stacks consumed are affected by damage modifiers.</i>",
		category	= {}
	},
	--["EVERFROST"] = {
	--	name		= "Everfrost",
	--	monster		= "Jotunn",
	--	effect		= "[on action] Apply Armor Break on target enemy. Then, gain 1 Shield for each stack of Armor Break on that enemy.",
	--	category	= {}
	--},
	["GIFT OF THE WYRM"] = {
		name		= "Gift of the Wyrm",
		monster		= "Wyrmling",
		effect		= "[on support action] Applies [power] to self.<br/>[on attack] Consumes all [power] stacks, then applies that many to every other ally until the end of turn.",
		category	= {"On Support Actions", "Consumes Fire Aether", "Applies Power to self", "On Attack", "Consumes Power", "Applies Power to other allies"}
	},
	["MONSTER CHEF"] = {
		name		= "Monster Chef",
		monster		= "Domovoy",
		effect		= "[on action] If the action didn't consume {cooking} stacks, applies {cooking} to self and [regen] to the ally with the lowest amount of [regen].",
		category	= {}
	},
	["POWER NEXUS"] = {
		name		= "Power Nexus",
		monster		= "Warden",
		effect		= "For every [5] Aether purged, Aether stolen, or Weakness applied by the party: Applies [power] to self.",
		category	= {"Applies Power to self"}
	},
	["PRIMEVAL BLIGHT"] = {
		name		= "Primeval Blight",
		monster		= "Tatzelwurm",
		effect		= "[on crit] Apply [poison].<br/>This monster gains +[2%] [crit] for every [poison] stack on enemies.",
		category	= {"On Crit", "Applies Poison to target", "Increases Crit Chance", "Affected by Poison stacks on enemies"}
	},
	["PUTRID ODOR"] = {
		name		= "Putrid Odor",
		monster		= "Ooze",
		effect		= "[on action] Applies [2] [poison] to self.<br/>Whenever [poison] triggers on this monster, enemies also take damage from it.",
		category	= {"On Action", "Applies Poison to self"}
	},
	["RIME WIND"] = {
		name		= "Rime Wind",
		monster		= "Jotunn",
		effect		= "Whenever damage is dealt to this monster's [shield]: Deals a combined {water}/{wind} hit to the attacker with that much damage.",
		category	= {}
	},
	--["SCHADENFREUDE"] = {
	--	name		= "Schadenfreude",
	--	monster		= "Mephisto",
	--	effect		= "The first ally and the first enemy that use an action each turn get [2] [terror] or [2] [burn] applied to them. This monster gains +[1] Damage and +[10%] [evasion] for every [15] debuff stacks among all monsters in combat.",
	--	category	= {}
	--},
	["SCORCHED EARTH"] = {
		name		= "Scorched Earth",
		monster		= "Cherufe",
		effect		= "[aura] Whenever one or more [burn] stacks are applied to an enemy: Breaks 1 {poise} on them.",
		category	= {}
	},
	--["SHARED FURY"] = {
	--	name		= "Shared Fury",
	--	monster		= "? (Originally Orthrus)",
	--	effect		= "Whenever this Monster gains Sidekick or Power, that buff is shared with another random party member.",
	--	category	= {"Triggers when receiving Power", "Applies Power to allies", "Triggers when receiving Sidekick", "Applies Sidekick to allies"}
	--},
	["TIDES OF THE VOID"] = {
		name		= "Tides of the Void",
		monster		= "Star Spawn",
		effect		= "[aura] Whenever an ally or enemy uses an action of a certain element: Generates [wild] Aether. The element is randomly chosen at the start of every round.",
		category	= {"Aura Traits"}
	},
	["TWO HEADED"] = {
		name		= "Two Headed",
		monster		= "Orthrus",
		effect		= "[on attack] If it was this monster's first attack of the turn, heals the ally with the lowest health by [3]. If it was Orthrus's second attack of the turn, applies [power] to self.",
		category	= {}
	},
	["VAMPIRISM"] = {
		name		= "Vampirism",
		monster		= "Nosferatu",
		effect		= "[aura] [terror] on enemies deals [2] more damage and heals the attacker for [33%] of the damage of the hit, rounded up.",
		category	= {"Aura Traits"}
	},
	["WHOLESOME"] = {
		name		= "Wholesome",
		monster		= "Mandragora",
		effect		= "At the start of combat: Applies [1] [regen] to self.<br/>Whenever [regen] triggers on this monster, applies [regen] to each other ally, then triggers [regen] on them.",
		category	= {}
	},
	--["WRATH OF THE VOID"] = {
	--	name		= "Wrath of the Void",
	--	effect		= "[on spell action] If you have 1 or more Wild Aether, consume up to 4 of them to cast a random damage spell in the game with equal cost.",
	--	monster		= "",
	--	category	= {"Triggers on Spell Actions", "Casts random Damage Actions", "Casts random Spell Actions"}
	--},
}

return sigTraits