無盡之炎
惡魔
地區: InvasionBoss
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
grant actor scale +% to aura owner on death [1]
grant attack speed +% to aura owner on death [1]
grant cast speed +% to aura owner on death [1]
grant damage reduction % to aura owner on death [1]
soul is consumed on death [1]
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]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
The Firestarter
幽魂N
地區InvasionBoss
End Game增加 50% 最大生命
標籤法術, demon, fire_affinity, flesh_armour, humanoid, invasion_boss, is_unarmed, large_height, not_int, not_str, ranged, red_blood, slashing_weapon, slow_movement, summoner, undying
Packs
  • InvasionBoss: 無盡之炎, 不朽之炎, 不朽惡棍, 不朽惡棍
  • 生命
    200%
    閃避
    +100%
    異常狀態臨界值
    200%
    抗性
    30 30 30 20
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 7
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    150%
    類型
    PyromaniacBossInvasion
    Metadata
    PyromaniacBossInvasion
    等級
    68
    生命
    12,867
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.5
    經驗值
    20,510
    異常狀態臨界值
    12,867
    冰緩
    41
    感電
    41
    易碎
    230
    焦灼
    41
    殘喘
    112
    PyroFireballInvasion
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可齊射, 範圍法術
    火球
    暴擊率: 6%
    施放時間: 0.93 秒
    釋放一顆火球朝著目標,爆炸後會傷害附近的敵人。
    造成 355532.4 火焰傷害
    基礎範圍為 0.9
    base is projectile [1]
    spell maximum action distance +% [-50]
    MonsterFireBombInvasion
    法術, 持續時間, 傷害, 地雷技能, 範圍, 造成燃燒, 陷阱, DoT, 火焰, 範圍法術
    火焰陷阱
    暴擊率: 5%
    施放時間: 1 秒
    投擲一個陷阱,該陷阱被觸發時會爆炸並對周圍的敵人造成火焰傷害,且該區域的地面會持續燃燒,踩在上面的敵人會持續受到傷害。
    陷阱持續 +2.5
    每秒造成 439 基本火焰傷害
    +4.5 秒基礎持續時間
    造成 632.1948.2 火焰傷害
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    trap variation [1]
    SummonRagingSpiritBossInvasion
    法術, 召喚物, 持續時間, 召喚物爆炸, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 創造召喚物
    施放時間: 0.8 秒
    造成 35% 更少傷害
    召喚憤怒狂靈上限 50
    +6 秒基礎持續時間
    增加 90% 施放速度
    alternate minion [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    }
    
    Animated
    {
    }
    
    Life
    {
    	on_death = "DetachAllContainingText( fire );"
    	on_spawned_dead = "DetachAllContainingText( fire );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Pyromaniac/PyromaniacBossInvasion"] = {
        name = "The Firestarter",
        life = 2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "PyroFireballInvasion",
            "MonsterFireBombInvasion",
            "SummonRagingSpiritBossInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PyroFireballInvasion"] = {
        name = "Fireball",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.93,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_is_projectile",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, -50, 9, critChance = 6, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, -50, 9, critChance = 6, levelRequirement = 27, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 0, -50, 9, critChance = 6, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 1, -50, 9, critChance = 6, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireBombInvasion"] = {
        name = "Fire Trap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_trap",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonRagingSpiritBossInvasion"] = {
        name = "SummonRagingSpiritBossInvasion",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.Duration] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_damage_+%_final",
            "base_number_of_raging_spirits_allowed",
            "alternate_minion",
        },
        levels = {
            [1] = {3000, 50, -20, 50, 1, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {3000, 50, -21, 50, 1, levelRequirement = 7, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {3000, 50, -22, 50, 1, levelRequirement = 9, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {3000, 50, -23, 50, 1, levelRequirement = 12, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {3000, 50, -24, 50, 1, levelRequirement = 16, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {3000, 50, -25, 50, 1, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {3000, 50, -26, 50, 1, levelRequirement = 27, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {3000, 50, -27, 50, 1, levelRequirement = 28, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {3000, 50, -28, 50, 1, levelRequirement = 29, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {3000, 50, -29, 50, 1, levelRequirement = 32, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {5000, 50, -30, 50, 1, levelRequirement = 36, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {5000, 50, -31, 50, 1, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {5000, 50, -32, 50, 1, levelRequirement = 45, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {5000, 70, -33, 50, 1, levelRequirement = 49, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {5000, 70, -34, 50, 1, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {6000, 70, -35, 50, 1, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {6000, 90, -35, 50, 1, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {6000, 110, -35, 50, 1, levelRequirement = 69, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {6000, 140, -35, 50, 1, levelRequirement = 73, statInterpolation = {1, 1, 1},  cost = { }, },
            [20] = {6000, 140, -36, 50, 1, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
            [21] = {6000, 140, -37, 50, 1, levelRequirement = 75, statInterpolation = {1, 1, 1},  cost = { }, },
            [22] = {6000, 140, -38, 50, 1, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
            [23] = {6000, 180, -39, 50, 1, levelRequirement = 77, statInterpolation = {1, 1, 1},  cost = { }, },
            [24] = {6000, 180, -40, 50, 1, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
            [25] = {6000, 180, -41, 50, 1, levelRequirement = 79, statInterpolation = {1, 1, 1},  cost = { }, },
            [26] = {6000, 180, -42, 50, 1, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
            [27] = {6000, 180, -43, 50, 1, levelRequirement = 81, statInterpolation = {1, 1, 1},  cost = { }, },
            [28] = {6000, 180, -44, 50, 1, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [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 全域
  • grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    IdMonsterImplicitNemesisSoulEaterInvasion
    Name噬魂者
    FamilyMonsterNemesis
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 全域
  • grant cast speed +% to aura owner on death Min: 1 Max: 1 全域
  • grant actor scale +% to aura owner on death Min: 1 Max: 1 全域
  • grant attack speed +% to aura owner on death Min: 1 Max: 1 全域
  • grant damage reduction % to aura owner on death Min: 1 Max: 1 全域
  • Craft Tagsattack caster speed aura
    噬魂者
    範圍: 30
    噬魂者
    grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    Soul Eater
    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 全域
  • 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.