MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceVaalSideAreaStrongboxShrine
Astral Lich
灵柩
怪物类型: 亡灵
Fires Astral projectiles
Creates Astral Chain Mines
右键点击该物品以产生灵柩。
Astral Lich FaridunGolemancerMid /7
名字显示物品素质
DropLevel 68
BaseType Astral Lich
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
Astral Lich
亡灵
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
is zarokh monster [1]
幽魂Y
幽魂 取代Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerSpectre
标签bone_armour, bones, 施法, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
Packs
  • Astral Lich, Temporal Bladesoul, Temporal Warlock
  • Astral Lich, Astral Instrument
  • 生命
    98%
    生命转为护盾
    70%
    异常状态临界值
    115%
    抗性
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    伤害
    115%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    115%
    Model Size
    100%
    类型
    FaridunGolemancer
    Metadata
    FaridunGolemancer
    等级
    68
    生命
    6,305
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    4,203
    伤害
    430
    法术伤害
    430
    命中
    580
    攻击间隔
    1.5
    经验值
    11,793
    召唤物生命
    1,368
    Minion Energy Shield
    912
    召唤物伤害
    343
    异常状态临界值
    7,398
    冰缓
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 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
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 521.1 - 781.6 物理伤害
    is area damage [1]
    GTFaridunGolemancerSlowMines
    可触发, 法术
    施放间隔: 3 秒
    冷却时间: 10 秒
    SOFaridunGolemancerMine
    可触发, 法术
    施放间隔: 1 秒
    GSFaridunGolemancerTimeMineExplosion
    法术, 可触发
    暴击几率: 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 全域
  • Astral Lich
    亡灵
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    幽魂Y
    标签bone_armour, bones, 施法, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    生命
    98%
    生命转为护盾
    70%
    异常状态临界值
    115%
    抗性
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    伤害
    115%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    115%
    Model Size
    100%
    类型
    FaridunGolemancer
    Metadata
    FaridunGolemancerSpectre
    等级
    68
    生命
    6,305
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    4,203
    伤害
    430
    法术伤害
    430
    命中
    580
    攻击间隔
    1.5
    经验值
    11,793
    召唤物生命
    1,368
    Minion Energy Shield
    912
    召唤物伤害
    343
    异常状态临界值
    7,398
    冰缓
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 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
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 521.1 - 781.6 物理伤害
    is area damage [1]
    GTFaridunGolemancerSlowMines
    可触发, 法术
    施放间隔: 3 秒
    冷却时间: 10 秒
    SOFaridunGolemancerMine
    可触发, 法术
    施放间隔: 1 秒
    GSFaridunGolemancerTimeMineExplosion
    法术, 可触发
    暴击几率: 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 全域
  • Astral Lich
    亡灵
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    幽魂Y
    标签bone_armour, bones, 施法, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    生命
    145%
    生命转为护盾
    70%
    异常状态临界值
    170%
    抗性
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    伤害
    204%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    170%
    Model Size
    100%
    类型
    FaridunGolemancerCorpse
    Metadata
    FaridunGolemancerMid
    等级
    68
    生命
    9,328
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    6,219
    伤害
    762
    法术伤害
    762
    命中
    580
    攻击间隔
    1.5
    经验值
    17,434
    召唤物生命
    2,023
    Minion Energy Shield
    1,349
    召唤物伤害
    609
    异常状态临界值
    10,937
    冰缓
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 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
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 521.1 - 781.6 物理伤害
    is area damage [1]
    GTFaridunGolemancerSlowMines
    可触发, 法术
    施放间隔: 3 秒
    冷却时间: 10 秒
    SOFaridunGolemancerMine
    可触发, 法术
    施放间隔: 1 秒
    GSFaridunGolemancerTimeMineExplosion
    法术, 可触发
    暴击几率: 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 全域
  • Astral Lich
    亡灵
    MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
    is zarokh monster [1]
    幽魂Y
    幽魂 取代Metadata/Monsters/FaridunLeague/FaridunGolemancer/FaridunGolemancerSpectre
    标签bone_armour, bones, 施法, is_runic_monster, is_unarmed, not_dex, not_str, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • Astral Lich, Ichorous Pest, Reassembled Dead, Corpse-Knit Beetle
  • 生命
    98%
    生命转为护盾
    70%
    异常状态临界值
    115%
    抗性
    MonsterResistanceIconFire37 MonsterResistanceIconCold37 MonsterResistanceIconLightning37 MonsterResistanceIconChaos0
    伤害
    115%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 15
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    115%
    Model Size
    100%
    类型
    FaridunGolemancer
    Metadata
    FaridunGolemancerExpedition
    等级
    68
    生命
    6,305
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    4,203
    伤害
    430
    法术伤害
    430
    命中
    580
    攻击间隔
    1.5
    经验值
    11,793
    召唤物生命
    1,368
    Minion Energy Shield
    912
    召唤物伤害
    343
    异常状态临界值
    7,398
    冰缓
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    Phys Convert Ele
    240%
    MPSFaridunGolemancerAstralProjectile
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 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
    法术, 可触发
    暴击几率: 5%
    施放间隔: 1 秒
    造成 521.1 - 781.6 物理伤害
    is area damage [1]
    GTFaridunGolemancerSlowMines
    可触发, 法术
    施放间隔: 3 秒
    冷却时间: 10 秒
    SOFaridunGolemancerMine
    可触发, 法术
    施放间隔: 1 秒
    GSFaridunGolemancerTimeMineExplosion
    法术, 可触发
    暴击几率: 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 全域
  • Edit

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