Jump to content
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: Difference between revisions

From Teriock
No edit summary
Tag: Manual revert
No edit summary
Line 30: Line 30:
},
},
types = {
types = {
goblin    = { text = 'Goblin',     link = 'Goblins'   },
goblin    = { text = 'Goblin',       link = 'Goblins'       },
orc        = { text = 'Orc',       link = 'Orcs'       },
orc        = { text = 'Orc',         link = 'Orcs'         },
dwarf      = { text = 'Dwarf',     link = 'Dwarves'   },
dwarf      = { text = 'Dwarf',       link = 'Dwarves'       },
elf        = { text = 'Elf',       link = 'Elves'     },
elf        = { text = 'Elf',         link = 'Elves'         },
troll      = { text = 'Troll',     link = 'Trolls'     },
troll      = { text = 'Troll',       link = 'Trolls'       },
giant      = { text = 'Giant',     link = 'Giants'     },
giant      = { text = 'Giant',       link = 'Giants'       },
spider    = { text = 'Spider',     link = 'Spiders'   },
spider    = { text = 'Spider',       link = 'Spiders'       },
golem      = { text = 'Golem',     link = 'Golems'     },
golem      = { text = 'Golem',       link = 'Golems'       },
ent        = { text = 'Ent',       link = 'Ents'       },
ent        = { text = 'Ent',         link = 'Ents'         },
drakespawn = { text = 'Drakespawn', link = 'Drakespawn' },
drakespawn = { text = 'Drakespawn',   link = 'Drakespawn'   },
golem      = { text = 'Golem',     link = 'Golems'     },
golem      = { text = 'Golem',       link = 'Golems'       },
moritost  = { text = 'Moritost',   link = 'Moritost'   },
moritost  = { text = 'Moritost',     link = 'Moritost'     },
ghoul      = { text = 'Ghoul',     link = 'Ghouls'     },
ghoul      = { text = 'Ghoul',       link = 'Ghouls'       },
vampire    = { text = 'Vampire',   link = 'Vampires'   },
vampire    = { text = 'Vampire',     link = 'Vampires'     },
zombie    = { text = 'Zombie',     link = 'Zombies'   },
zombie    = { text = 'Zombie',       link = 'Zombies'       },
demon      = { text = 'Demon',     link = 'Demons'     },
demon      = { text = 'Demon',       link = 'Demons'       },
angel      = { text = 'Angel',     link = 'Angels'     },
angel      = { text = 'Angel',       link = 'Angels'       },
wraith    = { text = 'Wraith',     link = 'Wraiths'   },
wraith    = { text = 'Wraith',       link = 'Wraiths'       },
phraint    = { text = 'Phraint',   link = 'Phraints'   },
phraint    = { text = 'Phraint',     link = 'Phraints'     },
saurage    = { text = 'Saurage',   link = 'Saurages'   },
saurage    = { text = 'Saurage',     link = 'Saurages'     },
human   = { text = 'Human',     link = 'Humans'     },
human   = { text = 'Human',       link = 'Humans'       },
bird      = { text = 'Bird',       link = 'Birds'     },
bird      = { text = 'Bird',         link = 'Birds'         },
bovine    = { text = 'Bovine',     link = 'Bovines'   },
bovine    = { text = 'Bovine',       link = 'Bovines'       },
cat        = { text = 'Cat',       link = 'Cats'       },
cat        = { text = 'Cat',         link = 'Cats'         },
dog        = { text = 'Dog',       link = 'Dogs'       },
dog        = { text = 'Dog',         link = 'Dogs'         },
fish      = { text = 'Fish',       link = 'Fish'     },
fish      = { text = 'Fish',         link = 'Fish'     },
amphibian  = { text = 'Amphibian', link = 'Amphibians' },
amphibian  = { text = 'Amphibian',   link = 'Amphibians'   },
mummy   = { text = 'Mummy',     link = 'Mummies'   },
mummy   = { text = 'Mummy',       link = 'Mummies'       },
drake      = { text = 'Drake',     link = 'Drakes'     },
drake      = { text = 'Drake',       link = 'Drakes'       },
dragon   = { text = 'Dragon',    link = 'Dragons'   },
dragon   = { text = 'Dragon',       link = 'Dragons'      },
lesser     = { text = 'Lesser Demon', link = 'Lesser demons' },
}
}
}
}

Revision as of 08:44, 29 September 2025

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 = '🪦' },
		beast     = { text = 'Beast',     link = 'Beast 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 = '👽️' },
		celestial = { text = 'Celestial', link = 'Celestial creatures',        symbol = '😇' },
		infernal  = { text = 'Infernal',  link = 'Infernal 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 = '👤' },
		pc        = { text = 'Playable',  link = 'Player character creatures', symbol = '🧍' },
		partial   = { text = 'Partial',   link = 'Partial humanoid creatures', symbol = '🐒' },
		aquatic   = { text = 'Aquatic',   link = 'Aquatic creatures',          symbol = '🐟️' },
		avian     = { text = 'Avian',     link = 'Avian creatures',            symbol = '🦅' },
	},
	types = {
		goblin     = { text = 'Goblin',       link = 'Goblins'       },
		orc        = { text = 'Orc',          link = 'Orcs'          },
		dwarf      = { text = 'Dwarf',        link = 'Dwarves'       },
		elf        = { text = 'Elf',          link = 'Elves'         },
		troll      = { text = 'Troll',        link = 'Trolls'        },
		giant      = { text = 'Giant',        link = 'Giants'        },
		spider     = { text = 'Spider',       link = 'Spiders'       },
		golem      = { text = 'Golem',        link = 'Golems'        },
		ent        = { text = 'Ent',          link = 'Ents'          },
		drakespawn = { text = 'Drakespawn',   link = 'Drakespawn'    },
		golem      = { text = 'Golem',        link = 'Golems'        },
		moritost   = { text = 'Moritost',     link = 'Moritost'      },
		ghoul      = { text = 'Ghoul',        link = 'Ghouls'        },
		vampire    = { text = 'Vampire',      link = 'Vampires'      },
		zombie     = { text = 'Zombie',       link = 'Zombies'       },
		demon      = { text = 'Demon',        link = 'Demons'        },
		angel      = { text = 'Angel',        link = 'Angels'        },
		wraith     = { text = 'Wraith',       link = 'Wraiths'       },
		phraint    = { text = 'Phraint',      link = 'Phraints'      },
		saurage    = { text = 'Saurage',      link = 'Saurages'      },
		human 	   = { text = 'Human',        link = 'Humans'        },
		bird       = { text = 'Bird',         link = 'Birds'         },
		bovine     = { text = 'Bovine',       link = 'Bovines'       },
		cat        = { text = 'Cat',          link = 'Cats'          },
		dog        = { text = 'Dog',          link = 'Dogs'          },
		fish       = { text = 'Fish',         link = 'Fish' 	     },
		amphibian  = { text = 'Amphibian',    link = 'Amphibians'    },
		mummy 	   = { text = 'Mummy',        link = 'Mummies'       },
		drake      = { text = 'Drake',        link = 'Drakes'        },
		dragon 	   = { text = 'Dragon',       link = 'Dragons'       },
		lesser     = { text = 'Lesser Demon', link = 'Lesser demons' },
	}
}