哈奇.卡盧卡魯
人形
monster base type attack cast speed +% and damage -% final [33]
40% 攻擊傷害格擋率
你承受 20% 來自格擋擊中的傷害
Haki Karukaru
幽魂N
標籤bludgeoning_weapon, cursing_monster, fire_affinity, human, humanoid, is_unarmed, medium_height, medium_movement, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile
生命
123%
護甲
+100%
異常狀態臨界值
123%
抗性
30 30 30 20
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
0.855 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
ExileMarauder4
Metadata
ExileMarauder4
等級
68
生命
7,913
護甲
57,580
閃避
4,739
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
0.855
經驗值
22,561
異常狀態臨界值
7,913
冰緩
25
感電
25
易碎
142
焦灼
25
殘喘
69
ExileInfernalBlow
攻擊, 範圍, 近戰單一目標, 攻擊可重複, 近戰, 火焰
煉獄之擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 0.855 秒
凝聚煉獄之力,轉換一部分的物理傷害為火焰傷害以重擊目標。受到煉獄之擊的敵人在短時間內死亡時會爆炸,並對周圍的敵人造成火焰傷害。爆炸的傷害無法被反射。限定劍、斧、錘、長杖或是空手。
造成 25% 更多傷害
+0.5 秒基礎持續時間
50% 物理傷害轉化至火焰傷害
爆炸造成的火焰傷害等同 25% 屍體的最大生命
ExileCyclone
攻擊, 範圍, 近戰, 位移
旋風斬
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 0.855 秒
對周圍敵人造成傷害,接而進行一連串的旋轉攻擊,邊向目標地點前進邊攻擊路徑上的敵人。不能被多重打擊或殘暴輔助。
造成 50% 更少傷害
增加 45% 物理傷害
增加 38% 攻擊速度
10% 更多移動速度
is area damage [1]
SkeletonTemporalChains
法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
時空鎖鏈
施放時間: 0.67 秒
對目標區域降下詛咒,受到詛咒的敵人變慢,並且延長它們所受到的效果之持續時間。
+4 秒基礎持續時間
被詛咒的普通和魔法敵人有 20% 更少行動速度
被詛咒敵人增加 25% 身上增益與減益的持續時間
被詛咒的稀有或傳奇敵人有 10% 更少行動速度
active skill area of effect radius +% final [9]

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/ExileMarauder4"] = {
    name = "Haki Karukaru",
    life = 1.23,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 0.855,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Unarmed",
    weaponType2 = "Shield",
    skillList = {
        "ExileInfernalBlow",
        "SkeletonTemporalChains",
        "ExileCyclone",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileInfernalBlow"] = {
    name = "Infernal Blow",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "[UNUSED] Hits enemies, converting some of your physical damage to fire damage. If an enemy dies soon after being hit, they will explode, dealing fire damage to nearby enemies. The damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "base_skill_effect_duration",
        "corpse_explosion_monster_life_%",
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {50, 500, 25, 25, critChance = 7, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        [2] = {50, 500, 25, 25, critChance = 7, levelRequirement = 16, statInterpolation = {},  cost = { }, },
        [3] = {50, 500, 25, 25, critChance = 7, levelRequirement = 32, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonTemporalChains"] = {
    name = "Temporal Chains",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
    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.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.67,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "temporal_chains_action_speed_+%_final",
        "buff_time_passed_+%_other_than_temporal_chains",
        "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {4000, -20, -25, -10, 9, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "attack_speed_+%",
        "cyclone_movement_speed_+%_final",
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 0, 10, -50, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
        [2] = {0, 0, 10, -50, levelRequirement = 9, statInterpolation = {1, 1},  cost = { }, },
        [3] = {0, 0, 10, -50, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
        [4] = {0, 0, 10, -50, levelRequirement = 18, statInterpolation = {1, 1},  cost = { }, },
        [5] = {0, 0, 10, -50, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [6] = {2, 2, 10, -50, levelRequirement = 27, statInterpolation = {1, 1},  cost = { }, },
        [7] = {5, 4, 10, -50, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
        [8] = {7, 6, 10, -50, levelRequirement = 33, statInterpolation = {1, 1},  cost = { }, },
        [9] = {9, 8, 10, -50, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
        [10] = {12, 10, 10, -50, levelRequirement = 38, statInterpolation = {1, 1},  cost = { }, },
        [11] = {14, 12, 10, -50, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
        [12] = {16, 14, 10, -50, levelRequirement = 43, statInterpolation = {1, 1},  cost = { }, },
        [13] = {19, 16, 10, -50, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
        [14] = {21, 18, 10, -50, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
        [15] = {24, 20, 10, -50, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
        [16] = {26, 22, 10, -50, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
        [17] = {28, 24, 10, -50, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
        [18] = {31, 26, 10, -50, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
        [19] = {33, 28, 10, -50, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
        [20] = {35, 30, 10, -50, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        [21] = {38, 32, 10, -50, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
        [22] = {40, 34, 10, -50, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
        [23] = {42, 36, 10, -50, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        [24] = {44, 37, 10, -50, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [25] = {45, 38, 10, -50, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
        [26] = {46, 39, 10, -50, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
        [27] = {47, 40, 10, -50, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [28] = {48, 41, 10, -50, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        [29] = {49, 42, 10, -50, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [30] = {51, 43, 10, -50, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
        [31] = {52, 44, 10, -50, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [32] = {53, 45, 10, -50, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
        [33] = {54, 46, 10, -50, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [34] = {55, 47, 10, -50, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [35] = {56, 48, 10, -50, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [36] = {58, 49, 10, -50, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [37] = {59, 50, 10, -50, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [38] = {60, 51, 10, -50, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [39] = {61, 52, 10, -50, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
        [40] = {64, 54, 10, -50, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        [41] = {66, 56, 10, -50, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
        [42] = {68, 58, 10, -50, levelRequirement = 88, statInterpolation = {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
    40% 攻擊傷害格擋率
    你承受 20% 來自格擋擊中的傷害
    IdMonsterAttackBlock40Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 40 Max: 40 全域
  • 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.