奧拉.烏娜
人形
monster base type attack cast speed +% and damage -% final [33]
擊中時有 50% 機率獲得 1 顆狂怒球
Oyra Ona
幽魂N
標籤cursing_monster, fire_affinity, has_bow, human, humanoid, mail_armour, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, rogue_exile
生命
123%
護甲
+50%
閃避
+50%
異常狀態臨界值
123%
抗性
30 30 30 20
傷害
114%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 80
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
ExileDuelist5
Metadata
ExileDuelist5
等級
68
生命
7,913
護甲
43,185
閃避
7,109
能量護盾
0
傷害
426
法術傷害
426
命中
290
攻擊間隔
1.005
經驗值
22,561
異常狀態臨界值
7,913
冰緩
25
感電
25
易碎
142
焦灼
25
殘喘
69
ExileDuelistBlastRain
攻擊, 範圍攻擊, 火焰, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
爆裂箭雨
基本傷害: 341–511
暴擊率: 5%
攻擊傷害: 50%
攻擊傷害: 50%
攻擊間隔: 1.005 秒
冷卻時間: 3 秒
朝著天空發出大量的箭矢,並像降雨般落下。每支箭矢於落地點造成範圍傷害,它們會在指定的地點重疊。
造成 50% 更少攻擊傷害
造成 33% 更多傷害
發射 6 個額外箭矢
50% 物理傷害轉化至火焰傷害
active skill area of effect radius +% final [-5]
animation effect variation [1]
base is projectile [1]
blast rain arrow delay ms [80]
is area damage [1]
skill can fire arrows [1]
ExileDuelistTornadoShot
攻擊, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 範圍攻擊, 技能可幻影射手, 可觸發
龍捲射擊
基本傷害: 341–511
暴擊率: 5%
攻擊傷害: 130%
攻擊傷害: 130%
攻擊間隔: 1.005 秒
射出一支穿透之箭直到它抵達目標地。當它抵達目標地後,會在該地產生一道龍捲,向全方位射出飛箭,在飛行一段距離後消逝。
造成 30% 更多攻擊傷害
造成 60% 更少傷害
發射 4 個額外投射物
發射 +3 個二段投射物
base is projectile [1]
skill can fire arrows [1]
ExileDuelistBlinkArrow
投射物速度, 攻擊, 召喚物, 範圍攻擊, 召喚物爆炸, 持續時間, 圖騰技能, 陷阱技能, 地雷技能, 位移, 可觸發, 創造召喚物, 快行, 雨, 冷卻
基本傷害: 341–511
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 6 秒
+12 秒基礎持續時間
alternate minion [16]
base is projectile [1]
base number of clones allowed [1]
number of monsters to summon [1]
ExileVulnerability
法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
脆弱
施放時間: 0.5 秒
冷卻時間: 8 秒
對目標區域降下詛咒,受到詛咒的敵人將會增加受到的物理傷害。攻擊被詛咒的敵人有機率造成流血。
+11.99 秒基礎持續時間
被詛咒敵人承受增加 34% 物理傷害
攻擊擊中被詛咒的敵人,有 25% 機率造成流血
active skill area of effect radius +% final [38]

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/Exiles/ExileDuelist5"] = {
    name = "Oyra Ona",
    life = 1.23,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.14,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "ExileVulnerability",
        "ExileDuelistTornadoShot",
        "ExileDuelistBlinkArrow",
        "ExileDuelistBlastRain",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileVulnerability"] = {
    name = "Vulnerability",
    hidden = true,
    color = "3",
    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",
    },
    levels = {
        [1] = {9900, 25, 25, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [2] = {10010, 25, 2, 25, levelRequirement = 27, statInterpolation = {1, 1, 1},  cost = { }, },
        [3] = {10120, 26, 4, 25, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
        [4] = {10230, 26, 6, 25, levelRequirement = 33, statInterpolation = {1, 1, 1},  cost = { }, },
        [5] = {10340, 27, 8, 25, levelRequirement = 35, statInterpolation = {1, 1, 1},  cost = { }, },
        [6] = {10450, 27, 10, 25, levelRequirement = 38, statInterpolation = {1, 1, 1},  cost = { }, },
        [7] = {10560, 28, 12, 25, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
        [8] = {10670, 28, 14, 25, levelRequirement = 43, statInterpolation = {1, 1, 1},  cost = { }, },
        [9] = {10780, 29, 16, 25, levelRequirement = 46, statInterpolation = {1, 1, 1},  cost = { }, },
        [10] = {10890, 29, 18, 25, levelRequirement = 48, statInterpolation = {1, 1, 1},  cost = { }, },
        [11] = {11000, 30, 20, 25, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
        [12] = {11110, 30, 22, 25, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
        [13] = {11220, 31, 24, 25, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
        [14] = {11330, 31, 26, 25, levelRequirement = 56, statInterpolation = {1, 1, 1},  cost = { }, },
        [15] = {11440, 32, 28, 25, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
        [16] = {11550, 32, 30, 25, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        [17] = {11660, 33, 32, 25, levelRequirement = 62, statInterpolation = {1, 1, 1},  cost = { }, },
        [18] = {11770, 33, 34, 25, levelRequirement = 64, statInterpolation = {1, 1, 1},  cost = { }, },
        [19] = {11880, 34, 36, 25, levelRequirement = 66, statInterpolation = {1, 1, 1},  cost = { }, },
        [20] = {11990, 34, 38, 25, levelRequirement = 68, statInterpolation = {1, 1, 1},  cost = { }, },
        [21] = {12100, 35, 40, 25, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
        [22] = {12210, 35, 42, 25, levelRequirement = 72, statInterpolation = {1, 1, 1},  cost = { }, },
        [23] = {12320, 36, 44, 25, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
        [24] = {12430, 36, 46, 25, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
        [25] = {12540, 37, 48, 25, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
        [26] = {12650, 37, 50, 25, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
        [27] = {12760, 38, 52, 25, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
        [28] = {12870, 38, 54, 25, levelRequirement = 84, statInterpolation = {1, 1, 1},  cost = { }, },
        [29] = {12980, 39, 56, 25, levelRequirement = 86, statInterpolation = {1, 1, 1},  cost = { }, },
        [30] = {13090, 39, 58, 25, levelRequirement = 88, statInterpolation = {1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileDuelistTornadoShot"] = {
    name = "Tornado Shot",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "number_of_additional_projectiles",
        "tornado_shot_num_of_secondary_projectiles",
        "base_is_projectile",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {-20, 1, 3, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
        [2] = {-40, 2, 3, baseMultiplier = 1.3, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
        [3] = {-60, 4, 3, baseMultiplier = 1.3, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileDuelistBlinkArrow"] = {
    name = "ExileDuelistBlinkArrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Attack] = true,
        [SkillType.Minion] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Movement] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Travel] = true,
        [SkillType.Rain] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "number_of_monsters_to_summon",
        "alternate_minion",
        "base_number_of_clones_allowed",
        "base_is_projectile",
    },
    levels = {
        [1] = {12000, 1, 16, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileDuelistBlastRain"] = {
    name = "Blast Rain",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.ProjectileNumber] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_arrows",
        "skill_physical_damage_%_to_convert_to_fire",
        "blast_rain_arrow_delay_ms",
        "active_skill_damage_+%_final",
        "animation_effect_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "skill_can_fire_arrows",
    },
    levels = {
        [1] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
        [3] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [4] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 7, statInterpolation = {1},  cost = { }, },
        [5] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 11, statInterpolation = {1},  cost = { }, },
        [6] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
        [7] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
        [8] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
        [9] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
        [10] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
        [11] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
        [12] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
        [13] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
        [14] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
        [15] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
        [16] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
        [17] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
        [18] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
        [19] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
        [20] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
        [21] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
        [22] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
        [23] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
        [24] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
        [25] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
        [26] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
        [27] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 84, statInterpolation = {1},  cost = { }, },
        [28] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 86, statInterpolation = {1},  cost = { }, },
        [29] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 88, statInterpolation = {1},  cost = { }, },
        [30] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 90, statInterpolation = {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
    擊中時有 50% 機率獲得 1 顆狂怒球
    IdExileDuelistGainFrenzyChargeOnHit
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • add frenzy charge on skill hit % Min: 50 Max: 50 全域
  • Craft Tagsfrenzy_charge
    奧拉.烏娜
    人形
    monster base type attack cast speed +% and damage -% final [33]
    擊中時有 50% 機率獲得 1 顆狂怒球
    增加 100% 最大生命
    增加 100% 範圍效果
    增加 80% 角色體型
    Oyra Ona
    幽魂N
    標籤cursing_monster, fire_affinity, has_bow, human, humanoid, mail_armour, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, rogue_exile
    生命
    123%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    123%
    抗性
    30 30 30 20
    傷害
    114%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 80
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    220%
    Model Size
    100%
    類型
    ExileDuelist5
    Metadata
    ExileDuelist5Supporter
    等級
    68
    生命
    7,913
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    426
    法術傷害
    426
    命中
    290
    攻擊間隔
    1.005
    經驗值
    22,561
    異常狀態臨界值
    7,913
    冰緩
    25
    感電
    25
    易碎
    142
    焦灼
    25
    殘喘
    69
    ExileDuelistBlastRain
    攻擊, 範圍攻擊, 火焰, 技能可幻影射手, 範圍, 投射物速度, ProjectileNumber, 圖騰技能, 陷阱技能, 地雷技能, 可觸發, 雨
    爆裂箭雨
    基本傷害: 341–511
    暴擊率: 5%
    攻擊傷害: 50%
    攻擊傷害: 50%
    攻擊間隔: 1.005 秒
    冷卻時間: 3 秒
    朝著天空發出大量的箭矢,並像降雨般落下。每支箭矢於落地點造成範圍傷害,它們會在指定的地點重疊。
    造成 50% 更少攻擊傷害
    造成 33% 更多傷害
    發射 6 個額外箭矢
    50% 物理傷害轉化至火焰傷害
    active skill area of effect radius +% final [-5]
    animation effect variation [1]
    base is projectile [1]
    blast rain arrow delay ms [80]
    is area damage [1]
    skill can fire arrows [1]
    ExileDuelistTornadoShot
    攻擊, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 範圍攻擊, 技能可幻影射手, 可觸發
    龍捲射擊
    基本傷害: 341–511
    暴擊率: 5%
    攻擊傷害: 130%
    攻擊傷害: 130%
    攻擊間隔: 1.005 秒
    射出一支穿透之箭直到它抵達目標地。當它抵達目標地後,會在該地產生一道龍捲,向全方位射出飛箭,在飛行一段距離後消逝。
    造成 30% 更多攻擊傷害
    造成 60% 更少傷害
    發射 4 個額外投射物
    發射 +3 個二段投射物
    base is projectile [1]
    skill can fire arrows [1]
    ExileDuelistBlinkArrow
    投射物速度, 攻擊, 召喚物, 範圍攻擊, 召喚物爆炸, 持續時間, 圖騰技能, 陷阱技能, 地雷技能, 位移, 可觸發, 創造召喚物, 快行, 雨, 冷卻
    基本傷害: 341–511
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 6 秒
    +12 秒基礎持續時間
    alternate minion [16]
    base is projectile [1]
    base number of clones allowed [1]
    number of monsters to summon [1]
    ExileVulnerability
    法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    脆弱
    施放時間: 0.5 秒
    冷卻時間: 8 秒
    對目標區域降下詛咒,受到詛咒的敵人將會增加受到的物理傷害。攻擊被詛咒的敵人有機率造成流血。
    +11.99 秒基礎持續時間
    被詛咒敵人承受增加 34% 物理傷害
    攻擊擊中被詛咒的敵人,有 25% 機率造成流血
    active skill area of effect radius +% final [38]

    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/Exiles/ExileDuelist5Supporter"] = {
        name = "Oyra Ona",
        life = 1.23,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.14,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "ExileVulnerability",
            "ExileDuelistTornadoShot",
            "ExileDuelistBlinkArrow",
            "ExileDuelistBlastRain",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileVulnerability"] = {
        name = "Vulnerability",
        hidden = true,
        color = "3",
        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",
        },
        levels = {
            [1] = {9900, 25, 25, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [2] = {10010, 25, 2, 25, levelRequirement = 27, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {10120, 26, 4, 25, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {10230, 26, 6, 25, levelRequirement = 33, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {10340, 27, 8, 25, levelRequirement = 35, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {10450, 27, 10, 25, levelRequirement = 38, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {10560, 28, 12, 25, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {10670, 28, 14, 25, levelRequirement = 43, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {10780, 29, 16, 25, levelRequirement = 46, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {10890, 29, 18, 25, levelRequirement = 48, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {11000, 30, 20, 25, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {11110, 30, 22, 25, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {11220, 31, 24, 25, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {11330, 31, 26, 25, levelRequirement = 56, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {11440, 32, 28, 25, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {11550, 32, 30, 25, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {11660, 33, 32, 25, levelRequirement = 62, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {11770, 33, 34, 25, levelRequirement = 64, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {11880, 34, 36, 25, levelRequirement = 66, statInterpolation = {1, 1, 1},  cost = { }, },
            [20] = {11990, 34, 38, 25, levelRequirement = 68, statInterpolation = {1, 1, 1},  cost = { }, },
            [21] = {12100, 35, 40, 25, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
            [22] = {12210, 35, 42, 25, levelRequirement = 72, statInterpolation = {1, 1, 1},  cost = { }, },
            [23] = {12320, 36, 44, 25, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
            [24] = {12430, 36, 46, 25, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
            [25] = {12540, 37, 48, 25, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
            [26] = {12650, 37, 50, 25, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
            [27] = {12760, 38, 52, 25, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
            [28] = {12870, 38, 54, 25, levelRequirement = 84, statInterpolation = {1, 1, 1},  cost = { }, },
            [29] = {12980, 39, 56, 25, levelRequirement = 86, statInterpolation = {1, 1, 1},  cost = { }, },
            [30] = {13090, 39, 58, 25, levelRequirement = 88, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileDuelistTornadoShot"] = {
        name = "Tornado Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "tornado_shot_num_of_secondary_projectiles",
            "base_is_projectile",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {-20, 1, 3, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {-40, 2, 3, baseMultiplier = 1.3, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
            [3] = {-60, 4, 3, baseMultiplier = 1.3, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileDuelistBlinkArrow"] = {
        name = "ExileDuelistBlinkArrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.ProjectileSpeed] = true,
            [SkillType.Attack] = true,
            [SkillType.Minion] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Movement] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CreatesMinion] = true,
            [SkillType.Travel] = true,
            [SkillType.Rain] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            duration = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "base_number_of_clones_allowed",
            "base_is_projectile",
        },
        levels = {
            [1] = {12000, 1, 16, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileDuelistBlastRain"] = {
        name = "Blast Rain",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_arrows",
            "skill_physical_damage_%_to_convert_to_fire",
            "blast_rain_arrow_delay_ms",
            "active_skill_damage_+%_final",
            "animation_effect_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
            [3] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [4] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 7, statInterpolation = {1},  cost = { }, },
            [5] = {4, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 11, statInterpolation = {1},  cost = { }, },
            [6] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
            [7] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [8] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 24, statInterpolation = {1},  cost = { }, },
            [9] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
            [10] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
            [11] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
            [12] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
            [13] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 44, statInterpolation = {1},  cost = { }, },
            [14] = {5, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 48, statInterpolation = {1},  cost = { }, },
            [15] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [16] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [17] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
            [18] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
            [19] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [20] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [21] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [22] = {6, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
            [23] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [24] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
            [25] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
            [26] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
            [27] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 84, statInterpolation = {1},  cost = { }, },
            [28] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 86, statInterpolation = {1},  cost = { }, },
            [29] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 88, statInterpolation = {1},  cost = { }, },
            [30] = {7, 50, 80, 33, 1, -5, baseMultiplier = 0.5, levelRequirement = 90, statInterpolation = {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
    擊中時有 50% 機率獲得 1 顆狂怒球
    IdExileDuelistGainFrenzyChargeOnHit
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • add frenzy charge on skill hit % Min: 50 Max: 50 全域
  • Craft Tagsfrenzy_charge
    增加 100% 最大生命
    增加 100% 範圍效果
    增加 80% 角色體型
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 全域
  • base actor scale +% Min: 80 Max: 80 全域
  • base skill area of effect +% Min: 100 Max: 100 全域
  • 奧拉.烏娜
    人形
    Oyra Ona
    幽魂N
    標籤has_bow, human, humanoid, is_clone, mail_armour, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    生命
    123%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    123%
    抗性
    30 30 30 20
    傷害
    114%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 80
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    220%
    Model Size
    100%
    類型
    ExileDuelist5Clone
    Metadata
    ExileDuelist5Clone
    等級
    68
    生命
    7,913
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    426
    法術傷害
    426
    命中
    290
    攻擊間隔
    1.005
    經驗值
    22,561
    異常狀態臨界值
    7,913
    冰緩
    25
    感電
    25
    易碎
    142
    焦灼
    25
    殘喘
    69
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 341–511
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    DiesAfterTime
    {
    }
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    
    	on_death = "Delete();"
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	set_minion_dies_when_parent_dies = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileDuelist5Clone"] = {
        name = "Oyra Ona",
        life = 1.23,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.14,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        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 = { }, },
        },
    }