불에 탄 기형물
악마
지역: 루나리스 사원 1층, 루나리스 사원 2층, 영원한 실험실, 비전의 방, 금단의 문서 보관실, 뒤틀린 이단심문실, 부설 예배당, 달이 비치는 방, 기억의 공허, 분열된 기억, 오바의 저주받은 전리품, InvasionBoss, 칼란드라 호수
stance movement speed +% final [112]
stance movement speed +% final [112]
stance movement speed +% final [112]
Burned Miscreation
생명력
100%
Ailment Threshold
100%
저항
40 0 0 0
Damage
135%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
97%
Type
DemonModularFire
Metadata
DemonModularFire
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
83
생명력
32,017
방어도
92,477
회피
7,860
에너지 보호막
0
Damage
1,216
주문 피해
1,216
정확도
518
Attack Time
1.5
경험치
13,132
Ailment Threshold
32,017
Chill
101
Shock
101
Brittle
573
Scorch
101
Sap
280
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 972–1459
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 2913.3의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [64]
기본 반경 1.8미터
active skill area of effect radius +% final [64]
MonsterRighteousFireWhileSpectred
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 899.4의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [27]
기본 반경 1.8미터
active skill area of effect radius +% final [27]
ModularDemonFireSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
시전 속도: 1.1 초
2359~3539 화염 피해
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
Object Type
version 2 extends "Metadata/Monsters/Demonmodular/Demon"
Object Type Codes
version 2 extends "Metadata/Monsters/Demonmodular/Demon" Actor { on_start_ChangeToStance3 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk );" on_start_SuicideExplosion = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk );" } Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularFire"] = { name = "Burned Miscreation", life = 1, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterRighteousFire", "MonsterRighteousFireWhileSpectred", "ModularDemonFireSuicideExplosion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 64, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFireWhileSpectred"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 27, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ModularDemonFireSuicideExplosion"] = { name = "ModularDemonFireSuicideExplosion", 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 = 1.1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_fire_damage", "secondary_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, -20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
불에 탄 기형물
악마
stance movement speed +% final [112]
stance movement speed +% final [112]
stance movement speed +% final [112]
Burned Miscreation
Spectre | Y |
---|---|
Tags | cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, melee, physical_affinity, red_blood, uses_suicide_explode, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
40 0 0 0
Damage
135%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
97%
Type
DemonModularFire
Metadata
DemonModularFireHellscape__
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,433
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
504
주문 피해
504
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 403–605
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 1055.9의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [64]
기본 반경 1.8미터
active skill area of effect radius +% final [64]
MonsterRighteousFireWhileSpectred
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 397.2의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [27]
기본 반경 1.8미터
active skill area of effect radius +% final [27]
ModularDemonFireSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
시전 속도: 1.1 초
1471~2207 화염 피해
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
Object Type
version 2 extends "Metadata/Monsters/Demonmodular/Demon"
Object Type Codes
version 2 extends "Metadata/Monsters/Demonmodular/Demon" Actor { on_start_ChangeToStance3 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk );" on_start_SuicideExplosion = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk );" } Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularFireHellscape__"] = { name = "Burned Miscreation", life = 1, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterRighteousFire", "MonsterRighteousFireWhileSpectred", "ModularDemonFireSuicideExplosion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 64, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFireWhileSpectred"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 27, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ModularDemonFireSuicideExplosion"] = { name = "ModularDemonFireSuicideExplosion", 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 = 1.1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_fire_damage", "secondary_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, -20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
불에 탄 기형물
Burned Miscreation
Spectre | Y |
---|---|
Area | 푸어조이의 은신처 |
Tags | cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, physical_affinity, red_blood, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
40 0 0 0
Damage
135%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
97%
Type
DemonModularFire
Metadata
AsylumDemonModularFire
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
81
생명력
25,398
방어도
79,317
회피
7,362
에너지 보호막
0
Damage
1,084
주문 피해
1,084
정확도
480
Attack Time
1.5
경험치
12,863
Ailment Threshold
25,398
Chill
80
Shock
80
Brittle
454
Scorch
80
Sap
222
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 867–1301
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterAsylumRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 3701.3의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [64]
기본 반경 1.8미터
active skill area of effect radius +% final [64]
MonsterRighteousFireWhileSpectred
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 806.6의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [27]
기본 반경 1.8미터
active skill area of effect radius +% final [27]
Object Type
version 2 extends "Metadata/Monsters/Demonmodular/Demon"
Object Type Codes
version 2 extends "Metadata/Monsters/Demonmodular/Demon" Actor { on_start_ChangeToStance3 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk );" on_start_SuicideExplosion = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk );" } Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_enrage.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/fire_swell_explosion.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/AsylumDemonModularFire"] = { name = "Burned Miscreation", life = 1, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterRighteousFireWhileSpectred", "MonsterAsylumRighteousFire", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFireWhileSpectred"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 27, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterAsylumRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 64, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
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.