Хранитель Мьем
Демон
Область: Заброшенная печь, Освобождённый квартал, Забытое ущелье
% увеличение редкости выпадающих предметов
monster throws fire bombs text [1]
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Можно установить дополнительных ловушек: 50
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
monster throws fire bombs text [1]
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Можно установить дополнительных ловушек: 50
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Curator Miem
Spectre | N |
---|---|
Area | Заброшенная печь, Освобождённый квартал, Забытое ущелье, Заброшенная печь, Освобождённый квартал, Забытое ущелье |
Tags | Чародейский, demon, extra_large_height, fast_movement, fire_affinity, flesh_armour, humanoid, is_unarmed, not_int, not_str, ranged, red_blood, slashing_weapon, undying, vaalsidearea_boss |
Здоровье
160%
Уклонение
+100%
Ailment Threshold
160%
Сопротивление
30 30 30 20
Damage
300%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
169%
Type
PyromaniacBossSideArea
Metadata
PyromaniacBossSideArea
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
10,293
Броня
28,790
Уклонение
9,478
Энергетический щит
0
Damage
1,121
Урон от чар
1,121
Точность
290
Attack Time
1.5
Опыт
20,510
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFireBombBossSideArea
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Огненная ловушка
Шанс критического удара: 5%
Время применения: 1 сек.
Герой бросает в указанное место ловушку, которая взрывается при приближении врага и наносит урон от огня противникам в области действия. После взрыва земля продолжает гореть. Пытающиеся пройти по ней враги получают урон.
Ловушка длится +2.5 секунд(-ы)
Наносит 668.8 базового урона от огня в секунду
Базовая длительность - 4.5 секунд(-ы)
Наносит от 1376 до 2064 урона от огня
Бросает дополнительных ловушек: 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]
Наносит 668.8 базового урона от огня в секунду
Базовая длительность - 4.5 секунд(-ы)
Наносит от 1376 до 2064 урона от огня
Бросает дополнительных ловушек: 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]
PyroFireballBossSideArea
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Огненный шар
Шанс критического удара: 6%
Время применения: 0.85 сек.
Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
Наносит от 305.2 до 457.8 урона от огня
Выпускает дополнительных снарядов: 3
120% повышение скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
Выпускает дополнительных снарядов: 3
120% повышение скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
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/PyromaniacBossSideArea"] = { name = "Curator Miem", life = 1.6, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "PyroFireballBossSideArea", "MonsterFireBombBossSideArea", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["PyroFireballBossSideArea"] = { 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.85, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "base_cast_speed_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, -50, 120, 9, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2, -50, 120, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3, -50, 120, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFireBombBossSideArea"] = { 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", "number_of_additional_traps_to_throw", "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.80000001192093, 1.2000000476837, 1.3999999761581, 0, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 2, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1}, cost = { }, }, }, }
% увеличение редкости выпадающих предметов
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster throws fire bombs text [1]
Id | MonsterThrowsFireBombsText |
---|---|
Family | MonsterThrowsFireBombsText |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Id | MonsterFireStormBossSideArea |
---|---|
Name | Глашатай Пламени |
Family | MonsterNemesis |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Id | MonsterInvasionMercilessDrops2 |
---|---|
Family | MonsterMercilessDrops |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Можно установить дополнительных ловушек: 50
Id | MonsterIncreasedTrapsAllowedBossSideArea2 |
---|---|
Family | TrapsAllowed |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Хранитель Мьем
Демон
Область: InvasionBoss
% увеличение редкости выпадающих предметов
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Можно установить дополнительных ловушек: 50
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Можно установить дополнительных ловушек: 50
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Curator Miem
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | 50% увеличение максимума здоровья |
Tags | Чародейский, demon, extra_large_height, fast_movement, fire_affinity, flesh_armour, humanoid, invasion_boss, is_unarmed, not_int, not_str, ranged, red_blood, slashing_weapon, undying |
Packs |
Здоровье
160%
Уклонение
+100%
Ailment Threshold
160%
Сопротивление
30 30 30 20
Damage
300%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
169%
Type
PyromaniacBossSideArea
Metadata
PyromaniacBossSideAreaInvasion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
10,293
Броня
28,790
Уклонение
9,478
Энергетический щит
0
Damage
1,121
Урон от чар
1,121
Точность
290
Attack Time
1.5
Опыт
20,510
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterFireBombBossSideArea
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Огненная ловушка
Шанс критического удара: 5%
Время применения: 1 сек.
Герой бросает в указанное место ловушку, которая взрывается при приближении врага и наносит урон от огня противникам в области действия. После взрыва земля продолжает гореть. Пытающиеся пройти по ней враги получают урон.
Ловушка длится +2.5 секунд(-ы)
Наносит 668.8 базового урона от огня в секунду
Базовая длительность - 4.5 секунд(-ы)
Наносит от 1376 до 2064 урона от огня
Бросает дополнительных ловушек: 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]
Наносит 668.8 базового урона от огня в секунду
Базовая длительность - 4.5 секунд(-ы)
Наносит от 1376 до 2064 урона от огня
Бросает дополнительных ловушек: 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]
PyroFireballBossSideArea
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Огненный шар
Шанс критического удара: 6%
Время применения: 0.85 сек.
Герой бросает в указанную точку огненный шар, который взрывается и наносит урон врагам поблизости.
Наносит от 305.2 до 457.8 урона от огня
Выпускает дополнительных снарядов: 3
120% повышение скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
Выпускает дополнительных снарядов: 3
120% повышение скорости сотворения чар
Базовый радиус равен 0.9 м
base is projectile [1]
spell maximum action distance +% [-50]
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/PyromaniacBossSideAreaInvasion"] = { name = "Curator Miem", life = 1.6, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "PyroFireballBossSideArea", "MonsterFireBombBossSideArea", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["PyroFireballBossSideArea"] = { 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.85, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "base_cast_speed_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, -50, 120, 9, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2, -50, 120, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3, -50, 120, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFireBombBossSideArea"] = { 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", "number_of_additional_traps_to_throw", "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.80000001192093, 1.2000000476837, 1.3999999761581, 0, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 2, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1}, cost = { }, }, }, }
% увеличение редкости выпадающих предметов
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Id | MonsterFireStormBossSideArea |
---|---|
Name | Глашатай Пламени |
Family | MonsterNemesis |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Id | MonsterInvasionMercilessDrops2 |
---|---|
Family | MonsterMercilessDrops |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Можно установить дополнительных ловушек: 50
Id | MonsterIncreasedTrapsAllowedBossSideArea2 |
---|---|
Family | TrapsAllowed |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.