法里顿爬行者
Faridun Crawler
SpectreY
Area无畏战车, The Ziggurat Refuge, The Dreadnought
TagsClaw_onhit_audio, fast_movement, humanoid, melee, not_int, physical_affinity, undead, very_fast_movement, zombie
Packs
  • 无畏战车, The Dreadnought: 法里顿爬行者
  • The Ziggurat Refuge: 法里顿爬行者
  • 生命
    100%
    [护甲]
    +30%
    闪避值
    +20%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    FarudinCrawler
    Metadata
    FarudinCrawler
    等级
    65
    生命
    6,513
    [护甲]
    2,630
    闪避值
    528
    伤害
    212
    法术伤害
    212
    命中
    1,974
    攻击间隔
    1.5
    经验值
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    3,844
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 170–255
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAFarudinCrawlerSpearSlam
    可触发, 攻击
    Base Damage: 170–255
    暴击几率: 5%
    攻击间隔: 1.5 秒
    将[物理]伤害的 60% 转化为[闪电]伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSFarudinCrawlerDelayedStrike
    可触发, 法术, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    造成 8.781- 26.34 [闪电]伤害
    将[物理]伤害的 60% 转化为[闪电]伤害
    action attack or cast time uses animation length [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Ghouls/FarudinCrawler"] = {
        name = "Faridun Crawler",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Unarmed",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAFarudinCrawlerSpearSlam",
            "GSFarudinCrawlerDelayedStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["GAFarudinCrawlerSpearSlam"] = {
        name = "GAFarudinCrawlerSpearSlam",
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFarudinCrawlerDelayedStrike"] = {
        name = "GSFarudinCrawlerDelayedStrike",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    法里顿爬行者
    SpectreY
    Area采石场, 熔炉锻坊, The Ziggurat Refuge, Mawdun Quarry, Mawdun Mine
    TagsClaw_onhit_audio, fast_movement, humanoid, melee, not_int, physical_affinity, undead, very_fast_movement, zombie
    Packs
  • 采石场, 熔炉锻坊, Mawdun Quarry, Mawdun Mine: 法里顿爬行者
  • The Ziggurat Refuge: 法里顿爬行者
  • 生命
    100%
    [护甲]
    +30%
    闪避值
    +20%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    100%
    Model Size
    100%
    Type
    FarudinCrawler
    Metadata
    FarudinCrawlerQuarry
    等级
    65
    生命
    6,513
    [护甲]
    2,630
    闪避值
    528
    伤害
    212
    法术伤害
    212
    命中
    1,974
    攻击间隔
    1.5
    经验值
    21,507
    Minion Life
    6,282
    Minion Damage
    829
    Minion Armour
    3,844
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 170–255
    暴击几率: 5%
    攻击间隔: 1.5 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GAFarudinCrawlerSpearSlam
    可触发, 攻击
    Base Damage: 170–255
    暴击几率: 5%
    攻击间隔: 1.5 秒
    将[物理]伤害的 60% 转化为[闪电]伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSFarudinCrawlerDelayedStrike
    可触发, 法术, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    造成 8.781- 26.34 [闪电]伤害
    将[物理]伤害的 60% 转化为[闪电]伤害
    action attack or cast time uses animation length [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Ghouls/FarudinCrawlerQuarry"] = {
        name = "Faridun Crawler",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Unarmed",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAFarudinCrawlerSpearSlam",
            "GSFarudinCrawlerDelayedStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "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["GAFarudinCrawlerSpearSlam"] = {
        name = "GAFarudinCrawlerSpearSlam",
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSFarudinCrawlerDelayedStrike"] = {
        name = "GSFarudinCrawlerDelayedStrike",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.5, 1.5, 60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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