崖行獸
SpectreY
Area瓦斯提里郊區, 高地神塔庇護所, 瓦斯提里郊區
Tagsbeast, insect, melee, not_int, not_str, physical_affinity, SpearWood_onhit_audio, very_fast_movement
Packs
  • 瓦斯提里郊區, 瓦斯提里郊區: 崖行獸
  • 高地神塔庇護所: 崖行獸
  • 生命
    60%
    閃避值
    +60%
    抗性
    0 0 30 0
    傷害
    108%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    4 ~ 6
    攻擊時間
    0.99 Second
    Damage Spread
    ±20%
    經驗值
    60%
    Model Size
    80%
    Type
    SandLeaper
    Metadata
    DesertLeaper1_
    等級
    70
    生命
    5,230
    護甲值
    3,877
    閃避值
    803
    傷害
    268
    法術傷害
    268
    命中
    2,328
    攻擊時間
    0.99
    經驗值
    20,783
    Minion Life
    7,360
    Minion Damage
    2,335
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 214–321
    暴擊率: 5%
    攻擊時間: 0.99 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DesertLeaperDodgeLeftShort
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [12]
    DesertLeaperDodgeLeftMedium
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [18]
    DesertLeaperDodgeLeftFar
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [24]
    DesertLeaperDodgeRightShort
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [12]
    DesertLeaperDodgeRightMedium
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [18]
    DesertLeaperDodgeRightFar
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [24]
    DTTCragLeaperLeap
    [DNT] dash_attack_to_target
    active skill area of effect radius +% final [-25]
    is area damage [1]
    walk emerge extra distance [-14]
    GACragLeaperLeap
    可觸發, 攻擊
    Base Damage: 214–321
    暴擊率: 5%
    攻擊傷害: 140%
    攻擊時間: 0.99 秒
    造成 40% 更多攻擊傷害
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GACragLeaperLeapSulphur
    可觸發, 攻擊
    Base Damage: 214–321
    暴擊率: 5%
    攻擊傷害: 140%
    攻擊時間: 0.99 秒
    造成 40% 更多攻擊傷害
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/SandLeaper02/CragLeaperAggroAudio.ao' ); } );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper02/DesertLeaper1_"] = {
        name = "Crag Leaper",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DTTCragLeaperLeap",
            "GACragLeaperLeap",
            "GACragLeaperLeapSulphur",
            "DesertLeaperDodgeLeftShort",
            "DesertLeaperDodgeLeftMedium",
            "DesertLeaperDodgeLeftFar",
            "DesertLeaperDodgeRightShort",
            "DesertLeaperDodgeRightMedium",
            "DesertLeaperDodgeRightFar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["DTTCragLeaperLeap"] = {
        name = "[DNT] dash_attack_to_target",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-14, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACragLeaperLeap"] = {
        name = "GACragLeaperLeap",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACragLeaperLeapSulphur"] = {
        name = "GACragLeaperLeapSulphur",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftShort"] = {
        name = "DesertLeaperDodgeLeftShort",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {12, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftMedium"] = {
        name = "DesertLeaperDodgeLeftMedium",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {18, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftFar"] = {
        name = "DesertLeaperDodgeLeftFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {24, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightShort"] = {
        name = "DesertLeaperDodgeRightShort",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 12, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightMedium"] = {
        name = "DesertLeaperDodgeRightMedium",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 18, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightFar"] = {
        name = "DesertLeaperDodgeRightFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 24, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    崖行獸
    Crag Leaper
    SpectreY
    Tagsbeast, cannot_be_monolith, insect, melee, not_int, not_str, physical_affinity, SpearWood_onhit_audio, very_fast_movement
    生命
    60%
    閃避值
    +60%
    抗性
    0 0 30 0
    傷害
    108%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    4 ~ 6
    攻擊時間
    0.99 Second
    Damage Spread
    ±20%
    經驗值
    60%
    Model Size
    80%
    Type
    SandLeaper
    Metadata
    DesertLeaper1Emerge
    等級
    68
    生命
    4,654
    護甲值
    3,451
    閃避值
    763
    傷害
    252
    法術傷害
    252
    命中
    2,180
    攻擊時間
    0.99
    經驗值
    17,180
    Minion Life
    6,768
    Minion Damage
    2,048
    Minion Armour
    3,451
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 201–302
    暴擊率: 5%
    攻擊時間: 0.99 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DesertLeaperDodgeLeftShort
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [12]
    DesertLeaperDodgeLeftMedium
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [18]
    DesertLeaperDodgeLeftFar
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge distance [24]
    DesertLeaperDodgeRightShort
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [12]
    DesertLeaperDodgeRightMedium
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [18]
    DesertLeaperDodgeRightFar
    冷卻時間: 5.5 秒
    25% 更少移動速度
    monster dodge direction [1]
    monster dodge distance [24]
    DTTCragLeaperLeap
    [DNT] dash_attack_to_target
    active skill area of effect radius +% final [-25]
    is area damage [1]
    walk emerge extra distance [-14]
    GACragLeaperLeap
    可觸發, 攻擊
    Base Damage: 201–302
    暴擊率: 5%
    攻擊傷害: 140%
    攻擊時間: 0.99 秒
    造成 40% 更多攻擊傷害
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GACragLeaperLeapSulphur
    可觸發, 攻擊
    Base Damage: 201–302
    暴擊率: 5%
    攻擊傷害: 140%
    攻擊時間: 0.99 秒
    造成 40% 更多攻擊傷害
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/SandLeaper02/CragLeaper"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }
    
    Positioned
    {
    	blocking = false
    }
    
    Transitionable {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandLeaper02/CragLeaper"
    
    Transitionable
    {
    	on_transition = "MakeCollidable();"
    	create_transitioned = "MakeCollidable();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper02/DesertLeaper1Emerge"] = {
        name = "Crag Leaper",
        life = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DTTCragLeaperLeap",
            "GACragLeaperLeap",
            "GACragLeaperLeapSulphur",
            "DesertLeaperDodgeLeftShort",
            "DesertLeaperDodgeLeftMedium",
            "DesertLeaperDodgeLeftFar",
            "DesertLeaperDodgeRightShort",
            "DesertLeaperDodgeRightMedium",
            "DesertLeaperDodgeRightFar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["DTTCragLeaperLeap"] = {
        name = "[DNT] dash_attack_to_target",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-14, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACragLeaperLeap"] = {
        name = "GACragLeaperLeap",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GACragLeaperLeapSulphur"] = {
        name = "GACragLeaperLeapSulphur",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftShort"] = {
        name = "DesertLeaperDodgeLeftShort",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {12, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftMedium"] = {
        name = "DesertLeaperDodgeLeftMedium",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {18, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeLeftFar"] = {
        name = "DesertLeaperDodgeLeftFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {24, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightShort"] = {
        name = "DesertLeaperDodgeRightShort",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 12, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightMedium"] = {
        name = "DesertLeaperDodgeRightMedium",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 18, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DesertLeaperDodgeRightFar"] = {
        name = "DesertLeaperDodgeRightFar",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
            "active_skill_movement_speed_+%_final",
        },
        levels = {
            [1] = {1, 24, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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