Rompe Cráneos Cuchilla Roja
Humanoide
El 50% del daño físico se convierte en daño de fuego
monster no map drops [1]
cannot have affliction mods [1]
Redblade Skullbreaker
SpectreN
Tagscleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
Packs
  • Uruk Baleh, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Bin'aia, Lluvia carmesí, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt1
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
    Golpe dual
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Ataca con las dos armas e inflige el daño de ambas en un solo golpe. Solo funciona si empuñas dos armas y no funciona con varitas.
    Inflige un 40% menos de daño
    skill double hits when dual wielding [1]
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    Mina de humo
    Tiempo de lanzamiento: 0.5 seg
    Lanza una mina que te transportará a ella cuando sea detonada. Cubre tanto tu huida como tu llegada con una nube de humo que ciega a los enemigos, y te otorga una bonificación temporal de velocidad de movimiento. Comparte su tiempo de recarga con otras habilidades de Traslación.
    active skill area of effect radius +% final [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt1"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "WbDualStrike",
            "Melee",
            "WbSmokeMine",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbDualStrike"] = {
        name = "Dual Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    monster no map drops [1]
    cannot have affliction mods [1]
    Redblade Skullbreaker
    SpectreN
    Tagsfire_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, wb_basic
    Packs
  • Uruk Baleh, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    96%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGruntPhysical
    Metadata
    WbFireGrunt2_
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    359
    Daño de hechizos
    359
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 287–430
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbMoltenStrike
    Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
    Golpe fundido
    Base Damage: 287–430
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Infunde tu arma cuerpo a cuerpo con energías fundidas para que ataque con daño físico y de fuego. Este ataque lanza bolas de magma fundido hacia delante desde los enemigos que golpeas. Las bolas se dividen entre todos los enemigos golpeados por el ataque e infligen daño de ataques en área a los enemigos allá donde caen.
    Dispara 2 proyectiles adicionales
    Daño físico aumentado un 18%
    El 60% del daño físico se convierte en daño de fuego
    Velocidad de proyectiles reducida un 25%
    50% menos de daño de proyectiles
    base is projectile [1]
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    Mina de humo
    Tiempo de lanzamiento: 0.5 seg
    Lanza una mina que te transportará a ella cuando sea detonada. Cubre tanto tu huida como tu llegada con una nube de humo que ciega a los enemigos, y te otorga una bonificación temporal de velocidad de movimiento. Comparte su tiempo de recarga con otras habilidades de Traslación.
    active skill area of effect radius +% final [-45]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt2_"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "WbSmokeMine",
            "WbMoltenStrike",
        },
        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["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbMoltenStrike"] = {
        name = "Molten Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Fire] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
            [SkillType.ThresholdJewelChaining] = true,
            [SkillType.Multistrikeable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_fire",
            "number_of_additional_projectiles",
            "physical_damage_+%",
            "active_skill_projectile_damage_+%_final",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {60, 2, 18, -50, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    El 50% del daño físico se convierte en daño de fuego
    monster no map drops [1]
    cannot have affliction mods [1]
    Redblade Skullbreaker
    SpectreN
    Tagscleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • Leli Goya, Hija de Ceniza, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt3
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    is area damage [1]
    skill double hits when dual wielding [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt3"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "WbCleave",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    El 50% del daño físico se convierte en daño de fuego
    monster no map drops [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot have affliction mods [1]
    Redblade Skullbreaker
    SpectreN
    Tagsbludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • Leli Goya, Hija de Ceniza, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt4
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 20% menos de daño
    Umbral de aturdimiento de los enemigos reducido un 15%
    active skill area of effect radius +% final [40]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt4"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "WbGroundSlam",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {15, -20, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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 have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    El 50% del daño físico se convierte en daño de fuego
    monster no map drops [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot have affliction mods [1]
    Redblade Skullbreaker
    SpectreN
    Tagsbludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • El'Abin, Devorador de Sangre, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Bin'aia, Lluvia carmesí, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt5
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 10% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%
    25% más Velocidad de Ataque

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt5"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "WbHeavyStrike",
        },
        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["WbHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 10, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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 have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    monster no map drops [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    cannot have affliction mods [1]
    Redblade Skullbreaker
    SpectreN
    Tagsbludgeoning_weapon, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • El'Abin, Devorador de Sangre, Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Belicista Cuchilla Roja, Señor de la Llama Cuchilla Roja, Rompe Cráneos Cuchilla Roja, Rompe Cráneos Cuchilla Roja
  • Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    96%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGruntPhysical
    Metadata
    WbFireGrunt6_
    Nivel
    68
    Vida
    10,293
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    359
    Daño de hechizos
    359
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 287–430
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbInfernalBlow
    Attack, Area, MeleeSingleTarget, Multistrikeable, Melee, Fire
    Golpe infernal
    Base Damage: 287–430
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Golpea al enemigo y convierte parte de tu daño físico en daño de fuego. Si el enemigo muere poco después de ser golpeado, explotará y hará daño de fuego a enemigos cercanos. El daño de la explosión no se puede reflejar. Requiere una espada, un hacha, una maza, un cetro, un báculo o estar desarmado.
    Inflige un 25% más de daño
    La duración base es de 0.5 segundos
    El 50% del daño físico se convierte en daño de fuego

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt6_"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "WbInfernalBlow",
        },
        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["WbInfernalBlow"] = {
        name = "Infernal Blow",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[UNUSED] Hits enemies, converting some of your physical damage to fire damage. If an enemy dies soon after being hit, they will explode, dealing fire damage to nearby enemies. The damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {50, 500, 25, critChance = 7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {50, 500, 25, critChance = 7, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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 have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Rompe Cráneos Cuchilla Roja
    Humanoide
    El 50% del daño físico se convierte en daño de fuego
    monster no map drops [1]
    Redblade Skullbreaker
    SpectreN
    Tagscleaving_weapon, elder_map_boss, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_dex, not_int, red_blood, wb_basic
    Vida
    160%
    Armaduras
    +100%
    Ailment Threshold
    160%
    Resistencia
    40 0 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt1Elder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbFireGrunt1Elder"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
        },
        modList = {
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (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.