Besta da Mandíbula Forjada
Demoníaco
stance movement speed +% final [237]
monster no map drops [1]
Forged Maw Beast
SpectreY
Tagsanimal_claw_weapon, Conjurador, chaos_affinity, demon, flesh_armour, is_unarmed, large_model, lightning_affinity, melee, not_dex, not_int, physical_affinity, ranged, very_slow_movement
Vida
288%
Armadura
+50%
Ailment Threshold
288%
Resistência
35 35 35 20
Damage
252%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
180%
Model Size
163%
Type
CrucibleDisgust
Metadata
Disgust
Nível
68
Vida
18,528
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
941
Dano Mágico
941
Precisão
290
Attack Time
1.5
Experiência
18,459
Ailment Threshold
18,528
Chill
59
Shock
59
Brittle
331
Scorch
59
Sap
162
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 753–1130
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MMSCrucibleHerderVomitMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 2.7 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 346.8 a 520.3 de Dano Físico
Causa 30% menos Dano
25% do Dano Físico Convertido para Dano de Fogo
base is projectile [1]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GTCrucibleDisgustVomit
Triggerable, Spell
Tempo de Conjuração: 3 seg
Recarga: 6.5 seg
AfflictionMinionKnockbackWave
Spell, Triggerable
Tempo de Conjuração: 1 seg
Causa 243.7 a 365.5 de Dano Físico
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 600%
base knockback speed +% [200]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/CriticalSpeedMonsterBase"


Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/CriticalSpeedMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/CriticalSpeed/Disgust"] = {
    name = "Forged Maw Beast",
    life = 2.88,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 2.52,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "Melee",
        "MMSCrucibleHerderVomitMortar",
        "GTCrucibleDisgustVomit",
        "AfflictionMinionKnockbackWave",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSCrucibleHerderVomitMortar"] = {
    name = "MMSCrucibleHerderVomitMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.7,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_damage_+%_final",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -30, -50, 5, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTCrucibleDisgustVomit"] = {
    name = "GTCrucibleDisgustVomit",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AfflictionMinionKnockbackWave"] = {
    name = "AfflictionMinionKnockbackWave",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "knockback_distance_+%",
        "base_knockback_speed_+%",
        "global_knockback",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 600, 200, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
IdNothing
FamilyNothing
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
stance movement speed +% final [237]
IdStanceAfflictionMinion3Run
FamilyStance
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • stance movement speed +% final Min: 237 Max: 237 Global
  • Craft Tagsspeed
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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