サンドワーム、アナンドル
Anundr, the Sandworm
SpectreN
Tagsbeast, Beast_onhit_audio, immobile, mammal_beast, not_dex, not_int
ライフ
75%
耐性
0 0 0 0
Damage
170%
命中力
100%
Attack Distance
6 ~ 46
アタックタイム
2.01 Second
Damage Spread
±20%
経験値
200%
Model Size
100%
Type
DevourerBossDuoTail
Metadata
DevourerBossDuoTail
レベル
68
ライフ
5,818
Damage
396
スペルダメージ
396
命中力
2,464
アタックタイム
2.01
経験値
57,268
Minion Life
5,198
Minion Damage
1,647
Minion Armour
9,652
MudBurrowerTailSlamGA
Triggerable, Attack
Base Damage: 317–476
アタックダメージ: 130%
アタックタイム: 2.01 秒
クールダウン時間: 12 秒
アタックダメージが30%上昇する
is area damage [1]
MudBurrowerTailSweepGA
Triggerable, Attack
Base Damage: 317–476
アタックタイム: 2.01 秒
ノックバック距離が200%増加する
敵をノックバックする
is area damage [1]
MudBurrowerTailSlamFarGA
Triggerable, Attack
Base Damage: 317–476
アタックダメージ: 130%
アタックタイム: 2.01 秒
クールダウン時間: 12 秒
アタックダメージが30%上昇する
attack maximum action distance + [50]
is area damage [1]
MudBurrowerTailSlamAcidGA
Triggerable, Attack
Base Damage: 317–476
アタックダメージ: 130%
アタックタイム: 2.01 秒
アタックダメージが30%上昇する
物理ダメージの50%を混沌ダメージに変換する
ヒット時に敵にを付与する
is area damage [1]
MudBurrowerTailSweepAcidGA
Triggerable, Attack
Base Damage: 317–476
アタックタイム: 2.01 秒
物理ダメージの50%を混沌ダメージに変換する
ノックバック距離が200%増加する
ヒット時に敵にを付与する
敵をノックバックする
is area damage [1]
MudBurrowerTailSlamAcidFarGA
Triggerable, Attack
Base Damage: 317–476
アタックダメージ: 130%
アタックタイム: 2.01 秒
アタックダメージが30%上昇する
物理ダメージの50%を混沌ダメージに変換する
ヒット時に敵にを付与する
is area damage [1]
main hand base maximum attack distance [39]
MudBurrowerTailEmergeSlamTriggerGA
Triggerable, Attack
Base Damage: 317–476
アタックダメージ: 130%
アタックタイム: 2.01 秒
アタックダメージが30%上昇する
is area damage [1]
MudBurrowerTailEmergeSlamTriggerAcidGA
Triggerable, Attack
Base Damage: 317–476
アタックタイム: 2.01 秒
ヒット時に常にを付与する
is area damage [1]
SSMMudBurrowerGrubs
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
クールダウン時間: 12 秒
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 = { }, },
    },
}
サンドワーム、アナンドル
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster slain flask charges granted +% [-50]
Anundr, the Sandworm
SpectreN
Areaカーリの渡り路, [DNT] River Barrens, アロヨ
Tagsbeast, Claw_onhit_audio, mammal_beast, medium_movement, not_dex, not_int
ライフ
200%
耐性
0 0 30 0
Damage
250%
命中力
100%
Attack Distance
6 ~ 37
アタックタイム
2.01 Second
Damage Spread
±20%
経験値
250%
Model Size
100%
Type
DevourerBossDuoHead
Metadata
DevourerBossDuoHead
レベル
65
ライフ
13,026
Damage
531
スペルダメージ
531
命中力
2,214
アタックタイム
2.01
経験値
53,768
Minion Life
12,564
Minion Damage
2,072
Minion Armour
4,147
MeleeMudBurrowerLeftCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
基本アタック
Base Damage: 425–637
アタックダメージ: 140%
アタックタイム: 2.01 秒
アタックダメージが40%上昇する
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
基本アタック
Base Damage: 425–637
アタックダメージ: 140%
アタックタイム: 2.01 秒
アタックダメージが40%上昇する
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
基本アタック
Base Damage: 425–637
アタックダメージ: 140%
アタックタイム: 2.01 秒
アタックダメージが40%上昇する
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
アタックダメージ: 125%
アタックタイム: 2.01 秒
アタックダメージが25%上昇する
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
アタックタイム: 2.01 秒
クールダウン時間: 3 秒
ダメージが50%低下する
効果範囲が50%減少する
リングの与えるダメージが33%上昇する
action attack or cast time uses animation length [1]
emerge speed +% [100]
is area damage [1]
MudBurrowerEpicBurrowNoRetarget
Spell, Movement
キャストタイム: 4.5 秒
クールダウン時間: 14 秒
action attack or cast time uses animation length [1]
action do not face target [1]
MudBurrowerGoopGT
Triggerable
クールダウン時間: 16 秒
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
アタックタイム: 2.01 秒
クールダウン時間: 16 秒
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
アタックタイム: 2.01 秒
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
アタックダメージ: 300%
アタックタイム: 2.01 秒
アタックダメージが200%上昇する
is area damage [1]
voll slam damage +% final at centre [50]
MudBurrowerMaggotSummon
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
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
アタックダメージ: 5%
アタックタイム: 2.01 秒
アタックダメージが95%低下する
敵をノックバックする
is area damage [1]
MPAMudBurrowerGoopSmallBall
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 425–637
アタックタイム: 2.01 秒
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
アタックダメージ: 35%
アタックタイム: 2.01 秒
アタックダメージが65%低下する
ヒット時に敵にを付与する
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
アタックタイム: 2.01 秒
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
アタックダメージ: 160%
アタックタイム: 2.01 秒
アタックダメージが60%上昇する
ヒット時に敵にを付与する
base is projectile [1]
is area damage [1]
GAMudBurrowerSpraySmallImpact
Triggerable, Attack
Base Damage: 425–637
アタックタイム: 2.01 秒
ヒット時に敵にを付与する
持続時間が50%増加する
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
GAMudBurrowerDivePush
Triggerable, Spell, Damage
キャストタイム: 1 秒
ノックバック距離が20%増加する
回避されない
敵をノックバックする
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
アタックダメージ: 400%
アタックタイム: 2.01 秒
クールダウン時間: 12 秒
アタックダメージが300%上昇する
ヒット時に敵にを付与する
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
キャストタイム: 1 秒
毎秒363.6の基礎混沌ダメージを与える
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
アタックダメージ: 80%
アタックタイム: 2.01 秒
アタックダメージが20%低下する
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)
GenerationTypeユニーク (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)
    GenerationTypeユニーク (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.