跳跃者
野兽
LeapLeapLeap
| 幽魂 | N |
|---|---|
| 标签 | animal_claw_weapon, beast, bone_armour, extra_extra_small_height, insect, is_unarmed, medium_movement, non_attacking, not_int, not_str, red_blood |
生命
101%
闪避值
+50%
异常状态临界值
101%
抗性
伤害
68%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
5 ~ 7
攻击间隔
0.99 秒
伤害分布
±20%
经验值
75%
Model Size
100%
类型
SandLeaper
Metadata
SandLeaperLeapOnly
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
6,498
护甲
28,790
闪避值
7,109
伤害
254
法术伤害
254
命中
580
攻击间隔
0.99
经验值
7,691
召唤物生命
1,409
召唤物伤害
203
异常状态临界值
6,498
冰缓
21
Shock
21
Brittle
116
Scorch
21
Sap
57
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).
SandLeaperDodgeLeft
monster dodge distance [22]
SandLeaperDodgeRight
monster dodge direction [1]
monster dodge distance [22]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance2"
basic_action = "ChangeToStance1"
}Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandLeaper/SandLeaperLeapOnly"] = {
name = "LeapLeapLeap",
life = 1.01,
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
damage = 0.68,
damageSpread = 0.2,
attackTime = 0.99,
attackRange = 7,
accuracy = 1,
skillList = {
"SandLeaperDodgeLeft",
"SandLeaperDodgeRight",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeLeft"] = {
name = "SandLeaperDodgeLeft",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_distance",
},
levels = {
[1] = {22, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SandLeaperDodgeRight"] = {
name = "SandLeaperDodgeRight",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_dodge_direction",
"monster_dodge_distance",
},
levels = {
[1] = {1, 22, levelRequirement = 1, 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.