루아
구조물
토템 생명력 500% 증가
monster no map drops [1]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
level 33 or lower life +% final [-20]
Rua
Spectre | N |
---|---|
Tags | construct, has_wand, immobile, large_model, medium_height, mud_blood, not_dex, not_int, physical_affinity, ranged, stone_armour |
생명력
240%
방어도
+100%
Ailment Threshold
240%
저항
0 0 0 0
Damage
156%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 110
Attack Time
1.5 Second
Damage Spread
±0%
경험치
200%
Model Size
150%
Type
MonsterTotemBossStrMission
Metadata
StrMissionTotemBoss3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
15,440
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
583
주문 피해
583
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
15,440
Chill
49
Shock
49
Brittle
276
Scorch
49
Sap
135
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).
StrMissionTotemBarrage
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable
연발 사격
Base Damage: 583
치명타 확률: 5%
Attack Time: 1.5 초
잠깐의 준비 시간 후 활이나 마법봉으로 별개의 투사체들을 연속으로 발사합니다. 이 투사체는 무작위로 좁은 범위에 확산됩니다. 이 스킬은 발동되지 않습니다.
주는 피해 50% 감폭
투사체 6개 추가 발사
연속해서 투사체 발사
공격 속도 10% 증폭
monster reverse point blank damage -% at minimum range [30]
skill can fire arrows [1]
skill can fire wand projectiles [1]
투사체 6개 추가 발사
연속해서 투사체 발사
공격 속도 10% 증폭
monster reverse point blank damage -% at minimum range [30]
skill can fire arrows [1]
skill can fire wand projectiles [1]
MeleeSpiralStrMissionTotem
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 583
치명타 확률: 5%
Attack Time: 1.5 초
재사용 대기시간: 10 초
강력한 일격으로 적들을 쓰러트립니다.
소용돌이 모양으로 투사체 15개 발사
projectile spiral nova time ms [1600]
skill can fire wand projectiles [1]
projectile spiral nova time ms [1600]
skill can fire wand projectiles [1]
StrMissionSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
재사용 대기시간: 8 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
기본 지속시간 2초
active skill area of effect radius +% final [-45]
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { supress_muzzle_flash = 1 supress_weapon_surges = 1 set_immune_to_curses = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/StrMissionTotemBoss3"] = { name = "Rua", life = 2.4, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.56, damageSpread = 0, attackTime = 1.5, attackRange = 110, accuracy = 1, weaponType1 = "Wand", skillList = { "MeleeSpiralStrMissionTotem", "StrMissionSmokeMine", "StrMissionTotemBarrage", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeSpiralStrMissionTotem"] = { 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 = { "base_number_of_projectiles_in_spiral_nova", "projectile_spiral_nova_time_ms", "projectile_spiral_nova_angle", "skill_can_fire_wand_projectiles", }, levels = { [1] = {15, 1600, 3200, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StrMissionSmokeMine"] = { 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 = { "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {2000, -45, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["StrMissionTotemBarrage"] = { name = "Barrage", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "After a short preparation time, you fire individual projectiles repeatedly with a Bow or Wand. These projectiles have a small randomised spread. This skill cannot be Triggered.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "monster_reverse_point_blank_damage_-%_at_minimum_range", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "projectiles_barrage", }, levels = { [1] = {6, -50, 10, 30, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
토템 생명력 500% 증가
Id | MonsterTotemLifeBoss |
---|---|
Family | IncreasedTotemLife |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |