Expedition2RemnantActiveIncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
神性化身
CategoryDemon惡魔
monster no drops or experience [1]
monster grants no flask charges [1]
Aspect of Divinity
Spectre
Tagsdemon, humanoid, red_blood, StaffMetal_onhit_audio, very_slow_movement
生命
990%
抗性
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
傷害
320%
命中
100%
暴擊 Chance
5%
Attack Distance
6 ~ 32
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
400%
Model Size
111%
Type
ArbiterofDivinityDivineClone
Metadata
ArbiterOfDivinityDivineClone
等級
68
生命
81,744
傷害
746
法術傷害
746
命中
2,502
攻擊時間
1.5
經驗值
114,536
召喚物生命
68,607
召喚物傷害
3,100
召喚物護甲
2,413
MAASAoDP2_BasicMelee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
基礎攻擊
Base Damage: 597895
暴擊率: 5%
攻擊傷害: 115%
攻擊時間: 1.5 秒
造成 15% 更多攻擊傷害
20% 的物理傷害轉換閃電傷害
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
MPSAoDP2_BasicMeleeProj
法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
施放時間: 1 秒
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1500]
projectile uses contact position [1]
projectiles not offset [1]
projectiles travel at fixed height [1]
use scaled contact offset [1]
MaceNotable2
GAAoDP2_BasicMeleeRectSlam
可觸發, 攻擊, AttackInPlace
Base Damage: 597895
暴擊率: 5%
攻擊時間: 1.5 秒
action attack or cast time uses animation length [1]
is area damage [1]
EAAAoDP2_DodgeLeft
攻擊
Base Damage: 597895
暴擊率: 5%
攻擊時間: 1.5 秒
action attack or cast time uses animation length [1]
skill does not pathfind [1]
EAAAoDP2_DodgeRight
攻擊
Base Damage: 597895
暴擊率: 5%
攻擊時間: 1.5 秒
action attack or cast time uses animation length [1]
skill does not pathfind [1]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/ArbiterOfDivinityBoss/ArbiterOfDivinityDivineClone"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Aspect of Divinity",
    life = 9.9,
    damage = 3.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 32,
    accuracy = 1,
    weaponType1 = "Spear",
    skillList = {
        "MAASAoDP2_BasicMelee",
        "MPSAoDP2_BasicMeleeProj",
        "GAAoDP2_BasicMeleeRectSlam",
        "EAAAoDP2_DodgeLeft",
        "EAAAoDP2_DodgeRight",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MAASAoDP2_BasicMelee"] = {
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "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] = {20, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSAoDP2_BasicMeleeProj"] = {
    name = "MPSAoDP2_BasicMeleeProj",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
        "check_for_targets_between_initiator_and_projectile_source",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "use_scaled_contact_offset",
        "projectiles_not_offset",
        "projectiles_travel_at_fixed_height",
    },
    levels = {
        [1] = {1500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAAoDP2_BasicMeleeRectSlam"] = {
    name = "GAAoDP2_BasicMeleeRectSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAAoDP2_DodgeLeft"] = {
    name = "EAAAoDP2_DodgeLeft",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
        "skill_does_not_pathfind",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAAoDP2_DodgeRight"] = {
    name = "EAAAoDP2_DodgeRight",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
        "skill_does_not_pathfind",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • monster grants no flask charges [1]
    FamilyMonsterSlainNoFlaskCharges
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster grants no flask charges 1 1 Global Unscalable Value
  • Craft Tagsflask
    Edit

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