머베일의 딸 암브로시아
Spectre | N |
---|---|
Area | 분노의 암굴 |
Tags | 시전, demon, fire_affinity, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slow_movement |
생명력
208%
Energy Shield From Life
100%
Ailment Threshold
208%
저항
0 75 0 0
Damage
96%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
경험치
160%
Model Size
115%
Type
SeaWitchBossMinor
Metadata
SeaWitchBossFirestorm
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
13
생명력
223
방어도
174
회피
339
에너지 보호막
107
Damage
14
주문 피해
14
정확도
26
Attack Time
1.005
경험치
475
Ailment Threshold
223
Chill
1
Shock
1
Brittle
4
Scorch
1
Sap
2
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 11–17
치명타 확률: 5%
Attack Time: 1.005 초
강력한 일격으로 적들을 쓰러트립니다.
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]
ExpandingFireConeSeaWitch
Spell, Damage, Totemable, Fire, Channel, Area, AreaSpell, Cooldown
소각
치명타 확률: 5%
시전 속도: 1.5 초
재사용 대기시간: 6 초
불길을 내뿜어 범위 내 적들에게 지속적인 피해를 줍니다. 집중 유지를 오래할수록 불꽃이 더 넓게 퍼지고, 더 멀리 번집니다. 집중 유지를 중단하면 화염 파도를 방출하여 광범위한 지역에 강력한 화염 피해를 주고 점화 시킵니다.
플레이어가 명중 시 적을 기절시킬 수 없음
10.51~15.77 화염 피해
단계마다 적중 및 상태 이상 피해 10% 증폭
단계 하나당 각도 100% 증가, 최대 300%
최대 단계 +8
단계 하나당 반경 +0.6미터, 최대 +2.4미터
마지막 파도 명중 시 피해 +50% 증폭
마지막 파도가 주는 점화 피해가 +50% 증폭
is area damage [1]
skill can add multiple charges per action [1]
10.51~15.77 화염 피해
단계마다 적중 및 상태 이상 피해 10% 증폭
단계 하나당 각도 100% 증가, 최대 300%
최대 단계 +8
단계 하나당 반경 +0.6미터, 최대 +2.4미터
마지막 파도 명중 시 피해 +50% 증폭
마지막 파도가 주는 점화 피해가 +50% 증폭
is area damage [1]
skill can add multiple charges per action [1]
EmberSeaWitch
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, CanRapidFire, AreaSpell
맹렬한 포격
치명타 확률: 6%
추가 피해 효율: 40%
시전 속도: 1.333 초
원호 형태로 날아가는 투사체를 발사합니다. 투사체는 적이나 대상 지역 근처의 땅에 충돌 시 폭발하며 범위 피해를 줍니다. 대상 지역이 멀수록 투사체가 확산되어 더 넓은 지역을 공격합니다.
14.88~22.33 화염 피해
투사체 1개 추가 발사
active skill area of effect radius +% final [-70]
base is projectile [1]
투사체 1개 추가 발사
active skill area of effect radius +% final [-70]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch" Transitionable { on_transition = "MakeCollidable();" } StateMachine {}
Object Type Codes
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch" Transitionable { create_untransitioned = " PlayAnimation( emerge ); PauseAnimation(); RemoveCollidability(); " create_transitioned = "EnableTargetable();" on_transition = "EnableTargetable();" } Targetable { targetable = false } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/elemental_beacon/fire/explode.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/skeleton_king/golden_spine_upheaval/goldenupheaval.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Seawitch/SeaWitchBossFirestorm"] = { name = "Ambrosia, Daughter of Merveil", life = 2.08, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 0.96, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "ExpandingFireConeSeaWitch", "EmberSeaWitch", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["ExpandingFireConeSeaWitch"] = { name = "Incinerate", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Continuously launches a torrent of fire from your hand, repeatedly damaging enemies. As you channel this spell longer, the flames spread wider close to you and spread longer directly in front of you. When you stop channelling you release a wave of fire damage over a wide and long area that will apply a powerful Ignite.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "expanding_fire_cone_maximum_number_of_stages", "grant_expanding_fire_cone_release_ignite_damage_+%_final", "expanding_fire_cone_release_hit_damage_+%_final", "flamethrower_damage_+%_per_stage_final", "expanding_fire_cone_radius_+_per_stage", "expanding_fire_cone_angle_+%_per_stage", "expanding_fire_cone_radius_limit", "is_area_damage", "skill_can_add_multiple_charges_per_action", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 50, 50, 10, 6, 100, 24, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmberSeaWitch"] = { name = "Blazing Salvo", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires projectiles which fly in an arc, dealing area damage on impact with either enemies or the ground near where you target. Targeting farther away causes the projectiles to spread out and land over a wider area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.333, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_number_of_projectiles", "number_of_additional_projectiles", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 1, -70, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
물리 피해의 25%를 추가 화염 피해로 획득
Id | MonsterAmbrosiaAuraAddedFireDamage |
---|---|
Family | MonsterAura |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
화염 피해의 오라
적용 반경: 50
추가 화염 피해 오라
물리 피해의 25%를 추가 화염 피해로 획득
Fire Damage Aura
주문 피해 20% 증가
Id | MonsterImplicitSpellDamage |
---|---|
Family | MonsterSpellDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage caster |
스킬이 투사체 2개 추가 발사
Id | MonsterMultipleProjectilesImplicit1 |
---|---|
Family | MonsterMultipleProjectile |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
머베일의 딸 암브로시아
악마
물리 피해의 25%를 추가 화염 피해로 획득
주문 피해 20% 증가
스킬이 투사체 2개 추가 발사
주문 피해 20% 증가
스킬이 투사체 2개 추가 발사
Ambrosia, Daughter of Merveil
Spectre | N |
---|---|
Tags | 시전, demon, fire_affinity, flesh_armour, has_dagger, has_one_handed_melee, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slow_movement |
생명력
208%
Energy Shield From Life
100%
Ailment Threshold
208%
저항
0 75 0 0
Damage
96%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
경험치
160%
Model Size
115%
Type
SeaWitchBossMinor
Metadata
SeaWitchBossFirestormStandalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
13,381
방어도
28,790
회피
4,739
에너지 보호막
6,127
Damage
359
주문 피해
359
정확도
290
Attack Time
1.005
경험치
16,408
Ailment Threshold
13,381
Chill
42
Shock
42
Brittle
239
Scorch
42
Sap
117
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 287–430
치명타 확률: 5%
Attack Time: 1.005 초
강력한 일격으로 적들을 쓰러트립니다.
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]
ExpandingFireConeSeaWitch
Spell, Damage, Totemable, Fire, Channel, Area, AreaSpell, Cooldown
소각
치명타 확률: 5%
시전 속도: 1.5 초
재사용 대기시간: 6 초
불길을 내뿜어 범위 내 적들에게 지속적인 피해를 줍니다. 집중 유지를 오래할수록 불꽃이 더 넓게 퍼지고, 더 멀리 번집니다. 집중 유지를 중단하면 화염 파도를 방출하여 광범위한 지역에 강력한 화염 피해를 주고 점화 시킵니다.
플레이어가 명중 시 적을 기절시킬 수 없음
90.9~136.4 화염 피해
단계마다 적중 및 상태 이상 피해 10% 증폭
단계 하나당 각도 100% 증가, 최대 300%
최대 단계 +8
단계 하나당 반경 +0.6미터, 최대 +2.4미터
마지막 파도 명중 시 피해 +50% 증폭
마지막 파도가 주는 점화 피해가 +50% 증폭
is area damage [1]
skill can add multiple charges per action [1]
90.9~136.4 화염 피해
단계마다 적중 및 상태 이상 피해 10% 증폭
단계 하나당 각도 100% 증가, 최대 300%
최대 단계 +8
단계 하나당 반경 +0.6미터, 최대 +2.4미터
마지막 파도 명중 시 피해 +50% 증폭
마지막 파도가 주는 점화 피해가 +50% 증폭
is area damage [1]
skill can add multiple charges per action [1]
EmberSeaWitch
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, CanRapidFire, AreaSpell
맹렬한 포격
치명타 확률: 6%
추가 피해 효율: 40%
시전 속도: 1.333 초
원호 형태로 날아가는 투사체를 발사합니다. 투사체는 적이나 대상 지역 근처의 땅에 충돌 시 폭발하며 범위 피해를 줍니다. 대상 지역이 멀수록 투사체가 확산되어 더 넓은 지역을 공격합니다.
98.73~148.1 화염 피해
투사체 1개 추가 발사
active skill area of effect radius +% final [-70]
base is projectile [1]
투사체 1개 추가 발사
active skill area of effect radius +% final [-70]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch"
Object Type Codes
version 2 extends "Metadata/Monsters/Seawitch/SeaWitch"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Seawitch/SeaWitchBossFirestormStandalone_"] = { name = "Ambrosia, Daughter of Merveil", life = 2.08, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 0.96, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "ExpandingFireConeSeaWitch", "EmberSeaWitch", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["ExpandingFireConeSeaWitch"] = { name = "Incinerate", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Continuously launches a torrent of fire from your hand, repeatedly damaging enemies. As you channel this spell longer, the flames spread wider close to you and spread longer directly in front of you. When you stop channelling you release a wave of fire damage over a wide and long area that will apply a powerful Ignite.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "expanding_fire_cone_maximum_number_of_stages", "grant_expanding_fire_cone_release_ignite_damage_+%_final", "expanding_fire_cone_release_hit_damage_+%_final", "flamethrower_damage_+%_per_stage_final", "expanding_fire_cone_radius_+_per_stage", "expanding_fire_cone_angle_+%_per_stage", "expanding_fire_cone_radius_limit", "is_area_damage", "skill_can_add_multiple_charges_per_action", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 50, 50, 10, 6, 100, 24, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmberSeaWitch"] = { name = "Blazing Salvo", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires projectiles which fly in an arc, dealing area damage on impact with either enemies or the ground near where you target. Targeting farther away causes the projectiles to spread out and land over a wider area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.333, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_number_of_projectiles", "number_of_additional_projectiles", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 1, -70, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
물리 피해의 25%를 추가 화염 피해로 획득
Id | MonsterAmbrosiaAuraAddedFireDamage |
---|---|
Family | MonsterAura |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
화염 피해의 오라
적용 반경: 50
추가 화염 피해 오라
물리 피해의 25%를 추가 화염 피해로 획득
Fire Damage Aura
주문 피해 20% 증가
Id | MonsterImplicitSpellDamage |
---|---|
Family | MonsterSpellDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage caster |
스킬이 투사체 2개 추가 발사
Id | MonsterMultipleProjectilesImplicit1 |
---|---|
Family | MonsterMultipleProjectile |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
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.