Minotauro Derretido
Ancestral
stance movement speed +% final [300]
Molten Minotaur
SpectreY
Spectre OverrideMetadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingFodder2Spectre
Tagsbeast, cleaving_weapon, demon, eldritch, eldritch_perfection_monster, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
Packs
  • Demônio, Minotauro Derretido
  • Vida
    336%
    Armadura
    +100%
    Ailment Threshold
    336%
    Resistência
    75 0 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 18
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    AtlasInvadersCleansingFodder2
    Metadata
    CleansingFodder2
    Nível
    68
    Vida
    21,616
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    628
    Dano Mágico
    628
    Precisão
    290
    Attack Time
    1.5
    Experiência
    14,357
    Ailment Threshold
    21,616
    Chill
    68
    Shock
    68
    Brittle
    387
    Scorch
    68
    Sap
    189
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Causa 25% menos Dano de Ataque
    Causa 150.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAtlasInvadersCleansingFodder2Slam
    Triggerable, Attack
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 115%
    Attack Time: 1.5 seg
    Causa 15% mais Dano de Ataque
    Causa 136.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    is area damage [1]
    GAAtlasInvadersCleansingFodder2SlamBig
    Triggerable, Attack
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 135%
    Attack Time: 1.5 seg
    Causa 35% mais Dano de Ataque
    Causa 136.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingMonsterBase"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingMonsterBase"
    
    Actor
    {
    	on_start_ChangeToStance2 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_off.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    }
    
    Animated
    {
    	on_event_footstep = "PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_footsteps.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );"
    
    	on_event_slam_for_rage_attack_01 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_off.epk );
    		slam_decal = PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_slam_decal.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );
    		slam_decal.AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_slam_decal.epk );
    	"
    }
    
    Life
    {
    	on_death =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    }
    
    Render
    {
    	selection_height_override = 275
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingFodder2"] = {
        name = "Molten Minotaur",
        life = 3.36,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeedFire",
            "GAAtlasInvadersCleansingFodder2Slam",
            "GAAtlasInvadersCleansingFodder2SlamBig",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        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 = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2Slam"] = {
        name = "GAAtlasInvadersCleansingFodder2Slam",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.15, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {20, 75, baseMultiplier = 1.15, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {175, 75, baseMultiplier = 1.15, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2SlamBig"] = {
        name = "GAAtlasInvadersCleansingFodder2SlamBig",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.35, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {20, 75, baseMultiplier = 1.35, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {175, 75, baseMultiplier = 1.35, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceAtlasInvadersCleansingFodder2Charge_
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Craft Tagsspeed
    Minotauro Derretido
    Ancestral
    stance movement speed +% final [300]
    Molten Minotaur
    SpectreY
    Tagsbeast, cleaving_weapon, demon, eldritch, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
    Vida
    336%
    Armadura
    +100%
    Ailment Threshold
    336%
    Resistência
    75 0 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 18
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    AtlasInvadersCleansingFodder2
    Metadata
    CleansingFodder2Spectre
    Nível
    68
    Vida
    21,616
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    628
    Dano Mágico
    628
    Precisão
    290
    Attack Time
    1.5
    Experiência
    14,357
    Ailment Threshold
    21,616
    Chill
    68
    Shock
    68
    Brittle
    387
    Scorch
    68
    Sap
    189
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Causa 25% menos Dano de Ataque
    Causa 150.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAtlasInvadersCleansingFodder2Slam
    Triggerable, Attack
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 115%
    Attack Time: 1.5 seg
    Causa 15% mais Dano de Ataque
    Causa 136.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    is area damage [1]
    GAAtlasInvadersCleansingFodder2SlamBig
    Triggerable, Attack
    Base Damage: 502–753
    Chance de Crítico: 5%
    Dano de Ataque: 135%
    Attack Time: 1.5 seg
    Causa 35% mais Dano de Ataque
    Causa 136.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	on_start_ChangeToStance2 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_off.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    }
    
    Animated
    {
    	on_event_footstep = "PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_footsteps.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );"
    
    	on_event_slam_for_rage_attack_01 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_off.epk );
    		slam_decal = PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_slam_decal.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );
    		slam_decal.AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_slam_decal.epk );
    	"
    }
    
    Life
    {
    	on_death =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    }
    
    Render
    {
    	selection_height_override = 275
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingFodder2Spectre"] = {
        name = "Molten Minotaur",
        life = 3.36,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeedFire",
            "GAAtlasInvadersCleansingFodder2Slam",
            "GAAtlasInvadersCleansingFodder2SlamBig",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        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 = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2Slam"] = {
        name = "GAAtlasInvadersCleansingFodder2Slam",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.15, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {20, 75, baseMultiplier = 1.15, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {175, 75, baseMultiplier = 1.15, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2SlamBig"] = {
        name = "GAAtlasInvadersCleansingFodder2SlamBig",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.35, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {20, 75, baseMultiplier = 1.35, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {175, 75, baseMultiplier = 1.35, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceAtlasInvadersCleansingFodder2Charge_
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Craft Tagsspeed
    Minotauro Derretido
    Ancestral
    Velocidade de Ação não pode ser modificada abaixo do valor base 70%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [300]
    Molten Minotaur
    SpectreN
    Tagsbeast, cleaving_weapon, demon, eldritch, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
    Vida
    800%
    Armadura
    +100%
    Ailment Threshold
    300%
    Resistência
    75 0 0 0
    Damage
    400%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    5 ~ 18
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    100%
    Type
    AtlasInvadersCleansingFodder2Uber
    Metadata
    CleansingFodder2Uber
    Nível
    68
    Vida
    51,467
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    1,494
    Dano Mágico
    1,494
    Precisão
    290
    Attack Time
    1.5
    Experiência
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1195–1793
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MeleeAtAnimationSpeedFireUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1195–1793
    Chance de Crítico: 5%
    Dano de Ataque: 75%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    Causa 25% menos Dano de Ataque
    Causa 150.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAAtlasInvadersCleansingFodder2Slam
    Triggerable, Attack
    Base Damage: 1195–1793
    Chance de Crítico: 5%
    Dano de Ataque: 115%
    Attack Time: 1.5 seg
    Causa 15% mais Dano de Ataque
    Causa 136.3% mais Dano
    75% do Dano Físico Convertido para Dano de Fogo
    is area damage [1]
    GAAtlasInvadersCleansingFodder2SlamBigUber
    Triggerable, Attack
    Base Damage: 1195–1793
    Chance de Crítico: 5%
    Dano de Ataque: 180%
    Attack Time: 1.5 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 1
    }
    
    StateMachine
    {
    	define_shared_state = "visible;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	on_start_ChangeToStance2 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_off.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    }
    
    Animated
    {
    	on_event_footstep = "PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_footsteps.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );"
    
    	on_event_slam_for_rage_attack_01 =
    	"
    		slam_decal = PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/ao/fodder2_slam_decal.ao, default, 1, 1, 0, inherit, 0, 0, 0, ContactPosition );
    		slam_decal.AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_slam_decal.epk );
    	"
    }
    
    Render
    {
    	selection_height_override = 275
    }
    
    StateMachine
    {
    	on_state_visible_0 = "DisableRendering();"
    
    	on_state_visible_1 =
    	"
    		EnableRendering();
    		PlayEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFire/ao/spawn.ao );
    		AddEffectPack( CleansingFireSpawnInEPK );
    	"
    
    	create_state_visible_0 = "DisableRendering();"
    	create_state_visible_1 = "EnableRendering();"
    }
    
    Life
    {
    	on_death =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFodder_Minions/EPK/fodder2_enraged_idle.epk );
    	"
    
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/CleansingFire/epk/emissive_off.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/CleansingMonsters/CleansingFodder2Uber"] = {
        name = "Molten Minotaur",
        life = 8,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MeleeAtAnimationSpeedFireUnique",
            "GAAtlasInvadersCleansingFodder2Slam",
            "GAAtlasInvadersCleansingFodder2SlamBigUber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFireUnique"] = {
        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 = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2Slam"] = {
        name = "GAAtlasInvadersCleansingFodder2Slam",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.15, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {20, 75, baseMultiplier = 1.15, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {175, 75, baseMultiplier = 1.15, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAtlasInvadersCleansingFodder2SlamBigUber"] = {
        name = "GAAtlasInvadersCleansingFodder2SlamBigUber",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_reduce_enemy_fire_resistance_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_always_hit",
            "cannot_be_blocked_or_dodged_or_suppressed",
        },
        levels = {
            [1] = {120, 75, 15, 100, baseMultiplier = 1.8, levelRequirement = 85, statInterpolation = {2},  cost = { }, },
        },
    }
    
    Velocidade de Ação não pode ser modificada abaixo do valor base 70%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [300]
    IdStanceAtlasInvadersCleansingFodder2Charge_
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 300 Max: 300 Global
  • Craft Tagsspeed
    Edit

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