冤仇者
惡魔
地區: InvasionBoss
增加 300% 物品掉落數量
增加 800% 物品掉落稀有度
每秒受到等同 4% 最大生命的混沌傷害
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]
增加 50% 移動速度
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Rancor
幽魂N
地區InvasionBoss
End Game增加 50% 最大生命
標籤cleaving_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: 冤仇者, 派蒂的古靈實驗者
  • 生命
    240%
    異常狀態臨界值
    240%
    抗性
    30 30 30 20
    傷害
    144%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    130%
    類型
    DemonModularBossInvasion
    Metadata
    DemonModularBossInvasion
    等級
    68
    生命
    15,440
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    538
    法術傷害
    538
    命中
    290
    攻擊間隔
    1.5
    經驗值
    20,510
    異常狀態臨界值
    15,440
    冰緩
    49
    感電
    49
    易碎
    276
    焦灼
    49
    殘喘
    135
    MonsterSmokeMineInvasion
    法術, 範圍, 持續時間, 位移, 遙控地雷, 範圍法術, 快行, 消耗保留, 閃現, 冷卻
    煙霧地雷
    施放時間: 0.5 秒
    冷卻時間: 3 秒
    設置一個地雷,當你啟動時會將你傳送至該地雷所在處。當傳送時,在原本位置與地雷所在位置的區塊都會被充滿煙霧,致盲身在煙霧中的敵人,並提升你的移動速度。與其他閃現技能共享冷卻時間。
    +3 秒基礎持續時間
    增益效果增加 20% 移動速度
    active skill area of effect radius +% final [-45]
    MonsterReaveInvasion
    攻擊, 範圍, 攻擊可重複, 近戰
    衝擊波
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    對前方區域攻擊。每個擊中敵人的衝擊波獲得疊層。若是一段時間內沒有使用衝擊波擊中敵人時會開始失去疊層。限定匕首、爪、單手劍。
    技能重複施放 6
    造成 25% 更少傷害
    增加 12% 物理傷害
    增加 220% 攻擊速度
    每階段有 80% 更多範圍效果
    active skill area of effect radius +% final [59]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    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"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( elehands );"
    	on_spawned_dead = "DetachAllContainingText( elehands );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularBossInvasion"] = {
        name = "Rancor",
        life = 2.4,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        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 = { }, },
        },
    }
    
    增加 300% 物品掉落數量
    增加 800% 物品掉落稀有度
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 全域
  • monster dropped item quantity +% Min: 300 Max: 300 全域
  • 每秒受到等同 4% 最大生命的混沌傷害
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 全域
  • Craft Tagschaos_damage damage chaos
    退化光環
    範圍: 50
    敵人持續受到混沌傷害
    每秒受到等同 4% 最大生命的混沌傷害
    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]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 全域
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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