播菌者.哈澤拉
惡魔
monster explodes on its target text [2]
適應火焰塔
怪物增加 100% 經驗值
增加 1500% 物品掉落數量
增加 2000% 物品掉落稀有度
不能被擊退
Hazarat, the Propagator
幽魂N
標籤blight_boss, blight_monster, 法術, demon, extra_large_height, fire_affinity, flesh_armour, humanoid, is_unarmed, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying, uses_suicide_explode, very_slow_movement
生命
1200%
閃避
+100%
異常狀態臨界值
1200%
抗性
40 40 40 25
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 17
攻擊間隔
1.245 秒
傷害分佈
±20%
經驗值
200%
Model Size
210%
類型
BlightFirePyromaniacBoss
Metadata
BlightFirePyromaniacBoss
等級
68
生命
1,672,156
護甲
28,790
閃避
9,478
能量護盾
0
傷害
1,276
法術傷害
1,905
命中
290
攻擊間隔
0.83415
經驗值
112,805
異常狀態臨界值
1,053,458
冰緩
3,331
感電
3,331
易碎
18,845
焦灼
3,331
殘喘
9,203
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 897–1345
暴擊率: 5%
攻擊間隔: 1.245 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
BlightPyromaniacFireElementalMortar
投射物, 玩家投射物, 攻擊, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發
基本傷害: 897–1345
暴擊率: 5%
攻擊間隔: 1.245 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 45.25% 更多傷害
50% 物理傷害轉化至火焰傷害
+6 米近戰打擊距離
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
BlightPyromaniacSummonedFireElementals
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [412]
minion dies when parent deleted [1]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
GeometryTriggerBlightPyromaniacMassMortar
可觸發, 法術
施放時間: 0.93 秒
冷卻時間: 10 秒
PyroSuicideExplosionBlightBoss
法術, 範圍, 傷害, 範圍法術, 可觸發
施放時間: 2 秒
造成 17682651 火焰傷害
grant kill to target when exploding self [1]
is area damage [1]
BlightMoltenMortarSummonVolatile
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 13692053 火焰傷害
base is projectile [1]
is area damage [1]
number of projectiles override [10]
projectile minimum range [15]
projectile spread radius [30]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

BaseEvents
{
}

Animated
{
}

Life
{
	on_death = "DetachAllContainingText( fire );"
	on_spawned_dead = "DetachAllContainingText( fire );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Fire/BlightFirePyromaniacBoss"] = {
    name = "Hazarat, the Propagator",
    life = 12,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 17,
    accuracy = 1,
    skillList = {
        "Melee",
        "PyroSuicideExplosionBlightBoss",
        "BlightPyromaniacSummonedFireElementals",
        "BlightMoltenMortarSummonVolatile",
        "BlightPyromaniacFireElementalMortar",
        "GeometryTriggerBlightPyromaniacMassMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["PyroSuicideExplosionBlightBoss"] = {
    name = "PyroSuicideExplosionBlightBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_fire_damage",
        "secondary_maximum_base_fire_damage",
        "grant_kill_to_target_when_exploding_self",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightPyromaniacSummonedFireElementals"] = {
    name = "BlightPyromaniacSummonedFireElementals",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {1, 412, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightMoltenMortarSummonVolatile"] = {
    name = "BlightMoltenMortarSummonVolatile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "number_of_projectiles_override",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 15, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightPyromaniacFireElementalMortar"] = {
    name = "BlightPyromaniacFireElementalMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.93,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "skill_physical_damage_%_to_convert_to_fire",
        "melee_range_+",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {-30, 10, 10, 50, 60, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 10, 10, 50, 60, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 10, 10, 50, 60, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {60, 10, 10, 50, 60, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerBlightPyromaniacMassMortar"] = {
    name = "GeometryTriggerBlightPyromaniacMassMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.93,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster explodes on its target text [2]
IdMonsterExplodesOnItsTargetOnLowLifeText
FamilyMonsterExplodesOnItsTargetText
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster explodes on its target text Min: 2 Max: 2 全域
  • 適應火焰塔
    IdBlightFireType__
    FamilyBlightMonsterType
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • is blight fire monster Min: 1 Max: 1 全域
  • 怪物增加 100% 經驗值
    增加 1500% 物品掉落數量
    增加 2000% 物品掉落稀有度
    IdMonsterBlightMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 2000 Max: 2000 全域
  • monster dropped item quantity +% Min: 1500 Max: 1500 全域
  • 不能被擊退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Edit

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