Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:TagCreatures

From Teriock
Revision as of 20:40, 12 August 2025 by Gpe (talk | contribs) (// via Wikitext Extension for VSCode)

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

-- Module:TagCreatures
-- Readonly via mw.loadData in consumers.
return {
	traits = {
		undead    = { text = 'Undead',    link = 'Undead creatures',           symbol = 'πŸͺ¦' },
		corporeal = { text = 'Corporeal', link = 'Corporeal undead creatures', symbol = 'πŸ§Ÿβ€β™€οΈ' },
		skeletal  = { text = 'Skeletal',  link = 'Skeletal undead creatures',  symbol = '🦴' },
		spectral  = { text = 'Spectral',  link = 'Spectral undead creatures',  symbol = 'πŸ‘»' },
		minor     = { text = 'Minor',     link = 'Minor undead creatures',     symbol = '🧟' },
		full      = { text = 'Full',      link = 'Full undead creatures',      symbol = 'πŸ’€' },
		greater   = { text = 'Greater',   link = 'Greater undead creatures',   symbol = 'πŸ§›' },
		outsider  = { text = 'Outsider',  link = 'Outsider creatures',         symbol = 'πŸ‘½οΈ' },
		angelic   = { text = 'Angelic',   link = 'Angelic creatures',          symbol = 'πŸ˜‡' },
		demonic   = { text = 'Demonic',   link = 'Demonic creatures',          symbol = 'πŸ‘Ώ' },
		elemental = { text = 'Elemental', link = 'Elemental creatures',        symbol = '🌞' },
		plant     = { text = 'Plant',     link = 'Plant creatures',            symbol = '🌿' },
		construct = { text = 'Construct', link = 'Construct creatures',        symbol = 'πŸ—Ώ' },
		draconic  = { text = 'Draconic',  link = 'Draconic creatures',         symbol = '🐲' },
		fae       = { text = 'Fae',       link = 'Fae creatures',              symbol = '🧚' },
		animal    = { text = 'Animal',    link = 'Animal creatures',           symbol = 'πŸ¦€' },
		common    = { text = 'Common',    link = 'Common animal creatures',    symbol = '🐾' },
		ooze      = { text = 'Ooze',      link = 'Ooze creatures',             symbol = 'πŸ’©' },
		monstrous = { text = 'Monstrous', link = 'Monstrous creatures',        symbol = '🧌' },
		humanoid  = { text = 'Humanoid',  link = 'Humanoid creatures',         symbol = 'πŸ‘€' },
		partial   = { text = 'Partial',   link = 'Partial humanoid creatures', symbol = 'πŸ’' },
		aquatic   = { text = 'Aquatic',   link = 'Aquatic creatures',          symbol = '🐟️' },
	}
}