가을 궁수
인간형
일반 정확도 200% 증가
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
Autumnal Archer
Spectre | N |
---|---|
Tags | human, humanoid, karui, medium_movement, not_int, not_str, ranged, red_blood |
생명력
475%
회피
+250%
Ailment Threshold
475%
저항
0 40 0 0
Damage
235%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 70
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AncestralIceArcher
Metadata
AncestralIceArcher_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
30,558
방어도
28,790
회피
16,587
에너지 보호막
0
Damage
878
주문 피해
878
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
30,558
Chill
97
Shock
97
Brittle
547
Scorch
97
Sap
267
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: 702–1053
치명타 확률: 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]
MPWAncestralIceShot
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 702–1053
치명타 확률: 5%
Attack Time: 1.5 초
물리 피해의 50%를 냉기 피해로 전환
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
EASAncestralIceRain
Spell
시전 속도: 1 초
재사용 대기시간: 10 초
action attack or cast time uses animation length [1]
MPWAncestralIceArcherFakeArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 702–1053
치명타 확률: 5%
Attack Time: 1.5 초
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [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" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralIceArcher_"] = { name = "Autumnal Archer", life = 4.75, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 2.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 70, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MPWAncestralIceShot", "MPWAncestralIceArcherFakeArrow", "EASAncestralIceRain", }, 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["MPWAncestralIceShot"] = { name = "MPWAncestralIceShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_projectile_variation", "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0, 162, 50, 33, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWAncestralIceArcherFakeArrow"] = { name = "MPWAncestralIceArcherFakeArrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "projectile_ballistic_angle_from_reference_event", "base_deal_no_damage", }, levels = { [1] = {169, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASAncestralIceRain"] = { name = "EASAncestralIceRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
일반 정확도 200% 증가
Id | AncestralTrialMonsterAccuracyRamako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
Id | AncestralTrialMonsterChampionFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
가을 궁수
인간형
일반 정확도 200% 증가
Autumnal Archer
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueAncestral/AncestralIceArcherStandaloneSpectre |
Tags | human, humanoid, karui, medium_movement, not_int, not_str, ranged, red_blood |
생명력
475%
회피
+250%
Ailment Threshold
475%
저항
0 40 0 0
Damage
176%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 70
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
AncestralIceArcherStandalone
Metadata
AncestralIceArcherStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
30,558
방어도
28,790
회피
16,587
에너지 보호막
0
Damage
657
주문 피해
657
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
30,558
Chill
97
Shock
97
Brittle
547
Scorch
97
Sap
267
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: 526–789
치명타 확률: 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]
MPWAncestralIceShot
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 526–789
치명타 확률: 5%
Attack Time: 1.5 초
물리 피해의 50%를 냉기 피해로 전환
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
EASAncestralIceRain
Spell
시전 속도: 1 초
재사용 대기시간: 10 초
action attack or cast time uses animation length [1]
MPWAncestralIceArcherFakeArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 526–789
치명타 확률: 5%
Attack Time: 1.5 초
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [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" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralIceArcherStandalone"] = { name = "Autumnal Archer", life = 4.75, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.76, damageSpread = 0.2, attackTime = 1.5, attackRange = 70, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MPWAncestralIceShot", "MPWAncestralIceArcherFakeArrow", "EASAncestralIceRain", }, 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["MPWAncestralIceShot"] = { name = "MPWAncestralIceShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_projectile_variation", "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0, 162, 50, 33, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWAncestralIceArcherFakeArrow"] = { name = "MPWAncestralIceArcherFakeArrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "projectile_ballistic_angle_from_reference_event", "base_deal_no_damage", }, levels = { [1] = {169, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASAncestralIceRain"] = { name = "EASAncestralIceRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
일반 정확도 200% 증가
Id | AncestralTrialMonsterAccuracyRamako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
가을 궁수
인간형
일반 정확도 200% 증가
Autumnal Archer
Spectre | Y |
---|---|
Tags | human, humanoid, karui, medium_movement, not_int, not_str, ranged, red_blood |
생명력
360%
회피
+250%
Ailment Threshold
360%
저항
0 40 0 0
Damage
176%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 70
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
AncestralIceArcherStandaloneSpectre
Metadata
AncestralIceArcherStandaloneSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
23,160
방어도
28,790
회피
16,587
에너지 보호막
0
Damage
657
주문 피해
657
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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: 526–789
치명타 확률: 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]
MPWAncestralIceShot
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 526–789
치명타 확률: 5%
Attack Time: 1.5 초
물리 피해의 50%를 냉기 피해로 전환
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
33%의 확률로 적을 동결
base is projectile [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
EASAncestralIceRain
Spell
시전 속도: 1 초
재사용 대기시간: 10 초
action attack or cast time uses animation length [1]
MPWAncestralIceArcherFakeArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 526–789
치명타 확률: 5%
Attack Time: 1.5 초
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [169]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [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" Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralIceArcherStandaloneSpectre"] = { name = "Autumnal Archer", life = 3.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.76, damageSpread = 0.2, attackTime = 1.5, attackRange = 70, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MPWAncestralIceShot", "MPWAncestralIceArcherFakeArrow", "EASAncestralIceRain", }, 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["MPWAncestralIceShot"] = { name = "MPWAncestralIceShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_projectile_variation", "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0, 162, 50, 33, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWAncestralIceArcherFakeArrow"] = { name = "MPWAncestralIceArcherFakeArrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "projectile_ballistic_angle_from_reference_event", "base_deal_no_damage", }, levels = { [1] = {169, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASAncestralIceRain"] = { name = "EASAncestralIceRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
일반 정확도 200% 증가
Id | AncestralTrialMonsterAccuracyRamako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
가을 궁수
인간형
일반 정확도 200% 증가
Autumnal Archer
Spectre | N |
---|---|
Tags | human, humanoid, immobile, karui, not_int, not_str, ranged, red_blood |
생명력
475%
회피
+250%
Ailment Threshold
475%
저항
0 40 0 0
Damage
235%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 70
Attack Time
1.5 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
AncestralIceArcher
Metadata
AncestralIceArcherMirage
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
30,558
방어도
28,790
회피
16,587
에너지 보호막
0
Damage
878
주문 피해
878
정확도
290
Attack Time
1.5
경험치
10,255
Ailment Threshold
30,558
Chill
97
Shock
97
Brittle
547
Scorch
97
Sap
267
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).
GTAncestralIceArcherArrowRain
Triggerable, Spell
시전 속도: 1 초
재사용 대기시간: 2.75 초
action attack or cast time uses animation length [1]
spell maximum action distance +% [-40]
spell maximum action distance +% [-40]
GAAncestralIceArcherArrowRain
Triggerable, Attack
Base Damage: 702–1053
치명타 확률: 5%
Attack Time: 1.5 초
물리 피해의 60%를 냉기 피해로 전환
10%의 확률로 적을 동결
is area damage [1]
10%의 확률로 적을 동결
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" DiesAfterTime { } Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" } Stats { set_monster_no_drops_or_experience = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/mirage_archer/epk/mirage_archer.epk ); AddEffectPackAttached( Metadata/Effects/Spells/mirage_archer/epk/mirage_bow.epk, L_Weapon );" } Targetable { no_highlight = true targetable = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralIceArcherMirage"] = { name = "Autumnal Archer", life = 4.75, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 2.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 70, accuracy = 1, weaponType1 = "Bow", skillList = { "GAAncestralIceArcherArrowRain", "GTAncestralIceArcherArrowRain", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GAAncestralIceArcherArrowRain"] = { name = "GAAncestralIceArcherArrowRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "is_area_damage", }, levels = { [1] = {60, 10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTAncestralIceArcherArrowRain"] = { name = "GTAncestralIceArcherArrowRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
일반 정확도 200% 증가
Id | AncestralTrialMonsterAccuracyRamako |
---|---|
Family | AncestralTrialMonster |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
가을 궁수
호의: 1,500
특기: 토템 조율
부족 패시브: 회피 및 정확도
선조 궁수
20초 동안 아군 토템을 보호하는 선조 1명을 소환합니다.
몰아치는 추위
공중에 연발 사격을 가해 5초 동안 냉기를 쏟아붓습니다.
부족 패시브: 회피 및 정확도
선조 궁수
20초 동안 아군 토템을 보호하는 선조 1명을 소환합니다.
몰아치는 추위
공중에 연발 사격을 가해 5초 동안 냉기를 쏟아붓습니다.
Autumnal Archer