LeapLeapLeap
สัตว์ร้าย
SpectreN
Tagsanimal_claw_weapon, beast, bone_armour, extra_extra_small_height, insect, is_unarmed, medium_movement, non_attacking, not_int, not_str, red_blood
พลังชีวิต
101%
การหลบหลีก
+50%
Ailment Threshold
101%
ค่าต้านทาน
0 0 40 0
Damage
146%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
5 ~ 7
Attack Time
0.99 Second
Damage Spread
±20%
ค่าประสบการณ์
75%
Model Size
100%
Type
SandLeaper
Metadata
SandLeaperLeapOnly
เลเวล
68
พลังชีวิต
6,498
ค่าเกราะ
28,790
อัตราการหลบหลีก
7,109
Damage
545
ความเสียหายเวท
545
ความแม่นยำ
580
Attack Time
0.99
ค่าประสบการณ์
7,691
Minion Life
1,409
Minion Damage
436
Ailment Threshold
6,498
Chill
21
Shock
21
Brittle
116
Scorch
21
Sap
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 = 1.46,
    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.