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 = 'π¦
' },
-- angelic = { text = 'Angelic', link = 'Angelic creatures', symbol = 'π' },
-- demonic = { text = 'Demonic', link = 'Demonic 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' },
}
}