竞争者劳拉
人形
移动速度加快 30%
drop additional rare items [3]
25% 攻击伤害格挡率
25% 法术伤害格挡几率
被格挡的击中对你造成 20% 伤害
Lora, the Contender
幽魂N
标签施法, cold_affinity, ghost_armour, ghost_blood, has_wand, human, humanoid, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged
生命
108%
生命转为护盾
100%
异常状态临界值
108%
抗性
37 37 37 0
伤害
150%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 60
攻击间隔
1.245 秒
伤害分布
±20%
经验值
220%
Model Size
115%
类型
WitchProphecy
Metadata
HeroOfIce
等级
68
生命
6,948
护甲
28,790
闪避值
4,739
能量护盾
6,127
伤害
560
法术伤害
560
命中
290
攻击间隔
1.245
经验值
22,561
异常状态临界值
6,948
冰缓
22
Shock
22
Brittle
124
Scorch
22
Sap
61
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 448–672
攻击暴击率: 5%
攻击间隔: 1.245 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ProphecyWaterVortex
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 1.4 秒
造成 194.5 - 291.7 冰霜伤害
额外发射 2 个投射物
施法速度减慢 10%
投射物速度加快 25%
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [35]
ProphecyFreezingPulseWhirlwindSpiral
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
冰霜脉冲
攻击暴击率: 6%
伤害效用: 125%
施放间隔: 0.65 秒
发出一个半月形的寒冰投射物,被击中的敌人将有几率被冻结。这个投射物很快就会消散,而其伤害与冻结几率将会随着飞行时间递减。
造成 276.1 - 414.2 冰霜伤害
投射物贯穿所有目标
螺旋发射 6 个投射物
投射物速度加快 100%
base is projectile [1]
projectile spiral nova time ms [200]
ProphecyColdThorns
法术, 增益, 持续时间
施放间隔: 1 秒
冷却时间: 0.8 秒
免疫致盲
基础持续时间为 3.5
受到的伤害降低 80%
maximum cold damage to return when hit [318.8]
minimum cold damage to return when hit [212.5]
ProphecyEnchantmentOfSpiteWhenHit
攻击, 范围攻击, 投射物, 被触发, 可触发, 冰缓区域, 冰冷, ProjectilesNotFromUser, 冷却, InbuiltTrigger
怨恨之誓
基本伤害: 448–672
攻击暴击率: 5%
攻击间隔: 1.245 秒
冷却时间: 5 秒
基于你的武器,发射一圈投射物,在它们的路径上留下冰缓地面。
额外发射 9 个投射物
物理伤害的 50% 转化为冰霜伤害
环状发射投射物
被击中时触发该技能
base is projectile [1]
base projectile ground effect duration [2000]
projectiles drop ground effects on client [1]
projectiles drop ground ice [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Life
{
	corpse_usable = false
}

Stats
{
	set_monster_do_not_fracture = 1
}

MinimapIcon
{
	icon = "MissionTarget" 
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}

BaseEvents 
{ 
     on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_spectre.epk );"
} 

