MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Orcus el Desgarrador
Demonio
stance movement speed +% final [112]
Velocidad de movimiento aumentada un 50%
Orcus the Reaver
Spectre
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, physical_affinity, red_blood, very_slow_movement
Vida
400%
Ailment Threshold
400%
Resistencia
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
135%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
DemonModularDominusBoss
Metadata
DemonModularBoss1
Nivel
68
Vida
25,733
Armadura
28,790
Evasión
4,739
Damage
504
Daño de hechizos
504
Precisión
580
Attack Time
1.5
Experiencia
10,255
Minion Life
5,582
Minion Damage
403
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Phys Convert Ele
240%
MonsterSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
Mina de humo
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 3 seg
Lanza una mina que te teletransportará a ella cuando detone. Cubre tanto tu huida como tu llegada con una nube de humo que ciega a los enemigos, y te otorga un efecto beneficioso temporal de velocidad de movimiento. Comparte su tiempo de recarga con otras habilidades de Traslación.
La duración base es de 3 segundos
El efecto beneficioso otorga velocidad de movimiento aumentada un 20%
active skill area of effect radius +% final [-45]
SmokeBomb
MonsterReaveDemonBoss
Attack, Area, Multistrikeable, Melee
Desgarro
Base Damage: 403605
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Ataca un área pequeña delante de ti. Cada desgarro que golpee a un enemigo otorga fases, que comenzarás a perder después de un corto período de tiempo sin golpear nada. Solo funciona con dagas, garras y espadas a una mano.
Este ataque se repite 2 veces adicionales
Daño físico aumentado un 12%
120% más Velocidad de Ataque Cuerpo a Cuerpo
30% más Área de Efecto por cada fase
active skill area of effect radius +% final [59]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
support multiple attack damage +% final [-25]
Reave

Object Type

version 2
extends "Metadata/Monsters/Demonmodular/Demon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonModularBoss1"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Orcus the Reaver",
    life = 4,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MonsterReaveDemonBoss",
        "MonsterSmokeMine",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterReaveDemonBoss"] = {
    name = "Reave",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks an area in front of you. Each Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "reave_area_of_effect_+%_final_per_stage",
        "physical_damage_+%",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "support_multiple_attack_damage_+%_final",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {30, 12, 2, 120, -25, -30, 59, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSmokeMine"] = {
    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 = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {3000, 20, -45, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
FamilyMonsterAura
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level4 (Effective: 3)
Stats
  • base movement velocity +% -25 -25 Global
  • Craft TagsVelocidad
    Aura de lentitud
    Radio: 40
    Los enemigos están ralentizados
    El efecto beneficioso otorga velocidad de movimiento reducida un 25%
    Slow Aura
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    stance movement speed +% final [112]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • stance movement speed +% final 112 112 Global
  • Craft TagsVelocidad
    Velocidad de movimiento aumentada un 50%
    FamilyMovementVelocity
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • base movement velocity +% 50 50 Global
  • Craft TagsVelocidad
    Edit

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