完美褻瀆者
屍體
怪物種類: 不死
製造移動的詛咒地面
使用雷鳴重擊
咒術可以影響無咒敵人
右鍵點擊此物品來製造屍體。
Perfect Blasphemer
完美褻瀆者 GeofriHigh /8
名字顯示物品素質
DropLevel 68
BaseType Perfect Blasphemer
BaseType 完美褻瀆者
Class 屍體
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/GeofriHigh
IconArt/2DItems/Currency/Azmeri/GeofriCorpse
ReferenceCommunity Wiki
完美褻瀆者
不死
Perfect Blasphemer
幽魂Y
標籤bones, 法術, humanoid, undead, very_slow_movement
生命
225%
異常狀態臨界值
225%
抗性
0 0 0 0
傷害
225%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
150%
Model Size
100%
類型
AzmeriGeofri
Metadata
GeofriHigh
等級
68
生命
14,475
護甲
28,790
閃避
4,739
能量護盾
0
傷害
840
法術傷害
840
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
14,475
冰緩
46
感電
46
易碎
259
焦灼
46
殘喘
126
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 840
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
AzmeriGeofriSlam
攻擊, 範圍
基本傷害: 840
暴擊率: 5%
攻擊傷害: 115%
攻擊間隔: 1.5 秒
冷卻時間: 5 秒
造成 15% 更多攻擊傷害
47% 更少攻擊速度
active skill area of effect radius +% final [-40]
is area damage [1]
voll slam damage +% final at centre [100]
AzmeriWanderingEnfeebleGeofriHexproof
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 15 秒
alternate minion [647]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
AzmeriWanderingVulnerabilityGeofriHexproof
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 15 秒
alternate minion [648]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
AzmeriWanderingTemporalChainsGeofriHexproof
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 15 秒
alternate minion [646]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
AzmeriGeofriSmite
近戰, 攻擊, 範圍, 持續時間, 攻擊可重複, 傷害, 近戰單一目標, 光環, 增益, 閃電
雷鳴重擊
基本傷害: 840
暴擊率: 5%
攻擊傷害: 250%
攻擊傷害: 250%
攻擊間隔: 1.5 秒
使用近戰攻擊,使閃電擊中目標位置或附近敵人,造成範圍傷害。每個目標只能被此技能擊中一次。若此攻擊擊中敵人,你會獲得一個光環效果,使你和友方獲得額外閃電傷害,此光環會持續一段時間。限定劍、斧、錘、權杖、長杖或空手。
50% 物理傷害轉換為閃電傷害
造成 150% 更多攻擊傷害
+4 秒基礎持續時間
基礎範圍為 1.5
基礎光環範圍為 8
雷擊 5 米內的 1 目標
光環給予附加 26.74508 閃電傷害
action attack or cast time uses animation length [1]
visual hit effect elemental is holy [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/GeofriHigh"] = {
    name = "Perfect Blasphemer",
    life = 2.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.25,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "AzmeriWanderingEnfeebleGeofriHexproof",
        "AzmeriWanderingVulnerabilityGeofriHexproof",
        "AzmeriWanderingTemporalChainsGeofriHexproof",
        "AzmeriGeofriSlam",
        "AzmeriGeofriSmite",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "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["AzmeriWanderingEnfeebleGeofriHexproof"] = {
    name = "AzmeriWanderingEnfeebleGeofriHexproof",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {647, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriWanderingVulnerabilityGeofriHexproof"] = {
    name = "AzmeriWanderingVulnerabilityGeofriHexproof",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {648, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriWanderingTemporalChainsGeofriHexproof"] = {
    name = "AzmeriWanderingTemporalChainsGeofriHexproof",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {646, 1, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriGeofriSlam"] = {
    name = "AzmeriGeofriSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "voll_slam_damage_+%_final_at_centre",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {100, -47, -40, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriGeofriSmite"] = {
    name = "Smite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Performs a melee attack, and causes lightning to strike a nearby enemy, dealing damage in an area. Each target can only be hit once by this skill. Hitting an enemy grants an aura for a duration. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Melee] = true,
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Damage] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Aura] = true,
        [SkillType.Buff] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        duration = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_added_lightning_damage_from_skill",
        "maximum_added_lightning_damage_from_skill",
        "skill_physical_damage_%_to_convert_to_lightning",
        "base_skill_effect_duration",
        "base_smite_number_of_targets",
        "smite_lightning_target_range",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_secondary_area_of_effect_description_mode",
        "visual_hit_effect_elemental_is_holy",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.10000000149012, 1.8999999761581, 50, 4000, 1, 50, 15, 80, 4, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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