Spectre | N |
---|---|
Area | 분노의 암굴 |
Tags | beast, bludgeoning_weapon, crustacean_beast, flesh_armour, has_one_hand_sword, has_one_handed_melee, large_model, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity |
생명력
400%
방어도
+100%
Ailment Threshold
400%
저항
0 85 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
11 ~ 14
Attack Time
1.755 Second
Damage Spread
±20%
경험치
200%
Model Size
105%
Type
NessaCrab
Metadata
NessaCrab
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
49
생명력
7,208
방어도
12,236
회피
2,331
에너지 보호막
0
Damage
139
주문 피해
139
정확도
135
Attack Time
1.755
경험치
10,636
Ailment Threshold
7,208
Chill
23
Shock
23
Brittle
129
Scorch
23
Sap
63
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 111–167
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
NessaCrabWhirlingBlades
Attack, Melee, Movement, Travel
칼날 선회
Base Damage: 111–167
치명타 확률: 5%
공격 피해: 175%
Attack Time: 1.755 초
재사용 대기시간: 4 초
나선형으로 돌진하여 무기 피해를 줍니다. 쌍수 사용 시 두 무기로 공격하여 한 번 명중으로 두 무기의 피해를 모두 줍니다. 단검과 클로, 한손 검으로만 사용할 수 있습니다.
주는 공격 피해 75% 증폭
출혈 유발
base skill show average damage instead of dps [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [2]
skill sound variation [1]
출혈 유발
base skill show average damage instead of dps [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [2]
skill sound variation [1]
NessaCrabTriggeredEarthquake
Attack, Area, Melee, Multistrikeable, Duration, Triggered, Triggerable, Slam
Base Damage: 111–167
치명타 확률: 5%
공격 피해: 25%
Attack Time: 1.755 초
주는 공격 피해 75% 감폭
기본 지속시간 0.1초
근접 타격 범위 -1.1미터
여진의 적중 및 상태 이상 피해 +300% 증폭
active skill area of effect radius +% final [-40]
force lite skill effects [1]
is area damage [1]
기본 지속시간 0.1초
근접 타격 범위 -1.1미터
여진의 적중 및 상태 이상 피해 +300% 증폭
active skill area of effect radius +% final [-40]
force lite skill effects [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { actor = "Metadata/Monsters/NessaCrab/NessaCrab.act" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/NessaCrab/NessaCrab"] = { name = "Brinecrack", life = 4, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.755, attackRange = 14, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "NessaCrabWhirlingBlades", "Melee", "NessaCrabTriggeredEarthquake", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["NessaCrabWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 4.95, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_sound_variation", "monster_flurry", "ignores_proximity_shield", "base_skill_show_average_damage_instead_of_dps", "cast_time_overrides_attack_duration", "global_bleed_on_hit", }, levels = { [1] = {1, 2, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["NessaCrabTriggeredEarthquake"] = { name = "NessaCrabTriggeredEarthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Slam] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "melee_weapon_range_+", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "force_lite_skill_effects", }, levels = { [1] = {100, 300, -11, -40, baseMultiplier = 0.25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [75]
Id | StanceNessaCrabRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.