mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
c55cd66ffc
- Hunter's Book and options window now show a full 'DISABLED.' overlay on realm-gated realms instead of rendering content - Pet training: new rank of an already-known ability is now recognised, announced, and reflected in tooltips - Restore curated 'unique appearance' beast allowlist (34 beasts) in data/init.lua - CHANGELOG updated
4393 lines
150 KiB
Lua
4393 lines
150 KiB
Lua
|
|
if not MTH_DS then MTH_DS = {} end
|
|
|
|
MTH_DS_PetSpells = {
|
|
["abilitiesDiscovered"] = {
|
|
"Bite",
|
|
"Bubble Barrier",
|
|
"Charge",
|
|
"Claw",
|
|
"Cower",
|
|
"Dash",
|
|
"Death Roll",
|
|
"Dive",
|
|
"Furious Howl",
|
|
"Grace",
|
|
"Lightning Breath",
|
|
"Packleader",
|
|
"Poison Spit",
|
|
"Prowl",
|
|
"Roar of Fortitude",
|
|
"Savage Rend",
|
|
"Scorpid Poison",
|
|
"Screech",
|
|
"Shell Shield",
|
|
"Strider Presence",
|
|
"Thunderstomp",
|
|
"Web",
|
|
"Pollen Burst",
|
|
},
|
|
["allSpells"] = {
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 7 to 10 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 7",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17253,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17253",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 16 to 19 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 16",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17255,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17255",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 24 to 29 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 24",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17256,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17256",
|
|
["trainLevel"] = 16,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 31 to 38 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 31",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17257,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17257",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 40 to 49 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 40",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17258,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17258",
|
|
["trainLevel"] = 32,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 49 to 60 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 49",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17259,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17259",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 66 to 81 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 66",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17260,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 7",
|
|
["rankNumber"] = 7,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17260",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 81 to 100 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 81",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17261,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 8",
|
|
["rankNumber"] = 8,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17261",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Inflicts Frost damage to nearby enemies.",
|
|
["effects"] = {
|
|
"(2) School Damage (Frost) Value: 15 Radius: 10 yards",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36527,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Frost",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36527",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 50 damage. When the bubble breaks or expires it deals 15 to 18 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 50 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36523,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36523",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 125 damage. When the bubble breaks or expires it deals 31 to 37 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 125 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36524,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36524",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 235 damage. When the bubble breaks or expires it deals 44 to 54 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 235 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36525,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36525",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 335 damage. When the bubble breaks or expires it deals 72 to 85 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 335 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36526,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36526",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Charges an enemy, inflicting normal damage plus 1.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(58) Weapon Damage + Value: 75",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 22120,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=22120",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 50 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 50",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 7371,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=7371",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 100 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 100",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26177,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26177",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 180 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 180",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26178,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26178",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 250 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 250",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26179,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26179",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 390 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 390",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26201,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26201",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 550 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 550",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 27685,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=27685",
|
|
["trainLevel"] = 60,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 4 to 7 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 4",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16827,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16827",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 8 to 13 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 8",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16828,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16828",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 12 to 17 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 12",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16829,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16829",
|
|
["trainLevel"] = 16,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 16 to 23 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 16",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16830,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16830",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 21 to 30 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 21",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16831,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16831",
|
|
["trainLevel"] = 32,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 26 to 37 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 26",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16832,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16832",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 35 to 50 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 35",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 3010,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 7",
|
|
["rankNumber"] = 7,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=3010",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 43 to 60 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 43",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 3009,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 8",
|
|
["rankNumber"] = 8,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=3009",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -30",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1742,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1742",
|
|
["trainLevel"] = 5,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -55",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1753,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1753",
|
|
["trainLevel"] = 15,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -85",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1754,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1754",
|
|
["trainLevel"] = 25,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -125",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1755,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1755",
|
|
["trainLevel"] = 35,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -175",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1756,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1756",
|
|
["trainLevel"] = 45,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -225",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 16697,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16697",
|
|
["trainLevel"] = 55,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "300 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Increases movement speed by 50% for 15 sec. Does not break prowling.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 50",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 1850,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1850",
|
|
["trainLevel"] = 26,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "300 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Increases movement speed by 60% for 15 sec. Does not break prowling.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 60",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 9821,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=9821",
|
|
["trainLevel"] = 46,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 80% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 80",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 23110,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23110",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 10 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36548,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36548",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 20 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36549,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36549",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 30 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36550,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36550",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 40 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36551,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36551",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 50 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36552,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36552",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 60 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36553,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36553",
|
|
["trainLevel"] = 60,
|
|
},
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 40% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 40",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23145,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23145",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 60% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 60",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23147,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23147",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 80% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 80",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23148,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23148",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 9 to 12 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 9 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24604,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24604",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 18 to 23 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 18 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24605,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24605",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 28 to 35 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 28 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24603,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24603",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 45 to 58 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 45 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24597,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24597",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Grace",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "60 seconds",
|
|
["cost"] = "10 mana",
|
|
["description"] = "Increases chance to dodge by 30% for 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #49: Mod Dodge Percent Value: 30",
|
|
},
|
|
["icon"] = "Spell_Nature_Invisibilty",
|
|
["id"] = 46296,
|
|
["name"] = "Grace",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46296",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "2 seconds",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Breathes lightning at an enemy, inflicting Nature damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 36",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 15797,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=15797",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 11 to 14 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 11",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 24844,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24844",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 21 to 24 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 21",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25008,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25008",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 36 to 41 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 36",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25009,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25009",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 51 to 60 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 51",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25010,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25010",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 78 to 91 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 78",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25011,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25011",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 99 to 114 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 99",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25012,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25012",
|
|
["trainLevel"] = 60,
|
|
},
|
|
{
|
|
["ability"] = "Packleader",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "90 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Let out a cackle, calling in a Pack Ally to assist you for 20 sec. The Pack Ally also follows the commands given to your pet and does not generate threat.",
|
|
["effects"] = {
|
|
"(3) Dummy Packleader",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_hyena",
|
|
["id"] = 36532,
|
|
["name"] = "Packleader",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36532",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 32 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 8 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46271,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46271",
|
|
["trainLevel"] = 15,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 100 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 25 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46272,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46272",
|
|
["trainLevel"] = 45,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 140 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 35 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46273,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46273",
|
|
["trainLevel"] = 60,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 50%. The first attack from stealth receives a 20% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 100",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -50",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 20",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24450,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24450",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 45%. The first attack from stealth receives a 35% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 200",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -45",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 35",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24452,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24452",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 40%. The first attack from stealth receives a 50% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 300",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -40",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 50",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24453,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24453",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "120 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Let out a fortifying roar, reducing damage taken by 8% and increasing all damage dealt by 3% for your party members within 30 yards for 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #87: Mod Dmg % Taken (127) Value: -8 Radius: 30 yards",
|
|
"(6) Apply Aura #79: Mod Dmg % (127) Value: 3 Radius: 30 yards",
|
|
},
|
|
["icon"] = "Ability_Druid_ChallangingRoar",
|
|
["id"] = 36535,
|
|
["name"] = "Roar of Fortitude",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36535",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Slashes the enemy with the raptor's talons for 6 damage, and causes the target to bleed for 2 damage every 5 sec for 15 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 6",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 5 seconds",
|
|
},
|
|
["icon"] = "Ability_Gouge",
|
|
["id"] = 46282,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46282",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 5 to 9 damage and causing bleeding for 8 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36537,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36537",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 8 to 13 damage and causing bleeding for 16 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 8",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 4 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36538,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36538",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 13 to 19 damage and causing bleeding for 28 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 13",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 7 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36539,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36539",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 19 to 26 damage and causing bleeding for 44 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 19",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 11 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36540,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36540",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 27 to 37 damage and causing bleeding for 64 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 27",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 16 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36541,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36541",
|
|
["trainLevel"] = 60,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 12.004801920768 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24640,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24640",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 18.007202881152 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 3 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24583,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24583",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 36.014405762305 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 6 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24586,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24586",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 48.019207683073 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 8 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24587,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24587",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 7 to 10 damage and lowers the melee attack power of all enemies in melee range by 25. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 7",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -25 Radius: 5 yards",
|
|
"(63) Threat Value: 26 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24423,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24423",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 12 to 17 damage and lowers the melee attack power of all enemies in melee range by 50. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 12",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -50 Radius: 5 yards",
|
|
"(63) Threat Value: 68 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24577,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24577",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 19 to 26 damage and lowers the melee attack power of all enemies in melee range by 75. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 19",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -75 Radius: 5 yards",
|
|
"(63) Threat Value: 153 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24578,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24578",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 26 to 47 damage and lowers the melee attack power of all enemies in melee range by 100. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 26",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -100 Radius: 5 yards",
|
|
"(63) Threat Value: 189 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24579,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24579",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Shell Shield",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "60 seconds",
|
|
["cost"] = "10 mana",
|
|
["description"] = "Reduces all damage your pet takes by 50%, but increases the time between your pet's attacks by 35%. Lasts 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #87: Mod Dmg % Taken (127) Value: -50",
|
|
"(6) Apply Aura #138: Haste - Melee Value: -35",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Turtle",
|
|
["id"] = 26064,
|
|
["name"] = "Shell Shield",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26064",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Strider Presence",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 50 yards of the Tallstrider continue 10% of their Mana regeneration and 20% of their Health regeneration while in combat. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(35) Apply Area Aura #134: Mod Interrupted Mana Regen Value: 10 Radius: 50 yards",
|
|
"(35) Apply Area Aura #116: Regen During Combat Value: 20 Radius: 50 yards",
|
|
},
|
|
["icon"] = "Spell_Holy_Dizzy",
|
|
["id"] = 36531,
|
|
["name"] = "Strider Presence",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36531",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 67 to 78 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 67 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26090,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26090",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 87 to 100 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 87 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26187,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26187",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 115 to 134 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 115 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26188,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26188",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 153 to 179 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 153 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 51156,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=51156",
|
|
["trainLevel"] = 56,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "120 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Encases the target in sticky webs rendering them unable to move for 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #26: Root",
|
|
},
|
|
["icon"] = "Ability_Ensnare",
|
|
["id"] = 36533,
|
|
["name"] = "Web",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36533",
|
|
["trainLevel"] = 22,
|
|
},
|
|
{
|
|
["ability"] = "Pollen Burst",
|
|
["castTime"] = "Instant",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "40 Focus",
|
|
["description"] = "Heal party members within 30 yards for 308 to 338 and reduce the attack speed of targets within 10 yards by 20% for 8 sec.",
|
|
["icon"] = "pollen_burst_2",
|
|
["id"] = 42051,
|
|
["name"] = "Pollen Burst",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=42051",
|
|
["trainLevel"] = 1,
|
|
},
|
|
},
|
|
["byAbility"] = {
|
|
["Bite"] = {
|
|
["ability"] = "Bite",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Bite",
|
|
["spellCount"] = 8,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 7 to 10 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 7",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17253,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17253",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 16 to 19 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 16",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17255,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17255",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 24 to 29 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 24",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17256,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17256",
|
|
["trainLevel"] = 16,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 31 to 38 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 31",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17257,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17257",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 40 to 49 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 40",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17258,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17258",
|
|
["trainLevel"] = 32,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 49 to 60 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 49",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17259,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17259",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 66 to 81 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 66",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17260,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 7",
|
|
["rankNumber"] = 7,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17260",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Bite",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "6 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Bite the enemy, causing 81 to 100 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 81",
|
|
},
|
|
["icon"] = "Ability_Racial_Cannibalize",
|
|
["id"] = 17261,
|
|
["name"] = "Bite",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 8",
|
|
["rankNumber"] = 8,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=17261",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Bubble Barrier"] = {
|
|
["ability"] = "Bubble Barrier",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Bubble+Barrier",
|
|
["spellCount"] = 5,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Inflicts Frost damage to nearby enemies.",
|
|
["effects"] = {
|
|
"(2) School Damage (Frost) Value: 15 Radius: 10 yards",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36527,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Frost",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36527",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 50 damage. When the bubble breaks or expires it deals 15 to 18 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 50 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36523,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36523",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 125 damage. When the bubble breaks or expires it deals 31 to 37 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 125 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36524,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36524",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 235 damage. When the bubble breaks or expires it deals 44 to 54 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 235 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36525,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36525",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Envelop yourself in a bubble, absorbing 335 damage. When the bubble breaks or expires it deals 72 to 85 Frost damage to enemies within 10 yards. Lasts 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #69: School Absorb (127) Value: 335 Bubble Barrier",
|
|
},
|
|
["icon"] = "spell_bubl1",
|
|
["id"] = 36526,
|
|
["name"] = "Bubble Barrier",
|
|
["range"] = "40 yards (Long Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36526",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Charge"] = {
|
|
["ability"] = "Charge",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Charge",
|
|
["spellCount"] = 7,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Charges an enemy, inflicting normal damage plus 1.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(58) Weapon Damage + Value: 75",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 22120,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=22120",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 50 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 50",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 7371,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=7371",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 100 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 100",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26177,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26177",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 180 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 180",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26178,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26178",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 250 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 250",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26179,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26179",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 390 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 390",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 26201,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26201",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "25 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Charges an enemy, immobilizes it for 1 sec, and increases the boar's attack power by 550 and an additional 35% for the next attack.",
|
|
["effects"] = {
|
|
"(96) Charge",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: 550",
|
|
"(64) Trigger Spell Boar Charge",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Boar",
|
|
["id"] = 27685,
|
|
["name"] = "Charge",
|
|
["range"] = "8-25 yards (Charge)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=27685",
|
|
["trainLevel"] = 60,
|
|
},
|
|
},
|
|
},
|
|
["Claw"] = {
|
|
["ability"] = "Claw",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Claw",
|
|
["spellCount"] = 8,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 4 to 7 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 4",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16827,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16827",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 8 to 13 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 8",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16828,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16828",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 12 to 17 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 12",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16829,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16829",
|
|
["trainLevel"] = 16,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 16 to 23 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 16",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16830,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16830",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 21 to 30 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 21",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16831,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16831",
|
|
["trainLevel"] = 32,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 26 to 37 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 26",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 16832,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16832",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 35 to 50 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 35",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 3010,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 7",
|
|
["rankNumber"] = 7,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=3010",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Claw the enemy, causing 43 to 60 damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 43",
|
|
},
|
|
["icon"] = "Ability_Druid_Rake",
|
|
["id"] = 3009,
|
|
["name"] = "Claw",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 8",
|
|
["rankNumber"] = 8,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=3009",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Cower"] = {
|
|
["ability"] = "Cower",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Cower",
|
|
["spellCount"] = 6,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -30",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1742,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1742",
|
|
["trainLevel"] = 5,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -55",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1753,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1753",
|
|
["trainLevel"] = 15,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -85",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1754,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1754",
|
|
["trainLevel"] = 25,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -125",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1755,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1755",
|
|
["trainLevel"] = 35,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -175",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 1756,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1756",
|
|
["trainLevel"] = 45,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "5 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "15 mana",
|
|
["description"] = "Cower, causing no damage but lowering your threat, making the enemy less likely to attack you.",
|
|
["effects"] = {
|
|
"(63) Threat Value: -225",
|
|
},
|
|
["icon"] = "Ability_Druid_Cower",
|
|
["id"] = 16697,
|
|
["name"] = "Cower",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=16697",
|
|
["trainLevel"] = 55,
|
|
},
|
|
},
|
|
},
|
|
["Dash"] = {
|
|
["ability"] = "Dash",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Dash",
|
|
["spellCount"] = 3,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "300 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Increases movement speed by 50% for 15 sec. Does not break prowling.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 50",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 1850,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=1850",
|
|
["trainLevel"] = 26,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "300 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Increases movement speed by 60% for 15 sec. Does not break prowling.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 60",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 9821,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=9821",
|
|
["trainLevel"] = 46,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 80% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 80",
|
|
},
|
|
["icon"] = "Ability_Druid_Dash",
|
|
["id"] = 23110,
|
|
["name"] = "Dash",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23110",
|
|
["trainLevel"] = 50,
|
|
},
|
|
},
|
|
},
|
|
["Death Roll"] = {
|
|
["ability"] = "Death Roll",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Death+Roll",
|
|
["spellCount"] = 6,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 10 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36548,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36548",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 20 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36549,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36549",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 30 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36550,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36550",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 40 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36551,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36551",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 50 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36552,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36552",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Death Roll",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Initiates a death roll on the target, reducing movement speed by 80% and dealing 60 damage every 0.5 sec. for 3 sec. Deals 25% more damage to targets below 35% health.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #23: Periodic Trigger Interval: 0.5 seconds Death Roll",
|
|
"(6) Apply Aura #4: Dummy",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_crocolisk",
|
|
["id"] = 36553,
|
|
["name"] = "Death Roll",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36553",
|
|
["trainLevel"] = 60,
|
|
},
|
|
},
|
|
},
|
|
["Dive"] = {
|
|
["ability"] = "Dive",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Dive",
|
|
["spellCount"] = 3,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 40% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 40",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23145,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23145",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 60% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 60",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23147,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23147",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Dive",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "30 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Increases movement speed by 80% for 15 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #31: Mod Speed Value: 80",
|
|
},
|
|
["icon"] = "Spell_Shadow_BurningSpirit",
|
|
["id"] = 23148,
|
|
["name"] = "Dive",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=23148",
|
|
["trainLevel"] = 50,
|
|
},
|
|
},
|
|
},
|
|
["Furious Howl"] = {
|
|
["ability"] = "Furious Howl",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Furious+Howl",
|
|
["spellCount"] = 4,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 9 to 12 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 9 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24604,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24604",
|
|
["trainLevel"] = 10,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 18 to 23 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 18 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24605,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24605",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 28 to 35 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 28 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24603,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24603",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Furious Howl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 40 yards receive an extra 45 to 58 damage to their next Physical attack. The extra damage scales with attack power. Lasts 10 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #13: Mod Damage Done (1) Value: 45 Radius: 40 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Wolf",
|
|
["id"] = 24597,
|
|
["name"] = "Furious Howl",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24597",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Grace"] = {
|
|
["ability"] = "Grace",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Grace",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Grace",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "60 seconds",
|
|
["cost"] = "10 mana",
|
|
["description"] = "Increases chance to dodge by 30% for 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #49: Mod Dodge Percent Value: 30",
|
|
},
|
|
["icon"] = "Spell_Nature_Invisibilty",
|
|
["id"] = 46296,
|
|
["name"] = "Grace",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46296",
|
|
["trainLevel"] = 10,
|
|
},
|
|
},
|
|
},
|
|
["Lightning Breath"] = {
|
|
["ability"] = "Lightning Breath",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Lightning+Breath",
|
|
["spellCount"] = 7,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "2 seconds",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Breathes lightning at an enemy, inflicting Nature damage.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 36",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 15797,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=15797",
|
|
["trainLevel"] = 20,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 11 to 14 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 11",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 24844,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24844",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 21 to 24 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 21",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25008,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25008",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 36 to 41 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 36",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25009,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25009",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 51 to 60 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 51",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25010,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25010",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 78 to 91 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 78",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25011,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25011",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Lightning Breath",
|
|
["castTime"] = "Channeled",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Breathes lightning, instantly dealing 99 to 114 Nature damage to a single target.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 99",
|
|
},
|
|
["icon"] = "Spell_Nature_Lightning",
|
|
["id"] = 25012,
|
|
["name"] = "Lightning Breath",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=25012",
|
|
["trainLevel"] = 60,
|
|
},
|
|
},
|
|
},
|
|
["Packleader"] = {
|
|
["ability"] = "Packleader",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Packleader",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Packleader",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "90 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Let out a cackle, calling in a Pack Ally to assist you for 20 sec. The Pack Ally also follows the commands given to your pet and does not generate threat.",
|
|
["effects"] = {
|
|
"(3) Dummy Packleader",
|
|
},
|
|
["icon"] = "Ability_hunter_pet_hyena",
|
|
["id"] = 36532,
|
|
["name"] = "Packleader",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36532",
|
|
["trainLevel"] = 20,
|
|
},
|
|
},
|
|
},
|
|
["Poison Spit"] = {
|
|
["ability"] = "Poison Spit",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Poison+Spit",
|
|
["spellCount"] = 3,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 32 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 8 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46271,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46271",
|
|
["trainLevel"] = 15,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 100 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 25 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46272,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46272",
|
|
["trainLevel"] = 45,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "8 seconds",
|
|
["cooldown"] = "8 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Spits poison at an enemy, dealing 140 Nature damage over 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #3: Periodic Damage Value: 35 Interval: 2 seconds",
|
|
},
|
|
["icon"] = "Spell_Nature_CorrosiveBreath",
|
|
["id"] = 46273,
|
|
["name"] = "Poison Spit",
|
|
["range"] = "30 yards (Medium Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46273",
|
|
["trainLevel"] = 60,
|
|
},
|
|
},
|
|
},
|
|
["Prowl"] = {
|
|
["ability"] = "Prowl",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Prowl",
|
|
["spellCount"] = 3,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 50%. The first attack from stealth receives a 20% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 100",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -50",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 20",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24450,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24450",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 45%. The first attack from stealth receives a 35% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 200",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -45",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 35",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24452,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24452",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "10 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "40 mana",
|
|
["description"] = "Puts your pet in stealth mode, but slows its movement speed by 40%. The first attack from stealth receives a 50% bonus to damage. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #16: Mod Stealth Value: 300",
|
|
"(6) Apply Aura #33: Mod Speed Slow Value: -40",
|
|
"(6) Apply Aura #79: Mod Dmg % (1) Value: 50",
|
|
},
|
|
["icon"] = "Ability_Druid_SupriseAttack",
|
|
["id"] = 24453,
|
|
["name"] = "Prowl",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24453",
|
|
["trainLevel"] = 50,
|
|
},
|
|
},
|
|
},
|
|
["Roar of Fortitude"] = {
|
|
["ability"] = "Roar of Fortitude",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Roar+of+Fortitude",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "120 seconds",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Let out a fortifying roar, reducing damage taken by 8% and increasing all damage dealt by 3% for your party members within 30 yards for 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #87: Mod Dmg % Taken (127) Value: -8 Radius: 30 yards",
|
|
"(6) Apply Aura #79: Mod Dmg % (127) Value: 3 Radius: 30 yards",
|
|
},
|
|
["icon"] = "Ability_Druid_ChallangingRoar",
|
|
["id"] = 36535,
|
|
["name"] = "Roar of Fortitude",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36535",
|
|
["trainLevel"] = 36,
|
|
},
|
|
},
|
|
},
|
|
["Savage Rend"] = {
|
|
["ability"] = "Savage Rend",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Savage+Rend",
|
|
["spellCount"] = 6,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Slashes the enemy with the raptor's talons for 6 damage, and causes the target to bleed for 2 damage every 5 sec for 15 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 6",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 5 seconds",
|
|
},
|
|
["icon"] = "Ability_Gouge",
|
|
["id"] = 46282,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=46282",
|
|
["trainLevel"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 5 to 9 damage and causing bleeding for 8 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36537,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36537",
|
|
["trainLevel"] = 12,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 8 to 13 damage and causing bleeding for 16 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 8",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 4 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36538,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36538",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 13 to 19 damage and causing bleeding for 28 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 13",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 7 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36539,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36539",
|
|
["trainLevel"] = 36,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 19 to 26 damage and causing bleeding for 44 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 19",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 11 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36540,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 5",
|
|
["rankNumber"] = 5,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36540",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "10 seconds",
|
|
["cost"] = "35 mana",
|
|
["description"] = "Slash at the target with your talons, dealing 27 to 37 damage and causing bleeding for 64 damage over 4 sec. Critically striking with this ability increases its bleed duration by 1 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 27",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 16 Interval: 1 seconds",
|
|
},
|
|
["icon"] = "Ability_Druid_Disembowel",
|
|
["id"] = 36541,
|
|
["name"] = "Savage Rend",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 6",
|
|
["rankNumber"] = 6,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36541",
|
|
["trainLevel"] = 60,
|
|
},
|
|
},
|
|
},
|
|
["Scorpid Poison"] = {
|
|
["ability"] = "Scorpid Poison",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Scorpid+Poison",
|
|
["spellCount"] = 4,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 12.004801920768 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 2 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24640,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24640",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 18.007202881152 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 3 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24583,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24583",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 36.014405762305 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 6 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24586,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24586",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "3 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "25 mana",
|
|
["description"] = "Inflicts 48.019207683073 Nature damage over 10 sec. Effect can stack up to 5 times on a single target.",
|
|
["effects"] = {
|
|
"(63) Threat Value: 5",
|
|
"(6) Apply Aura #3: Periodic Damage Value: 8 Interval: 1.666 seconds",
|
|
},
|
|
["icon"] = "Ability_PoisonSting",
|
|
["id"] = 24587,
|
|
["name"] = "Scorpid Poison",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24587",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Screech"] = {
|
|
["ability"] = "Screech",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Screech",
|
|
["spellCount"] = 4,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 7 to 10 damage and lowers the melee attack power of all enemies in melee range by 25. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 7",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -25 Radius: 5 yards",
|
|
"(63) Threat Value: 26 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24423,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24423",
|
|
["trainLevel"] = 8,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 12 to 17 damage and lowers the melee attack power of all enemies in melee range by 50. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 12",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -50 Radius: 5 yards",
|
|
"(63) Threat Value: 68 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24577,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24577",
|
|
["trainLevel"] = 24,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 19 to 26 damage and lowers the melee attack power of all enemies in melee range by 75. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 19",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -75 Radius: 5 yards",
|
|
"(63) Threat Value: 153 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24578,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24578",
|
|
["trainLevel"] = 48,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "5 seconds",
|
|
["cost"] = "20 mana",
|
|
["description"] = "Blasts a single enemy for 26 to 47 damage and lowers the melee attack power of all enemies in melee range by 100. Damage scales with attack power. Effect lasts 4 sec.",
|
|
["effects"] = {
|
|
"(2) School Damage (Physical) Value: 26",
|
|
"(6) Apply Aura #99: Mod Attack Power Value: -100 Radius: 5 yards",
|
|
"(63) Threat Value: 189 Radius: 5 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Bat",
|
|
["id"] = 24579,
|
|
["name"] = "Screech",
|
|
["range"] = "5 yards (Combat Range)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=24579",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Shell Shield"] = {
|
|
["ability"] = "Shell Shield",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Shell+Shield",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Shell Shield",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "60 seconds",
|
|
["cost"] = "10 mana",
|
|
["description"] = "Reduces all damage your pet takes by 50%, but increases the time between your pet's attacks by 35%. Lasts 12 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #87: Mod Dmg % Taken (127) Value: -50",
|
|
"(6) Apply Aura #138: Haste - Melee Value: -35",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Turtle",
|
|
["id"] = 26064,
|
|
["name"] = "Shell Shield",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26064",
|
|
["trainLevel"] = 20,
|
|
},
|
|
},
|
|
},
|
|
["Strider Presence"] = {
|
|
["ability"] = "Strider Presence",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Strider+Presence",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Strider Presence",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "50 mana",
|
|
["description"] = "Party members within 50 yards of the Tallstrider continue 10% of their Mana regeneration and 20% of their Health regeneration while in combat. Lasts until cancelled.",
|
|
["effects"] = {
|
|
"(35) Apply Area Aura #134: Mod Interrupted Mana Regen Value: 10 Radius: 50 yards",
|
|
"(35) Apply Area Aura #116: Regen During Combat Value: 20 Radius: 50 yards",
|
|
},
|
|
["icon"] = "Spell_Holy_Dizzy",
|
|
["id"] = 36531,
|
|
["name"] = "Strider Presence",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36531",
|
|
["trainLevel"] = 10,
|
|
},
|
|
},
|
|
},
|
|
["Thunderstomp"] = {
|
|
["ability"] = "Thunderstomp",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Thunderstomp",
|
|
["spellCount"] = 4,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 67 to 78 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 67 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26090,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 1",
|
|
["rankNumber"] = 1,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26090",
|
|
["trainLevel"] = 30,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 87 to 100 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 87 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26187,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 2",
|
|
["rankNumber"] = 2,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26187",
|
|
["trainLevel"] = 40,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 115 to 134 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 115 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 26188,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 3",
|
|
["rankNumber"] = 3,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=26188",
|
|
["trainLevel"] = 50,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "n/a",
|
|
["cooldown"] = "40 seconds",
|
|
["cost"] = "60 mana",
|
|
["description"] = "Shakes the ground with thundering force, doing 153 to 179 Nature damage to all enemies within 8 yards. Causes a moderate amount of threat.",
|
|
["effects"] = {
|
|
"(2) School Damage (Nature) Value: 153 Radius: 8 yards",
|
|
},
|
|
["icon"] = "Ability_Hunter_Pet_Gorilla",
|
|
["id"] = 51156,
|
|
["name"] = "Thunderstomp",
|
|
["range"] = "0 yards (Self Only)",
|
|
["rank"] = "Rank 4",
|
|
["rankNumber"] = 4,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=51156",
|
|
["trainLevel"] = 56,
|
|
},
|
|
},
|
|
},
|
|
["Web"] = {
|
|
["ability"] = "Web",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Web",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Web",
|
|
["castTime"] = "Instant",
|
|
["categoryCooldown"] = "120 seconds",
|
|
["cooldown"] = "n/a",
|
|
["cost"] = "None",
|
|
["description"] = "Encases the target in sticky webs rendering them unable to move for 8 sec.",
|
|
["effects"] = {
|
|
"(6) Apply Aura #26: Root",
|
|
},
|
|
["icon"] = "Ability_Ensnare",
|
|
["id"] = 36533,
|
|
["name"] = "Web",
|
|
["range"] = "20 yards (Short Range)",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Physical",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=36533",
|
|
["trainLevel"] = 22,
|
|
},
|
|
},
|
|
},
|
|
["Pollen Burst"] = {
|
|
["ability"] = "Pollen Burst",
|
|
["searchUrl"] = "https://octowow.st/db/?search=Pollen+Burst",
|
|
["spellCount"] = 1,
|
|
["spells"] = {
|
|
{
|
|
["ability"] = "Pollen Burst",
|
|
["castTime"] = "Instant",
|
|
["cooldown"] = "30 seconds",
|
|
["cost"] = "40 Focus",
|
|
["description"] = "Heal party members within 30 yards for 308 to 338 and reduce the attack speed of targets within 10 yards by 20% for 8 sec.",
|
|
["icon"] = "pollen_burst_2",
|
|
["id"] = 42051,
|
|
["name"] = "Pollen Burst",
|
|
["rank"] = "",
|
|
["rankNumber"] = 0,
|
|
["school"] = "Nature",
|
|
["sourceUrl"] = "https://octowow.st/db/?spell=42051",
|
|
["trainLevel"] = 1,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
["cleanedBy"] = "post-process quality rules v2 hard-gate",
|
|
["droppedDuplicates"] = {
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["droppedId"] = 36528,
|
|
["keptId"] = 36527,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["droppedId"] = 36529,
|
|
["keptId"] = 36527,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Bubble Barrier",
|
|
["droppedId"] = 36530,
|
|
["keptId"] = 36527,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 100,
|
|
["droppedReasons"] = {
|
|
"non-pet-charge-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 1738,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 6178,
|
|
["droppedReasons"] = {
|
|
"non-pet-charge-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 6180,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 11578,
|
|
["droppedReasons"] = {
|
|
"non-pet-charge-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Charge",
|
|
["droppedId"] = 11579,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 24187,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 1082,
|
|
["droppedReasons"] = {
|
|
"non-pet-claw-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 1448,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 3029,
|
|
["droppedReasons"] = {
|
|
"non-pet-claw-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 3030,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 5201,
|
|
["droppedReasons"] = {
|
|
"non-pet-claw-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 5203,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 5204,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 4,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 9849,
|
|
["droppedReasons"] = {
|
|
"non-pet-claw-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 4,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 9850,
|
|
["droppedReasons"] = {
|
|
"non-pet-claw-signature",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 5,
|
|
},
|
|
{
|
|
["ability"] = "Claw",
|
|
["droppedId"] = 9851,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 5,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 8999,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 8998,
|
|
["keptId"] = 1742,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 9001,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 9000,
|
|
["keptId"] = 1753,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 9893,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Cower",
|
|
["droppedId"] = 9892,
|
|
["keptId"] = 1754,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["droppedId"] = 1151,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["droppedId"] = 23099,
|
|
["keptId"] = 1850,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["droppedId"] = 9822,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Dash",
|
|
["droppedId"] = 23109,
|
|
["keptId"] = 9821,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Grace",
|
|
["droppedId"] = 46307,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Packleader",
|
|
["droppedId"] = 36559,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["droppedId"] = 46303,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["droppedId"] = 51154,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Poison Spit",
|
|
["droppedId"] = 51155,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 5216,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 8152,
|
|
["keptId"] = 24450,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 5215,
|
|
["keptId"] = 24450,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 6784,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 9914,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Prowl",
|
|
["droppedId"] = 9913,
|
|
["keptId"] = 24453,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["droppedId"] = 4732,
|
|
["droppedReasons"] = {
|
|
"learn-spell-effect",
|
|
"teach-spell-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["droppedId"] = 4238,
|
|
["keptId"] = 36535,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["droppedId"] = 36561,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Roar of Fortitude",
|
|
["droppedId"] = 46276,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["droppedId"] = 46304,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["droppedId"] = 46283,
|
|
["keptId"] = 36537,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["droppedId"] = 46284,
|
|
["keptId"] = 36538,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["droppedId"] = 46285,
|
|
["keptId"] = 36539,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 4,
|
|
},
|
|
{
|
|
["ability"] = "Savage Rend",
|
|
["droppedId"] = 46286,
|
|
["keptId"] = 36540,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 5,
|
|
},
|
|
{
|
|
["ability"] = "Scorpid Poison",
|
|
["droppedId"] = 6411,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Screech",
|
|
["droppedId"] = 24581,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
{
|
|
["ability"] = "Strider Presence",
|
|
["droppedId"] = 4814,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
"teach-spell-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Strider Presence",
|
|
["droppedId"] = 4312,
|
|
["keptId"] = 36531,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Strider Presence",
|
|
["droppedId"] = 36558,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Thunderstomp",
|
|
["droppedId"] = 51157,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 4,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 46310,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 12023,
|
|
["keptId"] = 36533,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 4167,
|
|
["keptId"] = 36533,
|
|
["mode"] = "lower-score",
|
|
["rankNumber"] = 0,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 4782,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
"teach-spell-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 36560,
|
|
["droppedReasons"] = {
|
|
"bad-or-missing-description",
|
|
"vision-range",
|
|
"learn-spell-effect",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 1,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 6027,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"teach-spell-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 2,
|
|
},
|
|
{
|
|
["ability"] = "Web",
|
|
["droppedId"] = 6028,
|
|
["droppedReasons"] = {
|
|
"vision-range",
|
|
"teach-spell-description",
|
|
},
|
|
["mode"] = "hard-reject",
|
|
["rankNumber"] = 3,
|
|
},
|
|
},
|
|
["droppedDuplicatesCount"] = 63,
|
|
["generatedAt"] = "2026-02-15 20:10:11",
|
|
["source"] = "https://octowow.st/db/",
|
|
["totalSpellRows"] = 88,
|
|
}
|