奧瑞亞的美德
人形
地區: 奇術之庭
totem art variation [2]
+5 召喚圖騰的最大數量
增加 857% 圖騰生命
怪物增加 100% 經驗值
monster dropped item rarity +% [15000]
kill traps mines and totems on death [1]
20% 法術傷害格擋率
你承受 10% 來自格擋擊中的傷害
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Oriath's Virtue
幽魂N
地區奇術之庭
標籤法術, hard_armour, has_wand, human, humanoid, lightning_affinity, medium_movement, medium_small_height, military, non_unique_map_boss, not_dex, not_str, ranged, red_blood
Packs
  • WorldAreas#832: 奧瑞亞的美德, 奧瑞亞的復仇 , 奧瑞亞的堡壘
  • WorldAreas#926: 奧瑞亞的美德, 奧瑞亞的復仇 , 奧瑞亞的堡壘
  • 生命
    270%
    生命轉為護盾
    150%
    異常狀態臨界值
    270%
    抗性
    40 40 40 25
    傷害
    197%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    105%
    類型
    AxisCasterMapBoss2
    Metadata
    AxisCasterMapBoss1
    等級
    72
    生命
    629,186
    護甲
    39,449
    閃避
    5,444
    能量護盾
    11,775
    傷害
    1,065
    法術傷害
    1,590
    命中
    339
    攻擊間隔
    0.87435
    經驗值
    122,870
    異常狀態臨界值
    352,344
    冰緩
    1,114
    感電
    1,114
    易碎
    6,303
    焦灼
    1,114
    殘喘
    3,078
    BossSparkTotem
    法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
    電球
    暴擊率: 5%
    附加傷害效用: 50%
    施放時間: 0.65 秒
    施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
    造成 111.1361.2 閃電傷害
    圖騰持續 8
    +1.75 秒基礎持續時間
    發射 2 個額外投射物
    召喚 1 個使用此技能的圖騰
    增加 25% 投射物速度
    base active skill totem level [72]
    base is projectile [1]
    base totem range [80]
    number of totems summoned in formation [1]
    AxisBossLightningWarp
    法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 位移, 閃電, 範圍法術, 快行, 法術可重複, 可齊射
    閃電傳送
    暴擊率: 5%
    施放時間: 1 秒
    在指定位置施放一個法陣,在數秒之後將你傳送過去。當傳送時,在原本位置與傳送法陣位置的敵人都會受到閃電傷害。再次施放會列隊連續使用多次傳送。
    造成 7582274 閃電傷害
    減少 90% 持續時間
    base skill show average damage instead of dps [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/AxisCaster"
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/AxisCaster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisCasterMapBoss1"] = {
        name = "Oriath's Virtue",
        life = 2.7,
        energyShield = 1.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.97,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "BossSparkTotem",
            "AxisBossLightningWarp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BossSparkTotem"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_totem_duration",
            "base_totem_range",
            "number_of_totems_summoned_in_formation",
            "base_projectile_speed_+%",
            "is_totem",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.050000000745058, 0.80000001192093, 4, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.050000000745058, 0.80000001192093, 8, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.050000000745058, 0.80000001192093, 11, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.050000000745058, 0.80000001192093, 15, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.050000000745058, 0.80000001192093, 20, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.050000000745058, 0.80000001192093, 28, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.050000000745058, 0.80000001192093, 29, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.050000000745058, 0.80000001192093, 31, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.050000000745058, 0.80000001192093, 32, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.050000000745058, 0.80000001192093, 34, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.050000000745058, 0.80000001192093, 37, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.050000000745058, 0.80000001192093, 40, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.050000000745058, 0.80000001192093, 42, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.050000000745058, 0.80000001192093, 44, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.050000000745058, 0.80000001192093, 50, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.050000000745058, 0.80000001192093, 51, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.050000000745058, 0.80000001192093, 52, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.050000000745058, 0.80000001192093, 63, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.050000000745058, 0.80000001192093, 65, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.050000000745058, 0.80000001192093, 66, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.050000000745058, 0.80000001192093, 67, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.40000000596046, 1.2999999523163, 68, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.40000000596046, 1.2999999523163, 69, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.40000000596046, 1.2999999523163, 70, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.40000000596046, 1.2999999523163, 71, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.40000000596046, 1.2999999523163, 72, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.40000000596046, 1.2999999523163, 73, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.40000000596046, 1.2999999523163, 74, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.40000000596046, 1.2999999523163, 75, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.40000000596046, 1.2999999523163, 76, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.40000000596046, 1.2999999523163, 77, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.40000000596046, 1.2999999523163, 78, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.40000000596046, 1.2999999523163, 79, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.40000000596046, 1.2999999523163, 80, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.40000000596046, 1.2999999523163, 81, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.40000000596046, 1.2999999523163, 82, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisBossLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_skill_show_average_damage_instead_of_dps",
        },
        levels = {
            [1] = {0.5, 1.5, -90, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    totem art variation [2]
    IdMonsterTotemVariation
    FamilyTotemVariation
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem art variation Min: 2 Max: 2 全域
  • +5 召喚圖騰的最大數量
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 全域
  • 增加 857% 圖騰生命
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 全域
  • Craft Tagsresource life
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • 20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterSpellBlock25Bypass30___
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 奧瑞亞的美德
    人形
    totem art variation [2]
    +5 召喚圖騰的最大數量
    增加 857% 圖騰生命
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    kill traps mines and totems on death [1]
    20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Virtue
    幽魂N
    標籤法術, hard_armour, has_wand, human, humanoid, lightning_affinity, medium_movement, medium_small_height, military, not_dex, not_str, ranged, red_blood, standalone_map_boss
    生命
    270%
    生命轉為護盾
    150%
    異常狀態臨界值
    270%
    抗性
    40 40 40 25
    傷害
    197%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    105%
    類型
    AxisCasterMapBoss2
    Metadata
    AxisCasterMapBoss1Standalone
    等級
    68
    生命
    376,235
    護甲
    28,790
    閃避
    4,739
    能量護盾
    9,191
    傷害
    838
    法術傷害
    1,251
    命中
    290
    攻擊間隔
    0.87435
    經驗值
    112,805
    異常狀態臨界值
    237,028
    冰緩
    749
    感電
    749
    易碎
    4,240
    焦灼
    749
    殘喘
    2,071
    BossSparkTotem
    法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
    電球
    暴擊率: 5%
    附加傷害效用: 50%
    施放時間: 0.65 秒
    施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
    造成 98.6320.4 閃電傷害
    圖騰持續 8
    +1.75 秒基礎持續時間
    發射 2 個額外投射物
    召喚 1 個使用此技能的圖騰
    增加 25% 投射物速度
    base active skill totem level [68]
    base is projectile [1]
    base totem range [80]
    number of totems summoned in formation [1]
    AxisBossLightningWarp
    法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 位移, 閃電, 範圍法術, 快行, 法術可重複, 可齊射
    閃電傳送
    暴擊率: 5%
    施放時間: 1 秒
    在指定位置施放一個法陣,在數秒之後將你傳送過去。當傳送時,在原本位置與傳送法陣位置的敵人都會受到閃電傷害。再次施放會列隊連續使用多次傳送。
    造成 6411923 閃電傷害
    減少 90% 持續時間
    base skill show average damage instead of dps [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/AxisCaster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisCasterMapBoss1Standalone"] = {
        name = "Oriath's Virtue",
        life = 2.7,
        energyShield = 1.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.97,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "BossSparkTotem",
            "AxisBossLightningWarp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BossSparkTotem"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_totem_duration",
            "base_totem_range",
            "number_of_totems_summoned_in_formation",
            "base_projectile_speed_+%",
            "is_totem",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.050000000745058, 0.80000001192093, 4, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.050000000745058, 0.80000001192093, 8, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.050000000745058, 0.80000001192093, 11, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.050000000745058, 0.80000001192093, 15, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.050000000745058, 0.80000001192093, 20, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.050000000745058, 0.80000001192093, 28, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.050000000745058, 0.80000001192093, 29, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.050000000745058, 0.80000001192093, 31, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.050000000745058, 0.80000001192093, 32, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.050000000745058, 0.80000001192093, 34, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.050000000745058, 0.80000001192093, 37, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.050000000745058, 0.80000001192093, 40, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.050000000745058, 0.80000001192093, 42, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.050000000745058, 0.80000001192093, 44, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.050000000745058, 0.80000001192093, 50, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.050000000745058, 0.80000001192093, 51, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.050000000745058, 0.80000001192093, 52, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.050000000745058, 0.80000001192093, 63, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.050000000745058, 0.80000001192093, 65, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.050000000745058, 0.80000001192093, 66, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.050000000745058, 0.80000001192093, 67, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.40000000596046, 1.2999999523163, 68, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.40000000596046, 1.2999999523163, 69, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.40000000596046, 1.2999999523163, 70, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.40000000596046, 1.2999999523163, 71, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.40000000596046, 1.2999999523163, 72, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.40000000596046, 1.2999999523163, 73, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.40000000596046, 1.2999999523163, 74, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.40000000596046, 1.2999999523163, 75, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.40000000596046, 1.2999999523163, 76, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.40000000596046, 1.2999999523163, 77, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.40000000596046, 1.2999999523163, 78, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.40000000596046, 1.2999999523163, 79, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.40000000596046, 1.2999999523163, 80, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.40000000596046, 1.2999999523163, 81, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.40000000596046, 1.2999999523163, 82, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisBossLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_skill_show_average_damage_instead_of_dps",
        },
        levels = {
            [1] = {0.5, 1.5, -90, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    totem art variation [2]
    IdMonsterTotemVariation
    FamilyTotemVariation
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem art variation Min: 2 Max: 2 全域
  • +5 召喚圖騰的最大數量
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 全域
  • 增加 857% 圖騰生命
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 全域
  • Craft Tagsresource life
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • 20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterSpellBlock25Bypass30___
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 奧瑞亞的美德
    人形
    totem art variation [2]
    +5 召喚圖騰的最大數量
    增加 857% 圖騰生命
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    kill traps mines and totems on death [1]
    20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Virtue
    幽魂N
    標籤elder_map_boss, hard_armour, has_wand, human, humanoid, medium_movement, medium_small_height, military, non_attacking, not_dex, not_str, red_blood
    生命
    270%
    生命轉為護盾
    150%
    異常狀態臨界值
    270%
    抗性
    40 40 40 25
    傷害
    197%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    105%
    類型
    AxisCasterMapBoss2
    Metadata
    AxisCasterMapBoss1Elder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/lightning/claw_dagger_wand/claw_dagger_wand.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisCasterMapBoss1Elder"] = {
        name = "Oriath's Virtue",
        life = 2.7,
        energyShield = 1.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.97,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    totem art variation [2]
    IdMonsterTotemVariation
    FamilyTotemVariation
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem art variation Min: 2 Max: 2 全域
  • +5 召喚圖騰的最大數量
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 全域
  • 增加 857% 圖騰生命
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 全域
  • Craft Tagsresource life
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • 20% 法術傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterSpellBlock25Bypass30___
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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