Module:SummonableCreatureData: Difference between revisions

From UO Outlands Wiki
Jump to navigation Jump to search
(Created page with "local p = { ["Daemon"] = { ["slots"] = 2, ["combat"] = "Spell", ["hits"] = 600, ["mindmg"] = 24, ["maxdmg"] = 30, ["wrestling"] = 95, ["armor"] = 50, ["magicresist"] = 50, ["innateability"] = "Fury", ["spellname"] = "Summon Daemon", ["spellicon"] = "iconsummondaemon", }, ["Air Elemental"] = { ["slots"] = 2, ["combat"] = "Melee", ["hits"] = 500,...")
 
No edit summary
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
-- Unique summons, non-tameable not necro reskins
local p = {
local p = {
    ["Daemon"] = {
  ["Daemon"] = {
        ["slots"] = 2,
    ["slots"] = 2,
        ["combat"] = "Spell",
    ["combat"] = "Spell",
        ["hits"] = 600,
    ["hits"] = 600,
        ["mindmg"] = 24,
    ["mindmg"] = 26,
        ["maxdmg"] = 30,
    ["maxdmg"] = 32,
        ["wrestling"] = 95,
    ["wrestling"] = 95,
        ["armor"] = 50,
    ["armor"] = 50,
        ["magicresist"] = 50,
    ["magicresist"] = 100,
        ["innateability"] = "Fury",
    ["innateability"] = "Fury",
        ["spellname"] = "Summon Daemon",
    ["spellname"] = "Summon Daemon",
        ["spellicon"] = "iconsummondaemon",
    ["spellicon"] = "summondaemon1",
    },
  },
    ["Air Elemental"] = {
  ["Air Elemental"] = {
        ["slots"] = 2,
    ["slots"] = 2,
        ["combat"] = "Melee",
    ["combat"] = "Melee",
        ["hits"] = 500,
    ["hits"] = 500,
        ["mindmg"] = 30,
    ["mindmg"] = 34,
        ["maxdmg"] = 40,
    ["maxdmg"] = 40,
        ["wrestling"] = 110,
    ["wrestling"] = 100,
        ["armor"] = 25,
    ["armor"] = 50,
        ["magicresist"] = 50,
    ["magicresist"] = 100,
        ["passiveability"] = "Bleed",
    ["innateability"] = "Cleave",
        ["innateability"] = "Cleave",
    ["spellname"] = "Air Elemental",
        ["spellname"] = "Summon Air Elemental",
    ["spellicon"] = "summonairele1",
        ["spellicon"] = "iconsummonair",
  },
    },
  ["Earth Elemental"] = {
    ["Earth Elemental"] = {
    ["slots"] = 2,
        ["slots"] = 2,
    ["combat"] = "Melee",
        ["combat"] = "Melee",
    ["hits"] = 550,
        ["hits"] = 600,
    ["mindmg"] = 30,
        ["mindmg"] = 40,
    ["maxdmg"] = 36,
        ["maxdmg"] = 50,
    ["wrestling"] = 95,
        ["wrestling"] = 95,
    ["armor"] = 75,
        ["armor"] = 75,
    ["magicresist"] = 50,
        ["magicresist"] = 50,
    ["specialresist"] = 0.33,
        ["specialresist"] = 0.33,
    ["innateability"] = "Rooted",
        ["innateability"] = "Rooted",
    ["spellname"] = "Earth Elemental",
        ["spellname"] = "Summon Earth Elemental",
    ["spellicon"] = "summonearthele1",
        ["spellicon"] = "iconsummonearth",
  },
    },
  ["Water Elemental"] = {
    ["Water Elemental"] = {
    ["slots"] = 2,
        ["slots"] = 2,
    ["combat"] = "Spell",
        ["combat"] = "Spell",
    ["hits"] = 550,
        ["hits"] = 600,
    ["mindmg"] = 24,
        ["mindmg"] = 24,
    ["maxdmg"] = 30,
        ["maxdmg"] = 30,
    ["wrestling"] = 100,
        ["wrestling"] = 100,
    ["armor"] = 50,
        ["armor"] = 25,
    ["magicresist"] = 150,
        ["magicresist"] = 150,
    ["poisonresist"] = 0.66,
        ["poisonresist"] = 0.66,
    ["specialresist"] = 0.33,
        ["specialresist"] = 0.33,
    ["cooldownability"] = "Mirror",
        ["cooldownability"] = "Mirror",
    ["innateability"] = "Elusive Form",
        ["innateability"] = "Elusive Form",
    ["spellname"] = "Water Elemental",
        ["spellname"] = "Summon Water Elemental",
    ["spellicon"] = "summonwaterele1",
        ["spellicon"] = "iconsummonwater",
  },
    },
  ["Fire Elemental"] = {
    ["Fire Elemental"] = {
    ["slots"] = 2,
        ["slots"] = 2,
    ["combat"] = "Spell",
        ["combat"] = "Spell",
    ["hits"] = 400,
        ["hits"] = 400,
    ["mindmg"] = 28,
        ["mindmg"] = 28,
    ["maxdmg"] = 34,
        ["maxdmg"] = 34,
    ["wrestling"] = 85,
        ["wrestling"] = 85,
    ["armor"] = 25,
        ["armor"] = 25,
    ["magicresist"] = 100,
        ["magicresist"] = 50,
    ["cooldownability"] = "Epic Barrage",
        ["cooldownability"] = "Epic Barrage",
    ["spellname"] = "Fire Elemental",
        ["spellname"] = "Summon Fire Elemental",
    ["spellicon"] = "summonfireele1",
        ["spellicon"] = "iconsummonfire",
  },
    },
  ["Energy Vortex"] = {
    ["Energy Vortex"] = {
    ["slots"] = 2,
        ["slots"] = 2,
    ["combat"] = "Melee",
        ["combat"] = "Melee",
    ["hits"] = 500,
        ["hits"] = 600,
    ["mindmg"] = 38,
        ["mindmg"] = 36,
    ["maxdmg"] = 46,
        ["maxdmg"] = 42,
    ["wrestling"] = 105,
        ["wrestling"] = 105,
    ["armor"] = 50,
        ["armor"] = 25,
    ["magicresist"] = 100,
        ["magicresist"] = 100,
    ["poisonresist"] = 0.33,
        ["innateability"] = "Discharge",
    ["specialresist"] = 0.33,
        ["spellname"] = "Energy Vortex",
    ["innateability"] = "Discharge",
        ["spellicon"] = "iconenergyvortex",
    ["spellname"] = "Energy Vortex",
    },
    ["spellicon"] = "summonev1",
    ["Blade Spirit"] = {
  },
        ["slots"] = 1,
  ["Blade Spirit"] = {
        ["combat"] = "Melee",
    ["slots"] = 1,
        ["hits"] = 300,
    ["combat"] = "Melee",
        ["mindmg"] = 18,
    ["hits"] = 250,
        ["maxdmg"] = 22,
    ["mindmg"] = 18,
        ["wrestling"] = 90,
    ["maxdmg"] = 22,
        ["armor"] = 50,
    ["wrestling"] = 90,
        ["magicresist"] = 50,
    ["armor"] = 50,
        ["innateability"] = "Diversion",
    ["magicresist"] = 50,
        ["spellname"] = "Blade Spirits",
    ["poisonresist"] = 0.33,
        ["spellicon"] = "iconbladespirits",
    ["specialresist"] = 0.33,
    },
    ["innateability"] = "Diversion",
    ["Vampire Thrall"] = {
    ["spellname"] = "Blade Spirits",
        ["slots"] = 2,
    ["spellicon"] = "bladespirit1",
        ["combat"] = "Spell",
  },
        ["hits"] = 600,
  ["Zombie"] = {
        ["mindmg"] = 24,
    ["slots"] = 1,
        ["maxdmg"] = 30,
    ["combat"] = "Melee",
        ["wrestling"] = 95,
    ["hits"] = 175,
        ["armor"] = 50,
    ["mindmg"] = 12,
        ["magicresist"] = 50,
    ["maxdmg"] = 16,
        ["innateability"] = "Fury",
    ["wrestling"] = 40,
        ["spellname"] = "Summon Daemon",
    ["armor"] = 25,
        ["spellicon"] = "iconsummondaemon",
    ["magicresist"] = 50,
        ["necro"] = true,
    ["passiveability"] = "Disease",
    },
    ["spellname"] = "Summon Creature",
    ["Skeletal Fiend"] = {
    ["spellicon"] = "summoncreature",
        ["slots"] = 2,
    ["creaturepool"] = 1,
        ["combat"] = "Melee",
    ["necro"] = true,
        ["hits"] = 500,
  },
        ["mindmg"] = 30,
  ["Skeleton"] = {
        ["maxdmg"] = 40,
    ["slots"] = 1,
        ["wrestling"] = 110,
    ["combat"] = "Melee",
        ["armor"] = 25,
    ["hits"] = 175,
        ["magicresist"] = 50,
    ["mindmg"] = 14,
        ["passiveability"] = "Bleed",
    ["maxdmg"] = 18,
        ["innateability"] = "Cleave",
    ["wrestling"] = 45,
        ["spellname"] = "Summon Air Elemental",
    ["armor"] = 25,
        ["spellicon"] = "iconsummonair",
    ["magicresist"] = 50,
        ["necro"] = true,
    ["passiveability"] = "Enrage",
    },
    ["spellname"] = "Summon Creature",
    ["Ancient Mummy"] = {
    ["spellicon"] = "summoncreature",
        ["slots"] = 2,
    ["creaturepool"] = 1,
        ["combat"] = "Melee",
    ["necro"] = true,
        ["hits"] = 600,
  },
        ["mindmg"] = 40,
  ["Skeletal Knight"] = {
        ["maxdmg"] = 50,
    ["slots"] = 1,
        ["wrestling"] = 95,
    ["combat"] = "Melee",
        ["armor"] = 75,
    ["hits"] = 200,
        ["magicresist"] = 50,
    ["mindmg"] = 14,
        ["specialresist"] = 0.33,
    ["maxdmg"] = 18,
        ["innateability"] = "Rooted",
    ["wrestling"] = 50,
        ["spellname"] = "Summon Earth Elemental",
    ["armor"] = 25,
        ["spellicon"] = "iconsummonearth",
    ["magicresist"] = 50,
        ["necro"] = true,
    ["spellname"] = "Summon Creature",
    },
    ["creaturepool"] = 2,
    ["Rag Witch"] = {
    ["spellicon"] = "summoncreature",
        ["slots"] = 2,
    ["passiveability"] = "Enrage",
        ["combat"] = "Spell",
    ["necro"] = true,
        ["hits"] = 600,
  },
        ["mindmg"] = 24,
  ["Ghoul"] = {
        ["maxdmg"] = 30,
    ["slots"] = 1,
        ["wrestling"] = 100,
    ["combat"] = "Spell",
        ["armor"] = 25,
    ["hits"] = 100,
        ["magicresist"] = 150,
    ["mindmg"] = 5,
        ["poisonresist"] = 0.66,
    ["maxdmg"] = 7,
        ["specialresist"] = 0.33,
    ["wrestling"] = 40,
        ["cooldownability"] = "Mirror",
    ["armor"] = 25,
        ["innateability"] = "Elusive Form",
    ["magicresist"] = 75,
        ["spellname"] = "Summon Water Elemental",
    ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummonwater",
    ["spellicon"] = "summoncreature",
        ["necro"] = true,
    ["creaturepool"] = 2,
    },
    ["necro"] = true,
    ["Lich"] = {
  },
        ["slots"] = 2,
  ["Skeletal Mage"] = {
        ["combat"] = "Spell",
    ["slots"] = 1,
        ["hits"] = 400,
    ["combat"] = "Spell",
        ["mindmg"] = 28,
    ["hits"] = 150,
        ["maxdmg"] = 34,
    ["mindmg"] = 7,
        ["wrestling"] = 85,
    ["maxdmg"] = 9,
        ["armor"] = 25,
    ["wrestling"] = 50,
        ["magicresist"] = 50,
    ["armor"] = 25,
        ["cooldownability"] = "Epic Barrage",
    ["magicresist"] = 75,
        ["spellname"] = "Summon Fire Elemental",
    ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummonfire",
    ["creaturepool"] = 3,
        ["necro"] = true,
    ["spellicon"] = "summoncreature",
    },
    ["necro"] = true,
    ["Jackel Spirit"] = {
  },
        ["slots"] = 2,
  ["Ghost"] = {
        ["combat"] = "Melee",
    ["slots"] = 1,
        ["hits"] = 600,
    ["combat"] = "Melee",
        ["mindmg"] = 36,
    ["hits"] = 200,
        ["maxdmg"] = 42,
    ["mindmg"] = 16,
        ["wrestling"] = 105,
    ["maxdmg"] = 20,
        ["armor"] = 25,
    ["wrestling"] = 80,
        ["magicresist"] = 100,
    ["armor"] = 25,
        ["innateability"] = "Discharge",
    ["magicresist"] = 50,
        ["spellname"] = "Energy Vortex",
    ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconenergyvortex",
    ["spellicon"] = "summoncreature",
    },
    ["creaturepool"] = 3,
    ["Skeletal Husk"] = {
    ["necro"] = true,
        ["slots"] = 1,
  },
        ["combat"] = "Melee",
  ["Skeletal Marksman"] = {
        ["hits"] = 300,
    ["slots"] = 1,
        ["mindmg"] = 18,
    ["combat"] = "Melee",
        ["maxdmg"] = 22,
    ["hits"] = 175,
        ["wrestling"] = 90,
    ["mindmg"] = 12,
        ["armor"] = 50,
    ["maxdmg"] = 16,
        ["magicresist"] = 50,
    ["wrestling"] = 70,
        ["innateability"] = "Diversion",
    ["armor"] = 25,
        ["spellname"] = "Blade Spirits",
    ["magicresist"] = 50,
        ["spellicon"] = "iconbladespirits",
    ["spellname"] = "Summon Creature",
        ["necro"] = true,
    ["creaturepool"] = 4,
    },
    ["spellicon"] = "summoncreature",
    ["Polar Bear"] = {
    ["necro"] = true,
        ["slots"] = 1,
  },
        ["combat"] = "Melee",
  ["Rotting Flesh"] = {
        ["hits"] = 175,
    ["slots"] = 1,
        ["mindmg"] = 18,
    ["combat"] = "Melee",
        ["maxdmg"] = 22,
    ["hits"] = 225,
        ["wrestling"] = 55,
    ["mindmg"] = 14,
        ["armor"] = 25,
    ["maxdmg"] = 18,
        ["magicresist"] = 50,
    ["wrestling"] = 70,
        ["passiveability"] = "Enrage",
    ["armor"] = 25,
        ["spellname"] = "Summon Creature",
    ["magicresist"] = 50,
        ["spellicon"] = "iconsummoncreature",
    ["poisonresist"] = 0.33,
    },
    ["specialresist"] = 0.33,
     ["Sand Crab"] = {
    ["spellname"] = "Summon Creature",
        ["slots"] = 1,
     ["creaturepool"] = 4,
        ["combat"] = "Melee",
    ["spellicon"] = "summoncreature",
        ["hits"] = 125,
    ["necro"] = true,
        ["mindmg"] = 16,
  },
        ["maxdmg"] = 20,
        ["wrestling"] = 60,
        ["armor"] = 75,
        ["magicresist"] = 50,
        ["cooldownability"] = "Crush",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Grizzly Bear"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 55,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Enrage",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Primordial Whelp"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 65,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Frenzy",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Shallow Water"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 100,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 60,
        ["armor"] = 25,
        ["magicresist"] = 100,
        ["poisonresist"] = 0.33,
        ["specialresist"] = 0.33,
        ["passiveability"] = { "Soak", "Regeneration" },
        ["innateability"] = "Elusive Form",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Firebat"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 12,
        ["maxdmg"] = 16,
        ["wrestling"] = 65,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["specialresist"] = 0.33,
        ["passiveability"] = { "Flamestrike", "Bleed" },
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Monitor Hatchling"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 55,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["cooldownability"] = "Crush",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Corpse Eater"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 60,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["poisonresist"] = 0.33,
        ["specialresist"] = 0.33,
        ["passiveability"] = "Disease",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Black Bear"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 150,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Enrage",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Brown Bear"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 150,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Enrage",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Aegis Rat"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 100,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 65,
        ["armor"] = 25,
        ["magicresist"] = 100,
        ["poisonresist"] = 0.33,
        ["specialresist"] = 0.33,
        ["underdogscalar"] = 1.371,
        ["cooldownability"] = "Mirror",
        ["passiveability"] = "Disease",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Flamehound"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 60,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = { "Flamestrike", "Frenzy" },
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
    },
    ["Imp"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 125,
        ["mindmg"] = 9,
        ["maxdmg"] = 12,
        ["wrestling"] = 45,
        ["armor"] = 25,
        ["magicresist"] = 100,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 1,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Searing Lizard"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 150,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 55,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["cooldownability"] = "Crush",
        ["passiveability"] = "Flamestrike",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 1,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Jaguar"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 12,
        ["maxdmg"] = 16,
        ["wrestling"] = 65,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["stealth"] = "X",
        ["cooldownability"] = "Vanish",
        ["passiveability"] = "Frenzy",
        ["innateability"] = "Backstab",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 1,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Cave Bear"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 55,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Enrage",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 1,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Drake Whelp"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 60,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["cooldownability"] = "Fire Breath",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 2,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Trapdoor Spider"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 60,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["poisonresist"] = 0.33,
        ["poisontype"] = "Greater",
        ["poisoning"] = 20,
        ["stealth"] = "X",
        ["cooldownability"] = { "Vanish", "Web" },
        ["innateability"] = "Backstab",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 2,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Minion"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 150,
        ["mindmg"] = 9,
        ["maxdmg"] = 13,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 75,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 2,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Cave Bat"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 125,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 80,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Bleed",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 2,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Blood Ape"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 65,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["cooldownability"] = "Blood Frenzy",
        ["passiveability"] = "Bleed",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 3,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Dragon Whelp"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 150,
        ["mindmg"] = 18,
        ["maxdmg"] = 22,
        ["wrestling"] = 60,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["cooldownability"] = "Fire Breath",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 3,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Wolfhound"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 70,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["cooldownability"] = "Charge",
        ["passiveability"] = "Frenzy",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 3,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Searing Imp"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 150,
        ["mindmg"] = 9,
        ["maxdmg"] = 12,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 100,
        ["passiveability"] = "Spellburn",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 3,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Molten Mongbat"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 20,
        ["maxdmg"] = 24,
        ["wrestling"] = 75,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Flamestrike",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 4,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Skulker"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 16,
        ["maxdmg"] = 20,
        ["wrestling"] = 70,
        ["armor"] = 50,
        ["magicresist"] = 50,
        ["poisonresist"] = 0.33,
        ["specialresist"] = 0.33,
        ["stealth"] = "X",
        ["cooldownability"] = "Vanish",
        ["passiveability"] = "Disease",
        ["innateability"] = "Backstab",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 4,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Vampire Bat"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 150,
        ["mindmg"] = 20,
        ["maxdmg"] = 24,
        ["wrestling"] = 85,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["specialresist"] = 0.33,
        ["cooldownability"] = "Devour",
        ["passiveability"] = "Bleed",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 4,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Fire Minion"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 150,
        ["mindmg"] = 9,
        ["maxdmg"] = 13,
        ["wrestling"] = 60,
        ["armor"] = 25,
        ["magicresist"] = 75,
        ["passiveability"] = "Spellburn",
        ["spellname"] = "Summon Creature",
        ["tometier"] = 4,
        ["spellicon"] = "iconsummoncreature",
    },
    ["Zombie"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 12,
        ["maxdmg"] = 16,
        ["wrestling"] = 40,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Disease",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
    ["Ghoul"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 100,
        ["mindmg"] = 5,
        ["maxdmg"] = 7,
        ["wrestling"] = 40,
        ["armor"] = 25,
        ["magicresist"] = 75,
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
    ["Skeleton"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 45,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["passiveability"] = "Enrage",
        ["spellname"] = "Summon Creature",
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
    ["Skeletal Knight"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 200,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 1,
        ["spellicon"] = "iconsummoncreature",
        ["passiveability"] = "Enrage",
        ["necro"] = true,
    },
    ["Skeletal Mage"] = {
        ["slots"] = 1,
        ["combat"] = "Spell",
        ["hits"] = 150,
        ["mindmg"] = 7,
        ["maxdmg"] = 9,
        ["wrestling"] = 50,
        ["armor"] = 25,
        ["magicresist"] = 75,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 2,
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
    ["Skeletal Marksman"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 175,
        ["mindmg"] = 12,
        ["maxdmg"] = 16,
        ["wrestling"] = 70,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 3,
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
    ["Rotting Flesh"] = {
        ["slots"] = 1,
        ["combat"] = "Melee",
        ["hits"] = 225,
        ["mindmg"] = 14,
        ["maxdmg"] = 18,
        ["wrestling"] = 70,
        ["armor"] = 25,
        ["magicresist"] = 50,
        ["poisonresist"] = 0.33,
        ["specialresist"] = 0.33,
        ["spellname"] = "Summon Creature",
        ["tometier"] = 4,
        ["spellicon"] = "iconsummoncreature",
        ["necro"] = true,
    },
}
}
local necromancyConversions = {
  ["Vampire Thrall"] = "Daemon",
  ["Lich"] = "Fire Elemental",
  ["Ancient Mummy"] = "Earth Elemental",
  ["Skeletal Fiend"] = "Air Elemental",
  ["Jackel Spirit"] = "Energy Vortex",
  ["Rag Witch"] = "Water Elemental",
  ["Skeletal Husk"] = "Blade Spirit",
}
function CloneTable(t)
  local new_t = {}
  local i, v = next(t, nil)
  while i do
    new_t[i] = v
    i, v = next(t, i)
  end
  return new_t
end
-- Copy summon data for necro varients
for necroSummon, Summon in pairs(necromancyConversions) do
  p[necroSummon] = CloneTable(p[Summon])
  p[necroSummon]["necro"] = true
end


-- Helper function to add comma's between numbers
-- Helper function to add comma's between numbers
function FormatInt(int)
function FormatInt(int)
    int = string.reverse(int)
  int = string.reverse(int)


    if string.len(int) > 3 and string.len(int) < 6 then
  if string.len(int) > 3 and string.len(int) < 6 then
        int = string.gsub(int, "(%d%d%d)", "%1,")
    int = string.gsub(int, "(%d%d%d)", "%1,")
    elseif string.len(int) == 6 then
  elseif string.len(int) == 6 then
        int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2")
    int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2")
    elseif string.len(int) > 6 and string.len(int) < 9 then
  elseif string.len(int) > 6 and string.len(int) < 9 then
        int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2,")
    int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2,")
    end
  end


    int = string.reverse(int)
  int = string.reverse(int)


    return int
  return int
end
end


for index, creature in pairs(p) do
for index, creature in pairs(p) do
    local defaultStatArray = {
  local defaultStatArray = {
        ["hits"] = "?",
    ["hits"] = "?",
        ["mindmg"] = "?",
    ["mindmg"] = "?",
        ["maxdmg"] = "?",
    ["maxdmg"] = "?",
        ["wrestling"] = "",
    ["wrestling"] = "",
        ["armor"] = "",
    ["armor"] = "",
        ["magicresist"] = "",
    ["magicresist"] = "",
        ["parry"] = "",
    ["parry"] = "",
        ["atkspd"] = "?",
    ["atkspd"] = "?",
        ["magery"] = "",
    ["magery"] = "",
        ["poisontype"] = "",
    ["poisontype"] = "",
        ["poisoning"] = "",
    ["poisoning"] = "",
        ["poisonresist"] = "",
    ["poisonresist"] = "",
        ["stealth"] = "",
    ["stealth"] = "",
        ["armormin"] = "",
    ["armormin"] = "",
        ["magicresistmin"] = "",
    ["magicresistmin"] = "",
        ["poisonresistmin"] = "",
    ["poisonresistmin"] = "",
        ["slots"] = "?",
    ["slots"] = "?",
        ["combat"] = "?",
    ["combat"] = "?",
        ["cooldownability"] = "",
    ["cooldownability"] = "",
        ["innateability"] = "",
    ["innateability"] = "",
        ["passiveability"] = "",
    ["passiveability"] = "",
        ["specialresist"] = "",
    ["specialresist"] = "",
        ["spellname"] = "",
    ["spellname"] = "",
        ["spellicon"] = "",
    ["spellicon"] = "",
        ["necro"] = false,
    ["necro"] = false,
        ["tometier"] = "",
    ["creaturepool"] = "",
     }
  }
 
  if type(creature.hits) == "number" then
     creature.unformattedhits = creature.hits
    creature.hits = FormatInt(creature.hits)
  end
 
  if creature.armormin then
    creature.armormin = "<br>(" .. creature.armormin .. " min)"
  end
 
  if creature.magicresistmin then
    creature.magicresistmin = "<br>(" .. creature.magicresistmin .. " min)"
  end


     if type(creature.hits) == "number" then
  if creature.poisonresistmin then
        creature.unformattedhits = creature.hits
     creature.poisonresistmin = "<br>(" .. creature.poisonresistmin .. " min)"
        creature.hits = FormatInt(creature.hits)
  end
    end
 
  if creature.poisonresist then
    creature.poisonresist = (creature.poisonresist * 100) .. "%"
  end


    if creature.armormin then
  if creature.specialresist then
        creature.armormin = "<br>(" .. creature.armormin .. " min)"
    creature.specialresist = (creature.specialresist * 100) .. "%"
    end
  end


     if creature.magicresistmin then
  if creature.creaturepool then
        creature.magicresistmin = "<br>(" .. creature.magicresistmin .. " min)"
     if creature.necro == true then
      creature.creaturepool = "<br>(Necro Pool " .. creature.creaturepool .. ")"
    else
      creature.creaturepool = "<br>(Pool " .. creature.creaturepool .. ")"
     end
     end
  end


     if creature.poisonresistmin then
  for stat, defaultValue in pairs(defaultStatArray) do
        creature.poisonresistmin = "<br>(" .. creature.poisonresistmin .. " min)"
     if creature[stat] == nil then
      creature[stat] = defaultValue
     end
     end
  end
end


    if creature.poisonresist then
-- Copy tameable data for summonable tames
        creature.poisonresist = (creature.poisonresist * 100) .. "%"
local tameableArray = require("Module:TameableCreatureData")
    end


    if creature.specialresist then
for tameableName, tameable in pairs(tameableArray) do
        creature.specialresist = (creature.specialresist * 100) .. "%"
  if tameable.slots == 1 and tameable.taming >= 45 and tameable.taming <= 100 and tameable.mount == false then
     end
     local pool


     if creature.tometier then
     if tameable.taming >= 45 and tameable.taming <= 55 then
        creature.tometier = " (Tier " .. creature.tometier .. ")"
      pool = 1
    elseif tameable.taming >= 60 and tameable.taming <= 70 then
      pool = 2
    elseif tameable.taming >= 75 and tameable.taming <= 85 then
      pool = 3
    elseif tameable.taming >= 90 and tameable.taming <= 100 then
      pool = 4
     end
     end


     for stat, defaultValue in pairs(defaultStatArray) do
     p[tameableName] = CloneTable(tameableArray[tameableName])
        if creature[stat] == nil then
    p[tameableName].spellname = "Summon Creature"
            creature[stat] = defaultValue
    p[tameableName].spellicon = "summoncreature"
        end
    p[tameableName].creaturepool = "<br>(Pool " .. pool .. ")"
    end
  end
end
end
return p

Latest revision as of 00:08, 5 March 2025

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

-- Unique summons, non-tameable not necro reskins
local p = {
  ["Daemon"] = {
    ["slots"] = 2,
    ["combat"] = "Spell",
    ["hits"] = 600,
    ["mindmg"] = 26,
    ["maxdmg"] = 32,
    ["wrestling"] = 95,
    ["armor"] = 50,
    ["magicresist"] = 100,
    ["innateability"] = "Fury",
    ["spellname"] = "Summon Daemon",
    ["spellicon"] = "summondaemon1",
  },
  ["Air Elemental"] = {
    ["slots"] = 2,
    ["combat"] = "Melee",
    ["hits"] = 500,
    ["mindmg"] = 34,
    ["maxdmg"] = 40,
    ["wrestling"] = 100,
    ["armor"] = 50,
    ["magicresist"] = 100,
    ["innateability"] = "Cleave",
    ["spellname"] = "Air Elemental",
    ["spellicon"] = "summonairele1",
  },
  ["Earth Elemental"] = {
    ["slots"] = 2,
    ["combat"] = "Melee",
    ["hits"] = 550,
    ["mindmg"] = 30,
    ["maxdmg"] = 36,
    ["wrestling"] = 95,
    ["armor"] = 75,
    ["magicresist"] = 50,
    ["specialresist"] = 0.33,
    ["innateability"] = "Rooted",
    ["spellname"] = "Earth Elemental",
    ["spellicon"] = "summonearthele1",
  },
  ["Water Elemental"] = {
    ["slots"] = 2,
    ["combat"] = "Spell",
    ["hits"] = 550,
    ["mindmg"] = 24,
    ["maxdmg"] = 30,
    ["wrestling"] = 100,
    ["armor"] = 50,
    ["magicresist"] = 150,
    ["poisonresist"] = 0.66,
    ["specialresist"] = 0.33,
    ["cooldownability"] = "Mirror",
    ["innateability"] = "Elusive Form",
    ["spellname"] = "Water Elemental",
    ["spellicon"] = "summonwaterele1",
  },
  ["Fire Elemental"] = {
    ["slots"] = 2,
    ["combat"] = "Spell",
    ["hits"] = 400,
    ["mindmg"] = 28,
    ["maxdmg"] = 34,
    ["wrestling"] = 85,
    ["armor"] = 25,
    ["magicresist"] = 100,
    ["cooldownability"] = "Epic Barrage",
    ["spellname"] = "Fire Elemental",
    ["spellicon"] = "summonfireele1",
  },
  ["Energy Vortex"] = {
    ["slots"] = 2,
    ["combat"] = "Melee",
    ["hits"] = 500,
    ["mindmg"] = 38,
    ["maxdmg"] = 46,
    ["wrestling"] = 105,
    ["armor"] = 50,
    ["magicresist"] = 100,
    ["poisonresist"] = 0.33,
    ["specialresist"] = 0.33,
    ["innateability"] = "Discharge",
    ["spellname"] = "Energy Vortex",
    ["spellicon"] = "summonev1",
  },
  ["Blade Spirit"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 250,
    ["mindmg"] = 18,
    ["maxdmg"] = 22,
    ["wrestling"] = 90,
    ["armor"] = 50,
    ["magicresist"] = 50,
    ["poisonresist"] = 0.33,
    ["specialresist"] = 0.33,
    ["innateability"] = "Diversion",
    ["spellname"] = "Blade Spirits",
    ["spellicon"] = "bladespirit1",
  },
  ["Zombie"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 175,
    ["mindmg"] = 12,
    ["maxdmg"] = 16,
    ["wrestling"] = 40,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["passiveability"] = "Disease",
    ["spellname"] = "Summon Creature",
    ["spellicon"] = "summoncreature",
    ["creaturepool"] = 1,
    ["necro"] = true,
  },
  ["Skeleton"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 175,
    ["mindmg"] = 14,
    ["maxdmg"] = 18,
    ["wrestling"] = 45,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["passiveability"] = "Enrage",
    ["spellname"] = "Summon Creature",
    ["spellicon"] = "summoncreature",
    ["creaturepool"] = 1,
    ["necro"] = true,
  },
  ["Skeletal Knight"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 200,
    ["mindmg"] = 14,
    ["maxdmg"] = 18,
    ["wrestling"] = 50,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["spellname"] = "Summon Creature",
    ["creaturepool"] = 2,
    ["spellicon"] = "summoncreature",
    ["passiveability"] = "Enrage",
    ["necro"] = true,
  },
  ["Ghoul"] = {
    ["slots"] = 1,
    ["combat"] = "Spell",
    ["hits"] = 100,
    ["mindmg"] = 5,
    ["maxdmg"] = 7,
    ["wrestling"] = 40,
    ["armor"] = 25,
    ["magicresist"] = 75,
    ["spellname"] = "Summon Creature",
    ["spellicon"] = "summoncreature",
    ["creaturepool"] = 2,
    ["necro"] = true,
  },
  ["Skeletal Mage"] = {
    ["slots"] = 1,
    ["combat"] = "Spell",
    ["hits"] = 150,
    ["mindmg"] = 7,
    ["maxdmg"] = 9,
    ["wrestling"] = 50,
    ["armor"] = 25,
    ["magicresist"] = 75,
    ["spellname"] = "Summon Creature",
    ["creaturepool"] = 3,
    ["spellicon"] = "summoncreature",
    ["necro"] = true,
  },
  ["Ghost"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 200,
    ["mindmg"] = 16,
    ["maxdmg"] = 20,
    ["wrestling"] = 80,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["spellname"] = "Summon Creature",
    ["spellicon"] = "summoncreature",
    ["creaturepool"] = 3,
    ["necro"] = true,
  },
  ["Skeletal Marksman"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 175,
    ["mindmg"] = 12,
    ["maxdmg"] = 16,
    ["wrestling"] = 70,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["spellname"] = "Summon Creature",
    ["creaturepool"] = 4,
    ["spellicon"] = "summoncreature",
    ["necro"] = true,
  },
  ["Rotting Flesh"] = {
    ["slots"] = 1,
    ["combat"] = "Melee",
    ["hits"] = 225,
    ["mindmg"] = 14,
    ["maxdmg"] = 18,
    ["wrestling"] = 70,
    ["armor"] = 25,
    ["magicresist"] = 50,
    ["poisonresist"] = 0.33,
    ["specialresist"] = 0.33,
    ["spellname"] = "Summon Creature",
    ["creaturepool"] = 4,
    ["spellicon"] = "summoncreature",
    ["necro"] = true,
  },
}

local necromancyConversions = {
  ["Vampire Thrall"] = "Daemon",
  ["Lich"] = "Fire Elemental",
  ["Ancient Mummy"] = "Earth Elemental",
  ["Skeletal Fiend"] = "Air Elemental",
  ["Jackel Spirit"] = "Energy Vortex",
  ["Rag Witch"] = "Water Elemental",
  ["Skeletal Husk"] = "Blade Spirit",
}

function CloneTable(t)
  local new_t = {}
  local i, v = next(t, nil)
  while i do
    new_t[i] = v
    i, v = next(t, i)
  end
  return new_t
end

-- Copy summon data for necro varients
for necroSummon, Summon in pairs(necromancyConversions) do
  p[necroSummon] = CloneTable(p[Summon])
  p[necroSummon]["necro"] = true
end

-- Helper function to add comma's between numbers
function FormatInt(int)
  int = string.reverse(int)

  if string.len(int) > 3 and string.len(int) < 6 then
    int = string.gsub(int, "(%d%d%d)", "%1,")
  elseif string.len(int) == 6 then
    int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2")
  elseif string.len(int) > 6 and string.len(int) < 9 then
    int = string.gsub(int, "(%d%d%d)(%d%d%d)", "%1,%2,")
  end

  int = string.reverse(int)

  return int
end

for index, creature in pairs(p) do
  local defaultStatArray = {
    ["hits"] = "?",
    ["mindmg"] = "?",
    ["maxdmg"] = "?",
    ["wrestling"] = "",
    ["armor"] = "",
    ["magicresist"] = "",
    ["parry"] = "",
    ["atkspd"] = "?",
    ["magery"] = "",
    ["poisontype"] = "",
    ["poisoning"] = "",
    ["poisonresist"] = "",
    ["stealth"] = "",
    ["armormin"] = "",
    ["magicresistmin"] = "",
    ["poisonresistmin"] = "",
    ["slots"] = "?",
    ["combat"] = "?",
    ["cooldownability"] = "",
    ["innateability"] = "",
    ["passiveability"] = "",
    ["specialresist"] = "",
    ["spellname"] = "",
    ["spellicon"] = "",
    ["necro"] = false,
    ["creaturepool"] = "",
  }

  if type(creature.hits) == "number" then
    creature.unformattedhits = creature.hits
    creature.hits = FormatInt(creature.hits)
  end

  if creature.armormin then
    creature.armormin = "<br>(" .. creature.armormin .. " min)"
  end

  if creature.magicresistmin then
    creature.magicresistmin = "<br>(" .. creature.magicresistmin .. " min)"
  end

  if creature.poisonresistmin then
    creature.poisonresistmin = "<br>(" .. creature.poisonresistmin .. " min)"
  end

  if creature.poisonresist then
    creature.poisonresist = (creature.poisonresist * 100) .. "%"
  end

  if creature.specialresist then
    creature.specialresist = (creature.specialresist * 100) .. "%"
  end

  if creature.creaturepool then
    if creature.necro == true then
      creature.creaturepool = "<br>(Necro Pool " .. creature.creaturepool .. ")"
    else
      creature.creaturepool = "<br>(Pool " .. creature.creaturepool .. ")"
    end
  end

  for stat, defaultValue in pairs(defaultStatArray) do
    if creature[stat] == nil then
      creature[stat] = defaultValue
    end
  end
end

-- Copy tameable data for summonable tames
local tameableArray = require("Module:TameableCreatureData")

for tameableName, tameable in pairs(tameableArray) do
  if tameable.slots == 1 and tameable.taming >= 45 and tameable.taming <= 100 and tameable.mount == false then
    local pool

    if tameable.taming >= 45 and tameable.taming <= 55 then
      pool = 1
    elseif tameable.taming >= 60 and tameable.taming <= 70 then
      pool = 2
    elseif tameable.taming >= 75 and tameable.taming <= 85 then
      pool = 3
    elseif tameable.taming >= 90 and tameable.taming <= 100 then
      pool = 4
    end

    p[tameableName] = CloneTable(tameableArray[tameableName])
    p[tameableName].spellname = "Summon Creature"
    p[tameableName].spellicon = "summoncreature"
    p[tameableName].creaturepool = "<br>(Pool " .. pool .. ")"
  end
end

return p