MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Bestia voraz forjada
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
stance movement speed +% final [237]
Forged Maw Beast
Spectre
Tagsanimal_claw_weapon, Lanzador de hechizos, 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%
Resistencia
IconEnemyResistanceFire35% IconEnemyResistanceCold35% IconEnemyResistanceLightning35% IconEnemyResistanceChaos20%
Damage
234%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
180%
Model Size
163%
Type
CrucibleDisgust
Metadata
Disgust
Nivel
68
Vida
18,528
Armadura
43,185
Evasión
4,739
Damage
874
Daño de hechizos
874
Precisión
580
Attack Time
1.5
Experiencia
18,459
Minion Life
4,019
Minion Damage
698
Ailment Threshold
18,528
Chill
59
Shock
59
Brittle
331
Scorch
59
Sap
162
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 6991049
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
MMSCrucibleHerderVomitMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 2.7 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
El 25% del daño físico se convierte en daño de fuego
base is projectile [1]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-50]
spell maximum base physical damage [520.3]
spell minimum base physical damage [346.8]
use scaled contact offset [1]
GTCrucibleDisgustVomit
Triggerable, Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 6.5 seg
AfflictionMinionKnockbackWave
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Distancia de empuje aumentada un 600%
base knockback speed +% [200]
global knockback [1]
spell maximum base physical damage [365.5]
spell minimum base physical damage [243.7]

Object Type

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


Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/CriticalSpeed/Disgust"] = {
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    name = "Forged Maw Beast",
    life = 2.88,
    damage = 2.34,
    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",
        "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, -50, 5, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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 = { }, },
    },
}
FamilyNothing
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
stance movement speed +% final [237]
FamilyStance
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • stance movement speed +% final 237 237 Global
  • Craft TagsVelocidad
    keyval
    Actor.basic_actionChangeToStance1, ChangeToStance2
    Edit

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