恐惧之锋席尔瓦
人形
monster base type attack cast speed +% and damage -% final [33]
Silva Fearsting
幽魂N
标签施法, chaos_affinity, cold_affinity, cursing_monster, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, puncturing_weapon, ranged, red_blood, rogue_exile
生命
108%
闪避值
+100%
异常状态临界值
108%
抗性
30 30 30 20
伤害
143%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 80
攻击间隔
1.605 秒
伤害分布
±20%
经验值
220%
Model Size
100%
类型
ExileRanger4
Metadata
ExileRanger4
等级
68
生命
6,948
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
534
法术伤害
534
命中
290
攻击间隔
1.605
经验值
22,561
异常状态临界值
6,948
冰缓
22
Shock
22
Brittle
124
Scorch
22
Sap
61
ExileCausticArrow
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 范围, 持续时间, 陷阱技能, 地雷技能, 图腾技能, DoT, 混沌, 可触发
腐蚀箭矢
基本伤害: 427–641
攻击暴击率: 5%
攻击间隔: 1.605 秒
射出一发带有腐蚀效果的箭矢,击中时对一片区域造成混沌伤害,并且产生腐蚀地面。站在地面上的敌人将会持续受到混沌伤害。
每秒造成 259.5 基础混沌伤害
基础持续时间为 4
投射物伤害的词缀效果同样套用于持续伤害
投射物返回你身边
获得额外混沌伤害,其数值等同于自身物理伤害的 25%
active skill area of effect radius +% final [10]
ground caustic art variation [2]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
ExileIceShot
攻击, 范围攻击, 投射物, 玩家投射物, 范围, 冰冷, 可触发, 技能可幻影射手, 图腾技能, 陷阱技能, 地雷技能
冰霜射击
基本伤害: 427–641
攻击暴击率: 5%
攻击间隔: 1.605 秒
射出一支箭矢,在击中目标时将部分物理伤害转化为冰霜伤害,并在目标背后形成锥形范围攻击其它敌人,此时所有物理伤害转化为冰霜伤害。
基础持续时间为 2.5
额外发射 2 个投射物
物理伤害提高 9%
物理伤害的 50% 转化为冰霜伤害
攻击速度加快 20%
skill can fire arrows [1]
ExileFreezeMine
法术, 伤害, 范围, 遥控地雷, 冰冷, 范围法术, 消耗保留
冰冻地雷
施放间隔: 0.5 秒
冷却时间: 2.5 秒
放置一个遥控地雷,你可以引爆它以冰冻该区域内的所有敌人.
造成 201.8 - 302.7 冰霜伤害
地雷持续 12
对敌人始终造成冻结状态
额外获得 1104% 总伤害下的冰冻效果
被冰冻时,敌人的冰霜抗性降低 15%
base skill is mined [1]
base skill show average damage instead of dps [1]
is area damage [1]
SkeletonVulnerability
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
脆弱
施放间隔: 0.5 秒
诅咒一片区域的所有目标,提高它们受到的物理伤害。攻击它们有几率施加流血。
基础持续时间为 10
被诅咒敌人受到的物理伤害提高 50%
对抗被诅咒的敌人时,攻击击中有 20% 的几率施加流血
active skill area of effect radius +% final [24]
ExileDetonateMines
法术, 陷阱技能, 图腾技能, 可触发, 立即, 冷却
遥控地雷
冷却时间: 5 秒
引爆一个地雷,启动传爆序列。它将持续引爆周围的地雷。
第一个地雷立刻引爆
传爆序列中每个之前的地雷都使总引爆速度总增 10%

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ExilesDescent2/ExileRanger4"] = {
    name = "Silva Fearsting",
    life = 1.08,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "ExileCausticArrow",
        "SkeletonVulnerability",
        "ExileDetonateMines",
        "ExileFreezeMine",
        "ExileIceShot",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileCausticArrow"] = {
    name = "Caustic Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "physical_damage_%_to_add_as_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "projectiles_return",
        "projectile_damage_modifiers_apply_to_skill_dot",
        "visual_hit_effect_chaos_is_green",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {1, 4000, 25, -25, 2, 10, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        [2] = {1, 4000, 25, -25, 2, 10, levelRequirement = 67, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonVulnerability"] = {
    name = "Vulnerability",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.",
    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.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = 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_skill_effect_duration",
        "physical_damage_taken_+%",
        "receive_bleeding_chance_%_when_hit_by_attack",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {10000, 50, 20, 24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileDetonateMines"] = {
    name = "Detonate Mines",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Detonates a Mine, starting a Detonation Sequence which will detonate other Mines around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Instant] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "display_mine_deontation_mechanics_detonation_speed_+%_final_per_sequence_mine",
    },
    levels = {
        [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileFreezeMine"] = {
    name = "Freeze Mine",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lays a remote mine that you can detonate to freeze all enemies in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.Cold] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.HasReservation] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "freeze_as_though_dealt_damage_+%",
        "freeze_mine_cold_resistance_+_while_frozen",
        "base_mine_duration",
        "base_skill_is_mined",
        "base_skill_show_average_damage_instead_of_dps",
        "is_remote_mine",
        "always_freeze",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 200, -15, 12000, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 225, -15, 12000, levelRequirement = 7, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 250, -15, 12000, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 273, -15, 12000, levelRequirement = 13, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 297, -15, 12000, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 323, -15, 12000, levelRequirement = 19, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 351, -15, 12000, levelRequirement = 22, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 381, -15, 12000, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 413, -15, 12000, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 448, -15, 12000, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 484, -15, 12000, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 524, -15, 12000, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 566, -15, 12000, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 611, -15, 12000, levelRequirement = 47, statInterpolation = {3, 3, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 659, -15, 12000, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 710, -15, 12000, levelRequirement = 53, statInterpolation = {3, 3, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 765, -15, 12000, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 824, -15, 12000, levelRequirement = 59, statInterpolation = {3, 3, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 887, -15, 12000, levelRequirement = 62, statInterpolation = {3, 3, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 955, -15, 12000, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 1027, -15, 12000, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 1066, -15, 12000, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 1104, -15, 12000, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 1146, -15, 12000, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 1187, -15, 12000, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 1231, -15, 12000, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 1275, -15, 12000, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 1323, -15, 12000, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 1370, -15, 12000, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 1421, -15, 12000, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 1471, -15, 12000, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 1525, -15, 12000, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 1579, -15, 12000, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 1637, -15, 12000, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 1695, -15, 12000, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 1757, -15, 12000, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
        [37] = {0.80000001192093, 1.2000000476837, 1819, -15, 12000, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        [38] = {0.80000001192093, 1.2000000476837, 1952, -15, 12000, levelRequirement = 84, statInterpolation = {3, 3, 1},  cost = { }, },
        [39] = {0.80000001192093, 1.2000000476837, 2094, -15, 12000, levelRequirement = 86, statInterpolation = {3, 3, 1},  cost = { }, },
        [40] = {0.80000001192093, 1.2000000476837, 2246, -15, 12000, levelRequirement = 88, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileIceShot"] = {
    name = "Ice Shot",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "physical_damage_+%",
        "attack_speed_+%",
        "skill_physical_damage_%_to_convert_to_cold",
        "number_of_additional_projectiles",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {1000, 3, 10, 50, 2, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
        [2] = {2500, 9, 20, 50, 2, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
        [3] = {6000, 18, 40, 50, 2, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    Edit

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