無名野獸
野獸
monster no map drops [1]
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
    能量護盾
    0
    傷害
    1,076
    法術傷害
    1,076
    命中
    290
    攻擊間隔
    1.5
    經驗值
    25,638
    異常狀態臨界值
    28,950
    冰緩
    92
    感電
    92
    易碎
    518
    焦灼
    92
    殘喘
    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. Cannot be supported by Multistrike.",
        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",
            "global_always_hit",
        },
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 無名野獸
    野獸
    monster no map drops [1]
    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
    能量護盾
    0
    傷害
    1,076
    法術傷害
    1,076
    命中
    290
    攻擊間隔
    1.5
    經驗值
    25,638
    異常狀態臨界值
    28,950
    冰緩
    92
    感電
    92
    易碎
    518
    焦灼
    92
    殘喘
    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. Cannot be supported by Multistrike.",
        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",
            "global_always_hit",
        },
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 無名野獸
    野獸
    monster no map drops [1]
    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
    能量護盾
    0
    傷害
    1,397
    法術傷害
    1,397
    命中
    290
    攻擊間隔
    1.5
    經驗值
    33,329
    異常狀態臨界值
    37,635
    冰緩
    119
    感電
    119
    易碎
    673
    焦灼
    119
    殘喘
    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. Cannot be supported by Multistrike.",
        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",
            "global_always_hit",
        },
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 無名野獸
    野獸
    monster no map drops [1]
    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
    能量護盾
    0
    傷害
    1,031
    法術傷害
    1,031
    命中
    290
    攻擊間隔
    1.5
    經驗值
    24,612
    異常狀態臨界值
    23,160
    冰緩
    73
    感電
    73
    易碎
    414
    焦灼
    73
    殘喘
    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. Cannot be supported by Multistrike.",
        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",
            "global_always_hit",
        },
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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