Life
{
	on_death = "HideMinimapIcon();"
	on_spawned_dead = "HideMinimapIcon();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ProphecyBoss/HeroOfIce"] = {
    name = "Lora, the Contender",
    life = 1.08,
    energyShield = 1,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 60,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "ProphecyFreezingPulseWhirlwindSpiral",
        "ProphecyWaterVortex",
        "ProphecyColdThorns",
        "ProphecyEnchantmentOfSpiteWhenHit",
    },
    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["ProphecyFreezingPulseWhirlwindSpiral"] = {
    name = "Freezing Pulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy projectile which has a chance to freeze enemies it passes through. The projectile fades quickly, reducing damage and freezing chance until it dissipates.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "projectile_spiral_nova_angle",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 360, 6, 200, 100, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyWaterVortex"] = {
    name = "ProphecyWaterVortex",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cast_speed_+%",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -25, 35, 2, 25, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, -20, 35, 2, 25, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, -15, 35, 2, 25, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, -10, 35, 2, 25, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, -5, 35, 2, 25, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 0, 35, 2, 25, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 5, 35, 2, 25, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyColdThorns"] = {
    name = "ProphecyColdThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_cold_damage_to_return_when_hit",
        "maximum_cold_damage_to_return_when_hit",
        "base_skill_effect_duration",
        "base_damage_taken_+%",
        "cannot_be_blinded",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2500, -80, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 2750, -80, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 3000, -80, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 3250, -80, levelRequirement = 57, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 3500, -80, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 3750, -80, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 4000, -80, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyEnchantmentOfSpiteWhenHit"] = {
    name = "Word of Spite",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Releases a circle of projectiles based on your weapon, leaving chilled ground in their wake.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Triggered] = true,
        [SkillType.Triggerable] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.Cold] = true,
        [SkillType.ProjectilesNotFromUser] = true,
        [SkillType.Cooldown] = true,
        [SkillType.InbuiltTrigger] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_projectile_ground_effect_duration",
        "number_of_additional_projectiles",
        "melee_counterattack_trigger_on_hit_%",
        "skill_physical_damage_%_to_convert_to_cold",
        "projectiles_drop_ground_ice",
        "projectiles_drop_ground_effects_on_client",
        "base_is_projectile",
        "projectiles_nova",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {2000, 9, 100, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
移动速度加快 30%
IdMonsterImplicitFastRun5
FamilyMovementVelocity
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 全域
  • 25% 攻击伤害格挡率
    25% 法术伤害格挡几率
    被格挡的击中对你造成 20% 伤害
    IdMonsterAttackSpellBlock25Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 25 Max: 25 全域
  • monster base block % Min: 25 Max: 25 全域
  • base block % damage taken Min: 20 Max: 20 全域
  • Craft Tagsblock
    竞争者劳拉
    人形
    移动速度加快 30%
    25% 攻击伤害格挡率
    25% 法术伤害格挡几率
    被格挡的击中对你造成 20% 伤害
    Lora, the Contender
    幽魂N
    标签施法, cold_affinity, ghost_armour, ghost_blood, has_wand, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, ranged
    生命
    108%
    生命转为护盾
    100%
    异常状态临界值
    108%
    抗性
    37 37 37 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 60
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    220%
    Model Size
    115%
    类型
    WitchProphecy
    Metadata
    HeroOfIceStandalone
    等级
    68
    生命
    6,948
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    6,127
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.245
    经验值
    22,561
    异常状态临界值
    6,948
    冰缓
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ProphecyWaterVortex
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
    施放间隔: 1.4 秒
    造成 194.5 - 291.7 冰霜伤害
    额外发射 2 个投射物
    施法速度减慢 10%
    投射物速度加快 25%
    base is projectile [1]
    is area damage [1]
    monster reverse point blank damage -% at minimum range [35]
    ProphecyFreezingPulseWhirlwindSpiral
    法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
    冰霜脉冲
    攻击暴击率: 6%
    伤害效用: 125%
    施放间隔: 0.65 秒
    发出一个半月形的寒冰投射物,被击中的敌人将有几率被冻结。这个投射物很快就会消散,而其伤害与冻结几率将会随着飞行时间递减。
    造成 276.1 - 414.2 冰霜伤害
    投射物贯穿所有目标
    螺旋发射 6 个投射物
    投射物速度加快 100%
    base is projectile [1]
    projectile spiral nova time ms [200]
    ProphecyColdThorns
    法术, 增益, 持续时间
    施放间隔: 1 秒
    冷却时间: 0.8 秒
    免疫致盲
    基础持续时间为 3.5
    受到的伤害降低 80%
    maximum cold damage to return when hit [318.8]
    minimum cold damage to return when hit [212.5]
    ProphecyEnchantmentOfSpiteWhenHit
    攻击, 范围攻击, 投射物, 被触发, 可触发, 冰缓区域, 冰冷, ProjectilesNotFromUser, 冷却, InbuiltTrigger
    怨恨之誓
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    冷却时间: 5 秒
    基于你的武器,发射一圈投射物,在它们的路径上留下冰缓地面。
    额外发射 9 个投射物
    物理伤害的 50% 转化为冰霜伤害
    环状发射投射物
    被击中时触发该技能
    base is projectile [1]
    base projectile ground effect duration [2000]
    projectiles drop ground effects on client [1]
    projectiles drop ground ice [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents 
    { 
         on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_spectre.epk );"
    } 
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ProphecyBoss/HeroOfIceStandalone"] = {
        name = "Lora, the Contender",
        life = 1.08,
        energyShield = 1,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "ProphecyFreezingPulseWhirlwindSpiral",
            "ProphecyWaterVortex",
            "ProphecyColdThorns",
            "ProphecyEnchantmentOfSpiteWhenHit",
        },
        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["ProphecyFreezingPulseWhirlwindSpiral"] = {
        name = "Freezing Pulse",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An icy projectile which has a chance to freeze enemies it passes through. The projectile fades quickly, reducing damage and freezing chance until it dissipates.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "projectile_spiral_nova_angle",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 360, 6, 200, 100, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyWaterVortex"] = {
        name = "ProphecyWaterVortex",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_cast_speed_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -25, 35, 2, 25, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -20, 35, 2, 25, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -15, 35, 2, 25, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, -10, 35, 2, 25, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, -5, 35, 2, 25, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 0, 35, 2, 25, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 5, 35, 2, 25, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyColdThorns"] = {
        name = "ProphecyColdThorns",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "minimum_cold_damage_to_return_when_hit",
            "maximum_cold_damage_to_return_when_hit",
            "base_skill_effect_duration",
            "base_damage_taken_+%",
            "cannot_be_blinded",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2500, -80, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2750, -80, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3000, -80, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3250, -80, levelRequirement = 57, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 3500, -80, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 3750, -80, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 4000, -80, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyEnchantmentOfSpiteWhenHit"] = {
        name = "Word of Spite",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Releases a circle of projectiles based on your weapon, leaving chilled ground in their wake.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggered] = true,
            [SkillType.Triggerable] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.Cold] = true,
            [SkillType.ProjectilesNotFromUser] = true,
            [SkillType.Cooldown] = true,
            [SkillType.InbuiltTrigger] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_ground_effect_duration",
            "number_of_additional_projectiles",
            "melee_counterattack_trigger_on_hit_%",
            "skill_physical_damage_%_to_convert_to_cold",
            "projectiles_drop_ground_ice",
            "projectiles_drop_ground_effects_on_client",
            "base_is_projectile",
            "projectiles_nova",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {2000, 9, 100, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    移动速度加快 30%
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    25% 攻击伤害格挡率
    25% 法术伤害格挡几率
    被格挡的击中对你造成 20% 伤害
    IdMonsterAttackSpellBlock25Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 25 Max: 25 全域
  • monster base block % Min: 25 Max: 25 全域
  • base block % damage taken Min: 20 Max: 20 全域
  • Craft Tagsblock
    竞争者劳拉
    亡灵
    移动速度加快 30%
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    monster no map drops [1]
    25% 攻击伤害格挡率
    25% 法术伤害格挡几率
    被格挡的击中对你造成 20% 伤害
    Lora, the Contender
    幽魂N
    标签bone_armour, bones, 施法, cold_affinity, has_wand, medium_height, medium_movement, not_dex, not_int, physical_affinity, ranged, skeleton, undead
    生命
    401%
    护甲
    +15%
    异常状态临界值
    401%
    抗性
    0 85 0 0
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 60
    攻击间隔
    1.605 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    100%
    类型
    ProphecySkeletonBossCold
    Metadata
    SkeletonHeroOfIce
    等级
    68
    生命
    25,798
    护甲
    33,109
    闪避值
    4,739
    能量护盾
    0
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.605
    经验值
    15,383
    异常状态临界值
    25,798
    冰缓
    82
    Shock
    82
    Brittle
    462
    Scorch
    82
    Sap
    225
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.605 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ProphecyWaterVortex
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
    施放间隔: 1.4 秒
    造成 194.5 - 291.7 冰霜伤害
    额外发射 2 个投射物
    施法速度减慢 10%
    投射物速度加快 25%
    base is projectile [1]
    is area damage [1]
    monster reverse point blank damage -% at minimum range [35]
    ProphecyColdThorns
    法术, 增益, 持续时间
    施放间隔: 1 秒
    冷却时间: 0.8 秒
    免疫致盲
    基础持续时间为 3.5
    受到的伤害降低 80%
    maximum cold damage to return when hit [318.8]
    minimum cold damage to return when hit [212.5]
    ProphecyIceStorm
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可秘能爆发, 可齐射, 范围法术
    烈炎风暴
    攻击暴击率: 5%
    施放间隔: 0.9 秒
    冷却时间: 1.5 秒
    低语呢喃,呼唤无数火焰之球如雨一般洒落在目标区域。每颗火球落地时将会爆炸,并对周围的敌人造成伤害。
    造成 1037 - 1555 冰霜伤害
    基础持续时间为 3
    0.15 秒一次冲击
    基础范围为 1
    firestorm base area of effect +% [-19]
    firestorm drop ground ice duration ms [1500]
    is area damage [1]
    ProphecyFrostWall
    法术, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可秘能爆发, 冷却
    冰墙
    攻击暴击率: 5%
    施放间隔: 0.5 秒
    冷却时间: 6 秒
    聚集空气中的水分,制造一堵能阻挡敌人行动的冰墙。在冰墙成形位置的敌人将会受到伤害并且被击退。
    造成 23.61 - 35.41 冰霜伤害
    基础持续时间为 2.65
    墙的出现会延迟 0.15
    墙壁长度 +4
    ProphecyEnchantmentOfSpiteWhenHit
    攻击, 范围攻击, 投射物, 被触发, 可触发, 冰缓区域, 冰冷, ProjectilesNotFromUser, 冷却, InbuiltTrigger
    怨恨之誓
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.605 秒
    冷却时间: 5 秒
    基于你的武器,发射一圈投射物,在它们的路径上留下冰缓地面。
    额外发射 9 个投射物
    物理伤害的 50% 转化为冰霜伤害
    环状发射投射物
    被击中时触发该技能
    base is projectile [1]
    base projectile ground effect duration [2000]
    projectiles drop ground effects on client [1]
    projectiles drop ground ice [1]
    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"
    
    Life
    {
    	on_death = "DetachAllContainingText( glowhand );"
    	on_spawned_dead = "DetachAllContainingText( glowhand );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ProphecyBoss/SkeletonHeroOfIce"] = {
        name = "Lora, the Contender",
        life = 4.01,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "ProphecyFrostWall",
            "ProphecyIceStorm",
            "ProphecyWaterVortex",
            "ProphecyColdThorns",
            "ProphecyEnchantmentOfSpiteWhenHit",
        },
        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["ProphecyFrostWall"] = {
        name = "Frost Wall",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a wall of ice which holds back enemies. Targets under the wall are damaged and pushed back.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "wall_maximum_length",
            "wall_expand_delay_ms",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1600, 20, 150, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1650, 20, 150, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1700, 22, 150, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 1750, 22, 150, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1800, 24, 150, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 1850, 24, 150, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 1900, 26, 150, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 1950, 26, 150, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 2000, 28, 150, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 2050, 28, 150, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 2100, 30, 150, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 2150, 30, 150, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 2200, 32, 150, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 2250, 32, 150, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 2300, 34, 150, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 2350, 34, 150, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 2400, 36, 150, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 2450, 36, 150, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 2500, 38, 150, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 2550, 38, 150, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 2600, 40, 150, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 2650, 40, 150, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 2700, 42, 150, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 2750, 42, 150, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 2800, 44, 150, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 2850, 44, 150, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 2900, 46, 150, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 2950, 46, 150, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 3000, 48, 150, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 3050, 48, 150, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 3100, 50, 150, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 3150, 50, 150, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 3200, 52, 150, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [34] = {0.80000001192093, 1.2000000476837, 3250, 52, 150, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [35] = {0.80000001192093, 1.2000000476837, 3300, 54, 150, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [36] = {0.80000001192093, 1.2000000476837, 3450, 54, 150, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyIceStorm"] = {
        name = "Firestorm",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = 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.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "firestorm_base_area_of_effect_+%",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_drop_ground_ice_duration_ms",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -51, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -49, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -46, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 9, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, -43, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, -40, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 22, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, -36, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, -33, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, -30, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, -27, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, -23, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, -19, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, -16, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, -12, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, -8, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, -4, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 0, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 4, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 8, 3000, 150, 1500, 10, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyWaterVortex"] = {
        name = "ProphecyWaterVortex",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_cast_speed_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -25, 35, 2, 25, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -20, 35, 2, 25, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -15, 35, 2, 25, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, -10, 35, 2, 25, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, -5, 35, 2, 25, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 0, 35, 2, 25, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 5, 35, 2, 25, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyColdThorns"] = {
        name = "ProphecyColdThorns",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "minimum_cold_damage_to_return_when_hit",
            "maximum_cold_damage_to_return_when_hit",
            "base_skill_effect_duration",
            "base_damage_taken_+%",
            "cannot_be_blinded",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2500, -80, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2750, -80, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3000, -80, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3250, -80, levelRequirement = 57, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 3500, -80, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 3750, -80, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 4000, -80, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyEnchantmentOfSpiteWhenHit"] = {
        name = "Word of Spite",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Releases a circle of projectiles based on your weapon, leaving chilled ground in their wake.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggered] = true,
            [SkillType.Triggerable] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.Cold] = true,
            [SkillType.ProjectilesNotFromUser] = true,
            [SkillType.Cooldown] = true,
            [SkillType.InbuiltTrigger] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_ground_effect_duration",
            "number_of_additional_projectiles",
            "melee_counterattack_trigger_on_hit_%",
            "skill_physical_damage_%_to_convert_to_cold",
            "projectiles_drop_ground_ice",
            "projectiles_drop_ground_effects_on_client",
            "base_is_projectile",
            "projectiles_nova",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {2000, 9, 100, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    移动速度加快 30%
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    IdMonsterAuraAddedColdDamage
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    冰霜伤害光环
    范围: 50
    周围友军造成额外冰霜伤害
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    Cold Damage Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 25% 攻击伤害格挡率
    25% 法术伤害格挡几率
    被格挡的击中对你造成 20% 伤害
    IdMonsterAttackSpellBlock25Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 25 Max: 25 全域
  • monster base block % Min: 25 Max: 25 全域
  • base block % damage taken Min: 20 Max: 20 全域
  • Craft Tagsblock
    Edit

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