自由斗士费利克斯
人形
monster base type attack cast speed +% and damage -% final [33]
攻击速度加快 20%
陷阱在投掷后不能造成伤害的时间 +4
地雷在投掷后不会受到伤害的时间 +4
kill traps mines and totems on death [1]
Rudiarius Felix
幽魂N
标签chaos_affinity, exile, gladiator, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, rogue_exile, wb_support
生命
112%
闪避值
+100%
异常状态临界值
112%
抗性
30 30 30 20
伤害
143%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 80
攻击间隔
1.605 秒
伤害分布
±20%
经验值
220%
Model Size
100%
类型
ExileArenaRanger
Metadata
ExileArenaRanger
等级
68
生命
7,205
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
534
法术伤害
534
命中
290
攻击间隔
1.605
经验值
22,561
异常状态临界值
7,205
冰缓
23
Shock
23
Brittle
129
Scorch
23
Sap
63
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 427–641
攻击暴击率: 5%
攻击间隔: 1.605 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExilePunctureTrap
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 持续时间, 陷阱技能, 地雷技能, 图腾技能, 近战单一目标, 攻击可重复, 近战, DoT, 可触发, 物理
放血
基本伤害: 427–641
攻击暴击率: 5%
攻击伤害: 120%
攻击间隔: 1.605 秒
冷却时间: 5 秒
对敌人放血,施加一个流血减益效果。该效果受技能持续时间属性影响。流血的敌人在移动时会受到更多的伤害。限定弓类,匕首,爪类与剑类。
陷阱持续 +30
攻击伤害总增 20%
基础持续时间为 5.3
流血伤害总增 +57%
导致流血
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
skill can fire arrows [1]
ExileCausticArrowTrap
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 范围, 持续时间, 陷阱技能, 地雷技能, 图腾技能, DoT, 混沌, 可触发
腐蚀箭矢
基本伤害: 427–641
攻击暴击率: 5%
攻击间隔: 1.605 秒
冷却时间: 5 秒
射出一发带有腐蚀效果的箭矢,击中时对一片区域造成混沌伤害,并且产生腐蚀地面。站在地面上的敌人将会持续受到混沌伤害。
陷阱持续 +30
每秒造成 188.2 基础混沌伤害
基础持续时间为 4
投射物伤害的词缀效果同样套用于持续伤害
获得额外混沌伤害,其数值等同于自身物理伤害的 25%
active skill area of effect radius +% final [10]
base skill is trapped [1]
ground caustic art variation [2]
ignores trap and mine cooldown limit [1]
monster penalty against minions damage +% final vs player minions [-25]
skill can fire arrows [1]
visual hit effect chaos is green [1]
ExileBarrage
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能
弹幕
基本伤害: 427–641
攻击暴击率: 5%
攻击间隔: 1.605 秒
冷却时间: 4 秒
在短暂的准备之后,你使用弓或法杖重复发射单个投射物,这些投射物会稍微随机散射。该技能无法被触发。
伤害总降 60%
额外发射 3 个投射物
物理伤害提高 45%
连续发射投射物
攻击速度总增 29%
monster reverse point blank damage -% at minimum range [30]
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

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

