烏旗守衛風暴使
人形
20% 法術傷害格擋率
你承受 10% 來自格擋擊中的傷害
Blackguard Stormmage
幽魂Y
標籤法術, hard_armour, has_wand, human, humanoid, lightning_affinity, medium_height, medium_movement, military, not_dex, not_str, physical_affinity, ranged, red_blood, summoner
生命
90%
生命轉為護盾
50%
異常狀態臨界值
90%
抗性
0 0 75 0
傷害
79%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 40
攻擊間隔
1.305 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AxisCaster
Metadata
AxisCasterOrbOfStorms
等級
68
生命
5,790
護甲
28,790
閃避
4,739
能量護盾
3,064
傷害
295
法術傷害
295
命中
290
攻擊間隔
1.305
經驗值
10,255
異常狀態臨界值
5,790
冰緩
18
感電
18
易碎
104
焦灼
18
殘喘
51
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 236–354
暴擊率: 5%
攻擊間隔: 1.305 秒
用強大的攻擊擊倒敵人。
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]
AxisClaimSoldierMinions
法術, 召喚物, 範圍, 範圍法術, 創造召喚物
施放時間: 1 秒
AxisStormCall
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 法術可重複, 閃電, 可秘能爆發, 可齊射, 範圍法術
風暴呼喚
暴擊率: 6%
施放時間: 0.5 秒
冷卻時間: 2 秒
在一個位置設置一個標記。經過短暫的時間後,閃電會打擊該標記附近,並在你施放的任何其他標記處也引發雷擊。
造成 164.4493.2 閃電傷害
技能重複施放 2
+6 秒基礎持續時間
增加 20% 施放速度
active skill area of effect radius +% final [-2]
is area damage [1]
AxisOrbOfStorms
法術, 傷害, 閃電, 範圍, 連鎖, 可觸發, 陷阱技能, 地雷技能, 圖騰技能, 範圍法術, 冷卻, Orb
風暴漩渦
施放時間: 0.5 秒
冷卻時間: 8 秒
創造出一個帶電的球,不斷地釋放出一道道的閃電攻擊敵人。施放速度詞綴會增加它此行為的頻率。再次使用技能會取代舊的漩渦。
造成 239.7719.2 閃電傷害
充能的暴風雲造成 10 更多傷害
+6 秒基礎持續時間
當你在漩渦附近使用閃電技能時,每 1 秒雷擊
光束裂化朝向 6 個額外目標
storm cloud destroy when caster dies [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "Wand"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Preload
{
	preload_misc_beam = "HarbingerShock"
	preload_misc_animated = "RepeatedPulseLightning"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_mid.ao"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_epk.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisCasterOrbOfStorms"] = {
    name = "Blackguard Stormmage",
    life = 0.9,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    damage = 0.79,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeed",
        "AxisClaimSoldierMinions",
        "AxisStormCall",
        "AxisOrbOfStorms",
    },
    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["AxisClaimSoldierMinions"] = {
    name = "AxisClaimSoldierMinions",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisStormCall"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_cast_speed_+%",
        "skill_repeat_count",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 6000, 20, 2, -2, critChance = 6, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisOrbOfStorms"] = {
    name = "Orb of Storms",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Lightning] = true,
        [SkillType.Area] = true,
        [SkillType.Chains] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "projectile_number_to_split",
        "base_skill_effect_duration",
        "orb_of_storms_base_bolt_frequency_ms",
        "storm_cloud_charged_damage_+%_final",
        "storm_cloud_destroy_when_caster_dies",
    },
    levels = {
        [1] = {0.5, 1.5, 3, 6000, 1000, 10, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 4, 6000, 1000, 10, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 5, 6000, 1000, 10, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, 6, 6000, 1000, 10, levelRequirement = 58, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.5, 1.5, 7, 6000, 1000, 10, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.5, 1.5, 8, 6000, 1000, 10, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
20% 法術傷害格擋率
你承受 10% 來自格擋擊中的傷害
IdMonsterSpellBlock25Bypass30___
FamilyMonsterBlockAndBypass
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • base spell block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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