IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Escaravelho Adornado
CategoryBeastsFera
IconEnemyArmourStrong IconEnemyResistanceColdWeak IconEnemyResistanceLightning
stance movement speed +% final [-45]
Adorned Scarab
Spectre
AreaA Cidade Perdida, Os Portões Galai, O Refúgio Zigurate
Tags2HSharpMetal_onhit_audio, allows_inc_aoe, beast, fast_movement, insect, lightning_affinity, melee, not_dex, not_int
Packs
  • A Cidade Perdida, Os Portões Galai: Escaravelho Adornado, Besouro Adornado, Besouro Manchado
  • O Refúgio Zigurate: Besouro Adornado, Escaravelho Adornado
  • Vida
    150%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    Damage
    150%
    Precisão
    100%
    Attack Distance
    4 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    EtchedBeetleMedium
    Metadata
    MediumEtchedBeetleArmouredTuskWide
    Nível
    65
    Vida
    9,833
    Damage
    319
    Dano Mágico
    319
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    32,261
    Minion Life
    9,423
    Minion Damage
    1,243
    Minion Armour
    6,271
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 255382
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GAMediumBeetleChargedSunder
    Triggerable, Attack, AttackInPlace
    Base Damage: 255382
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 200%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5.5 s
    Causa +100% de dano de ataque
    Converte 60% do dano físico em dano elétrico
    attack maximum action distance + [20]
    is area damage [1]
    GAMediumBeetleSunder
    Triggerable, Attack, AttackInPlace
    Base Damage: 255382
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 135%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5.5 s
    Causa +35% de dano de ataque
    attack maximum action distance + [14]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	blend_to_idle_time = 0.1
    }
    
    Transitionable {}
    
    StateMachine
    {
    	define_shared_state = "buildup"
    }
    
    Stats
    {
    
    	set_base_heavy_stun_duration_ms = 2466
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWide"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Adorned Scarab",
        life = 1.5,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAMediumBeetleChargedSunder",
            "GAMediumBeetleSunder",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GAMediumBeetleChargedSunder"] = {
        name = "GAMediumBeetleChargedSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {20, 60, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAMediumBeetleSunder"] = {
        name = "GAMediumBeetleSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
        },
        levels = {
            [1] = {14, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-45]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -45 -45 Global
  • Escaravelho Adornado
    CategoryBeastsFera
    IconEnemyArmourStrong IconEnemyResistanceColdWeak IconEnemyResistanceLightning
    stance movement speed +% final [-45]
    Adorned Scarab
    Spectre
    AreaProvação das Sekhemas, Provação das Sekhemas
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, beast, fast_movement, insect, lightning_affinity, melee, not_dex, not_int, sanctum_monster
    Packs
  • Provação das Sekhemas, Provação das Sekhemas: Besouro Áureo, Escaravelho Adornado
  • Provação das Sekhemas, Provação das Sekhemas: Escaravelho Adornado, Besouro Adornado
  • Vida
    150%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold-30 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    Damage
    150%
    Precisão
    100%
    Attack Distance
    4 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    EtchedBeetleMediumSanctumTrial
    Metadata
    MediumEtchedBeetleArmouredTuskWideSanctumTrial
    Nível
    22
    Vida
    458
    Damage
    62
    Dano Mágico
    62
    Precisão
    316
    Tempo de Ataque
    1.5
    Experiência
    1,194
    Minion Life
    1,511
    Minion Damage
    89
    Minion Armour
    329
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 5074
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GAMediumBeetleChargedSunder
    Triggerable, Attack, AttackInPlace
    Base Damage: 5074
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 200%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5.5 s
    Causa +100% de dano de ataque
    Converte 60% do dano físico em dano elétrico
    attack maximum action distance + [20]
    is area damage [1]
    GAMediumBeetleSunder
    Triggerable, Attack, AttackInPlace
    Base Damage: 5074
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 135%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5.5 s
    Causa +35% de dano de ataque
    attack maximum action distance + [14]
    is area damage [1]
    WalkEmergeSanctumPortal
    walk emerge distance [225]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	blend_to_idle_time = 0.1
    }
    
    Transitionable {}
    
    StateMachine
    {
    	define_shared_state = "buildup"
    }
    
    Stats
    {
    
    	set_base_heavy_stun_duration_ms = 2466
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWideSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Adorned Scarab",
        life = 1.5,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "WalkEmergeSanctumPortal",
            "GAMediumBeetleChargedSunder",
            "GAMediumBeetleSunder",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["WalkEmergeSanctumPortal"] = {
        name = "WalkEmergeSanctumPortal",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.6,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAMediumBeetleChargedSunder"] = {
        name = "GAMediumBeetleChargedSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {20, 60, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAMediumBeetleSunder"] = {
        name = "GAMediumBeetleSunder",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
        },
        levels = {
            [1] = {14, baseMultiplier = 1.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-45]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -45 -45 Global
  • Edit

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