예언 다이몬
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, is_daemon, is_unarmed, non_attacking, plate_armour, puncturing_weapon, very_slow_movement |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
DaemonUseSkillOnce
Metadata
ProphecySmokeCloudDaemon
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecyDaemonSmokeMine
Spell
시전 속도: 1 초
기본 지속시간 3초
active skill area of effect radius +% final [-45]
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecySmokeCloudDaemon"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecyDaemonSmokeMine", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecyDaemonSmokeMine"] = { name = "ProphecyDaemonSmokeMine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3000, -45, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
예언 다이몬
Prophecy Daemon
Spectre | N |
---|---|
Tags | 시전, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, physical_affinity, very_slow_movement |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecyBladeVortexDaemon
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecyDaemonBladeVortex
Spell, Damage, Area, Duration, Totemable, Multicastable, Triggerable, TotemCastsAlone, CanRapidFire, AreaSpell, Physical
칼날 소용돌이
치명타 확률: 6%
추가 피해 효율: 20%
시전 속도: 0.5 초
재사용 대기시간: 10 초
시전자 주변을 맴도는 천상의 칼날을 만들어, 0.6초마다 반경 내의 적에게 피해를 줍니다. 칼날이 추가될수록 더 많은 피해를 줍니다.
104~155.9 물리 피해
기본 지속시간 4초
시전 속도 50% 감폭
활성화된 회전 칼날 최대 5개 보유 가능
active skill area of effect radius +% final [20]
is area damage [1]
skill can add multiple charges per action [1]
기본 지속시간 4초
시전 속도 50% 감폭
활성화된 회전 칼날 최대 5개 보유 가능
active skill area of effect radius +% final [20]
is area damage [1]
skill can add multiple charges per action [1]
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecyBladeVortexDaemon"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecyDaemonBladeVortex", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecyDaemonBladeVortex"] = { name = "Blade Vortex", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "This spell creates ethereal blades which orbit in an area around you, dealing damage every 0.6 seconds to all enemies in their radius. As more blades are added, the damage becomes greater and more frequent.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.TotemCastsAlone] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "maximum_number_of_spinning_blades", "active_skill_cast_speed_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "skill_can_add_multiple_charges_per_action", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, 5, -50, 20, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, }
예언 다이몬
emerge speed +% [-80,0]
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecySkeletonFarmersNormal
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonNormalSkeletons
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
alternate minion [137]
number of monsters to summon [3]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monsters are minions [1]
Kill
Spell
살상
시전 속도: 1 초
대상을 처치합니다.
Object Type
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecySkeletonFarmersNormal"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonNormalSkeletons", "Kill", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonNormalSkeletons"] = { name = "ProphecySummonNormalSkeletons", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monsters_are_minions", }, levels = { [1] = {137, 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Kill"] = { name = "Kill", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Kills a target", skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
emerge speed +% [-80,0]
Id | ProphecyVariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
예언 다이몬
emerge speed +% [-80,0]
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecySkeletonFarmersMagic
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonMagicSkeletons
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
alternate minion [138]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
Kill
Spell
살상
시전 속도: 1 초
대상을 처치합니다.
Object Type
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecySkeletonFarmersMagic"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonMagicSkeletons", "Kill", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonMagicSkeletons"] = { name = "ProphecySummonMagicSkeletons", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monster_rarity", "summoned_monsters_are_minions", }, levels = { [1] = {138, 3, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Kill"] = { name = "Kill", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Kills a target", skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
emerge speed +% [-80,0]
Id | ProphecyVariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
예언 다이몬
emerge speed +% [-80,0]
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecySkeletonFarmersMagic2
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonMagicSkeletons
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
alternate minion [138]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
Kill
Spell
살상
시전 속도: 1 초
대상을 처치합니다.
Object Type
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecySkeletonFarmersMagic2"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonMagicSkeletons", "Kill", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonMagicSkeletons"] = { name = "ProphecySummonMagicSkeletons", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monster_rarity", "summoned_monsters_are_minions", }, levels = { [1] = {138, 3, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Kill"] = { name = "Kill", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Kills a target", skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
emerge speed +% [-80,0]
Id | ProphecyVariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
예언 다이몬
emerge speed +% [-80,0]
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecySkeletonFarmersRare
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonRareSkeletons
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
alternate minion [139]
number of monsters to summon [1]
summoned monster rarity [2]
summoned monsters are minions [1]
number of monsters to summon [1]
summoned monster rarity [2]
summoned monsters are minions [1]
Kill
Spell
살상
시전 속도: 1 초
대상을 처치합니다.
Object Type
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/LimitedManaDaemonNoManaRegen"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecySkeletonFarmersRare"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonRareSkeletons", "Kill", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonRareSkeletons"] = { name = "ProphecySummonRareSkeletons", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monster_rarity", "summoned_monsters_are_minions", }, levels = { [1] = {139, 1, 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Kill"] = { name = "Kill", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Kills a target", skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
emerge speed +% [-80,0]
Id | ProphecyVariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
예언 다이몬
emerge speed +% [-80,0]
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
Packs |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
DaemonUseSkillOnce
Metadata
ProphecyThuamaturgistDaemonMalachai
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonMalachaiThaumaturgists
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
재사용 대기시간: 5 초
alternate minion [140]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
number of monsters to summon [3]
summoned monster rarity [1]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecyThuamaturgistDaemonMalachai"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonMalachaiThaumaturgists", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonMalachaiThaumaturgists"] = { name = "ProphecySummonMalachaiThaumaturgists", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monster_rarity", "summoned_monsters_are_minions", }, levels = { [1] = {140, 3, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
emerge speed +% [-80,0]
Id | ProphecyVariableEmergeSpeed |
---|---|
Family | VariableEmergeSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
예언 다이몬
Prophecy Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
DaemonUseSkillOnce
Metadata
ProphecyThuamaturgistDaemonBoss
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonThaumaturgistBoss
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
시전 속도: 1 초
재사용 대기시간: 12000 초
alternate minion [141]
number of monsters to summon [1]
summoned monster rarity [3]
summoned monsters are minions [1]
number of monsters to summon [1]
summoned monster rarity [3]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecyThuamaturgistDaemonBoss"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecySummonThaumaturgistBoss", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonThaumaturgistBoss"] = { name = "ProphecySummonThaumaturgistBoss", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monster_rarity", "summoned_monsters_are_minions", }, levels = { [1] = {141, 1, 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
예언 다이몬
Prophecy Daemon
Spectre | N |
---|---|
Tags | 시전, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
Daemon
Metadata
ProphecyBookQuestDaemon
IsSummoned
Y
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
374
주문 피해
374
정확도
290
Attack Time
1
경험치
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).
ProphecySummonBallLightningDaemon
Spell, Multicastable, Triggerable
시전 속도: 1 초
alternate minion [143]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [-40]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [-40]
summoned monsters are minions [1]
ProphecyBookLightningStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
화염 폭풍
치명타 확률: 5%
시전 속도: 0.9 초
대상 지역에 화염의 화살이 쏟아져 폭발하며 주변의 적들에게 화염 피해를 줍니다.
268~804 번개 피해
기본 지속시간 3초
0.5초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-51]
firestorm use server effects [1]
is area damage [1]
기본 지속시간 3초
0.5초마다 충돌 1회
기본 반경 1미터
firestorm base area of effect +% [-51]
firestorm use server effects [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/ProphecyBookQuestDaemon"] = { name = "Prophecy Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "ProphecyBookLightningStorm", "ProphecySummonBallLightningDaemon", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["ProphecyBookLightningStorm"] = { 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_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {0.5, 1.5, 3000, 500, -51, 10, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 3000, 500, -51, 10, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonBallLightningDaemon"] = { name = "ProphecySummonBallLightningDaemon", 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", "minion_dies_when_parent_dies", }, levels = { [1] = {3, 143, -40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }