O Assolador
Demoníaco
monster casts ethereal knives text [1]
monster throws beartraps text [1]
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
Minas não podem ser Danificadas por +4 segundos após serem arremessadas
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Reaver
SpectreN
AreaMapa: Muralha
TagsConjurador, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, non_unique_map_boss, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
Vida
399%
Evasão
+25%
Ailment Threshold
399%
Resistência
40 40 40 25
Damage
140%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.65 Second
Damage Spread
±20%
Experiência
140%
Model Size
138%
Type
UndyingMapBoss
Metadata
MapUndyingBoss
Nível
74
Vida
1,788,944
Armadura
46,127
Evasão
7,285
Escudo de Energia
0
Damage
852
Dano Mágico
1,271
Precisão
366
Attack Time
1.1055
Experiência
89,328
Ailment Threshold
948,140
Chill
2,998
Shock
2,998
Brittle
16,961
Scorch
2,998
Sap
8,283
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1353–2029
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]
UndyingWhirlingBlades
Attack, Melee, Movement, Travel
Lâminas Giratórias
Base Damage: 1353–2029
Chance de Crítico: 5%
Attack Time: 1.65 seg
Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão. Não pode ser suportado por Ataques Múltiplos.
Causa 40% menos Dano
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
MonsterEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Facas Etéreas
Chance de Crítico: 5%
Tempo de Conjuração: 0.6 seg
Atira um arco de facas na frente do conjurador que causa dano físico.
Causa 624.8 a 937.1 de Dano Físico
20% menos Velocidade de Conjuração
Dispara 9 Projéteis adicionais
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterBearTrapMapBoss
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
Armadilha de Urso
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 150%
Tempo de Conjuração: 1 seg
Recarga: 8 seg
Lança uma armadilha que causa dano e imobiliza um único inimigo por um período baseado em quanto dano foi causado. Após o término da imobilização, uma penalidade permanece no inimigo por um período, abaixando sua velocidade de movimento por uma quantidade que é diminuída com o tempo. O inimigo afetado receberá dano aumentado de armadilhas e minas até que a penalidade termine. Modificadores à dano mágico não afetam o dano dessa habilidade.
Causa a 665.9 de Dano Físico
Armadilha dura +30 segundos
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]

Object Type

version 2
extends "Metadata/Monsters/Undying/Undying"

Object Type Codes

version 2
extends "Metadata/Monsters/Undying/Undying"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/MapUndyingBoss"] = {
    name = "The Reaver",
    life = 3.99,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "UndyingWhirlingBlades",
        "Melee",
        "MonsterBearTrapMapBoss",
        "MonsterEtherealKnives",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UndyingWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_flurry",
        "cast_time_overrides_attack_duration",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {-40, 1, levelRequirement = 0, 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["MonsterBearTrapMapBoss"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "trap_variation",
        "base_trap_duration",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEtherealKnives"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "number_of_additional_projectiles",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
monster casts ethereal knives text [1]
IdMonsterCastsEtherealKnivesText
FamilyMonsterCastsEtherealKnives
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • O Assolador
    Demoníaco
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Reaver
    SpectreN
    TagsConjurador, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, standalone_map_boss, undying
    Vida
    399%
    Evasão
    +25%
    Ailment Threshold
    399%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    138%
    Type
    UndyingMapBoss
    Metadata
    MapUndyingBossStandalone
    Nível
    68
    Vida
    555,992
    Armadura
    28,790
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    596
    Dano Mágico
    889
    Precisão
    290
    Attack Time
    1.1055
    Experiência
    78,964
    Ailment Threshold
    350,275
    Chill
    1,108
    Shock
    1,108
    Brittle
    6,266
    Scorch
    1,108
    Sap
    3,060
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 946–1419
    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]
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    Lâminas Giratórias
    Base Damage: 946–1419
    Chance de Crítico: 5%
    Attack Time: 1.65 seg
    Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão. Não pode ser suportado por Ataques Múltiplos.
    Causa 40% menos Dano
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    MonsterEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Facas Etéreas
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.6 seg
    Atira um arco de facas na frente do conjurador que causa dano físico.
    Causa 499.5 a 749.2 de Dano Físico
    20% menos Velocidade de Conjuração
    Dispara 9 Projéteis adicionais
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    MonsterBearTrapMapBoss
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    Armadilha de Urso
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 150%
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    Lança uma armadilha que causa dano e imobiliza um único inimigo por um período baseado em quanto dano foi causado. Após o término da imobilização, uma penalidade permanece no inimigo por um período, abaixando sua velocidade de movimento por uma quantidade que é diminuída com o tempo. O inimigo afetado receberá dano aumentado de armadilhas e minas até que a penalidade termine. Modificadores à dano mágico não afetam o dano dessa habilidade.
    Causa a 557.7 de Dano Físico
    Armadilha dura +30 segundos
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [12]

    Object Type

    version 2
    extends "Metadata/Monsters/Undying/Undying"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Undying/Undying"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/MapUndyingBossStandalone"] = {
        name = "The Reaver",
        life = 3.99,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrapMapBoss",
            "MonsterEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, 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["MonsterBearTrapMapBoss"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "trap_variation",
            "base_trap_duration",
            "base_skill_is_trapped",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    IdMonsterCastsEtherealKnivesText
    FamilyMonsterCastsEtherealKnives
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • O Assolador
    Demoníaco
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Reaver
    SpectreN
    Tagsdemon, elder_map_boss, extra_small_height, fast_movement, humanoid, is_unarmed, light_armour, non_attacking, not_int, not_str, red_blood, slashing_weapon, undying
    Vida
    399%
    Evasão
    +25%
    Ailment Threshold
    399%
    Resistência
    40 40 40 25
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    138%
    Type
    UndyingMapBoss
    Metadata
    MapUndyingBossElder

    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
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/MapUndyingBossElder"] = {
        name = "The Reaver",
        life = 3.99,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 7,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    monster casts ethereal knives text [1]
    IdMonsterCastsEtherealKnivesText
    FamilyMonsterCastsEtherealKnives
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Armadilhas não podem ser Danificadas por +4 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +4 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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