Namenlose Bestie
Bestie
monster no map drops [1]
Nameless Beast
SpectreY
Spectre OverrideMetadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre
Tagsazmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
Packs
  • Namenlose Bestie, Namenloser Affe
  • Namenloser Wühler, Namenlose Bestie
  • Leben
    450%
    Rüstung
    +100%
    Ailment Threshold
    450%
    Widerstand
    75 0 0 0
    Damage
    288%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    250%
    Model Size
    100%
    Type
    GruthkulHulk
    Metadata
    GruthkulHulk
    Stufe
    68
    Leben
    28,950
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    1,076
    Zauberschaden
    1,076
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    25,638
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    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
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Frontalansturm
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Abklingzeit: 10 Sek.
    Stürmt auf einen Gegner zu und trifft diesen mit dem Schild des Charakters. Das stößt den Gegner zurück und betäubt ihn. Gegner, die sich im Weg befinden, werden zur Seite geschoben. Schaden und Betäubungsdauer sind proportional zur zurückgelegten Distanz. Kann nicht durch 'Mehrfachschlag' unterstützt werden.
    Stößt Gegner bei Treffer zurück
    100% erhöhte Rückstoßdistanz
    Kann nicht ausgewichen werden
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    Spell, Movement
    Zauberzeit: 1 Sek.
    Abklingzeit: 9 Sek.
    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
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Angriffsschaden: 135%
    Attack Time: 1.5 Sek.
    Abklingzeit: 8 Sek.
    Verursacht 35% mehr Angriffsschaden
    +0.4 Meter zur Nahkampfschlagreichweite
    Zermalmt bei Treffer für 2 Sekunden
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    Spell
    Zauberzeit: 1 Sek.
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Angriffsschaden: 28%
    Attack Time: 1.5 Sek.
    Stößt Gegner bei Treffer zurück
    Verursacht 72% weniger Angriffsschaden
    450% erhöhte Rückstoßdistanz
    Betäubt Gegner
    Kann nicht ausgewichen werden
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    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
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Namenlose Bestie
    Bestie
    monster no map drops [1]
    Nameless Beast
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulHulkSpectre
    Tagsazmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    Packs
  • Namenlose Bestie, Namenloser Affe
  • Leben
    450%
    Rüstung
    +100%
    Ailment Threshold
    450%
    Widerstand
    75 0 0 0
    Damage
    288%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    250%
    Model Size
    100%
    Type
    GruthkulHulk
    Metadata
    GruthkulHulkStandalone_
    Stufe
    68
    Leben
    28,950
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    1,076
    Zauberschaden
    1,076
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    25,638
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    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
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Frontalansturm
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Abklingzeit: 10 Sek.
    Stürmt auf einen Gegner zu und trifft diesen mit dem Schild des Charakters. Das stößt den Gegner zurück und betäubt ihn. Gegner, die sich im Weg befinden, werden zur Seite geschoben. Schaden und Betäubungsdauer sind proportional zur zurückgelegten Distanz. Kann nicht durch 'Mehrfachschlag' unterstützt werden.
    Stößt Gegner bei Treffer zurück
    100% erhöhte Rückstoßdistanz
    Kann nicht ausgewichen werden
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    Spell, Movement
    Zauberzeit: 1 Sek.
    Abklingzeit: 9 Sek.
    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
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Angriffsschaden: 135%
    Attack Time: 1.5 Sek.
    Abklingzeit: 8 Sek.
    Verursacht 35% mehr Angriffsschaden
    +0.4 Meter zur Nahkampfschlagreichweite
    Zermalmt bei Treffer für 2 Sekunden
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    Spell
    Zauberzeit: 1 Sek.
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Angriffsschaden: 28%
    Attack Time: 1.5 Sek.
    Stößt Gegner bei Treffer zurück
    Verursacht 72% weniger Angriffsschaden
    450% erhöhte Rückstoßdistanz
    Betäubt Gegner
    Kann nicht ausgewichen werden
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    Triggerable, Attack
    Base Damage: 861–1291
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    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
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Namenlose Bestie
    Bestie
    monster no map drops [1]
    Nameless Beast
    SpectreY
    Tagsbeast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    Leben
    585%
    Rüstung
    +100%
    Ailment Threshold
    585%
    Widerstand
    75 0 0 0
    Damage
    374%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    325%
    Model Size
    100%
    Type
    GruthkulHulkBestiary
    Metadata
    GruthkulHulkBestiary
    Stufe
    68
    Leben
    37,635
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    1,397
    Zauberschaden
    1,397
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    33,329
    Ailment Threshold
    37,635
    Chill
    119
    Shock
    119
    Brittle
    673
    Scorch
    119
    Sap
    329
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 1118–1676
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    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
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Frontalansturm
    Base Damage: 1118–1676
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Abklingzeit: 10 Sek.
    Stürmt auf einen Gegner zu und trifft diesen mit dem Schild des Charakters. Das stößt den Gegner zurück und betäubt ihn. Gegner, die sich im Weg befinden, werden zur Seite geschoben. Schaden und Betäubungsdauer sind proportional zur zurückgelegten Distanz. Kann nicht durch 'Mehrfachschlag' unterstützt werden.
    Stößt Gegner bei Treffer zurück
    100% erhöhte Rückstoßdistanz
    Kann nicht ausgewichen werden
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    Spell, Movement
    Zauberzeit: 1 Sek.
    Abklingzeit: 9 Sek.
    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
    Triggerable, Attack
    Base Damage: 1118–1676
    Kritische Trefferchance: 5%
    Angriffsschaden: 135%
    Attack Time: 1.5 Sek.
    Abklingzeit: 8 Sek.
    Verursacht 35% mehr Angriffsschaden
    +0.4 Meter zur Nahkampfschlagreichweite
    Zermalmt bei Treffer für 2 Sekunden
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    Spell
    Zauberzeit: 1 Sek.
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    Triggerable, Attack
    Base Damage: 1118–1676
    Kritische Trefferchance: 5%
    Angriffsschaden: 28%
    Attack Time: 1.5 Sek.
    Stößt Gegner bei Treffer zurück
    Verursacht 72% weniger Angriffsschaden
    450% erhöhte Rückstoßdistanz
    Betäubt Gegner
    Kann nicht ausgewichen werden
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    Triggerable, Attack
    Base Damage: 1118–1676
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    is area damage [1]
    EASHarvestEmerge
    Spell
    Zauberzeit: 1 Sek.
    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
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Namenlose Bestie
    Bestie
    monster no map drops [1]
    Nameless Beast
    SpectreY
    Tagsazmeri_nameless_monster, beast, large_model, mammal_beast, not_dex, not_int, red_blood, slow_movement
    Leben
    360%
    Rüstung
    +100%
    Ailment Threshold
    360%
    Widerstand
    75 0 0 0
    Damage
    276%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    240%
    Model Size
    100%
    Type
    GruthkulHulkSpectre
    Metadata
    GruthkulHulkSpectre
    Stufe
    68
    Leben
    23,160
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    1,031
    Zauberschaden
    1,031
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    24,612
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 825–1237
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    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
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Frontalansturm
    Base Damage: 825–1237
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    Abklingzeit: 10 Sek.
    Stürmt auf einen Gegner zu und trifft diesen mit dem Schild des Charakters. Das stößt den Gegner zurück und betäubt ihn. Gegner, die sich im Weg befinden, werden zur Seite geschoben. Schaden und Betäubungsdauer sind proportional zur zurückgelegten Distanz. Kann nicht durch 'Mehrfachschlag' unterstützt werden.
    Stößt Gegner bei Treffer zurück
    100% erhöhte Rückstoßdistanz
    Kann nicht ausgewichen werden
    action attack or cast time uses animation length [1]
    base knockback speed +% [100]
    ignores proximity shield [1]
    is area damage [1]
    DTTAzmeriHulkLeap
    Spell, Movement
    Zauberzeit: 1 Sek.
    Abklingzeit: 9 Sek.
    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
    Triggerable, Attack
    Base Damage: 825–1237
    Kritische Trefferchance: 5%
    Angriffsschaden: 135%
    Attack Time: 1.5 Sek.
    Abklingzeit: 8 Sek.
    Verursacht 35% mehr Angriffsschaden
    +0.4 Meter zur Nahkampfschlagreichweite
    Zermalmt bei Treffer für 2 Sekunden
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASAzmeriHulkSummon
    Spell
    Zauberzeit: 1 Sek.
    action attack or cast time uses animation length [1]
    GAAzmeriHulkCharge
    Triggerable, Attack
    Base Damage: 825–1237
    Kritische Trefferchance: 5%
    Angriffsschaden: 28%
    Attack Time: 1.5 Sek.
    Stößt Gegner bei Treffer zurück
    Verursacht 72% weniger Angriffsschaden
    450% erhöhte Rückstoßdistanz
    Betäubt Gegner
    Kann nicht ausgewichen werden
    base knockback speed +% [300]
    is area damage [1]
    GAAzmeriHulkLeapImpact
    Triggerable, Attack
    Base Damage: 825–1237
    Kritische Trefferchance: 5%
    Attack Time: 1.5 Sek.
    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
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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