精华蛛母
野兽
Essence Tarantula
| 幽魂 | N |
|---|---|
| 标签 | animal_claw_weapon, beast, chaos_affinity, extra_extra_small_height, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, melee, physical_affinity, slow_movement, spider |
生命
405%
异常状态临界值
405%
抗性
伤害
93%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 7
攻击间隔
0.945 秒
伤害分布
±20%
经验值
60%
Model Size
60%
类型
EssenceSpiderSmall
Metadata
EssenceSpiderThornViperStrike
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
26,055
护甲
28,790
闪避值
4,739
伤害
347
法术伤害
347
命中
580
攻击间隔
0.945
经验值
6,153
召唤物生命
5,652
召唤物伤害
277
异常状态临界值
26,055
冰缓
82
Shock
82
Brittle
466
Scorch
82
Sap
228
Phys Convert Ele
240%
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).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 278—417
暴击几率: 5%
攻击间隔: 0.945 秒
对你的敌人无情痛击。
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]
MonsterViperStrike
攻击, 持续时间, 攻击可重复, 近战, 近战单一目标, DoT, 混沌
毒蛇打击
基本伤害: 278—417
暴击几率: 5%
攻击间隔: 0.945 秒
击中敌人,将部分物理伤害转化为混沌伤害,并使敌人中毒。该技能受技能持续时间词缀影响。双持武器时会用两把武器同时攻击。限定爪类、匕首与剑类。
基础持续时间为 4 秒
获得额外混沌伤害,其数值等同于自身物理伤害的 10%
击中时必定使敌人中毒
poison duration is skill duration [1]
visual hit effect chaos is green [1]
MonsterFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 278—417
暴击几率: 5%
攻击间隔: 0.945 秒
冷却时间: 2 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 10%
攻击速度加快 30%
每个狂怒球使攻击速度加快 10%
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2
extends "Metadata/Monsters/Spiders/SpiderDisappear"
DiesAfterTime
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Spiders/EssenceSpiderThornViperStrike"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
name = "Essence Tarantula",
life = 4.05,
damage = 0.93,
damageSpread = 0.2,
attackTime = 0.945,
attackRange = 7,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MonsterViperStrike",
"MonsterFlickerStrike",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["MonsterViperStrike"] = {
name = "Viper Strike",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Duration] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Chaos] = true,
},
statDescriptionScope = "debuff_skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"physical_damage_%_to_add_as_chaos",
"base_chance_to_poison_on_hit_%",
"base_skill_effect_duration",
"poison_duration_is_skill_duration",
"visual_hit_effect_chaos_is_green",
},
levels = {
[1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterFlickerStrike"] = {
name = "Flicker Strike",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Melee] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Movement] = true,
[SkillType.Duration] = true,
[SkillType.Cooldown] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_speed_+%",
"base_attack_speed_+%_per_frenzy_charge",
"active_skill_damage_+%_final",
"ignores_proximity_shield",
"melee_defer_damage_prediction",
},
levels = {
[1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {}, cost = { }, },
},
}
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.
<The Atlas of Worlds> 2.4精华
- 赛季
- Patch Notes
- 赛季
- 精华
- 沙海幻境
哀恸精华
- 通货
憎恨之低语精华
憎恨之呢喃精华
憎恨之啼泣精华
憎恨之哀嚎精华
憎恨之咆哮精华
憎恨之尖啸精华
憎恨之破空精华
悲痛之低语精华
悲痛之呢喃精华
悲痛之啼泣精华
悲痛之哀嚎精华
悲痛之咆哮精华
悲痛之尖啸精华
悲痛之破空精华
贪婪之低语精华
贪婪之呢喃精华
贪婪之啼泣精华
贪婪之哀嚎精华
贪婪之咆哮精华
贪婪之尖啸精华
贪婪之破空精华
轻视之低语精华
轻视之呢喃精华
轻视之啼泣精华
轻视之哀嚎精华
轻视之咆哮精华
轻视之尖啸精华
轻视之破空精华
哀惜之呢喃精华
哀惜之啼泣精华
哀惜之哀嚎精华
哀惜之咆哮精华
哀惜之尖啸精华
哀惜之破空精华
愤怒之呢喃精华
愤怒之啼泣精华
愤怒之哀嚎精华
愤怒之咆哮精华
愤怒之尖啸精华
愤怒之破空精华
折磨之呢喃精华
折磨之啼泣精华
折磨之哀嚎精华
折磨之咆哮精华
折磨之尖啸精华
折磨之破空精华
恐惧之呢喃精华
恐惧之啼泣精华
恐惧之哀嚎精华
恐惧之咆哮精华
恐惧之尖啸精华
恐惧之破空精华
苦难之啼泣精华
苦难之哀嚎精华
苦难之咆哮精华
苦难之尖啸精华
苦难之破空精华
肆虐之啼泣精华
肆虐之哀嚎精华
肆虐之咆哮精华
肆虐之尖啸精华
肆虐之破空精华
雷霆之啼泣精华
雷霆之哀嚎精华
雷霆之咆哮精华
雷霆之尖啸精华
雷霆之破空精华
疑惑之啼泣精华
疑惑之哀嚎精华
疑惑之咆哮精华
疑惑之尖啸精华
疑惑之破空精华
煎熬之哀嚎精华
煎熬之咆哮精华
煎熬之尖啸精华
煎熬之破空精华
厌恶之哀嚎精华
厌恶之咆哮精华
厌恶之尖啸精华
厌恶之破空精华
刻毒之哀嚎精华
刻毒之咆哮精华
刻毒之尖啸精华
刻毒之破空精华
热情之哀嚎精华
热情之咆哮精华
热情之尖啸精华
热情之破空精华
凄惨之咆哮精华
凄惨之尖啸精华
凄惨之破空精华
忌惮之咆哮精华
忌惮之尖啸精华
忌惮之破空精华
傲视之咆哮精华
傲视之尖啸精华
傲视之破空精华
忌妒之咆哮精华
忌妒之尖啸精华
忌妒之破空精华
浮夸精华
错乱精华
极恐精华
谵妄精华