野蠻人殘影
人形
Shade of a Marauder
幽魂N
標籤bludgeoning_weapon, exile, has_two_hand_mace, has_two_handed_melee, human, humanoid, light_armour, medium_height, not_dex, not_int, physical_affinity, red_blood, rogue_exile, slow_movement, summoner
生命
1650%
護甲
+100%
異常狀態臨界值
1650%
抗性
40 40 40 25
傷害
143%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.305 秒
傷害分佈
±20%
經驗值
220%
Model Size
100%
類型
DarkExileMarauder1
Metadata
DarkExileMarauder1
等級
68
生命
106,150
護甲
57,580
閃避
4,739
能量護盾
0
傷害
534
法術傷害
534
命中
290
攻擊間隔
1.305
經驗值
22,561
異常狀態臨界值
106,150
冰緩
336
感電
336
易碎
1,899
焦灼
336
殘喘
927
DarkExileLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.305 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
DarkExileCyclone
攻擊, 範圍, 近戰, 位移
旋風斬
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.305 秒
對周圍敵人造成傷害,接而進行一連串的旋轉攻擊,邊向目標地點前進邊攻擊路徑上的敵人。不能被多重打擊或殘暴輔助。
DarkExileSummonRagingSpirit
法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 創造召喚物
施放時間: 0.8 秒
冷卻時間: 0.1 秒
DarkExileVaalGroundSlam
攻擊, 範圍, 近戰, 瓦爾, Slam, 圖騰技能
瓦爾.裂地之擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.305 秒
冷卻時間: 7 秒
以長杖或錘重擊地面並製造出一道向周圍釋放具有傷害的衝擊波。
DarkExileGroundSlam
攻擊, 範圍, 攻擊可重複, 近戰, Slam, 圖騰技能
裂地之擊
基本傷害: 427–641
暴擊率: 5%
攻擊間隔: 1.305 秒
以長杖或錘重擊地面並製造出一道向前釋放的衝擊波,被此衝擊波擊中的敵人將會受到傷害並有較高機率被擊暈。限定長杖與錘。

Object Type

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"

Stats
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/DarkExiles/DarkExile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DarkExiles/DarkExileMarauder1"] = {
    name = "Shade of a Marauder",
    life = 16.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "DarkExileLeapSlam",
        "DarkExileVaalGroundSlam",
        "DarkExileGroundSlam",
        "DarkExileCyclone",
        "DarkExileSummonRagingSpirit",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_global_chance_to_knockback_%",
        "physical_damage_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {24, 68, 15, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileVaalGroundSlam"] = {
    name = "Vaal Ground Slam",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground with a Staff, Mace or Sceptre, creating a wave that travels in all directions and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Vaal] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "active_skill_damage_+%_final",
        "knockback_distance_+%",
        "animation_effect_variation",
        "skill_repeat_count",
        "attack_speed_+%",
        "always_stun",
        "global_knockback",
        "is_area_damage",
    },
    levels = {
        [1] = {29, 20, 50, -1, 1, 80, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileGroundSlam"] = {
    name = "Ground Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "active_skill_damage_+%_final",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {15, -20, 4, 100, 20, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileCyclone"] = {
    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",
        "cyclone_places_ground_tar_movement_speed_+%",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {68, 58, 60, -30, -50, 5000, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DarkExileSummonRagingSpirit"] = {
    name = "DarkExileSummonRagingSpirit",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_number_of_raging_spirits_allowed",
        "cast_on_damage_taken_%",
        "cast_on_damage_taken_threshold",
        "active_skill_minion_life_+%_final",
        "active_skill_damage_+%_final",
        "alternate_minion",
        "cast_on_damage_taken_also_tracks_dot",
    },
    levels = {
        [1] = {60000, 50, 100, 1, 1000, -50, 1, levelRequirement = 73, statInterpolation = {},  cost = { }, },
    },
}
Edit

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