Wardrum Kin
Humanoid
stance movement speed +% final [-83]
stance movement speed +% final [-83]
SpectreN
AreaIsle of Kin, Volcanic Warrens, The Ziggurat Refuge
Tagsallows_inc_aoe, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, StaffWood_onhit_audio
Packs
  • Isle of Kin: Wardrum Kin, Shaman Kin, Skulltop Kin, Feral Kin, Tuskbearer Kin
  • Isle of Kin: Wardrum Kin, Shaman Kin, Tallwalker Kin, Spearbearer Kin, Spearbearer Kin
  • Volcanic Warrens: Wardrum Kin, Shaman Kin, Skulltop Kin, Feral Kin, Tuskbearer Kin, Torchbearer Kin
  • Volcanic Warrens: Wardrum Kin, Shaman Kin, Tallwalker Kin, Spearbearer Kin, Spearbearer Kin, Torchbearer Kin
  • The Ziggurat Refuge: Shaman Kin, Wardrum Kin, Subdued Behemoth, Skulltop Kin, Feral Kin, Tuskbearer Kin
  • The Ziggurat Refuge: Shaman Kin, Wardrum Kin, Subdued Behemoth, Tallwalker Kin, Spearbearer Kin, Spearbearer Kin
  • The Ziggurat Refuge: Shaman Kin, Wardrum Kin, Subdued Behemoth, Skulltop Kin, Feral Kin, Tuskbearer Kin, Torchbearer Kin
  • The Ziggurat Refuge: Shaman Kin, Wardrum Kin, Subdued Behemoth, Tallwalker Kin, Spearbearer Kin, Spearbearer Kin, Torchbearer Kin
  • 生命
    140%
    [护甲]
    +25%
    抗性
    0 0 0 0
    伤害
    140%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    140%
    Model Size
    100%
    Type
    GoblinDrummer
    Metadata
    GoblinDrummer
    等级
    65
    生命
    9,118
    [护甲]
    2,529
    伤害
    297
    法术伤害
    297
    命中
    2,214
    攻击间隔
    1.5
    经验值
    30,110
    召唤物生命
    8,795
    召唤物伤害
    1,161
    召唤物护甲
    3,540
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 238–357
    暴击几率: 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]
    EASGoblinDance
    action attack or cast time uses animation length [1]
    NessaCrabTriggeredEarthquake
    攻击, 范围, 近战, 持续时间, 被触发, 可触发, Slam
    Base Damage: 238–357
    暴击几率: 5%
    攻击伤害: 25%
    攻击间隔: 1.5 秒
    攻击伤害总降 75%
    -11 近战打击范围
    余震造成的击中伤害总增 300%
    active skill area of effect radius +% final [-40]
    active skill base area of effect radius [18]
    active skill base secondary area of effect radius [28]
    base skill effect duration [100]
    force lite skill effects [1]
    is area damage [1]
    EASGoblinDrummerEarthquake
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-90]
    GSGoblinDrummerPulse
    可触发, 法术, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    造成 104.7 - 157.1 物理伤害
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinDrummer/GoblinDrummer"] = {
        name = "Wardrum Kin",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "NessaCrabTriggeredEarthquake",
            "GSGoblinDrummerPulse",
            "EASGoblinDance",
            "EASGoblinDrummerEarthquake",
        },
        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["NessaCrabTriggeredEarthquake"] = {
        name = "NessaCrabTriggeredEarthquake",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggered] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Slam] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "melee_weapon_range_+",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "force_lite_skill_effects",
        },
        levels = {
            [1] = {100, 300, -11, -40, 18, 28, baseMultiplier = 0.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinDrummerPulse"] = {
        name = "GSGoblinDrummerPulse",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDance"] = {
        name = "EASGoblinDance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDrummerEarthquake"] = {
        name = "EASGoblinDrummerEarthquake",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-83]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -83 Max: -83 Global
  • stance movement speed +% final [-83]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -83 Max: -83 Global
  • Wardrum Kin
    Humanoid
    stance movement speed +% final [-83]
    stance movement speed +% final [-83]
    SpectreN
    Tagshumanoid, medium_movement, not_dex, not_int, red_blood, StaffWood_onhit_audio
    生命
    140%
    [护甲]
    +25%
    抗性
    0 0 0 0
    伤害
    140%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    140%
    Model Size
    100%
    Type
    GoblinDrummer
    Metadata
    GoblinDrummerWalkEmerge
    等级
    68
    生命
    10,860
    [护甲]
    3,016
    伤害
    326
    法术伤害
    326
    命中
    2,464
    攻击间隔
    1.5
    经验值
    40,088
    召唤物生命
    9,702
    召唤物伤害
    1,356
    召唤物护甲
    4,223
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 261–392
    暴击几率: 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]
    EASGoblinDance
    action attack or cast time uses animation length [1]
    NessaCrabTriggeredEarthquake
    攻击, 范围, 近战, 持续时间, 被触发, 可触发, Slam
    Base Damage: 261–392
    暴击几率: 5%
    攻击伤害: 25%
    攻击间隔: 1.5 秒
    攻击伤害总降 75%
    -11 近战打击范围
    余震造成的击中伤害总增 300%
    active skill area of effect radius +% final [-40]
    active skill base area of effect radius [18]
    active skill base secondary area of effect radius [28]
    base skill effect duration [100]
    force lite skill effects [1]
    is area damage [1]
    EASGoblinDrummerEarthquake
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-90]
    GSGoblinDrummerPulse
    可触发, 法术, 伤害
    暴击几率: 5%
    施放间隔: 1 秒
    造成 114.8 - 172.2 物理伤害
    is area damage [1]
    WalkEmergeGoblin
    walk emerge distance [775]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Goblins/GoblinDrummer/GoblinDrummerWalkEmerge"] = {
        name = "Wardrum Kin",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "NessaCrabTriggeredEarthquake",
            "GSGoblinDrummerPulse",
            "EASGoblinDance",
            "EASGoblinDrummerEarthquake",
            "WalkEmergeGoblin",
        },
        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["NessaCrabTriggeredEarthquake"] = {
        name = "NessaCrabTriggeredEarthquake",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggered] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Slam] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "melee_weapon_range_+",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "is_area_damage",
            "force_lite_skill_effects",
        },
        levels = {
            [1] = {100, 300, -11, -40, 18, 28, baseMultiplier = 0.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSGoblinDrummerPulse"] = {
        name = "GSGoblinDrummerPulse",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDance"] = {
        name = "EASGoblinDance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASGoblinDrummerEarthquake"] = {
        name = "EASGoblinDrummerEarthquake",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeGoblin"] = {
        name = "WalkEmergeGoblin",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {775, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-83]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -83 Max: -83 Global
  • stance movement speed +% final [-83]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -83 Max: -83 Global
  • Edit

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