천둥새
야수
monster map boss extra damage taken from crit +% final [-50]
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
stance movement speed +% final [15]
Thunderbird
Spectre | N |
---|---|
Tags | avian_beast, beast, bludgeoning_weapon, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood |
생명력
25%
회피
+75%
Ailment Threshold
25%
저항
0 0 75 0
Damage
75%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 5
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AncestralThunderbird
Metadata
AncestralThunderbird
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
1,608
방어도
28,790
회피
8,293
에너지 보호막
0
Damage
280
주문 피해
280
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
1,608
Chill
5
Shock
5
Brittle
29
Scorch
5
Sap
14
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: 224–336
치명타 확률: 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]
LWAncestralThunderbird
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
번개 차원 이동
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 8 초
지속시간 동안 대기 후 대상 지점으로 순간이동합니다. 지속시간은 거리와 시전자의 이동 속도에 비례합니다. 순간이동 시 출발 지점과 도착 지점 주변 적들에게 번개 피해를 줍니다. 재시전 시 다수의 순간이동이 예약되어 연속적으로 실행됩니다.
290.9~872.8 번개 피해
시전 속도 100% 증가
50%의 확률로 적을 감전
지속시간 70% 감소
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
active skill shock effect +% final [33]
is area damage [1]
시전 속도 100% 증가
50%의 확률로 적을 감전
지속시간 70% 감소
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
active skill shock effect +% final [33]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase" Render { selection_position_offset = "0, 0, -200" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralThunderbird"] = { name = "Thunderbird", life = 0.25, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.75, damageSpread = 0.2, attackTime = 1.5, attackRange = 5, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "LWAncestralThunderbird", }, 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["LWAncestralThunderbird"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_cast_speed_+%", "base_chance_to_shock_%", "active_skill_shock_duration_+%_final", "active_skill_shock_effect_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0.5, 1.5, -70, 100, 50, 100, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
monster map boss extra damage taken from crit +% final [-50]
Id | AncestralTrailMonsterCriticalResistanceValako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Id | AncestralTrialMonsterBasicFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [15]
Id | StanceAncestralThunderbirdFlying |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
천둥새
야수
monster map boss extra damage taken from crit +% final [-50]
stance movement speed +% final [15]
Thunderbird
Spectre | Y |
---|---|
Tags | avian_beast, beast, bludgeoning_weapon, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood |
Packs |
생명력
25%
회피
+75%
Ailment Threshold
25%
저항
0 0 75 0
Damage
56%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 5
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AncestralThunderbirdStandalone
Metadata
AncestralThunderbirdStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
1,608
방어도
28,790
회피
8,293
에너지 보호막
0
Damage
209
주문 피해
209
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
1,608
Chill
5
Shock
5
Brittle
29
Scorch
5
Sap
14
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: 167–251
치명타 확률: 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]
LWAncestralThunderbird
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
번개 차원 이동
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 8 초
지속시간 동안 대기 후 대상 지점으로 순간이동합니다. 지속시간은 거리와 시전자의 이동 속도에 비례합니다. 순간이동 시 출발 지점과 도착 지점 주변 적들에게 번개 피해를 줍니다. 재시전 시 다수의 순간이동이 예약되어 연속적으로 실행됩니다.
290.9~872.8 번개 피해
시전 속도 100% 증가
50%의 확률로 적을 감전
지속시간 70% 감소
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
active skill shock effect +% final [33]
is area damage [1]
시전 속도 100% 증가
50%의 확률로 적을 감전
지속시간 70% 감소
action attack or cast time uses animation length [1]
active skill shock duration +% final [100]
active skill shock effect +% final [33]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone" Render { selection_position_offset = "0, 0, -200" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralThunderbirdStandalone"] = { name = "Thunderbird", life = 0.25, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.56, damageSpread = 0.2, attackTime = 1.5, attackRange = 5, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "LWAncestralThunderbird", }, 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["LWAncestralThunderbird"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_cast_speed_+%", "base_chance_to_shock_%", "active_skill_shock_duration_+%_final", "active_skill_shock_effect_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0.5, 1.5, -70, 100, 50, 100, 33, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
monster map boss extra damage taken from crit +% final [-50]
Id | AncestralTrailMonsterCriticalResistanceValako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [15]
Id | StanceAncestralThunderbirdFlying |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
천둥새
호의: 800
특기: 기동성
부족 패시브: 치명타 저항
번개 차원 이동
천둥새가 순간이동해 출발 지점과 도착 지점에 피해를 줍니다. 대상에 더 빨리 도달하는 데 사용됩니다.
부족 패시브: 치명타 저항
번개 차원 이동
천둥새가 순간이동해 출발 지점과 도착 지점에 피해를 줍니다. 대상에 더 빨리 도달하는 데 사용됩니다.
Thunderbird