Совершенный богохульник
Труп
Категория монстра: Нежить
Создаёт подвижную Проклятую землю
Использует Кару
Порчи могут действовать на Заговорённых врагов
Щёлкните ПКМ по этому предмету, чтобы создать этот труп.
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
SpectreY
Tagsbones, Чародейский, humanoid, undead, very_slow_movement
Здоровье
225%
Ailment Threshold
225%
Сопротивление
0 0 0 0
Damage
225%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±0%
Опыт
150%
Model Size
100%
Type
AzmeriGeofri
Metadata
GeofriHigh
Уровень
68
Здоровье
14,475
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
840
Урон от чар
840
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 840
Шанс критического удара: 5%
Attack Time: 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
Attack, Area
Base Damage: 840
Шанс критического удара: 5%
Урон от атаки: 115%
Attack Time: 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
Spell, Multicastable, Triggerable
Время применения: 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
Spell, Multicastable, Triggerable
Время применения: 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
Spell, Multicastable, Triggerable
Время применения: 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
Melee, Attack, Area, Duration, Multistrikeable, Damage, MeleeSingleTarget, Aura, Buff, Lightning
Кара
Base Damage: 840
Шанс критического удара: 5%
Урон от атаки: 250%
Урон от атаки: 250%
Attack Time: 1.5 сек.
Герой совершает атаку ближнего боя, вызывая удар молнии в указанном месте или в ближайшего врага, наносящий урон по области. Каждую цель это умение может поразить только один раз. Если умение нанесёт удар по врагу, герой на некоторое время получит ауру. Можно использовать с мечами, топорами, булавами, скипетрами, посохами или без оружия.
50% физического урона становится уроном от молнии
Наносит на 150% больше урона атаками
Базовая длительность - 4 секунд(-ы)
Базовый радиус - 1.5 м
Базовый радиус ауры - 8 м
Удары молнии поражают 1 врага в радиусе 5 м
Аура добавляет от 26.74 до 508 урона от молнии
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.