Rhex Maternal
Bestial
Espécie: Primatas
Grupo: Aves
Família: Deserticos
monster gain frenzy charge on kin death [1]
Maternal Rhex
SpectreY
AreaDeserto Vastiri, O Oásis, Laboratório Eterno, Mapa: Dunas, O Lago de Kalandra
Tagsavian_beast, beast, bludgeoning_weapon, fast_movement, flesh_armour, is_unarmed, medium_height, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast
Packs
  • Deserto Vastiri, O Oásis: Rhex Maternal, Rhex Adolecente
  • Laboratório Eterno: Rhex Maternal, Rhex Adolecente
  • Vida
    140%
    Evasão
    +50%
    Ailment Threshold
    140%
    Resistência
    0 0 40 0
    Damage
    126%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    85%
    Type
    MarakethBird
    Metadata
    Bird2
    Nível
    69
    Vida
    9,950
    Armadura
    31,158
    Evasão
    7,361
    Escudo de Energia
    0
    Damage
    500
    Dano Mágico
    500
    Precisão
    301
    Attack Time
    1.5
    Experiência
    14,682
    Ailment Threshold
    9,950
    Chill
    31
    Shock
    31
    Brittle
    178
    Scorch
    31
    Sap
    87
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 400–600
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MarakethBird/Bird2"] = {
        name = "Maternal Rhex",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    monster gain frenzy charge on kin death [1]
    IdMonsterGainFrenzyChargeOnKinDeath1
    FamilyMonsterGrantsCharges
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster gain frenzy charge on kin death Min: 1 Max: 1 Global
  • Craft Tagsfrenzy_charge
    Rhex Maternal
    Bestial
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Maternal Rhex
    SpectreY
    AreaPath of Exile Royale
    Tagsbeast, bludgeoning_weapon, fast_movement, flesh_armour, is_unarmed, medium_height, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast
    Packs
  • Path of Exile Royale: Rhex Maternal, Rhex Adolecente
  • Vida
    150%
    Evasão
    +50%
    Ailment Threshold
    150%
    Resistência
    0 0 40 0
    Damage
    101%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    85%
    Type
    MarakethBirdRoyale
    Metadata
    MarakethBirdRoyale
    Nível
    2
    Vida
    39
    Armadura
    23
    Evasão
    129
    Escudo de Energia
    0
    Damage
    6
    Dano Mágico
    6
    Precisão
    15
    Attack Time
    1.5
    Experiência
    30
    Ailment Threshold
    39
    Chill
    0
    Shock
    0
    Brittle
    1
    Scorch
    0
    Sap
    0
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 4–7
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MarakethBird/MarakethBirdRoyale"] = {
        name = "Maternal Rhex",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 Global
  • royale monster armour drop chance permyriad Min: 80 Max: 80 Global
  • royale monster unique drop chance permyriad Min: 0 Max: 0 Global
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 Global
  • royale monster currency drop chance permyriad Min: 200 Max: 200 Global
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 Global
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 Global
  • Rhex Maternal
    Bestial
    monster gain frenzy charge on kin death [1]
    monster no map drops [1]
    Maternal Rhex
    SpectreY
    Spectre OverrideMetadata/Monsters/MarakethBird/Bird2
    AreaFloresta Petrificada, Floresta Petrificada, Floresta Petrificada, Floresta Petrificada, Floresta Petrificada, Floresta Petrificada, Floresta Petrificada, Floresta Petrificada
    Tagsavian_beast, beast, bludgeoning_weapon, delve_monster, fast_movement, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, reptile_beast
    Vida
    140%
    Evasão
    +50%
    Ailment Threshold
    140%
    Resistência
    0 0 40 0
    Damage
    126%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    85%
    Type
    MarakethBirdDelve
    Metadata
    BirdDelve
    Nível
    68
    Vida
    9,007
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    0
    Damage
    471
    Dano Mágico
    471
    Precisão
    290
    Attack Time
    1.5
    Experiência
    14,357
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 377–565
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MarakethBird/BirdDelve"] = {
        name = "Maternal Rhex",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    monster gain frenzy charge on kin death [1]
    IdMonsterGainFrenzyChargeOnKinDeath1
    FamilyMonsterGrantsCharges
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster gain frenzy charge on kin death Min: 1 Max: 1 Global
  • Craft Tagsfrenzy_charge
    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.