骸骨爬行者
亡灵
monster no drops or experience [1]
Bone Crawler
SpectreN
Tagsbones, medium_movement, MonsterStab_onhit_audio, skeleton, undead
生命
35%
抗性
0 0 0 0
伤害
75%
命中
100%
暴击 Chance
5%
Attack Distance
4 ~ 12
攻击间隔
1.06 Second
Damage Spread
±30%
经验值
100%
Model Size
100%
Type
BoneConstructPlayerSummoned
Metadata
BoneConstructPlayerSummoned
IsSummoned
Y
等级
68
生命
2,715
2,413
伤害
175
法术伤害
175
命中
2,464
攻击间隔
1.06
经验值
28,634
召唤物生命
2,426
召唤物伤害
727
召唤物护甲
2,413
MinionMelee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
基础攻击
Base Damage: 122–227
暴击率: 5%
攻击间隔: 1.06 秒
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DATTBoneConstructPlayerSummoned
攻击, 位移
冲刺
Base Damage: 122–227
暴击率: 5%
攻击间隔: 1.06 秒
最大移动距离延长 30%
action attack or cast time uses animation length [1]
leap slam minimum distance [20]
walk emerge extra distance [-8]
GABoneConstructPlayerSummoned
可触发, 攻击
Base Damage: 122–227
暴击率: 5%
攻击间隔: 1.06 秒
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/PlayerSummonedMinionBase"

Life
{
	corpse_sink_delay_ms = 5000
	corpse_sink_time_ms = 10000
	corpse_sink_depth = 8
}

Stats
{
	set_base_heavy_stun_duration_ms = 2930
}

Object Type Codes

version 2
extends "Metadata/Monsters/PlayerSummonedMinionBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SkeletalConstruct/BoneConstructPlayerSummoned"] = {
    name = "Bone Crawler",
    life = 0.35,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.75,
    damageSpread = 0.3,
    attackTime = 1.06,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MinionMelee",
        "GABoneConstructPlayerSummoned",
        "DATTBoneConstructPlayerSummoned",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MinionMelee"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = 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",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GABoneConstructPlayerSummoned"] = {
    name = "GABoneConstructPlayerSummoned",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DATTBoneConstructPlayerSummoned"] = {
    name = "Dash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
        "skill_maximum_travel_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-8, 20, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.