无名猛兽
野兽
Nameless Beast
幽魂Y
幽魂 取代Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre
标签azmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
Packs
  • 无名猛兽, 无名灵猿
  • 无名腐虫, 无名猛兽
  • 生命
    450%
    护甲
    +100%
    异常状态临界值
    450%
    抗性
    75 0 0 0
    伤害
    288%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    250%
    Model Size
    100%
    类型
    GruthkulHulk
    Metadata
    GruthkulHulk
    等级
    68
    生命
    28,950
    护甲
    57,580
    闪避值
    4,739
    伤害
    1,076
    法术伤害
    1,076
    命中
    580
    攻击间隔
    1.5
    经验值
    25,638
    召唤物生命
    6,280
    召唤物伤害
    859
    异常状态临界值
    28,950
    冰缓
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    TCAzmeriHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    向一名敌人冲锋,使用盾牌对其猛击并以近战武器顺手打击。此攻击将会击退目标并将其击晕,在路径上的敌人将会被推向两旁。伤害与击晕几率将视冲锋距离而定。
    击中时击退敌人
    击退距离延长 100%
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    法术, 位移
    施放间隔: 1 秒
    冷却时间: 9 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAzmeriHulkSlam
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 35%
    近战打击范围 +0.4
    击中时碾压敌人 2 秒
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 28%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 72%
    击退距离延长 450%
    必定击晕敌人
    无法闪避
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulk"] = {
        name = "Nameless Beast",
        life = 4.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.88,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAzmeriHulk",
            "MeleeAtAnimationSpeed",
            "GAAzmeriHulkCharge",
            "GAAzmeriHulkLeapImpact",
            "GAAzmeriHulkSlam",
            "EASAzmeriHulkSummon",
            "DTTAzmeriHulkLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAzmeriHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAAzmeriHulkCharge"] = {
        name = "GAAzmeriHulkCharge",
        hidden = true,
        color = "4",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {300, 450, baseMultiplier = 0.28, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkLeapImpact"] = {
        name = "GAAzmeriHulkLeapImpact",
        hidden = true,
        color = "4",
        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",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkSlam"] = {
        name = "GAAzmeriHulkSlam",
        hidden = true,
        color = "4",
        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 = {
            "crush_for_2_seconds_on_hit_%_chance",
            "melee_range_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 4, baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriHulkSummon"] = {
        name = "EASAzmeriHulkSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriHulkLeap"] = {
        name = "DTTAzmeriHulkLeap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    keyval
    Actor.slow_animations_go_to_idlefalse
    Stats.additional_life_scaling_index20
    无名猛兽
    野兽
    Nameless Beast
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre
    标签azmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    Packs
  • 无名猛兽, 无名灵猿
  • 生命
    450%
    护甲
    +100%
    异常状态临界值
    450%
    抗性
    75 0 0 0
    伤害
    288%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    250%
    Model Size
    100%
    类型
    GruthkulHulk
    Metadata
    GruthkulHulkStandalone_
    等级
    68
    生命
    28,950
    护甲
    57,580
    闪避值
    4,739
    伤害
    1,076
    法术伤害
    1,076
    命中
    580
    攻击间隔
    1.5
    经验值
    25,638
    召唤物生命
    6,280
    召唤物伤害
    859
    异常状态临界值
    28,950
    冰缓
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    TCAzmeriHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    向一名敌人冲锋,使用盾牌对其猛击并以近战武器顺手打击。此攻击将会击退目标并将其击晕,在路径上的敌人将会被推向两旁。伤害与击晕几率将视冲锋距离而定。
    击中时击退敌人
    击退距离延长 100%
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    法术, 位移
    施放间隔: 1 秒
    冷却时间: 9 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAzmeriHulkSlam
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 35%
    近战打击范围 +0.4
    击中时碾压敌人 2 秒
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 28%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 72%
    击退距离延长 450%
    必定击晕敌人
    无法闪避
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkStandalone_"] = {
        name = "Nameless Beast",
        life = 4.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.88,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAzmeriHulk",
            "MeleeAtAnimationSpeed",
            "GAAzmeriHulkCharge",
            "GAAzmeriHulkLeapImpact",
            "GAAzmeriHulkSlam",
            "EASAzmeriHulkSummon",
            "DTTAzmeriHulkLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAzmeriHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAAzmeriHulkCharge"] = {
        name = "GAAzmeriHulkCharge",
        hidden = true,
        color = "4",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {300, 450, baseMultiplier = 0.28, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkLeapImpact"] = {
        name = "GAAzmeriHulkLeapImpact",
        hidden = true,
        color = "4",
        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",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkSlam"] = {
        name = "GAAzmeriHulkSlam",
        hidden = true,
        color = "4",
        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 = {
            "crush_for_2_seconds_on_hit_%_chance",
            "melee_range_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 4, baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriHulkSummon"] = {
        name = "EASAzmeriHulkSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriHulkLeap"] = {
        name = "DTTAzmeriHulkLeap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    无名猛兽
    野兽
    被击败时,地图首领被 200 个原始荒林鬼灵强化
    Nameless Beast
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre
    标签azmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    Packs
  • 无名猛兽, 无名灵猿, 无名幽兽, 无名伏击者
  • 生命
    450%
    护甲
    +100%
    异常状态临界值
    450%
    抗性
    75 0 0 0
    伤害
    288%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    250%
    Model Size
    100%
    类型
    GruthkulHulk
    Metadata
    GruthkulHulkStandalone_AllFlame_
    等级
    68
    生命
    28,950
    护甲
    57,580
    闪避值
    4,739
    伤害
    1,076
    法术伤害
    1,076
    命中
    580
    攻击间隔
    1.5
    经验值
    25,638
    召唤物生命
    6,280
    召唤物伤害
    859
    异常状态临界值
    28,950
    冰缓
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    TCAzmeriHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    向一名敌人冲锋,使用盾牌对其猛击并以近战武器顺手打击。此攻击将会击退目标并将其击晕,在路径上的敌人将会被推向两旁。伤害与击晕几率将视冲锋距离而定。
    击中时击退敌人
    击退距离延长 100%
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    法术, 位移
    施放间隔: 1 秒
    冷却时间: 9 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAzmeriHulkSlam
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 35%
    近战打击范围 +0.4
    击中时碾压敌人 2 秒
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击伤害: 28%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 72%
    击退距离延长 450%
    必定击晕敌人
    无法闪避
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    可触发, 攻击
    基本伤害: 861–1291
    暴击几率: 5%
    攻击间隔: 1.5 秒
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkStandalone_AllFlame_"] = {
        name = "Nameless Beast",
        life = 4.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.88,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAzmeriHulk",
            "MeleeAtAnimationSpeed",
            "GAAzmeriHulkCharge",
            "GAAzmeriHulkLeapImpact",
            "GAAzmeriHulkSlam",
            "EASAzmeriHulkSummon",
            "DTTAzmeriHulkLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAzmeriHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAAzmeriHulkCharge"] = {
        name = "GAAzmeriHulkCharge",
        hidden = true,
        color = "4",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {300, 450, baseMultiplier = 0.28, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkLeapImpact"] = {
        name = "GAAzmeriHulkLeapImpact",
        hidden = true,
        color = "4",
        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",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkSlam"] = {
        name = "GAAzmeriHulkSlam",
        hidden = true,
        color = "4",
        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 = {
            "crush_for_2_seconds_on_hit_%_chance",
            "melee_range_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 4, baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriHulkSummon"] = {
        name = "EASAzmeriHulkSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriHulkLeap"] = {
        name = "DTTAzmeriHulkLeap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    被击败时,地图首领被 200 个原始荒林鬼灵强化
    FamilyGrantMapBossDustOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • grant map boss X azmeri dust primal on death Min: 200 Max: 200 全域
  • 无名猛兽
    野兽
    Nameless Beast
    幽魂Y
    标签beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    生命
    585%
    护甲
    +100%
    异常状态临界值
    585%
    抗性
    75 0 0 0
    伤害
    374%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    325%
    Model Size
    100%
    类型
    GruthkulHulkBestiary
    Metadata
    GruthkulHulkBestiary
    等级
    68
    生命
    37,635
    护甲
    57,580
    闪避值
    4,739
    伤害
    1,397
    法术伤害
    1,397
    命中
    580
    攻击间隔
    1.5
    经验值
    33,329
    召唤物生命
    8,163
    召唤物伤害
    1,116
    异常状态临界值
    37,635
    冰缓
    119
    Shock
    119
    Brittle
    673
    Scorch
    119
    Sap
    329
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 1118–1676
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    TCAzmeriHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 1118–1676
    暴击几率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    向一名敌人冲锋,使用盾牌对其猛击并以近战武器顺手打击。此攻击将会击退目标并将其击晕,在路径上的敌人将会被推向两旁。伤害与击晕几率将视冲锋距离而定。
    击中时击退敌人
    击退距离延长 100%
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    法术, 位移
    施放间隔: 1 秒
    冷却时间: 9 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAzmeriHulkSlam
    可触发, 攻击
    基本伤害: 1118–1676
    暴击几率: 5%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 35%
    近战打击范围 +0.4
    击中时碾压敌人 2 秒
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    可触发, 攻击
    基本伤害: 1118–1676
    暴击几率: 5%
    攻击伤害: 28%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 72%
    击退距离延长 450%
    必定击晕敌人
    无法闪避
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    可触发, 攻击
    基本伤害: 1118–1676
    暴击几率: 5%
    攻击间隔: 1.5 秒
    is area damage [1]
    EASHarvestEmerge
    法术
    施放间隔: 1 秒
    WalkEmergeBestiaryHellion
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkBestiary"] = {
        name = "Nameless Beast",
        life = 5.85,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 3.74,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAzmeriHulk",
            "MeleeAtAnimationSpeed",
            "GAAzmeriHulkCharge",
            "GAAzmeriHulkLeapImpact",
            "GAAzmeriHulkSlam",
            "EASHarvestEmerge",
            "EASAzmeriHulkSummon",
            "WalkEmergeBestiaryHellion",
            "DTTAzmeriHulkLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAzmeriHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAAzmeriHulkCharge"] = {
        name = "GAAzmeriHulkCharge",
        hidden = true,
        color = "4",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {300, 450, baseMultiplier = 0.28, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkLeapImpact"] = {
        name = "GAAzmeriHulkLeapImpact",
        hidden = true,
        color = "4",
        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",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkSlam"] = {
        name = "GAAzmeriHulkSlam",
        hidden = true,
        color = "4",
        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 = {
            "crush_for_2_seconds_on_hit_%_chance",
            "melee_range_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 4, baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriHulkSummon"] = {
        name = "EASAzmeriHulkSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriHulkLeap"] = {
        name = "DTTAzmeriHulkLeap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    无名猛兽
    野兽
    Nameless Beast
    幽魂Y
    标签azmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    生命
    360%
    护甲
    +100%
    异常状态临界值
    360%
    抗性
    75 0 0 0
    伤害
    276%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    5 ~ 14
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    240%
    Model Size
    100%
    类型
    GruthkulHulkSpectre
    Metadata
    GruthkulHulkSpectre
    等级
    68
    生命
    23,160
    护甲
    57,580
    闪避值
    4,739
    伤害
    1,031
    法术伤害
    1,031
    命中
    580
    攻击间隔
    1.5
    经验值
    24,612
    召唤物生命
    5,024
    召唤物伤害
    823
    异常状态临界值
    23,160
    冰缓
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 825–1237
    暴击几率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    TCAzmeriHulk
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    基本伤害: 825–1237
    暴击几率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 10 秒
    向一名敌人冲锋,使用盾牌对其猛击并以近战武器顺手打击。此攻击将会击退目标并将其击晕,在路径上的敌人将会被推向两旁。伤害与击晕几率将视冲锋距离而定。
    击中时击退敌人
    击退距离延长 100%
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    法术, 位移
    施放间隔: 1 秒
    冷却时间: 9 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [30]
    skill maximum travel distance [80]
    spell maximum action distance +% [-40]
    walk emerge extra distance [-8]
    GAAzmeriHulkSlam
    可触发, 攻击
    基本伤害: 825–1237
    暴击几率: 5%
    攻击伤害: 135%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击伤害总增 35%
    近战打击范围 +0.4
    击中时碾压敌人 2 秒
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    法术
    施放间隔: 1 秒
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    可触发, 攻击
    基本伤害: 825–1237
    暴击几率: 5%
    攻击伤害: 28%
    攻击间隔: 1.5 秒
    击中时击退敌人
    攻击伤害总降 72%
    击退距离延长 450%
    必定击晕敌人
    无法闪避
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    可触发, 攻击
    基本伤害: 825–1237
    暴击几率: 5%
    攻击间隔: 1.5 秒
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre"] = {
        name = "Nameless Beast",
        life = 3.6,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.76,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "TCAzmeriHulk",
            "MeleeAtAnimationSpeed",
            "GAAzmeriHulkCharge",
            "GAAzmeriHulkLeapImpact",
            "GAAzmeriHulkSlam",
            "EASAzmeriHulkSummon",
            "DTTAzmeriHulkLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCAzmeriHulk"] = {
        name = "Table Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "knockback_distance_+%",
            "base_knockback_speed_+%",
            "ignores_proximity_shield",
            "is_area_damage",
            "global_knockback",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAAzmeriHulkCharge"] = {
        name = "GAAzmeriHulkCharge",
        hidden = true,
        color = "4",
        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 = {
            "base_knockback_speed_+%",
            "knockback_distance_+%",
            "is_area_damage",
            "global_knockback",
            "global_always_hit",
            "always_stun",
        },
        levels = {
            [1] = {300, 450, baseMultiplier = 0.28, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkLeapImpact"] = {
        name = "GAAzmeriHulkLeapImpact",
        hidden = true,
        color = "4",
        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",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriHulkSlam"] = {
        name = "GAAzmeriHulkSlam",
        hidden = true,
        color = "4",
        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 = {
            "crush_for_2_seconds_on_hit_%_chance",
            "melee_range_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, 4, baseMultiplier = 1.35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASAzmeriHulkSummon"] = {
        name = "EASAzmeriHulkSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriHulkLeap"] = {
        name = "DTTAzmeriHulkLeap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "skill_maximum_travel_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {30, -40, -8, 80, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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