Stats
{
	set_base_mana_cost_-% = 0
	set_mana_regeneration_rate_per_minute_% = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DaressoExiles/ExileArenaRanger"] = {
    name = "Rudiarius Felix",
    life = 1.12,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "Melee",
        "ExileCausticArrowTrap",
        "ExilePunctureTrap",
        "ExileBarrage",
    },
    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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileCausticArrowTrap"] = {
    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",
        "base_trap_duration",
        "ground_caustic_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_is_trapped",
        "skill_can_fire_arrows",
        "is_trap",
        "projectile_damage_modifiers_apply_to_skill_dot",
        "ignores_trap_and_mine_cooldown_limit",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExilePunctureTrap"] = {
    name = "Puncture",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_bleeding_damage_+%_final",
        "base_trap_duration",
        "base_skill_effect_duration",
        "skill_can_fire_arrows",
        "base_skill_is_trapped",
        "global_bleed_on_hit",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {57, 30000, 5300, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileBarrage"] = {
    name = "Barrage",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "active_skill_attack_speed_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "projectiles_barrage",
    },
    levels = {
        [1] = {0, 0, 3, -60, 30, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
        [2] = {0, 1, 3, -60, 30, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
        [3] = {2, 2, 3, -60, 30, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
        [4] = {5, 4, 3, -60, 30, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
        [5] = {7, 5, 3, -60, 30, levelRequirement = 19, statInterpolation = {1, 1},  cost = { }, },
        [6] = {9, 7, 3, -60, 30, levelRequirement = 22, statInterpolation = {1, 1},  cost = { }, },
        [7] = {12, 8, 3, -60, 30, levelRequirement = 25, statInterpolation = {1, 1},  cost = { }, },
        [8] = {14, 10, 3, -60, 30, levelRequirement = 28, statInterpolation = {1, 1},  cost = { }, },
        [9] = {16, 11, 3, -60, 30, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
        [10] = {19, 13, 3, -60, 30, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
        [11] = {21, 14, 3, -60, 30, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
        [12] = {24, 16, 3, -60, 30, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
        [13] = {26, 17, 3, -60, 30, levelRequirement = 47, statInterpolation = {1, 1},  cost = { }, },
        [14] = {28, 19, 3, -60, 30, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
        [15] = {31, 20, 3, -60, 30, levelRequirement = 53, statInterpolation = {1, 1},  cost = { }, },
        [16] = {33, 22, 3, -60, 30, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
        [17] = {35, 23, 3, -60, 30, levelRequirement = 59, statInterpolation = {1, 1},  cost = { }, },
        [18] = {38, 25, 3, -60, 30, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
        [19] = {40, 26, 3, -60, 30, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
        [20] = {42, 28, 3, -60, 30, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        [21] = {44, 29, 3, -60, 30, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [22] = {45, 29, 3, -60, 30, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
        [23] = {46, 30, 3, -60, 30, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
        [24] = {47, 31, 3, -60, 30, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [25] = {48, 32, 3, -60, 30, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        [26] = {49, 32, 3, -60, 30, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [27] = {51, 33, 3, -60, 30, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
        [28] = {52, 34, 3, -60, 30, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [29] = {53, 35, 3, -60, 30, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
        [30] = {54, 35, 3, -60, 30, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [31] = {55, 36, 3, -60, 30, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [32] = {56, 37, 3, -60, 30, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [33] = {58, 39, 3, -60, 30, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [34] = {59, 38, 3, -60, 30, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [35] = {60, 39, 3, -60, 30, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [36] = {61, 40, 3, -60, 30, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
        [37] = {64, 41, 3, -60, 30, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        [38] = {66, 43, 3, -60, 30, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
        [39] = {68, 44, 3, -60, 30, 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
    攻击速度加快 20%
    IdMonsterImplicitFastAttack4
    FamilyIncreasedAttackSpeed
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • attack speed +% Min: 20 Max: 20 全域
  • Craft Tagsattack speed
    陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 全域
  • traps invulnerable for duration ms Min: 4000 Max: 4000 全域
  • 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 全域
  • 自由斗士费利克斯
    人形
    区域: 大竞技场
    移动速度加快 30%
    陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    Rudiarius Felix
    幽魂N
    地区大竞技场
    标签chaos_affinity, has_bow, human, humanoid, light_armour, medium_height, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, wb_support
    生命
    81%
    闪避值
    +100%
    异常状态临界值
    81%
    抗性
    37 37 37 0
    伤害
    134%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 80
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    GladiatorBossSupport
    Metadata
    GladiatorBossSupport
    等级
    38
    生命
    683
    护甲
    2,351
    闪避值
    2,920
    能量护盾
    0
    伤害
    101
    法术伤害
    101
    命中
    84
    攻击间隔
    1.35
    经验值
    3,045
    异常状态临界值
    683
    冰缓
    2
    Shock
    2
    Brittle
    12
    Scorch
    2
    Sap
    6
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 81–121
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GladiatorBossPunctureTrap
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 持续时间, 陷阱技能, 地雷技能, 图腾技能, 近战单一目标, 攻击可重复, 近战, DoT, 可触发, 物理
    放血
    基本伤害: 81–121
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    冷却时间: 5 秒
    对敌人放血,施加一个流血减益效果。该效果受技能持续时间属性影响。流血的敌人在移动时会受到更多的伤害。限定弓类,匕首,爪类与剑类。
    陷阱持续 +30
    基础持续时间为 5.3
    流血伤害总增 +57%
    导致流血
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    skill can fire arrows [1]
    GladiatorBossCausticArrowTrap
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 范围, 持续时间, 陷阱技能, 地雷技能, 图腾技能, DoT, 混沌, 可触发
    腐蚀箭矢
    基本伤害: 81–121
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    冷却时间: 5 秒
    射出一发带有腐蚀效果的箭矢,击中时对一片区域造成混沌伤害,并且产生腐蚀地面。站在地面上的敌人将会持续受到混沌伤害。
    陷阱持续 +30
    每秒造成 53.2 基础混沌伤害
    基础持续时间为 4
    投射物伤害的词缀效果同样套用于持续伤害
    获得额外混沌伤害,其数值等同于自身物理伤害的 25%
    active skill area of effect radius +% final [10]
    base skill is trapped [1]
    ground caustic art variation [2]
    ignores trap and mine cooldown limit [1]
    monster penalty against minions damage +% final vs player minions [-25]
    skill can fire arrows [1]
    visual hit effect chaos is green [1]
    GladiatorBossBarrage
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能
    弹幕
    基本伤害: 81–121
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    冷却时间: 2 秒
    在短暂的准备之后,你使用弓或法杖重复发射单个投射物,这些投射物会稍微随机散射。该技能无法被触发。
    伤害总降 60%
    额外发射 4 个投射物
    物理伤害提高 19%
    连续发射投射物
    攻击速度总增 13%
    monster reverse point blank damage -% at minimum range [30]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    }
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GladiatorBosses/GladiatorBossSupport"] = {
        name = "Rudiarius Felix",
        life = 0.81,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.34,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "GladiatorBossCausticArrowTrap",
            "GladiatorBossPunctureTrap",
            "GladiatorBossBarrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossCausticArrowTrap"] = {
        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",
            "base_trap_duration",
            "ground_caustic_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_is_trapped",
            "skill_can_fire_arrows",
            "is_trap",
            "projectile_damage_modifiers_apply_to_skill_dot",
            "ignores_trap_and_mine_cooldown_limit",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
            [2] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, baseMultiplier = 1.4, levelRequirement = 53, statInterpolation = {3},  cost = { }, },
            [3] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossPunctureTrap"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "base_trap_duration",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "base_skill_is_trapped",
            "global_bleed_on_hit",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {57, 30000, 5300, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {57, 30000, 5300, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {57, 30000, 5300, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossBarrage"] = {
        name = "Barrage",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "active_skill_attack_speed_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "projectiles_barrage",
        },
        levels = {
            [1] = {0, 0, 4, -60, 30, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
            [2] = {0, 1, 4, -60, 30, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
            [3] = {2, 2, 4, -60, 30, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
            [4] = {5, 4, 4, -60, 30, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
            [5] = {7, 5, 4, -60, 30, levelRequirement = 19, statInterpolation = {1, 1},  cost = { }, },
            [6] = {9, 7, 4, -60, 30, levelRequirement = 22, statInterpolation = {1, 1},  cost = { }, },
            [7] = {12, 8, 4, -60, 30, levelRequirement = 25, statInterpolation = {1, 1},  cost = { }, },
            [8] = {14, 10, 4, -60, 30, levelRequirement = 28, statInterpolation = {1, 1},  cost = { }, },
            [9] = {16, 11, 4, -60, 30, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
            [10] = {19, 13, 4, -60, 30, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [11] = {21, 14, 4, -60, 30, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
            [12] = {24, 16, 4, -60, 30, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
            [13] = {26, 17, 4, -60, 30, levelRequirement = 47, statInterpolation = {1, 1},  cost = { }, },
            [14] = {28, 19, 4, -60, 30, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [15] = {31, 20, 4, -60, 30, levelRequirement = 53, statInterpolation = {1, 1},  cost = { }, },
            [16] = {33, 22, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
            [17] = {35, 23, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 59, statInterpolation = {1, 1},  cost = { }, },
            [18] = {38, 25, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
            [19] = {40, 26, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [20] = {42, 28, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [21] = {44, 29, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [22] = {45, 29, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [23] = {46, 30, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
            [24] = {47, 31, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [25] = {48, 32, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
            [26] = {49, 32, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [27] = {51, 33, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
            [28] = {52, 34, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [29] = {53, 35, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
            [30] = {54, 35, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [31] = {55, 36, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [32] = {56, 37, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [33] = {58, 39, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [34] = {59, 38, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [35] = {60, 39, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [36] = {61, 40, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
            [37] = {64, 41, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
            [38] = {66, 43, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
            [39] = {68, 44, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 88, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    移动速度加快 30%
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 全域
  • traps invulnerable for duration ms Min: 4000 Max: 4000 全域
  • 自由斗士费利克斯
    人形
    移动速度加快 30%
    陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    Rudiarius Felix
    幽魂N
    标签chaos_affinity, has_bow, human, humanoid, light_armour, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, wb_support
    生命
    81%
    闪避值
    +100%
    异常状态临界值
    81%
    抗性
    37 37 37 0
    伤害
    134%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 80
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    100%
    Model Size
    100%
    类型
    GladiatorBossSupport
    Metadata
    GladiatorBossSupportStandalone
    等级
    68
    生命
    5,211
    护甲
    28,790
    闪避值
    9,478
    能量护盾
    0
    伤害
    501
    法术伤害
    501
    命中
    290
    攻击间隔
    1.35
    经验值
    10,255
    异常状态临界值
    5,211
    冰缓
    16
    Shock
    16
    Brittle
    93
    Scorch
    16
    Sap
    46
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 400–601
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GladiatorBossPunctureTrap
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 持续时间, 陷阱技能, 地雷技能, 图腾技能, 近战单一目标, 攻击可重复, 近战, DoT, 可触发, 物理
    放血
    基本伤害: 400–601
    攻击暴击率: 5%
    攻击伤害: 140%
    攻击伤害: 140%
    攻击间隔: 1.35 秒
    冷却时间: 5 秒
    对敌人放血,施加一个流血减益效果。该效果受技能持续时间属性影响。流血的敌人在移动时会受到更多的伤害。限定弓类,匕首,爪类与剑类。
    陷阱持续 +30
    攻击伤害总增 40%
    基础持续时间为 5.3
    流血伤害总增 +57%
    导致流血
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    skill can fire arrows [1]
    GladiatorBossCausticArrowTrap
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 范围, 持续时间, 陷阱技能, 地雷技能, 图腾技能, DoT, 混沌, 可触发
    腐蚀箭矢
    基本伤害: 400–601
    攻击暴击率: 5%
    攻击伤害: 140%
    攻击伤害: 140%
    攻击间隔: 1.35 秒
    冷却时间: 5 秒
    射出一发带有腐蚀效果的箭矢,击中时对一片区域造成混沌伤害,并且产生腐蚀地面。站在地面上的敌人将会持续受到混沌伤害。
    陷阱持续 +30
    每秒造成 188.2 基础混沌伤害
    攻击伤害总增 40%
    基础持续时间为 4
    投射物伤害的词缀效果同样套用于持续伤害
    获得额外混沌伤害,其数值等同于自身物理伤害的 25%
    active skill area of effect radius +% final [10]
    base skill is trapped [1]
    ground caustic art variation [2]
    ignores trap and mine cooldown limit [1]
    monster penalty against minions damage +% final vs player minions [-25]
    skill can fire arrows [1]
    visual hit effect chaos is green [1]
    GladiatorBossBarrage
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能
    弹幕
    基本伤害: 400–601
    攻击暴击率: 5%
    攻击伤害: 140%
    攻击伤害: 140%
    攻击间隔: 1.35 秒
    冷却时间: 2 秒
    在短暂的准备之后,你使用弓或法杖重复发射单个投射物,这些投射物会稍微随机散射。该技能无法被触发。
    攻击伤害总增 40%
    伤害总降 60%
    额外发射 4 个投射物
    物理伤害提高 45%
    连续发射投射物
    攻击速度总增 29%
    monster reverse point blank damage -% at minimum range [30]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Stats
    {
    }
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GladiatorBosses/GladiatorBossSupportStandalone"] = {
        name = "Rudiarius Felix",
        life = 0.81,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.34,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "GladiatorBossCausticArrowTrap",
            "GladiatorBossPunctureTrap",
            "GladiatorBossBarrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossCausticArrowTrap"] = {
        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",
            "base_trap_duration",
            "ground_caustic_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_is_trapped",
            "skill_can_fire_arrows",
            "is_trap",
            "projectile_damage_modifiers_apply_to_skill_dot",
            "ignores_trap_and_mine_cooldown_limit",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
            [2] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, baseMultiplier = 1.4, levelRequirement = 53, statInterpolation = {3},  cost = { }, },
            [3] = {1.3500000238419, 4000, 25, -25, 30000, 2, 10, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossPunctureTrap"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "base_trap_duration",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "base_skill_is_trapped",
            "global_bleed_on_hit",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {57, 30000, 5300, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {57, 30000, 5300, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {57, 30000, 5300, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossBarrage"] = {
        name = "Barrage",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "active_skill_attack_speed_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "projectiles_barrage",
        },
        levels = {
            [1] = {0, 0, 4, -60, 30, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
            [2] = {0, 1, 4, -60, 30, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
            [3] = {2, 2, 4, -60, 30, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
            [4] = {5, 4, 4, -60, 30, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
            [5] = {7, 5, 4, -60, 30, levelRequirement = 19, statInterpolation = {1, 1},  cost = { }, },
            [6] = {9, 7, 4, -60, 30, levelRequirement = 22, statInterpolation = {1, 1},  cost = { }, },
            [7] = {12, 8, 4, -60, 30, levelRequirement = 25, statInterpolation = {1, 1},  cost = { }, },
            [8] = {14, 10, 4, -60, 30, levelRequirement = 28, statInterpolation = {1, 1},  cost = { }, },
            [9] = {16, 11, 4, -60, 30, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
            [10] = {19, 13, 4, -60, 30, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [11] = {21, 14, 4, -60, 30, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
            [12] = {24, 16, 4, -60, 30, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
            [13] = {26, 17, 4, -60, 30, levelRequirement = 47, statInterpolation = {1, 1},  cost = { }, },
            [14] = {28, 19, 4, -60, 30, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [15] = {31, 20, 4, -60, 30, levelRequirement = 53, statInterpolation = {1, 1},  cost = { }, },
            [16] = {33, 22, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
            [17] = {35, 23, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 59, statInterpolation = {1, 1},  cost = { }, },
            [18] = {38, 25, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
            [19] = {40, 26, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [20] = {42, 28, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [21] = {44, 29, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [22] = {45, 29, 4, -60, 30, baseMultiplier = 1.4, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [23] = {46, 30, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
            [24] = {47, 31, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [25] = {48, 32, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
            [26] = {49, 32, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [27] = {51, 33, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
            [28] = {52, 34, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [29] = {53, 35, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
            [30] = {54, 35, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [31] = {55, 36, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [32] = {56, 37, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [33] = {58, 39, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [34] = {59, 38, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [35] = {60, 39, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [36] = {61, 40, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
            [37] = {64, 41, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
            [38] = {66, 43, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
            [39] = {68, 44, 4, -60, 30, baseMultiplier = 1.8, levelRequirement = 88, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    移动速度加快 30%
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 全域
  • Craft Tagsspeed
    陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 全域
  • traps invulnerable for duration ms Min: 4000 Max: 4000 全域
  • Edit

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