Besta do Fosso
Bestial
Vida máxima aumentada em 25%
Tamanho do Personagem aumentado em 20%
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Beast of the Pits
SpectreN
Tagsanimal_claw_weapon, beast, Conjurador, has_one_hand_sword, has_one_handed_melee, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, physical_affinity, red_blood, ursine_beast
Vida
600%
Ailment Threshold
600%
Resistência
40 40 40 25
Damage
198%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 21
Attack Time
1.095 Second
Damage Spread
±20%
Experiência
200%
Model Size
132%
Type
BeastMapBoss
Metadata
Beast2Charge
Nível
68
Vida
38,600
Armadura
28,790
Evasão
4,739
Damage
740
Dano Mágico
740
Precisão
580
Attack Time
1.095
Experiência
20,510
Minion Life
8,373
Minion Damage
591
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1338–2007
Chance de Crítico: 5%
Attack Time: 1.095 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]
BeastMapBossRockstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta Flamejante
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Causa 331 a 496.4 de Dano Físico
Duração base é de 7 segundos
Um impacto a cada 0.4 segundos
O raio Base é de 1 metro
active skill area of effect radius +% final [70]
firestorm avoid unwalkable terrain [1]
firestorm base area of effect +% [38]
firestorm use server effects [1]
is area damage [1]
AtlasCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
Investida com Escudo
Base Damage: 1338–2007
Chance de Crítico: 5%
Attack Time: 1.095 seg
Recarga: 8 seg
Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada.
Causa 50% menos Dano
215% mais Dano com Acertos na Distância Máxima da Investida
Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
Velocidade de Movimento aumentada em 200%
ignores proximity shield [1]
is area damage [1]
shield charge continue past target [1]
shield charge extra distance [150]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
BeastChargeShakeItOff
Recarga: 3 seg
DoLiterallyNothing

Object Type

version 2
extends "Metadata/Monsters/Beasts/Beast"

Transitionable {}

