빌리슬라사
야수
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 % 증가
밀려날 수 없음
떨어지는 아이템 희귀도 % 증가
밀려날 수 없음
Vilislatha
Spectre | N |
---|---|
Tags | beast, blight_boss, blight_monster, chaos_affinity, extra_small_height, has_dagger, has_one_handed_melee, metal_armour, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast, very_slow_movement |
생명력
1800%
회피
+10%
Ailment Threshold
1800%
저항
40 40 40 25
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 12
Attack Time
1.095 Second
Damage Spread
±20%
경험치
200%
Model Size
160%
Type
BlightSnakeSlitherBoss
Metadata
SnakeBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
2,508,234
방어도
28,790
회피
5,213
에너지 보호막
0
Damage
638
주문 피해
953
정확도
290
Attack Time
0.73365
경험치
112,805
Ailment Threshold
1,580,188
Chill
4,997
Shock
4,997
Brittle
28,268
Scorch
4,997
Sap
13,805
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).
BlightSnakeBossPoisonBombMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 448–672
치명타 확률: 5%
Attack Time: 1.095 초
일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
주는 피해 30% 감폭
물리 피해의 50%를 카오스 피해로 전환
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [20]
use scaled contact offset [1]
visual hit effect chaos is green [1]
물리 피해의 50%를 카오스 피해로 전환
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [20]
use scaled contact offset [1]
visual hit effect chaos is green [1]
EmptyActionSpellBlightSnakeBossMortar
Spell
시전 속도: 2.83 초
재사용 대기시간: 9 초
BlightSnakeProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 448–672
치명타 확률: 5%
Attack Time: 1.095 초
base is projectile [1]
monster projectile variation [1]
spell maximum action distance +% [-60]
monster projectile variation [1]
spell maximum action distance +% [-60]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss" Actor { main_hand_unarmed_type = "Dagger" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss" Render { selection_size_override = "80,80,100" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/Generic/SnakeBoss"] = { name = "Vilislatha", life = 18, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.095, attackRange = 12, accuracy = 1, skillList = { "BlightSnakeProjectile", "BlightSnakeBossPoisonBombMortar", "EmptyActionSpellBlightSnakeBossMortar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BlightSnakeProjectile"] = { name = "BlightSnakeProjectile", 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.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {1, -60, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightSnakeBossPoisonBombMortar"] = { name = "BlightSnakeBossPoisonBombMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "projectile_spread_radius", "projectile_minimum_range", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "visual_hit_effect_chaos_is_green", }, levels = { [1] = {-30, 20, 10, 50, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSpellBlightSnakeBossMortar"] = { name = "EmptyActionSpellBlightSnakeBossMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.83, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 % 증가
Id | MonsterBlightMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
Id | BlightSnakeBossDaemon |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
밀려날 수 없음
Id | MonsterCannotBeKnockedBack |
---|---|
Family | CannotBeKnockedBack |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |