Anundr, the Sandworm
Beast
SpectreN
Tagsbeast, Beast_onhit_audio, immobile, mammal_beast, not_dex, not_int
Life
75%
Armour
+100%
Resistance
0 0 0 0
Damage
170%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 46
Attack Time
2.01 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
DevourerBossDuoTail
Metadata
DevourerBossDuoTail
Level
68
Life
5,818
Armour
4,826
Evasion Rating
708
Damage
396
Spell Damage
396
Accuracy
2,464
Attack Time
2.01
Experience
57,268
Minion Life
5,198
Minion Damage
1,647
Minion Armour
9,652
MudBurrowerTailSlamGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 2.01 sec
Cooldown Time: 12 sec
Deals 30% more Attack Damage
is area damage [1]
MudBurrowerTailSweepGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Time: 2.01 sec
200% increased Knockback Distance
Knocks Back Enemies
is area damage [1]
MudBurrowerTailSlamFarGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 2.01 sec
Cooldown Time: 12 sec
Deals 30% more Attack Damage
attack maximum action distance + [50]
is area damage [1]
MudBurrowerTailSlamAcidGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 2.01 sec
Deals 30% more Attack Damage
Converts 50% of Physical Damage to Chaos Damage
Poisons Enemies on Hit
is area damage [1]
MudBurrowerTailSweepAcidGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Time: 2.01 sec
Converts 50% of Physical Damage to Chaos Damage
200% increased Knockback Distance
Poisons Enemies on Hit
Knocks Back Enemies
is area damage [1]
MudBurrowerTailSlamAcidFarGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 2.01 sec
Deals 30% more Attack Damage
Converts 50% of Physical Damage to Chaos Damage
Poisons Enemies on Hit
is area damage [1]
main hand base maximum attack distance [39]
MudBurrowerTailEmergeSlamTriggerGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 2.01 sec
Deals 30% more Attack Damage
is area damage [1]
MudBurrowerTailEmergeSlamTriggerAcidGA
Triggerable, Attack
Base Damage: 317–476
Critical Hit Chance: 5%
Attack Time: 2.01 sec
Always Poisons on Hit
is area damage [1]
SSMMudBurrowerGrubs
Spell, Multicastable, Triggerable
Cast Time: 1 sec
Cooldown Time: 12 sec
action attack or cast time uses animation length [1]
alternate minion [1053]
monster no drops or experience [1]
number of monsters to summon [4]
summon specific monsters radius +% [0]
summoned monsters are minions [1]

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MudBurrower/DevourerDuo/DevourerBossDuoTail"] = {
    name = "Anundr, the Sandworm",
    life = 0.75,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.7,
    damageSpread = 0.2,
    attackTime = 2.01,
    attackRange = 46,
    accuracy = 1,
    skillList = {
        "MudBurrowerTailSlamGA",
        "MudBurrowerTailSlamAcidGA",
        "MudBurrowerTailSweepGA",
        "MudBurrowerTailSweepAcidGA",
        "MudBurrowerTailSlamFarGA",
        "MudBurrowerTailSlamAcidFarGA",
        "SSMMudBurrowerGrubs",
        "MudBurrowerTailEmergeSlamTriggerGA",
        "MudBurrowerTailEmergeSlamTriggerAcidGA",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSlamGA"] = {
    name = "MudBurrowerTailSlamGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSlamAcidGA"] = {
    name = "MudBurrowerTailSlamAcidGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "is_area_damage",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSweepGA"] = {
    name = "MudBurrowerTailSweepGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "knockback_distance_+%",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSweepAcidGA"] = {
    name = "MudBurrowerTailSweepAcidGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "knockback_distance_+%",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "is_area_damage",
        "global_knockback",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {200, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSlamFarGA"] = {
    name = "MudBurrowerTailSlamFarGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
        "is_area_damage",
    },
    levels = {
        [1] = {50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailSlamAcidFarGA"] = {
    name = "MudBurrowerTailSlamAcidFarGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "is_area_damage",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {39, 50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMMudBurrowerGrubs"] = {
    name = "SSMMudBurrowerGrubs",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {1053, 4, 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailEmergeSlamTriggerGA"] = {
    name = "MudBurrowerTailEmergeSlamTriggerGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerTailEmergeSlamTriggerAcidGA"] = {
    name = "MudBurrowerTailEmergeSlamTriggerAcidGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chance_to_poison_on_hit_%",
        "is_area_damage",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Anundr, the Sandworm
Beast
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster slain flask charges granted +% [-50]
SpectreN
AreaThe Khari Crossing, [DNT] River Barrens, Arroyo
Tagsbeast, Claw_onhit_audio, mammal_beast, medium_movement, not_dex, not_int
Life
200%
Armour
+35%
Resistance
0 0 30 0
Damage
250%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 37
Attack Time
2.01 Second
Damage Spread
±20%
Experience
250%
Model Size
100%
Type
DevourerBossDuoHead
Metadata
DevourerBossDuoHead
Level
65
Life
13,026
Armour
2,731
Evasion Rating
663
Damage
531
Spell Damage
531
Accuracy
2,214
Attack Time
2.01
Experience
53,768
Minion Life
12,564
Minion Damage
2,072
Minion Armour
4,147
MeleeMudBurrowerLeftCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 140%
Attack Time: 2.01 sec
Deals 40% more Attack Damage
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [40]
MeleeMudBurrowerRightCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 140%
Attack Time: 2.01 sec
Deals 40% more Attack Damage
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [40]
MeleeMudBurrowerBite
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 140%
Attack Time: 2.01 sec
Deals 40% more Attack Damage
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [80]
MPAMudBurrowerBloodProj
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 125%
Attack Time: 2.01 sec
Deals 25% more Attack Damage
action attack or cast time uses animation length [1]
attack maximum action distance + [11]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1115]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [3000]
projectile spread radius [7]
projectile uses contact position [1]
MudBurrowerBurrowSpam
Attack, Area
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
Cooldown Time: 3 sec
Deals 50% less Damage
50% reduced Area of Effect
Ring deals 33% more Damage
action attack or cast time uses animation length [1]
emerge speed +% [100]
is area damage [1]
MudBurrowerEpicBurrowNoRetarget
Spell, Movement
Cast Time: 4.5 sec
Cooldown Time: 14 sec
action attack or cast time uses animation length [1]
action do not face target [1]
MudBurrowerGoopGT
Triggerable
Cooldown Time: 16 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [60]
MPAMudBurrowerSprayProj
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
Cooldown Time: 16 sec
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1118]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [0]
projectile spread radius [8]
projectile uses contact direction [1]
projectile uses contact position [1]
GAMudBurrowerBloodProj
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [50]
MudBurrowerEpicBurrowTriggerGA
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 300%
Attack Time: 2.01 sec
Deals 200% more Attack Damage
is area damage [1]
voll slam damage +% final at centre [50]
MudBurrowerMaggotSummon
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [1003]
minion dies when parent dies [1]
number of monsters to summon [4]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
MudBurrowerGoopTriggerEG
Triggerable
MudBurrowerGoopTriggerKnockbackGA
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 5%
Attack Time: 2.01 sec
Deals 95% less Attack Damage
Knocks Back Enemies
is area damage [1]
MPAMudBurrowerGoopSmallBall
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1116]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [0]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
GAMudBurrowerGoopSmallImpact
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 35%
Attack Time: 2.01 sec
Deals 65% less Attack Damage
Poisons Enemies on Hit
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
MPAMudBurrowerGoopBigBall
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1117]
projectile ballistic angle from target distance [1]
projectile ballistic gravity override [0]
projectile spread radius [3]
projectile uses contact position [1]
MudBurrowerGoopExplode
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 160%
Attack Time: 2.01 sec
Deals 60% more Attack Damage
Poisons Enemies on Hit
base is projectile [1]
is area damage [1]
GAMudBurrowerSpraySmallImpact
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Time: 2.01 sec
Poisons Enemies on Hit
50% increased Poison Duration
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
GAMudBurrowerDivePush
Triggerable, Spell, Damage
Cast Time: 1 sec
20% increased Knockback Distance
Can't be Evaded
Knocks Back Enemies
action attack or cast time uses animation length [1]
base cannot be blocked [1]
base deal no damage [1]
base knockback speed +% [50]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
disable visual hit effect [1]
is area damage [1]
GAMudBurrowerHeadSlam
Triggerable, Attack
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 400%
Attack Time: 2.01 sec
Cooldown Time: 12 sec
Deals 300% more Attack Damage
Poisons Enemies on Hit
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [80]
CGEMudBurrowerVomit
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 363.6 Base Chaos Damage per second
active skill base area of effect radius [15]
base skill effect duration [10000]
ground caustic art variation [1000]
MPAMudBurrowerVomitProj
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
Critical Hit Chance: 5%
Attack Damage: 80%
Attack Time: 2.01 sec
Deals 20% less Attack Damage
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1118]
projectile ballistic angle from reference event [1]
projectile uses contact direction [1]
projectile uses contact position [1]

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MudBurrower/DevourerDuo/DevourerBossDuoHead"] = {
    name = "Anundr, the Sandworm",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.5,
    damageSpread = 0.2,
    attackTime = 2.01,
    attackRange = 37,
    accuracy = 1,
    skillList = {
        "MeleeMudBurrowerBite",
        "MeleeMudBurrowerLeftCleave",
        "MeleeMudBurrowerRightCleave",
        "MPAMudBurrowerBloodProj",
        "MPAMudBurrowerGoopSmallBall",
        "MPAMudBurrowerGoopBigBall",
        "MPAMudBurrowerSprayProj",
        "MPAMudBurrowerVomitProj",
        "CGEMudBurrowerVomit",
        "GAMudBurrowerBloodProj",
        "GAMudBurrowerGoopSmallImpact",
        "GAMudBurrowerSpraySmallImpact",
        "GAMudBurrowerDivePush",
        "GAMudBurrowerHeadSlam",
        "MudBurrowerEpicBurrowTriggerGA",
        "MudBurrowerEpicBurrowNoRetarget",
        "MudBurrowerMaggotSummon",
        "MudBurrowerBurrowSpam",
        "MudBurrowerGoopTriggerEG",
        "MudBurrowerGoopTriggerKnockbackGA",
        "MudBurrowerGoopExplode",
        "MudBurrowerGoopGT",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeMudBurrowerBite"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {80, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeMudBurrowerLeftCleave"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeMudBurrowerRightCleave"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPAMudBurrowerBloodProj"] = {
    name = "MPAMudBurrowerBloodProj",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "projectile_ballistic_gravity_override",
        "projectile_spread_radius",
        "attack_maximum_action_distance_+",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "projectile_ballistic_angle_from_target_distance",
    },
    levels = {
        [1] = {1115, 3000, 7, 11, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {2, 1115, 3000, 7, 11, baseMultiplier = 1.25, levelRequirement = 50, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPAMudBurrowerGoopSmallBall"] = {
    name = "MPAMudBurrowerGoopSmallBall",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "projectile_ballistic_gravity_override",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "projectile_ballistic_angle_from_target_distance",
        "projectile_uses_contact_direction",
    },
    levels = {
        [1] = {1116, 0, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPAMudBurrowerGoopBigBall"] = {
    name = "MPAMudBurrowerGoopBigBall",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "projectile_ballistic_gravity_override",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "projectile_ballistic_angle_from_target_distance",
    },
    levels = {
        [1] = {1117, 0, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPAMudBurrowerSprayProj"] = {
    name = "MPAMudBurrowerSprayProj",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "projectile_ballistic_gravity_override",
        "projectile_spread_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "projectile_ballistic_angle_from_target_distance",
    },
    levels = {
        [1] = {1118, 0, 8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPAMudBurrowerVomitProj"] = {
    name = "MPAMudBurrowerVomitProj",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "projectile_ballistic_angle_from_reference_event",
    },
    levels = {
        [1] = {1118, baseMultiplier = 0.8, critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEMudBurrowerVomit"] = {
    name = "CGEMudBurrowerVomit",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "ground_caustic_art_variation",
    },
    levels = {
        [1] = {1, 15, 10000, 1000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMudBurrowerBloodProj"] = {
    name = "GAMudBurrowerBloodProj",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "base_is_projectile",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMudBurrowerGoopSmallImpact"] = {
    name = "GAMudBurrowerGoopSmallImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "global_poison_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {baseMultiplier = 0.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMudBurrowerSpraySmallImpact"] = {
    name = "GAMudBurrowerSpraySmallImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_poison_duration_+%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "global_poison_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMudBurrowerDivePush"] = {
    name = "GAMudBurrowerDivePush",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "knockback_distance_+%",
        "base_knockback_speed_+%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        "base_cannot_be_blocked",
        "global_always_hit",
        "global_knockback",
        "disable_visual_hit_effect",
    },
    levels = {
        [1] = {20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMudBurrowerHeadSlam"] = {
    name = "GAMudBurrowerHeadSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {80, baseMultiplier = 4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerEpicBurrowTriggerGA"] = {
    name = "MudBurrowerEpicBurrowTriggerGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {50, baseMultiplier = 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerEpicBurrowNoRetarget"] = {
    name = "MudBurrowerEpicBurrowNoRetarget",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
        "action_do_not_face_target",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerMaggotSummon"] = {
    name = "MudBurrowerMaggotSummon",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {4, 1003, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerBurrowSpam"] = {
    name = "MudBurrowerBurrowSpam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "emerge_speed_+%",
        "active_skill_damage_+%_final",
        "newshocknova_first_ring_damage_+%_final",
        "base_skill_area_of_effect_+%",
        "action_attack_or_cast_time_uses_animation_length",
        "is_area_damage",
    },
    levels = {
        [1] = {100, -50, 33, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerGoopTriggerEG"] = {
    name = "MudBurrowerGoopTriggerEG",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerGoopTriggerKnockbackGA"] = {
    name = "MudBurrowerGoopTriggerKnockbackGA",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {baseMultiplier = 0.05, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerGoopExplode"] = {
    name = "MudBurrowerGoopExplode",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_poison_on_hit",
        "base_is_projectile",
    },
    levels = {
        [1] = {baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MudBurrowerGoopGT"] = {
    name = "MudBurrowerGoopGT",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [1600]
monster slain experience +% [0]
FamilyMonsterActBoss
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 1600 Max: 1600 Global
  • monster slain flask charges granted +% [-50]
    FamilyMonsterSlainFlaskCharges
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain flask charges granted +% Min: -50 Max: -50 Global
  • Craft Tagsflask
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.