Guardião do Minotauro
Bestial
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Não Pode ser Empurrado
Guardian of the Minotaur
SpectreN
AreaMapa: Labirinto do Minotauro
Tagsbeast, bludgeoning_weapon, fast_movement, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, large_height, large_model, lightning_affinity, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, red_blood, shaper_guardian_boss
Vida
1300%
Armadura
+100%
Ailment Threshold
504%
Resistência
50 50 50 30
Damage
184%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
200%
Model Size
154%
Type
AtlasBossMinotaur
Metadata
MinotaurBoss
Nível
83
Vida
416,217
Armadura
184,954
Evasão
7,860
Damage
1,657
Dano Mágico
1,657
Precisão
1,036
Attack Time
1.755
Experiência
26,264
Minion Life
79,309
Minion Damage
1,399
Ailment Threshold
161,364
Chill
510
Shock
510
Brittle
2,887
Scorch
510
Sap
1,410
MinotaurMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2997–4495
Chance de Crítico: 5%
Attack Time: 1.755 seg
Abate seus inimigos com um golpe poderoso.
30% do Dano Físico Convertido em Dano de Raio
skill can fire arrows [1]
skill can fire wand projectiles [1]
MinotaurSlam
Attack, Area
Base Damage: 2997–4495
Chance de Crítico: 5%
Attack Time: 1.755 seg
Recarga: 10 seg
Causa 50% mais Dano
Duração base é de 35 segundos
Atordoa Inimigos
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
track which enemies hit index [21]
MinotaurBurrow
Attack, Area
Base Damage: 2997–4495
Chance de Crítico: 5%
Attack Time: 1.755 seg
Recarga: 5 seg
Causa 60% mais Dano
is area damage [1]
MinotaurSweep
Attack, Area
Base Damage: 2997–4495
Chance de Crítico: 5%
Attack Time: 1.755 seg
Recarga: 6 seg
30% do Dano Físico Convertido em Dano de Raio

Object Type

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Render
{
     //turn_duration = 0.5
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/MinotaurBoss"] = {
    name = "Guardian of the Minotaur",
    life = 13,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 1.84,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MinotaurMelee",
        "MinotaurSlam",
        "MinotaurBurrow",
        "MinotaurSweep",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MinotaurMelee"] = {
    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_physical_damage_%_to_convert_to_lightning",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinotaurSlam"] = {
    name = "MinotaurSlam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_damage_+%_final",
        "track_which_enemies_hit_index",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "always_stun",
    },
    levels = {
        [1] = {35000, 50, 21, -50, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinotaurBurrow"] = {
    name = "MinotaurBurrow",
    hidden = true,
    color = "4",
    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 = {
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {60, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinotaurSweep"] = {
    name = "MinotaurSweep",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.4,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_lightning",
    },
    levels = {
        [1] = {30, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
Velocidade de Conjuração aumentada em 35%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião do Minotauro
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    Não Pode ser Empurrado
    Guardian of the Minotaur
    SpectreN
    Tagsbeast, bludgeoning_weapon, fast_movement, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, large_height, large_model, lightning_affinity, melee, not_dex, not_int, physical_affinity, red_blood, standalone_map_boss
    Vida
    1300%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    184%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    154%
    Type
    AtlasBossMinotaur
    Metadata
    MinotaurBossStandalone
    Nível
    68
    Vida
    83,634
    Armadura
    57,580
    Evasão
    4,739
    Damage
    687
    Dano Mágico
    687
    Precisão
    580
    Attack Time
    1.755
    Experiência
    20,510
    Minion Life
    18,141
    Minion Damage
    549
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    MinotaurMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    30% do Dano Físico Convertido em Dano de Raio
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MinotaurSlam
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 10 seg
    Causa 50% mais Dano
    Duração base é de 35 segundos
    Atordoa Inimigos
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    track which enemies hit index [21]
    MinotaurBurrow
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 5 seg
    Causa 60% mais Dano
    is area damage [1]
    MinotaurSweep
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 6 seg
    30% do Dano Físico Convertido em Dano de Raio

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/MinotaurBossStandalone"] = {
        name = "Guardian of the Minotaur",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MinotaurMelee",
            "MinotaurSlam",
            "MinotaurBurrow",
            "MinotaurSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurMelee"] = {
        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_physical_damage_%_to_convert_to_lightning",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurSlam"] = {
        name = "MinotaurSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_damage_+%_final",
            "track_which_enemies_hit_index",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "always_stun",
        },
        levels = {
            [1] = {35000, 50, 21, -50, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurBurrow"] = {
        name = "MinotaurBurrow",
        hidden = true,
        color = "4",
        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 = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {60, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurSweep"] = {
        name = "MinotaurSweep",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.4,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
        },
        levels = {
            [1] = {30, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião do Minotauro
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    monster no drops or experience [1]
    Não Pode ser Empurrado
    Guardian of the Minotaur
    SpectreN
    Tagsbeast, bludgeoning_weapon, fast_movement, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, large_height, large_model, lightning_affinity, melee, not_dex, not_int, physical_affinity, red_blood, standalone_map_boss
    Vida
    1300%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    184%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    154%
    Type
    AtlasBossMinotaur
    Metadata
    MinotaurBossStandaloneGauntlet
    Nível
    68
    Vida
    83,634
    Armadura
    57,580
    Evasão
    4,739
    Damage
    687
    Dano Mágico
    687
    Precisão
    580
    Attack Time
    1.755
    Experiência
    20,510
    Minion Life
    18,141
    Minion Damage
    549
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    MinotaurMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    30% do Dano Físico Convertido em Dano de Raio
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MinotaurSlam
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 10 seg
    Causa 50% mais Dano
    Duração base é de 35 segundos
    Atordoa Inimigos
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    track which enemies hit index [21]
    MinotaurBurrow
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 5 seg
    Causa 60% mais Dano
    is area damage [1]
    MinotaurSweep
    Attack, Area
    Base Damage: 1243–1865
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Recarga: 6 seg
    30% do Dano Físico Convertido em Dano de Raio

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/MinotaurBossStandaloneGauntlet"] = {
        name = "Guardian of the Minotaur",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MinotaurMelee",
            "MinotaurSlam",
            "MinotaurBurrow",
            "MinotaurSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurMelee"] = {
        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_physical_damage_%_to_convert_to_lightning",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurSlam"] = {
        name = "MinotaurSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "active_skill_damage_+%_final",
            "track_which_enemies_hit_index",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "always_stun",
        },
        levels = {
            [1] = {35000, 50, 21, -50, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurBurrow"] = {
        name = "MinotaurBurrow",
        hidden = true,
        color = "4",
        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 = {
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {60, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinotaurSweep"] = {
        name = "MinotaurSweep",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.4,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
        },
        levels = {
            [1] = {30, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • Eficácia da Reserva das Habilidades reduzida em 80%
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião do Minotauro
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    Não Pode ser Empurrado
    Guardian of the Minotaur
    SpectreN
    Tagsbeast, bludgeoning_weapon, elder_map_boss, fast_movement, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, large_height, large_model, non_attacking, not_dex, not_int, red_blood
    Vida
    1300%
    Armadura
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    184%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    154%
    Type
    AtlasBossMinotaur
    Metadata
    MinotaurBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/MinotaurBossElder"] = {
        name = "Guardian of the Minotaur",
        life = 13,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
        },
        modList = {
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Community Wiki

    Edit

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

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