福克风暴卫士
亡灵
物理伤害的 50% 转换为闪电伤害
undead description [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Volkuur's Stormguard
幽魂Y
标签bone_armour, bones, 施法, has_one_hand_sword, has_one_handed_melee, lightning_affinity, medium_height, melee, not_dex, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement
Packs
  • 福克的冰霜卫士, 福克烈焰卫士, 福克风暴卫士, 福克的冰霜卫士, 福克烈焰卫士, 福克风暴卫士
  • 生命
    108%
    生命转为护盾
    65%
    护甲
    +15%
    异常状态临界值
    108%
    抗性
    0 0 40 0
    伤害
    144%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.605 秒
    伤害分布
    ±30%
    经验值
    120%
    Model Size
    100%
    类型
    SkeletonMeleeLightning
    Metadata
    SkeletonMeleeLightningShieldProphecy
    等级
    68
    生命
    6,948
    护甲
    33,109
    闪避值
    4,739
    能量护盾
    3,983
    伤害
    538
    法术伤害
    538
    命中
    290
    攻击间隔
    1.605
    经验值
    12,306
    异常状态临界值
    6,948
    冰缓
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 377–699
    攻击暴击率: 5%
    攻击间隔: 1.605 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterLightningWarpProphecy
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
    闪电传送
    攻击暴击率: 5%
    伤害效用: 50%
    施放间隔: 1 秒
    冷却时间: 2 秒
    指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
    造成 444.2 - 1332 闪电伤害
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "DetachAllContainingText( glowhand );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeLightningShieldProphecy"] = {
        name = "Volkuur's Stormguard",
        life = 1.08,
        energyShield = 0.65,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.3,
        attackTime = 1.605,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "MonsterLightningWarpProphecy",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningWarpProphecy"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        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.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理伤害的 50% 转换为闪电伤害
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    福克风暴卫士
    亡灵
    物理伤害的 50% 转换为闪电伤害
    undead description [1]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    Volkuur's Stormguard
    幽魂Y
    标签bone_armour, bones, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_dex, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement
    Packs
  • 福克的冰霜卫士, 福克烈焰卫士, 福克风暴卫士, 福克的冰霜卫士, 福克烈焰卫士, 福克风暴卫士
  • 生命
    108%
    生命转为护盾
    65%
    护甲
    +15%
    异常状态临界值
    108%
    抗性
    0 0 40 0
    伤害
    144%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.605 秒
    伤害分布
    ±30%
    经验值
    120%
    Model Size
    100%
    类型
    SkeletonMeleeLightning
    Metadata
    SkeletonMeleeLightningShieldProphecy2
    等级
    68
    生命
    6,948
    护甲
    33,109
    闪避值
    4,739
    能量护盾
    3,983
    伤害
    538
    法术伤害
    538
    命中
    290
    攻击间隔
    1.605
    经验值
    12,306
    异常状态临界值
    6,948
    冰缓
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 377–699
    攻击暴击率: 5%
    攻击间隔: 1.605 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "DetachAllContainingText( glowhand );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMeleeLightningShieldProphecy2"] = {
        name = "Volkuur's Stormguard",
        life = 1.08,
        energyShield = 0.65,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.3,
        attackTime = 1.605,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理伤害的 50% 转换为闪电伤害
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base 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.