Drex, Cazador alfa
Humanoide
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Drek, Apex Hunter
SpectreN
AreaMapa de Campos
Tagsflesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_movement, medium_small_height, melee, non_unique_map_boss, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
Vida
400%
Armadura
+50%
Evasión
+25%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.455 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
RalakeshGreustMap
Metadata
GreustMap
Nivel
71
Vida
826,849
Armadura
54,710
Evasión
6,575
Escudo de energía
0
Damage
1,019
Daño de hechizos
1,520
Precisión
326
Attack Time
0.97485
Experiencia
120,439
Ailment Threshold
471,304
Chill
1,490
Shock
1,490
Brittle
8,431
Scorch
1,490
Sap
4,117
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1618–2427
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
GreustCharge
Attack
Base Damage: 1618–2427
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Tiempo de recarga: 6 seg
35% menos Velocidad de Ataque
Lisia con Cada Golpe
active skill area of effect radius +% final [-75]
is area damage [1]
GreustSpearThrowMap
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1618–2427
Probabilidad de golpe crítico: 5%
Daño de ataque: 90%
Attack Time: 1.455 seg
Inflige un 10% menos de daño de ataque
Velocidad de proyectiles aumentada un 50%
Aplica sangrado
base is projectile [1]
monster projectile variation [18]
GreustTaunt
Tiempo de recarga: 20 seg
RalakeshBlessing
Tiempo de recarga: 15 seg
La duración base es de 5 segundos
Daño recibido reducido un 75%
GreustSpearBarrage
Attack, Projectile, Damage, RangedAttack, ProjectilesFromUser
Base Damage: 1618–2427
Probabilidad de golpe crítico: 5%
Daño de ataque: 98%
Attack Time: 1.455 seg
Tiempo de recarga: 9 seg
Tus golpes no pueden aturdir a los enemigos
Inflige un 2% menos de daño de ataque
73% menos Velocidad de Ataque
+5 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
ground slam cone angle override [5]
monster penalty against minions damage +% final vs player minions [-75]
monster reverse point blank damage -% at minimum range [33]
projectile speed variation +% [10]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	slow_animations_go_to_idle = false
}

Transitionable
{
	on_transition = "MakeCollidable();"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	create_untransitioned = "RemoveCollidability();"
}

Buffs
{
	on_lose_ralakesh_buff = "PlayEffect( Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/ralakesh_buff_deactivate.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Ralakesh/Greust/GreustMap"] = {
    name = "Drek, Apex Hunter",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "GreustCharge",
        "GreustSpearThrowMap",
        "GreustTaunt",
        "GreustSpearBarrage",
        "RalakeshBlessing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GreustCharge"] = {
    name = "GreustCharge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {-35, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GreustSpearThrowMap"] = {
    name = "GreustSpearThrowMap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {18, 50, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GreustTaunt"] = {
    name = "GreustTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.57,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GreustSpearBarrage"] = {
    name = "GreustSpearBarrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.9,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "projectile_speed_variation_+%",
        "melee_weapon_range_+",
        "ground_slam_cone_angle_override",
        "base_is_projectile",
        "cannot_stun",
    },
    levels = {
        [1] = {-73, 33, -75, 10, 50, 5, baseMultiplier = 0.98, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RalakeshBlessing"] = {
    name = "RalakeshBlessing",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_damage_taken_+%",
    },
    levels = {
        [1] = {5000, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Drex, Cazador alfa
    Humanoide
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Drek, Apex Hunter
    SpectreN
    Tagsflesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_movement, medium_small_height, melee, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss
    Vida
    400%
    Armadura
    +50%
    Evasión
    +25%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    RalakeshGreustMap
    Metadata
    GreustMapStandalone
    Nivel
    68
    Vida
    557,385
    Armadura
    43,185
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    851
    Daño de hechizos
    1,270
    Precisión
    290
    Attack Time
    0.97485
    Experiencia
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1351–2027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.455 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GreustCharge
    Attack
    Base Damage: 1351–2027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.455 seg
    Tiempo de recarga: 6 seg
    35% menos Velocidad de Ataque
    Lisia con Cada Golpe
    active skill area of effect radius +% final [-75]
    is area damage [1]
    GreustSpearThrowMap
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1351–2027
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Attack Time: 1.455 seg
    Inflige un 10% menos de daño de ataque
    Velocidad de proyectiles aumentada un 50%
    Aplica sangrado
    base is projectile [1]
    monster projectile variation [18]
    GreustTaunt
    Tiempo de recarga: 20 seg
    RalakeshBlessing
    Tiempo de recarga: 15 seg
    La duración base es de 5 segundos
    Daño recibido reducido un 75%
    GreustSpearBarrage
    Attack, Projectile, Damage, RangedAttack, ProjectilesFromUser
    Base Damage: 1351–2027
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 98%
    Attack Time: 1.455 seg
    Tiempo de recarga: 9 seg
    Tus golpes no pueden aturdir a los enemigos
    Inflige un 2% menos de daño de ataque
    73% menos Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    ground slam cone angle override [5]
    monster penalty against minions damage +% final vs player minions [-75]
    monster reverse point blank damage -% at minimum range [33]
    projectile speed variation +% [10]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Ralakesh/Greust/GreustMapStandalone"] = {
        name = "Drek, Apex Hunter",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "GreustCharge",
            "GreustSpearThrowMap",
            "GreustTaunt",
            "GreustSpearBarrage",
            "RalakeshBlessing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GreustCharge"] = {
        name = "GreustCharge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.8,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {-35, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GreustSpearThrowMap"] = {
        name = "GreustSpearThrowMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {18, 50, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GreustTaunt"] = {
        name = "GreustTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.57,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GreustSpearBarrage"] = {
        name = "GreustSpearBarrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Damage] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.9,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectile_speed_variation_+%",
            "melee_weapon_range_+",
            "ground_slam_cone_angle_override",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {-73, 33, -75, 10, 50, 5, baseMultiplier = 0.98, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RalakeshBlessing"] = {
        name = "RalakeshBlessing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_damage_taken_+%",
        },
        levels = {
            [1] = {5000, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Drex, Cazador alfa
    Humanoide
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Drek, Apex Hunter
    SpectreN
    Tagselder_map_boss, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_movement, medium_small_height, non_attacking, not_int, puncturing_weapon, red_blood
    Vida
    400%
    Armadura
    +50%
    Evasión
    +25%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.455 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    100%
    Type
    RalakeshGreustMap
    Metadata
    GreustMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Ralakesh/Greust/GreustMapElder"] = {
        name = "Drek, Apex Hunter",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.455,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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