怒炎魔徽
构造体
区域: InvasionBoss
掉落的物品数量提高 300%
掉落的物品稀有度提高 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 penalty against minions damage +% final vs player minions [-30]
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 Raging Mask
幽魂N
地区InvasionBoss
End Game生命上限提高 50%
标签施法, construct, cursing_monster, extra_large_height, fire_affinity, ghost_armour, has_claw, has_one_handed_melee, invasion_boss, large_model, mud_blood, not_str, slow_movement, summoner
Packs
  • InvasionBoss: 怒炎魔徽, 火炎哨带, 突袭者缎带
  • 生命
    220%
    生命转为护盾
    100%
    闪避值
    +10%
    异常状态临界值
    220%
    抗性
    30 30 30 20
    伤害
    240%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    130%
    类型
    GuardianCasterBossInvasion
    Metadata
    GuardianFireBossInvasion
    等级
    68
    生命
    14,153
    护甲
    28,790
    闪避值
    5,213
    能量护盾
    6,127
    伤害
    897
    法术伤害
    897
    命中
    290
    攻击间隔
    1.5
    经验值
    20,510
    异常状态临界值
    14,153
    冰缓
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MonsterFireStormInvasion
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可秘能爆发, 可齐射, 范围法术
    烈炎风暴
    攻击暴击率: 5%
    施放间隔: 0.9 秒
    低语呢喃,呼唤无数火焰之球如雨一般洒落在目标区域。每颗火球落地时将会爆炸,并对周围的敌人造成伤害。
    基础持续时间为 3.6
    造成 492.6 - 739 火焰伤害
    25% 的几率点燃敌人
    0.13 秒一次冲击
    基础范围为 1
    firestorm base area of effect +% [-49]
    is area damage [1]
    spell maximum action distance +% [-50]
    FlammabilityInvasionGuardian
    法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    易燃
    施放间隔: 0.5 秒
    冷却时间: 11 秒
    诅咒一片区域的所有目标,降低它们的火焰抗性,并使它们被击中时有几率被点燃。
    基础持续时间为 5
    被诅咒的敌人的火焰抗性 -40%
    对抗被诅咒的敌人时,击中的点燃几率 +25%
    active skill area of effect radius +% final [9]
    SummonRagingSpiritInvasionGuardian
    法术, 召唤物, 持续时间, 召唤物爆炸, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 创造召唤物
    施放间隔: 0.8 秒
    冷却时间: 7 秒
    技能可重复施放 9
    伤害总降 36%
    最多召唤 20 个愤怒狂灵
    基础持续时间为 6
    施法速度加快 200%
    alternate minion [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    Actor
    {
    	main_hand_unarmed_type = "Claw"
    	off_hand_unarmed_type = "Shield"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( head ); RemoveEffects( );"
    	on_spawned_dead = "DetachAllContainingText( head ); RemoveEffects( );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Guardians/GuardianFireBossInvasion"] = {
        name = "The Raging Mask",
        life = 2.2,
        energyShield = 1,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 2.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MonsterFireStormInvasion",
            "FlammabilityInvasionGuardian",
            "SummonRagingSpiritInvasionGuardian",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireStormInvasion"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "base_chance_to_ignite_%",
            "spell_maximum_action_distance_+%",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1200, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 2400, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 35, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.40000000596046, 0.60000002384186, 3600, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FlammabilityInvasionGuardian"] = {
        name = "Flammability",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_fire_damage_resistance_%",
            "chance_to_be_ignited_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {5000, -40, 25, 9, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonRagingSpiritInvasionGuardian"] = {
        name = "SummonRagingSpiritInvasionGuardian",
        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 = {
            "skill_repeat_count",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "base_number_of_raging_spirits_allowed",
            "base_cast_speed_+%",
            "alternate_minion",
        },
        levels = {
            [1] = {2, -25, 6000, 20, 200, 1, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
            [2] = {2, -26, 6000, 20, 200, 1, levelRequirement = 9, statInterpolation = {1, 1},  cost = { }, },
            [3] = {2, -27, 6000, 20, 200, 1, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
            [4] = {2, -28, 6000, 20, 200, 1, levelRequirement = 27, statInterpolation = {1, 1},  cost = { }, },
            [5] = {2, -29, 6000, 20, 200, 1, levelRequirement = 29, statInterpolation = {1, 1},  cost = { }, },
            [6] = {5, -30, 6000, 20, 200, 1, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [7] = {5, -31, 6000, 20, 200, 1, levelRequirement = 45, statInterpolation = {1, 1},  cost = { }, },
            [8] = {5, -32, 6000, 20, 200, 1, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [9] = {9, -33, 6000, 20, 200, 1, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
            [10] = {9, -34, 6000, 20, 200, 1, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [11] = {9, -35, 6000, 20, 200, 1, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [12] = {9, -36, 6000, 20, 200, 1, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [13] = {9, -37, 6000, 20, 200, 1, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [14] = {9, -38, 6000, 20, 200, 1, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [15] = {9, -39, 6000, 20, 200, 1, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [16] = {9, -40, 6000, 20, 200, 1, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [17] = {9, -41, 6000, 20, 200, 1, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [18] = {9, -42, 6000, 20, 200, 1, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [19] = {9, -43, 6000, 20, 200, 1, levelRequirement = 82, statInterpolation = {1, 1},  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 全域
  • 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 penalty against minions damage +% final vs player minions [-30]
    IdMonsterDamageVersusPlayerMinions30
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -30 Max: -30 全域
  • Craft Tagsdamage
    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.