MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceVaalSideAreaStrongboxShrine
우주의 리치
시신
몬스터 유형: 언데드
우주의 투사체 발사
우주의 사슬 지뢰 생성
이 아이템에 우클릭하여 이 시신을 생성할 수 있습니다.
Astral Lich
우주의 리치 FaridunGolemancerMid /8
이름상세 설명 표시
DropLevel 68
BaseType Astral Lich
BaseType 우주의 리치
Class 시신
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/FaridunGolemancerMid
IconArt/2DItems/Currency/Azmeri/FaridunGolemancer
ReferenceCommunity Wiki
keyval
Base.base_level1
Base.tagdefault
Base.description_textItemDescriptionItemisedCorpse
client.RenderItem
Usable.use_typeUsable
Usable.actionspawn_itemised_corpse
우주의 리치
언데드
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
is zarokh monster [1]
Astral Lich
SpectreY
Spectre OverrideMetadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerSpectre
Tagsbone_armour, bones, 시전, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
Packs
  • 우주의 리치, 시간의 칼날혼, 시간의 마법사
  • 우주의 리치, 우주의 도구
  • 생명력
    98%
    Energy Shield From Life
    70%
    Ailment Threshold
    115%
    저항
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    Damage
    115%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    115%
    Model Size
    100%
    Type
    FaridunGolemancer
    Metadata
    FaridunGolemancer
    레벨
    68
    생명력
    6,305
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    4,203
    Damage
    430
    주문 피해
    430
    정확도
    580
    Attack Time
    1.5
    경험치
    11,793
    Minion Life
    1,368
    Minion Energy Shield
    912
    Minion Damage
    343
    Ailment Threshold
    7,398
    Chill
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    시전 속도: 1.5 초
    투사체 1개 발사
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [280]
    projectile uses contact position [1]
    GSFaridunGolemancerAstralProjectileImpact
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    521.1~781.6 물리 피해
    is area damage [1]
    GTFaridunGolemancerSlowMines
    Triggerable, Spell
    시전 속도: 3 초
    재사용 대기시간: 10 초
    SOFaridunGolemancerMine
    Triggerable, Spell
    시전 속도: 1 초
    GSFaridunGolemancerTimeMineExplosion
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    749.1~1124 물리 피해
    기본 지속시간 4
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancer"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Astral Lich",
        life = 0.98,
        energyShield = 0.7,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "SOFaridunGolemancerMine",
            "MPSFaridunGolemancerAstralProjectile",
            "GSFaridunGolemancerAstralProjectileImpact",
            "GSFaridunGolemancerTimeMineExplosion",
            "GTFaridunGolemancerSlowMines",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOFaridunGolemancerMine"] = {
        name = "SOFaridunGolemancerMine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFaridunGolemancerAstralProjectile"] = {
        name = "MPSFaridunGolemancerAstralProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_number_of_projectiles",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "maintain_projectile_direction_when_using_contact_position",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1, 280, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerAstralProjectileImpact"] = {
        name = "GSFaridunGolemancerAstralProjectileImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerTimeMineExplosion"] = {
        name = "GSFaridunGolemancerTimeMineExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFaridunGolemancerSlowMines"] = {
        name = "GTFaridunGolemancerSlowMines",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    is zarokh monster [1]
    FamilyMonsterIsZarokhMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • is zarokh monster Min: 1 Max: 1 Global
  • 우주의 리치
    언데드
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    Astral Lich
    SpectreY
    Tagsbone_armour, bones, 시전, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    생명력
    98%
    Energy Shield From Life
    70%
    Ailment Threshold
    115%
    저항
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    Damage
    115%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    115%
    Model Size
    100%
    Type
    FaridunGolemancer
    Metadata
    FaridunGolemancerSpectre
    레벨
    68
    생명력
    6,305
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    4,203
    Damage
    430
    주문 피해
    430
    정확도
    580
    Attack Time
    1.5
    경험치
    11,793
    Minion Life
    1,368
    Minion Energy Shield
    912
    Minion Damage
    343
    Ailment Threshold
    7,398
    Chill
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    시전 속도: 1.5 초
    투사체 1개 발사
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [280]
    projectile uses contact position [1]
    GSFaridunGolemancerAstralProjectileImpact
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    521.1~781.6 물리 피해
    is area damage [1]
    GTFaridunGolemancerSlowMines
    Triggerable, Spell
    시전 속도: 3 초
    재사용 대기시간: 10 초
    SOFaridunGolemancerMine
    Triggerable, Spell
    시전 속도: 1 초
    GSFaridunGolemancerTimeMineExplosion
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    749.1~1124 물리 피해
    기본 지속시간 4
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerSpectre"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Astral Lich",
        life = 0.98,
        energyShield = 0.7,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "SOFaridunGolemancerMine",
            "MPSFaridunGolemancerAstralProjectile",
            "GSFaridunGolemancerAstralProjectileImpact",
            "GSFaridunGolemancerTimeMineExplosion",
            "GTFaridunGolemancerSlowMines",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOFaridunGolemancerMine"] = {
        name = "SOFaridunGolemancerMine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFaridunGolemancerAstralProjectile"] = {
        name = "MPSFaridunGolemancerAstralProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_number_of_projectiles",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "maintain_projectile_direction_when_using_contact_position",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1, 280, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerAstralProjectileImpact"] = {
        name = "GSFaridunGolemancerAstralProjectileImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerTimeMineExplosion"] = {
        name = "GSFaridunGolemancerTimeMineExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFaridunGolemancerSlowMines"] = {
        name = "GTFaridunGolemancerSlowMines",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    is zarokh monster [1]
    FamilyMonsterIsZarokhMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • is zarokh monster Min: 1 Max: 1 Global
  • 우주의 리치
    언데드
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    Astral Lich
    SpectreY
    Tagsbone_armour, bones, 시전, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    생명력
    145%
    Energy Shield From Life
    70%
    Ailment Threshold
    170%
    저항
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    Damage
    204%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    170%
    Model Size
    100%
    Type
    FaridunGolemancerCorpse
    Metadata
    FaridunGolemancerMid
    레벨
    68
    생명력
    9,328
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    6,219
    Damage
    762
    주문 피해
    762
    정확도
    580
    Attack Time
    1.5
    경험치
    17,434
    Minion Life
    2,023
    Minion Energy Shield
    1,349
    Minion Damage
    609
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    시전 속도: 1.5 초
    투사체 1개 발사
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [280]
    projectile uses contact position [1]
    GSFaridunGolemancerAstralProjectileImpact
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    521.1~781.6 물리 피해
    is area damage [1]
    GTFaridunGolemancerSlowMines
    Triggerable, Spell
    시전 속도: 3 초
    재사용 대기시간: 10 초
    SOFaridunGolemancerMine
    Triggerable, Spell
    시전 속도: 1 초
    GSFaridunGolemancerTimeMineExplosion
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    749.1~1124 물리 피해
    기본 지속시간 4
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerMid"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Astral Lich",
        life = 1.45,
        energyShield = 0.7,
        damage = 2.04,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "SOFaridunGolemancerMine",
            "MPSFaridunGolemancerAstralProjectile",
            "GSFaridunGolemancerAstralProjectileImpact",
            "GSFaridunGolemancerTimeMineExplosion",
            "GTFaridunGolemancerSlowMines",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOFaridunGolemancerMine"] = {
        name = "SOFaridunGolemancerMine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFaridunGolemancerAstralProjectile"] = {
        name = "MPSFaridunGolemancerAstralProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_number_of_projectiles",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "maintain_projectile_direction_when_using_contact_position",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1, 280, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerAstralProjectileImpact"] = {
        name = "GSFaridunGolemancerAstralProjectileImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerTimeMineExplosion"] = {
        name = "GSFaridunGolemancerTimeMineExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFaridunGolemancerSlowMines"] = {
        name = "GTFaridunGolemancerSlowMines",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    is zarokh monster [1]
    FamilyMonsterIsZarokhMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • is zarokh monster Min: 1 Max: 1 Global
  • 우주의 리치
    언데드
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    Astral Lich
    SpectreY
    Spectre OverrideMetadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerSpectre
    Tagsbone_armour, bones, 시전, is_runic_monster, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • 우주의 리치, 영액질 해충, 재조립된 시체, 시신으로 짠 딱정벌레
  • 생명력
    98%
    Energy Shield From Life
    70%
    Ailment Threshold
    115%
    저항
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    Damage
    115%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    8 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    115%
    Model Size
    100%
    Type
    FaridunGolemancer
    Metadata
    FaridunGolemancerExpedition
    레벨
    68
    생명력
    6,305
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    4,203
    Damage
    430
    주문 피해
    430
    정확도
    580
    Attack Time
    1.5
    경험치
    11,793
    Minion Life
    1,368
    Minion Energy Shield
    912
    Minion Damage
    343
    Ailment Threshold
    7,398
    Chill
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    시전 속도: 1.5 초
    투사체 1개 발사
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [280]
    projectile uses contact position [1]
    GSFaridunGolemancerAstralProjectileImpact
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    521.1~781.6 물리 피해
    is area damage [1]
    GTFaridunGolemancerSlowMines
    Triggerable, Spell
    시전 속도: 3 초
    재사용 대기시간: 10 초
    SOFaridunGolemancerMine
    Triggerable, Spell
    시전 속도: 1 초
    GSFaridunGolemancerTimeMineExplosion
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    749.1~1124 물리 피해
    기본 지속시간 4
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerExpedition"] = {
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        name = "Astral Lich",
        life = 0.98,
        energyShield = 0.7,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "SOFaridunGolemancerMine",
            "MPSFaridunGolemancerAstralProjectile",
            "GSFaridunGolemancerAstralProjectileImpact",
            "GSFaridunGolemancerTimeMineExplosion",
            "GTFaridunGolemancerSlowMines",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOFaridunGolemancerMine"] = {
        name = "SOFaridunGolemancerMine",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSFaridunGolemancerAstralProjectile"] = {
        name = "MPSFaridunGolemancerAstralProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_number_of_projectiles",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "maintain_projectile_direction_when_using_contact_position",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1, 280, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerAstralProjectileImpact"] = {
        name = "GSFaridunGolemancerAstralProjectileImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFaridunGolemancerTimeMineExplosion"] = {
        name = "GSFaridunGolemancerTimeMineExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFaridunGolemancerSlowMines"] = {
        name = "GTFaridunGolemancerSlowMines",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    is zarokh monster [1]
    FamilyMonsterIsZarokhMonster
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • is zarokh monster Min: 1 Max: 1 Global
  • Edit

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