아그네락스
야수
공격 속도 40% 증가
이동 속도 30% 증가
이동 속도 30% 증가
Agnerax
Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, bone_armour, extra_small_height, insect, is_unarmed, melee, physical_affinity, red_blood, very_fast_movement |
생명력
1280%
Ailment Threshold
1280%
저항
0 0 75 0
Damage
360%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 10
Attack Time
0.99 Second
Damage Spread
±20%
경험치
200%
Model Size
150%
Type
SandLeaperBossVinktars
Metadata
SandLeaperBossVinktars1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
82,347
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
1,345
주문 피해
1,345
정확도
290
Attack Time
0.99
경험치
20,510
Ailment Threshold
82,347
Chill
260
Shock
260
Brittle
1,473
Scorch
260
Sap
719
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: 1076–1614
치명타 확률: 5%
Attack Time: 0.99 초
강력한 일격으로 적들을 쓰러트립니다.
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]
SandLeaperDodgeLeftNoCost
monster dodge distance [22]
SandLeaperDodgeRightNoCost
monster dodge direction [1]
monster dodge distance [22]
monster dodge distance [22]
SandLeaperDodgeBack
재사용 대기시간: 5 초
monster dodge direction [3]
monster dodge distance [26]
monster dodge distance [26]
VinktarLightningBond
Spell, Lightning, Duration, DamageOverTime
빙타 번개의 유대
시전 속도: 1 초
재사용 대기시간: 5 초
WIP
기본 지속시간 30초
base lightning damage to deal per minute [120973]
base lightning damage to deal per minute [120973]
WbSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/SandLeaper/SandLeaperBossVinktars1"] = { name = "Agnerax", life = 12.8, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 3.6, damageSpread = 0.2, attackTime = 0.99, attackRange = 10, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "WbSmokeMine", "SandLeaperDodgeLeftNoCost", "SandLeaperDodgeRightNoCost", "SandLeaperDodgeBack", "VinktarLightningBond", }, 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["WbSmokeMine"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-45, levelRequirement = 60, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandLeaperDodgeLeftNoCost"] = { name = "SandLeaperDodgeLeftNoCost", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "monster_dodge_distance", }, levels = { [1] = {22, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandLeaperDodgeRightNoCost"] = { name = "SandLeaperDodgeRightNoCost", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "monster_dodge_direction", "monster_dodge_distance", }, levels = { [1] = {1, 22, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandLeaperDodgeBack"] = { name = "SandLeaperDodgeBack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "monster_dodge_direction", "monster_dodge_distance", }, levels = { [1] = {3, 26, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VinktarLightningBond"] = { name = "Vinktar Lightning Bond", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "WIP", skillTypes = { [SkillType.Spell] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.DamageOverTime] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_lightning_damage_to_deal_per_minute", "base_skill_effect_duration", }, levels = { [1] = {1, 30000, levelRequirement = 80, statInterpolation = {3}, cost = { }, }, }, }
공격 속도 40% 증가
Id | MonsterImplicitFastAttack1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
이동 속도 30% 증가
Id | MonsterImplicitFastRun5 |
---|---|
Family | MovementVelocity |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |