Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, extra_small_height, is_unarmed, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, ursine_beast |
พลังชีวิต
126%
การหลบหลีก
+50%
Ailment Threshold
126%
ค่าต้านทาน
40 0 0 0
Damage
208%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±20%
ค่าประสบการณ์
140%
Model Size
120%
Type
DropBear
Metadata
DexMissionDropBearBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
8,106
ค่าเกราะ
28,790
การหลบหลีก
7,109
โล่พลังงาน
0
Damage
777
ความเสียหายเวท
777
ความแม่นยำ
290
Attack Time
1.65
ค่าประสบการณ์
14,357
Ailment Threshold
8,106
Chill
26
Shock
26
Brittle
145
Scorch
26
Sap
71
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
โจมตีธรรมดา (Default Attack)
Base Damage: 622–932
โอกาสคริติคอล: 5%
Attack Time: 1.65 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
DropBearRain
Spell, Area, Triggerable, AreaSpell
เวลาร่าย: 0.75 วินาที
คูลดาวน์: 120 วินาที
alternate minion [2]
number of monsters to summon [9]
number of monsters to summon [9]
DropBearEnrage
Spell, Area, Duration, Buff, AreaSpell
เวลาร่าย: 1 วินาที
คูลดาวน์: 12 วินาที
เพิ่มขนาดของตัวละคร 20%
ระยะเวลาพื้นฐาน 6 วินาที
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการเคลื่อนที่ 30%
ระยะเวลาพื้นฐาน 6 วินาที
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการเคลื่อนที่ 30%
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DropBear/DexMissionDropBearBoss"] = { name = "Mutated Ursa", life = 1.26, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "DropBearRain", "DropBearEnrage", }, 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["DropBearRain"] = { name = "DropBearRain", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", }, levels = { [1] = {6, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {9, 2, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DropBearEnrage"] = { name = "DropBearEnrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Buff] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_actor_scale_+%", "attack_speed_+%", "base_movement_velocity_+%", "base_skill_effect_duration", }, levels = { [1] = {20, 30, 30, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Id | DexMissionCorruptedBeastEffect1 |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
mission_beast_corrupted