跳躍者
野獸
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%
抗性
0 0 40 0
傷害
68%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 7
攻擊間隔
0.99 秒
傷害分佈
±20%
經驗值
75%
Model Size
100%
類型
SandLeaper
Metadata
SandLeaperLeapOnly
等級
68
生命
6,498
護甲值
28,790
閃避值
7,109
傷害
254
法術傷害
254
命中
580
攻擊間隔
0.99
經驗值
7,691
召喚物生命
1,409
召喚物傷害
203
異常狀態臨界值
6,498
冰緩
21
感電
21
易碎
116
焦灼
21
殘喘
57
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.