MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Rencor
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
stance movement speed +% final [112]
Velocidad de movimiento aumentada un 50%
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Rancor
Spectre
AreaInvasionBoss
End GameVida máxima aumentada un 50%
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, invasion_boss, large_height, physical_affinity, red_blood, very_slow_movement
Packs
  • InvasionBoss: Rencor, Aberración de Piedad
  • Vida
    240%
    Ailment Threshold
    240%
    Resistencia
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    144%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    130%
    Type
    DemonModularBossInvasion
    Metadata
    DemonModularBossInvasion
    Nivel
    68
    Vida
    15,440
    Armadura
    28,790
    Evasión
    4,739
    Damage
    538
    Daño de hechizos
    538
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    20,510
    Minion Life
    3,349
    Minion Damage
    430
    Ailment Threshold
    15,440
    Chill
    49
    Shock
    49
    Brittle
    276
    Scorch
    49
    Sap
    135
    Phys Convert Ele
    240%
    MonsterSmokeMineInvasion
    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
    MonsterReaveInvasion
    Attack, Area, Multistrikeable, Melee
    Desgarro
    Base Damage: 430645
    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.
    Inflige un 25% menos de daño
    Daño físico aumentado un 12%
    Velocidad de ataque aumentada un 220%
    80% 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 [-25]
    skill repeat count [6]
    Reave

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 0
    }
    
    StateMachine
    {
    	define_shared_state = "generic1"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularBossInvasion"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Rancor",
        life = 2.4,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MonsterReaveInvasion",
            "MonsterSmokeMineInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterReaveInvasion"] = {
        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 = {
            "skill_repeat_count",
            "attack_speed_+%",
            "reave_area_of_effect_+%_final_per_stage",
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {2, 100, 80, 12, -25, -25, 59, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
            [2] = {4, 160, 80, 12, -25, -25, 59, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [3] = {6, 220, 80, 12, -25, -25, 59, levelRequirement = 57, statInterpolation = {1, 1},  cost = { }, },
            [4] = {8, 280, 80, 12, -25, -25, 59, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterSmokeMineInvasion"] = {
        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 = { }, },
        },
    }
    
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    FamilyMonsterInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster dropped item rarity +% 800 800 Global
  • monster dropped item quantity +% 300 300 Global
  • FamilyMonsterAura
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute 240 240 Global
  • Craft Tagschaos_damage Daño Caos
    Aura de degeneración
    Radio: 50
    Los enemigos reciben daño de caos degenerativo
    base chaos damage % of maximum life taken per minute [240]
    Degeneration Aura
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    FamilyMonsterMercilessDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% 300 300 Global
  • monster additional quantity of dropped items in cruel +% 300 300 Global
  • monster additional rarity of dropped items in merciless +% 600 600 Global
  • monster additional quantity of dropped items in merciless +% 600 600 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valor fijo
  • monster is invasion boss [1]
    FamilyMonsterIsInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster is invasion boss 1 1 Global — Valor fijo
  • 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
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • level 33 or lower life +% final -20 -20 Global
  • level 33 or lower damage +% final -20 -20 Global
  • Craft Tagsresource Vida Daño
    Edit

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