Blood-fevered Hookman
SpectreN
AreaNgakanu, Heart of the Tribe, The Jade Isles, The Ziggurat Refuge
Tags1HSword_onhit_audio, human, humanoid, karui, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
Packs
  • Ngakanu, Heart of the Tribe: Blood-fevered Brew-breather, Blood-fevered Hookman, Blood-fevered Axeman
  • Ngakanu, Heart of the Tribe: Blood-fevered Wisewoman, Blood-fevered Hookman, Blood-fevered Warrior
  • Blood-fevered Brew-breather, Blood-fevered Axeman, Blood-fevered Warrior, Blood-fevered Maceman, Blood-fevered Spearman, Blood-fevered Hookman
  • The Ziggurat Refuge: Blood-fevered Brew-breather, Blood-fevered Hookman, Blood-fevered Axeman
  • The Ziggurat Refuge: Blood-fevered Wisewoman, Blood-fevered Hookman, Blood-fevered Warrior
  • 生命
    120%
    [护甲]
    +30%
    抗性
    0 0 0 0
    伤害
    120%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 15
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    120%
    Model Size
    100%
    Type
    BloodFeverHook
    Metadata
    BloodFeverHook
    等级
    65
    生命
    7,816
    [护甲]
    2,630
    伤害
    255
    法术伤害
    255
    命中
    2,214
    攻击间隔
    1.5
    经验值
    25,808
    召唤物生命
    7,538
    召唤物伤害
    995
    召唤物护甲
    3,844
    MeleeAtAnimationSpeedComboTEMP
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 204–306
    暴击几率: 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]
    MeleeAtAnimationSpeedHookThrow
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 204–306
    暴击几率: 5%
    攻击伤害: 60%
    攻击间隔: 1.5 秒
    冷却时间: 4.5 秒
    击退方向颠倒
    攻击伤害总降 40%
    造成的流血强度总增 50%
    50% 的几率造成流血
    action attack or cast time uses animation length [1]
    attack maximum action distance + [40]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BloodFeverKarui/BloodFeverBase"
    
    Stats
    {
    	base_heavy_stun_duration_ms = 330
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BloodFeverKarui/BloodFeverBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodFeverKarui/BloodFeverHook"] = {
        name = "Blood-fevered Hookman",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MeleeAtAnimationSpeedHookThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        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["MeleeAtAnimationSpeedHookThrow"] = {
        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 = {
            "attack_maximum_action_distance_+",
            "bleed_on_hit_with_attacks_%",
            "active_skill_bleeding_effect_+%_final",
            "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",
            "enemy_knockback_direction_is_reversed",
            "cannot_knockback",
        },
        levels = {
            [1] = {40, 50, 50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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