El Soldado Olvidado
No muerto
Los monstruos otorgan la experiencia aumentada un 100%
monster dropped item rarity +% [15000]
Bloquea Proyectiles mientras carga
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]
The Forgotten Soldier
SpectreN
AreaMapa de Conservatorio
Tagsbludgeoning_weapon, brute_boss, Lanzador de hechizos, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, mail_armour, medium_movement, melee, non_unique_map_boss, not_int, physical_affinity, red_blood, undead
Vida
400%
Armadura
+75%
Evasión
+25%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Experiencia
200%
Model Size
135%
Type
HectorTituciusMapBoss
Metadata
TituciusMapBoss
Nivel
70
Vida
728,502
Armadura
59,000
Evasión
6,351
Escudo de energía
0
Damage
576
Daño de hechizos
859
Precisión
314
Attack Time
1.0452
Experiencia
117,920
Ailment Threshold
422,531
Chill
1,336
Shock
1,336
Brittle
7,559
Scorch
1,336
Sap
3,691
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 914–1372
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
TriggerCharge1
Attack
Base Damage: 914–1372
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Tiempo de recarga: 4 seg
La duración base es de 3 segundos
Velocidad de movimiento aumentada un 50%
TriggerCharge2
Attack
Base Damage: 914–1372
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Tiempo de recarga: 3 seg
La duración base es de 2 segundos
Velocidad de movimiento aumentada un 50%
TriggerCharge3
Attack
Base Damage: 914–1372
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Tiempo de recarga: 2 seg
La duración base es de 1 segundos
Velocidad de movimiento aumentada un 50%
TriggeredFireOrbs
Damage, Area, Fire, Spell, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige de 265.1 a 397.7 de daño físico
Dispara 2 proyectiles adicionales
Velocidad de movimiento reducida un 40%
No puedes Lanzar este Hechizo directamente
active skill area of effect radius +% final [30]
cast on trigger charge event % [100]
is area damage [1]
TituciusComboAttack
Attack, Damage
Base Damage: 914–1372
Probabilidad de golpe crítico: 5%
Daño de ataque: 67%
Attack Time: 1.56 seg
Tiempo de recarga: 6 seg
Inflige un 33% menos de daño de ataque
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/TituciusMapBoss"] = {
    name = "The Forgotten Soldier",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.56,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "TriggerCharge1",
        "TriggerCharge2",
        "TriggerCharge3",
        "TriggeredFireOrbs",
        "TituciusComboAttack",
    },
    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["TriggerCharge1"] = {
    name = "TriggerCharge1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
    },
    levels = {
        [1] = {3000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TriggerCharge2"] = {
    name = "TriggerCharge2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
    },
    levels = {
        [1] = {2000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TriggerCharge3"] = {
    name = "TriggerCharge3",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
    },
    levels = {
        [1] = {1000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TriggeredFireOrbs"] = {
    name = "TriggeredFireOrbs",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_additional_projectiles",
        "base_movement_velocity_+%",
        "cast_on_trigger_charge_event_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, -40, 100, 30, levelRequirement = 57, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TituciusComboAttack"] = {
    name = "TituciusComboAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {baseMultiplier = 0.67, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
monster dropped item rarity +% [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
  • Bloquea Proyectiles mientras carga
    IdDisplayMonsterBlocksProjectilesWhileCharging
    FamilyDisplayMonsterBlocksProjectilesWhileCharging
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • trigger charge additional block chance against projectiles % Min: 75 Max: 75 Global
  • Craft Tagsblock
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock40Bypass10_
    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
  • El Soldado Olvidado
    No muerto
    Los monstruos otorgan la experiencia aumentada un 100%
    monster dropped item rarity +% [15000]
    Bloquea Proyectiles mientras carga
    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]
    The Forgotten Soldier
    SpectreN
    Tagsbludgeoning_weapon, Lanzador de hechizos, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, mail_armour, medium_movement, melee, not_int, physical_affinity, red_blood, standalone_map_boss, undead
    Vida
    400%
    Armadura
    +75%
    Evasión
    +25%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.56 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    135%
    Type
    HectorTituciusMapBoss
    Metadata
    TituciusMapBossStandalone
    Nivel
    68
    Vida
    557,385
    Armadura
    50,383
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    511
    Daño de hechizos
    762
    Precisión
    290
    Attack Time
    1.0452
    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: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.56 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TriggerCharge1
    Attack
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.56 seg
    Tiempo de recarga: 4 seg
    La duración base es de 3 segundos
    Velocidad de movimiento aumentada un 50%
    TriggerCharge2
    Attack
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.56 seg
    Tiempo de recarga: 3 seg
    La duración base es de 2 segundos
    Velocidad de movimiento aumentada un 50%
    TriggerCharge3
    Attack
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.56 seg
    Tiempo de recarga: 2 seg
    La duración base es de 1 segundos
    Velocidad de movimiento aumentada un 50%
    TriggeredFireOrbs
    Damage, Area, Fire, Spell, Triggerable, AreaSpell
    Tiempo de lanzamiento: 1 seg
    Inflige de 249.9 a 374.9 de daño físico
    Dispara 2 proyectiles adicionales
    Velocidad de movimiento reducida un 40%
    No puedes Lanzar este Hechizo directamente
    active skill area of effect radius +% final [30]
    cast on trigger charge event % [100]
    is area damage [1]
    TituciusComboAttack
    Attack, Damage
    Base Damage: 811–1216
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 67%
    Attack Time: 1.56 seg
    Tiempo de recarga: 6 seg
    Inflige un 33% menos de daño de ataque
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Render
    {
    	has_light = true
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/TituciusMapBossStandalone"] = {
        name = "The Forgotten Soldier",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.56,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "TriggerCharge1",
            "TriggerCharge2",
            "TriggerCharge3",
            "TriggeredFireOrbs",
            "TituciusComboAttack",
        },
        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["TriggerCharge1"] = {
        name = "TriggerCharge1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
        },
        levels = {
            [1] = {3000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TriggerCharge2"] = {
        name = "TriggerCharge2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
        },
        levels = {
            [1] = {2000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TriggerCharge3"] = {
        name = "TriggerCharge3",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_movement_velocity_+%",
        },
        levels = {
            [1] = {1000, 50, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TriggeredFireOrbs"] = {
        name = "TriggeredFireOrbs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "base_movement_velocity_+%",
            "cast_on_trigger_charge_event_%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, -40, 100, 30, levelRequirement = 57, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TituciusComboAttack"] = {
        name = "TituciusComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 0.67, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    monster dropped item rarity +% [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
  • Bloquea Proyectiles mientras carga
    IdDisplayMonsterBlocksProjectilesWhileCharging
    FamilyDisplayMonsterBlocksProjectilesWhileCharging
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • trigger charge additional block chance against projectiles % Min: 75 Max: 75 Global
  • Craft Tagsblock
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock40Bypass10_
    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
  • El Soldado Olvidado
    No muerto
    Los monstruos otorgan la experiencia aumentada un 100%
    monster dropped item rarity +% [15000]
    Bloquea Proyectiles mientras carga
    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]
    The Forgotten Soldier
    SpectreN
    Tagsbludgeoning_weapon, elder_map_boss, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, mail_armour, medium_movement, non_attacking, not_int, red_blood, undead
    Vida
    400%
    Armadura
    +75%
    Evasión
    +25%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.56 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    135%
    Type
    HectorTituciusMapBoss
    Metadata
    TituciusMapBossElder

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    Render
    {
    	has_light = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/TituciusMapBossElder"] = {
        name = "The Forgotten Soldier",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.56,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    monster dropped item rarity +% [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
  • Bloquea Proyectiles mientras carga
    IdDisplayMonsterBlocksProjectilesWhileCharging
    FamilyDisplayMonsterBlocksProjectilesWhileCharging
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • trigger charge additional block chance against projectiles % Min: 75 Max: 75 Global
  • Craft Tagsblock
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock40Bypass10_
    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.