Quebra-Crânio Lâmina Vermelha
Humanóide
50% do Dano Físico Convertido em Dano de Fogo
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, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Bin'aia, Chuva Escarlate, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    108%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt1
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    403
    Dano Mágico
    403
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
    Ataque Combinado
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Ataca com ambas as armas, causando o dano de ambas em um ataque. Dupla empunhadura apenas. Não funciona com varinhas.
    Causa 40% menos Dano
    skill double hits when dual wielding [1]
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    Mina de Fumaça
    Tempo de Conjuração: 0.5 seg
    Arremessa uma mina que o teleportará para ela quando detonada. Ela cobre tanto sua fuga quanto sua chegada com uma nuvem de fumaça que cega os inimigos e dá um bônus temporário de velocidade de movimento. Compartilha recarga com outras habilidades de Teleporte.
    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 = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Fogo
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    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, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    96%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGruntPhysical
    Metadata
    WbFireGrunt2_
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    359
    Dano Mágico
    359
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 287–430
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um 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 Vulcânico
    Base Damage: 287–430
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Infunde sua arma corpo a corpo com energias vulcânicas para atacar com dano físico e de fogo. Este ataque faz com que bolas de magma derretido sejam lançadas adiante a partir dos inimigos acertados por você, dividido entre todos os inimigos acertados pelo golpe. Estas causarão dano de ataque em Área aos inimigos onde caírem.
    Dispara 2 Projéteis adicionais
    Dano Físico aumentado em 18%
    60% do Dano Físico Convertido para Dano de Fogo
    Velocidade de Projéteis reduzida em 25%
    50% menos Dano de Projétil
    base is projectile [1]
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    Mina de Fumaça
    Tempo de Conjuração: 0.5 seg
    Arremessa uma mina que o teleportará para ela quando detonada. Ela cobre tanto sua fuga quanto sua chegada com uma nuvem de fumaça que cega os inimigos e dá um bônus temporário de velocidade de movimento. Compartilha recarga com outras habilidades de Teleporte.
    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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    50% do Dano Físico Convertido em Dano de Fogo
    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, Filha da Cinza, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    108%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt3
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    403
    Dano Mágico
    403
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Cutilada
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    O personagem balança sua arma (ou ambas as armas se estiver com dupla empunhadura) em um arco, causando dano em uma área na sua frente. Funciona apenas com Machados e Espadas.
    Quando em Dupla Empunhadura, Causa 60% do Dano combinando cada Arma
    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 = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Fogo
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    50% do Dano Físico Convertido em Dano de Fogo
    monster no map drops [1]
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos 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, Filha da Cinza, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    108%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt4
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    403
    Dano Mágico
    403
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 20% menos Dano
    Ponto de Atordoamento Inimigo reduzido em 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 = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Fogo
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    50% do Dano Físico Convertido em Dano de Fogo
    monster no map drops [1]
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos 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 Sangue, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Bin'aia, Chuva Escarlate, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    108%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGrunt
    Metadata
    WbFireGrunt5
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    403
    Dano Mágico
    403
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Pancada
    Base Damage: 323–484
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Ataca o inimigo com uma pancada forte, empurrando-o. Requer uma Maça, Cetro, Machado, Espada ou Arma de Duas Mãos
    Empurra Inimigos ao Acertar
    Causa 10% mais Dano
    Ponto de Atordoamento Inimigo reduzido em 30%
    25% mais Velocidade 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 = { }, },
        },
    }
    
    50% do Dano Físico Convertido em Dano de Fogo
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    monster no map drops [1]
    20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos 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 Sangue, Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Guerrilheiro Lâmina Vermelha, Lorde Flamejante Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha, Quebra-Crânio Lâmina Vermelha
  • Vida
    160%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    96%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    90%
    Type
    WbFireGruntPhysical
    Metadata
    WbFireGrunt6_
    Nível
    68
    Vida
    10,293
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    359
    Dano Mágico
    359
    Precisão
    290
    Attack Time
    1.65
    Experiência
    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 Padrão
    Base Damage: 287–430
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Acerta o inimigo, convertendo parte do seu dano físico em dano de fogo. Se os inimigos morrerem pouco depois de serem atingidos, eles explodirão, causando dano de fogo a inimigos próximos. O dano desta explosão não pode ser refletido. Requer uma Espada, Machado, Maça, Cetro, Cajado ou Desarmado.
    Causa 25% mais Dano
    Duração base é de 0.5 segundos
    50% do Dano Físico Convertido para Dano de Fogo

    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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de Chance de Bloquear o Dano de Ataques
    Você sofre 10% do Dano de Acertos Bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Quebra-Crânio Lâmina Vermelha
    Humanóide
    50% do Dano Físico Convertido em Dano de Fogo
    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%
    Armadura
    +100%
    Ailment Threshold
    160%
    Resistência
    40 0 0 0
    Damage
    108%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    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 = {
        },
    }
    
    50% do Dano Físico Convertido em Dano de Fogo
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (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.