库鲁
野兽
区域: 洞穴
属类: 地狱犬
组别:
科目: 荒野
Q'uru
幽魂N
地区洞穴
标签animal_claw_weapon, beast, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, ursine_beast
生命
168%
闪避值
+50%
异常状态临界值
168%
抗性
85 0 0 0
伤害
208%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 16
攻击间隔
1.65 秒
伤害分布
±20%
经验值
140%
Model Size
200%
类型
DropBearBoss
Metadata
DropBearBoss2
等级
22
生命
413
护甲
500
闪避值
957
伤害
58
法术伤害
58
命中
82
攻击间隔
1.65
经验值
1,289
Minion Life
146
Minion Damage
46
异常状态临界值
413
冰缓
1
Shock
1
Brittle
7
Scorch
1
Sap
4
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 47–70
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DanceOnCorpse
可指定不可用尸体
冷却时间: 30 秒
disable skill repeats [1]
QuakeSlamDropBearBoss
攻击, 范围, 近战, 攻击可重复, 持续时间, Slam, 可触发, 图腾技能
震地
基本伤害: 47–70
暴击几率: 5%
攻击间隔: 1.65 秒
冷却时间: 6 秒
猛击地面,对周围造成大量伤害,并在地面上留下裂隙。一段时间过后,地面的裂隙将会释放冲击波造成更多的伤害。在冲击波还未释放前再次使用技能不会刷新地面的裂隙。需要斧类、锤类、短杖、长杖、徒手发动。
基础持续时间为 1.5
余震的击中和异常状态伤害总增 +75%
active skill area of effect radius +% final [-20]
is area damage [1]
DropBearBossEnrage
法术
施放间隔: 1 秒
冷却时间: 15 秒
基础持续时间为 6
移动速度加快 50%
伤害提高 29%
攻击和施法速度加快 50%

Object Type

version 2
extends "Metadata/Monsters/DropBear/DropBearNoAmbush"

Object Type Codes

version 2
extends "Metadata/Monsters/DropBear/DropBearNoAmbush"

Targetable
{
	display_info_string = "MonsterEnragesInfoString"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DropBear/DropBearBoss2"] = {
    name = "Q'uru",
    life = 1.68,
    fireResist = 85,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.08,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "DanceOnCorpse",
        "QuakeSlamDropBearBoss",
        "DropBearBossEnrage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = 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["DanceOnCorpse"] = {
    name = "DanceOnCorpse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.CanTargetUnusableCorpse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "disable_skill_repeats",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamDropBearBoss"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = 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",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1500, 75, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {1500, 75, -20, baseMultiplier = 0.8, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DropBearBossEnrage"] = {
    name = "DropBearBossEnrage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "attack_and_cast_speed_+%",
        "base_movement_velocity_+%",
        "damage_+%",
    },
    levels = {
        [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Q'uru
野兽
幽魂N
标签animal_claw_weapon, beast, fast_movement, has_one_hand_mace, has_one_handed_melee, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood, ursine_beast
生命
168%
闪避值
+50%
异常状态临界值
168%
抗性
85 0 0 0
伤害
208%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 16
攻击间隔
1.65 秒
伤害分布
±20%
经验值
140%
Model Size
200%
类型
DropBearBoss
Metadata
DropBearBoss2Standalone_
等级
68
生命
10,808
护甲
28,790
闪避值
7,109
伤害
777
法术伤害
777
命中
580
攻击间隔
1.65
经验值
14,357
Minion Life
2,344
Minion Damage
620
异常状态临界值
10,808
冰缓
34
Shock
34
Brittle
193
Scorch
34
Sap
94
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 622–932
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DanceOnCorpse
可指定不可用尸体
冷却时间: 30 秒
disable skill repeats [1]
QuakeSlamDropBearBoss
攻击, 范围, 近战, 攻击可重复, 持续时间, Slam, 可触发, 图腾技能
震地
基本伤害: 622–932
暴击几率: 5%
攻击伤害: 80%
攻击伤害: 80%
攻击间隔: 1.65 秒
冷却时间: 6 秒
猛击地面,对周围造成大量伤害,并在地面上留下裂隙。一段时间过后,地面的裂隙将会释放冲击波造成更多的伤害。在冲击波还未释放前再次使用技能不会刷新地面的裂隙。需要斧类、锤类、短杖、长杖、徒手发动。
攻击伤害总降 20%
基础持续时间为 1.5
余震的击中和异常状态伤害总增 +75%
active skill area of effect radius +% final [-20]
is area damage [1]
DropBearBossEnrage
法术
施放间隔: 1 秒
冷却时间: 15 秒
基础持续时间为 6
移动速度加快 50%
伤害提高 29%
攻击和施法速度加快 50%

Object Type

version 2
extends "Metadata/Monsters/DropBear/DropBearNoAmbush"

Object Type Codes

version 2
extends "Metadata/Monsters/DropBear/DropBearNoAmbush"

Targetable
{
	display_info_string = "MonsterEnragesInfoString"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DropBear/DropBearBoss2Standalone_"] = {
    name = "Q'uru",
    life = 1.68,
    fireResist = 85,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.08,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "DanceOnCorpse",
        "QuakeSlamDropBearBoss",
        "DropBearBossEnrage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = 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["DanceOnCorpse"] = {
    name = "DanceOnCorpse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.CanTargetUnusableCorpse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "disable_skill_repeats",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["QuakeSlamDropBearBoss"] = {
    name = "Earthquake",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Duration] = true,
        [SkillType.Slam] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Totemable] = 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",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {1500, 75, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {1500, 75, -20, baseMultiplier = 0.8, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DropBearBossEnrage"] = {
    name = "DropBearBossEnrage",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "attack_and_cast_speed_+%",
        "base_movement_velocity_+%",
        "damage_+%",
    },
    levels = {
        [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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