MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Efígie Distorcida
Twisted Effigy
Spectre
AreaLaboratório Eterno, Mapa: Campanário
TagsConjurador, construct, demon, is_unarmed, medium_movement, melee, mud_blood, not_int, physical_affinity, slashing_weapon, small_height, stone_armour
Packs
  • Laboratório Eterno: Efígie Distorcida, Fanático de Kitava, Fanático de Kitava
  • Vida
    211%
    Armadura
    +50%
    Evasão
    +20%
    Ailment Threshold
    211%
    Resistência
    IconEnemyResistanceFire40% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    121%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Experiência
    180%
    Model Size
    150%
    Type
    StatueFingerMage
    Metadata
    StatueFingerMageMonster
    Nível
    77
    Vida
    34,864
    Armadura
    87,368
    Evasão
    7,738
    Damage
    771
    Dano Mágico
    771
    Precisão
    824
    Attack Time
    1.455
    Experiência
    21,946
    Minion Life
    6,992
    Minion Damage
    636
    Ailment Threshold
    34,864
    Chill
    110
    Shock
    110
    Brittle
    624
    Scorch
    110
    Sap
    305
    Phys Convert Ele
    285%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 617925
    Chance de Crítico: 5%
    Attack Time: 1.455 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterStatueEarthquakeCascade
    Attack, Area, Melee, Damage, Multistrikeable, Duration
    Base Damage: 617925
    Chance de Crítico: 5%
    Attack Time: 1.455 seg
    Recarga: 5 seg
    Causa 61% menos Dano
    Duração base é de 1.75 segundos
    Duração Base Secundária é de 0.25 segundos
    Abalo Secundário causa +20% mais Dano com Acertos e Afecções
    Causa 3 rajadas
    active skill area of effect radius +% final [-60]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/StatueFingerMage/StatueFingerMageMonster"] = {
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Twisted Effigy",
        life = 2.11,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterStatueEarthquakeCascade",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterStatueEarthquakeCascade"] = {
        name = "MonsterStatueEarthquakeCascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Damage] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-35, 1750, 20, 3, 250, -60, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {-61, 1750, 20, 3, 250, -60, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    
    Edit

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