烏旗守衛炎使
人形
20% 法術傷害格擋率
你承受 10% 來自格擋擊中的傷害
Blackguard Firemage
幽魂Y
標籤cursing_monster, hard_armour, has_wand, human, humanoid, medium_height, medium_movement, military, not_dex, not_str, physical_affinity, ranged, red_blood
生命
270%
生命轉為護盾
50%
異常狀態臨界值
270%
抗性
0 0 75 0
傷害
79%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 40
攻擊間隔
1.305 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AxisCasterGravicius
Metadata
AxisCasterGuardGravicius
等級
68
生命
17,370
護甲
28,790
閃避
4,739
能量護盾
3,064
傷害
295
法術傷害
295
命中
290
攻擊間隔
1.305
經驗值
10,255
異常狀態臨界值
17,370
冰緩
55
感電
55
易碎
311
焦灼
55
殘喘
152
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]
AxisFlammability
法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
易燃
施放時間: 0.5 秒
冷卻時間: 10 秒
對目標區域降下詛咒,使受到詛咒敵人的火焰抗性降低,並在被擊中時時有機率被點燃。
+6 秒基礎持續時間
被詛咒的敵人有 -30% 的火焰抗性
對被詛咒敵人的擊中 +25% 機率造成點燃
active skill area of effect radius +% final [9]

Object Type

version 2
extends "Metadata/Monsters/Axis/AxisCasterNormal"

Transitionable
{
}

NPC
{
	marker_enabled = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/AxisCasterNormal"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisCasterGuardGravicius"] = {
    name = "Blackguard Firemage",
    life = 2.7,
    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",
        "AxisFlammability",
    },
    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["AxisFlammability"] = {
    name = "Flammability",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_ignited_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {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
    烏旗守衛炎使
    人形
    20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Blackguard Firemage
    幽魂Y
    地區永恆實驗室
    標籤cursing_monster, hard_armour, has_wand, human, humanoid, medium_height, medium_movement, military, not_dex, not_str, physical_affinity, ranged, red_blood
    Packs
  • 永恆實驗室: 烏旗守衛炎使, 熾炎魔像
  • 生命
    90%
    生命轉為護盾
    50%
    異常狀態臨界值
    90%
    抗性
    0 0 75 0
    傷害
    79%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    AxisCaster
    Metadata
    AxisCasterGuardFlamability
    等級
    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]
    AxisFlammability
    法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    易燃
    施放時間: 0.5 秒
    冷卻時間: 10 秒
    對目標區域降下詛咒,使受到詛咒敵人的火焰抗性降低,並在被擊中時時有機率被點燃。
    +6 秒基礎持續時間
    被詛咒的敵人有 -30% 的火焰抗性
    對被詛咒敵人的擊中 +25% 機率造成點燃
    active skill area of effect radius +% final [9]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/AxisCaster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/AxisCaster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisCasterGuardFlamability"] = {
        name = "Blackguard Firemage",
        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",
            "AxisFlammability",
        },
        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["AxisFlammability"] = {
        name = "Flammability",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_resistance_%",
            "base_skill_effect_duration",
            "chance_to_be_ignited_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
            [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
            [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {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.