Animated
{
	animated_object = "Metadata/Monsters/Beasts/RabidBeast/RabidBeast.ao"
	on_charge_end_dizzy = "ConsumeSkillUse( ChangeToStance1 );"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Beasts/Beast"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Beasts/Beast2Charge"] = {
    name = "Beast of the Pits",
    life = 6,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.98,
    damageSpread = 0.2,
    attackTime = 1.095,
    attackRange = 21,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "BeastMapBossRockstorm",
        "AtlasCharge",
        "BeastChargeShakeItOff",
        "DoLiterallyNothing",
    },
    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["BeastMapBossRockstorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "firestorm_avoid_unwalkable_terrain",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 7000, 400, 38, 70, 10, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AtlasCharge"] = {
    name = "Shield Charge",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
        "base_movement_velocity_+%",
        "shield_charge_damage_+%_maximum",
        "active_skill_damage_+%_final",
        "shield_charge_extra_distance",
        "ignores_proximity_shield",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "shield_charge_continue_past_target",
    },
    levels = {
        [1] = {50, 200, 215, -50, 150, levelRequirement = 10, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BeastChargeShakeItOff"] = {
    name = "BeastChargeShakeItOff",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "DoLiterallyNothing",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Vida máxima aumentada em 25%
Tamanho do Personagem aumentado em 20%
IdMonsterImplicitIncreasedLife1
FamilyMaximumLifeIncreasePercent
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    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
  • +20% de Resistência a Caos aos Monstros
    +30% 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]
    IdStunRepeatImmunityMapBoss_
    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: 2000 Max: 2000 Global
  • Besta das Covas
    Bestial
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Beast of the Pits
    SpectreN
    AreaMapa: Tumuli
    Tagsanimal_claw_weapon, bear_boss_map, beast, Conjurador, has_one_hand_sword, has_one_handed_melee, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, non_unique_map_boss, physical_affinity, red_blood, ursine_beast
    Vida
    600%
    Ailment Threshold
    600%
    Resistência
    40 40 40 25
    Damage
    198%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 21
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    132%
    Type
    BeastMapBoss
    Metadata
    MapBeastBossWhite
    Nível
    72
    Vida
    58,404
    Armadura
    39,449
    Evasão
    5,444
    Damage
    940
    Dano Mágico
    940
    Precisão
    678
    Attack Time
    1.095
    Experiência
    22,340
    Minion Life
    12,231
    Minion Damage
    761
    Ailment Threshold
    58,404
    Chill
    185
    Shock
    185
    Brittle
    1,045
    Scorch
    185
    Sap
    510
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1700–2550
    Chance de Crítico: 5%
    Attack Time: 1.095 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]
    BeastMapBossRockstorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 2 seg
    Recarga: 10 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 408.7 a 613 de Dano Físico
    Duração base é de 7 segundos
    Um impacto a cada 0.4 segundos
    O raio Base é de 1 metro
    active skill area of effect radius +% final [70]
    firestorm avoid unwalkable terrain [1]
    firestorm base area of effect +% [38]
    firestorm use server effects [1]
    is area damage [1]
    AtlasCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 1700–2550
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    Recarga: 8 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada.
    Causa 50% menos Dano
    215% mais Dano com Acertos na Distância Máxima da Investida
    Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
    Velocidade de Movimento aumentada em 200%
    ignores proximity shield [1]
    is area damage [1]
    shield charge continue past target [1]
    shield charge extra distance [150]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    AtlasTableCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investina com Mesa
    Base Damage: 1700–2550
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    Recarga: 8 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada.
    Causa 50% menos Dano
    215% mais Dano com Acertos na Distância Máxima da Investida
    Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
    Velocidade de Movimento aumentada em 200%
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    GeometryAttackBeastBossSlam
    Triggerable, Attack
    Base Damage: 1700–2550
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    is area damage [1]
    BeastChargeShakeItOff
    Recarga: 3 seg
    DoLiterallyNothing

    Object Type

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    
    Transitionable {}
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Beasts/RabidBeast/RabidBeast.ao"
    	on_charge_end_dizzy = "ConsumeSkillUse( ChangeToStance1 );"
    }
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Beasts/MapBeastBossWhite"] = {
        name = "Beast of the Pits",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.98,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 21,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "BeastMapBossRockstorm",
            "AtlasCharge",
            "AtlasTableCharge",
            "BeastChargeShakeItOff",
            "GeometryAttackBeastBossSlam",
            "DoLiterallyNothing",
        },
        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["BeastMapBossRockstorm"] = {
        name = "Firestorm",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "firestorm_avoid_unwalkable_terrain",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 7000, 400, 38, 70, 10, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "active_skill_damage_+%_final",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
            "shield_charge_continue_past_target",
        },
        levels = {
            [1] = {50, 200, 215, -50, 150, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasTableCharge"] = {
        name = "Table Charge",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {50, 200, 215, -50, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeastChargeShakeItOff"] = {
        name = "BeastChargeShakeItOff",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeometryAttackBeastBossSlam"] = {
        name = "GeometryAttackBeastBossSlam",
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    IdMonsterImplicitIncreasedLife1
    FamilyMaximumLifeIncreasePercent
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    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
  • +20% de Resistência a Caos aos Monstros
    +30% 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]
    IdStunRepeatImmunityMapBoss_
    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: 2000 Max: 2000 Global
  • Besta das Covas
    Bestial
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Beast of the Pits
    SpectreN
    Tagsanimal_claw_weapon, beast, Conjurador, has_one_hand_sword, has_one_handed_melee, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, physical_affinity, red_blood, standalone_map_boss, ursine_beast
    Vida
    600%
    Ailment Threshold
    600%
    Resistência
    40 40 40 25
    Damage
    198%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 21
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    132%
    Type
    BeastMapBoss
    Metadata
    MapBeastBossWhiteStandalone_
    Nível
    68
    Vida
    38,600
    Armadura
    28,790
    Evasão
    4,739
    Damage
    740
    Dano Mágico
    740
    Precisão
    580
    Attack Time
    1.095
    Experiência
    20,510
    Minion Life
    8,373
    Minion Damage
    591
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 1338–2007
    Chance de Crítico: 5%
    Attack Time: 1.095 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]
    BeastMapBossRockstorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 2 seg
    Recarga: 10 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 331 a 496.4 de Dano Físico
    Duração base é de 7 segundos
    Um impacto a cada 0.4 segundos
    O raio Base é de 1 metro
    active skill area of effect radius +% final [70]
    firestorm avoid unwalkable terrain [1]
    firestorm base area of effect +% [38]
    firestorm use server effects [1]
    is area damage [1]
    AtlasCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Investida com Escudo
    Base Damage: 1338–2007
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    Recarga: 8 seg
    Faz uma investida contra um inimigo, batendo nele com o escudo do personagem golpeando-o. Inimigos no caminho são empurrados para o lado. Dano e atordoamento são proporcionais à distância viajada.
    Causa 50% menos Dano
    215% mais Dano com Acertos na Distância Máxima da Investida
    Redução do Ponto de Atordoamento aumentada em 50% em inimigos na distância Máxima da investida
    Velocidade de Movimento aumentada em 200%
    ignores proximity shield [1]
    is area damage [1]
    shield charge continue past target [1]
    shield charge extra distance [150]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    GeometryAttackBeastBossSlam
    Triggerable, Attack
    Base Damage: 1338–2007
    Chance de Crítico: 5%
    Attack Time: 1.095 seg
    is area damage [1]
    BeastChargeShakeItOff
    Recarga: 3 seg
    DoLiterallyNothing

    Object Type

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Beasts/RabidBeast/RabidBeast.ao"
    	on_end_charge_end_dizzy = "ConsumeSkillUse( ChangeToStance1 );"
    }
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Beasts/MapBeastBossWhiteStandalone_"] = {
        name = "Beast of the Pits",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.98,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 21,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "BeastMapBossRockstorm",
            "AtlasCharge",
            "BeastChargeShakeItOff",
            "GeometryAttackBeastBossSlam",
            "DoLiterallyNothing",
        },
        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["BeastMapBossRockstorm"] = {
        name = "Firestorm",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "firestorm_avoid_unwalkable_terrain",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 7000, 400, 38, 70, 10, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "active_skill_damage_+%_final",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
            "shield_charge_continue_past_target",
        },
        levels = {
            [1] = {50, 200, 215, -50, 150, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeastChargeShakeItOff"] = {
        name = "BeastChargeShakeItOff",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeometryAttackBeastBossSlam"] = {
        name = "GeometryAttackBeastBossSlam",
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    IdMonsterImplicitIncreasedLife1
    FamilyMaximumLifeIncreasePercent
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    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
  • +20% de Resistência a Caos aos Monstros
    +30% 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]
    IdStunRepeatImmunityMapBoss_
    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: 2000 Max: 2000 Global
  • Besta das Covas
    Bestial
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Beast of the Pits
    SpectreN
    Tagsanimal_claw_weapon, beast, elder_map_boss, is_unarmed, large_height, large_model, light_armour, mammal_beast, medium_movement, non_attacking, red_blood, ursine_beast
    Vida
    600%
    Ailment Threshold
    600%
    Resistência
    40 40 40 25
    Damage
    198%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 21
    Attack Time
    1.095 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    132%
    Type
    BeastMapBoss
    Metadata
    MapBeastBossWhiteElder

    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/Beasts/MapBeastBossWhiteElder"] = {
        name = "Beast of the Pits",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.98,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 21,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Vida máxima aumentada em 25%
    Tamanho do Personagem aumentado em 20%
    IdMonsterImplicitIncreasedLife1
    FamilyMaximumLifeIncreasePercent
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    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
  • +20% de Resistência a Caos aos Monstros
    +30% 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]
    IdStunRepeatImmunityMapBoss_
    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: 2000 Max: 2000 Global
  • Edit

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