阿莉亚的赤血杀手
人形
50% 的物理伤害转换为混沌伤害
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
stance movement speed +% final [112]
Alira's Blood Hand
幽魂Y
标签bandit, cleaving_weapon, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, very_slow_movement
生命
115%
护甲
+20%
闪避值
+20%
异常状态临界值
115%
抗性
0 0 0 0
伤害
90%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.35 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
GuardBandit
Metadata
BanditGuardMeleeChaos
等级
68
生命
7,398
护甲
34,548
闪避值
5,687
能量护盾
0
伤害
336
法术伤害
336
命中
290
攻击间隔
1.35
经验值
10,255
异常状态临界值
7,398
冰缓
23
Shock
23
Brittle
132
Scorch
23
Sap
65
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 269–403
攻击暴击率: 5%
攻击间隔: 1.35 秒
对你的敌人无情痛击。
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]
EASBanditTaunt
法术
施放间隔: 1.1 秒
冷却时间: 6 秒
disable skill repeats [1]

Object Type

version 2
extends "Metadata/Monsters/Bandits/BanditRun"

NPC
{
	marker_enabled = false
}

Actor
{
	main_hand_unarmed_type = "Dagger"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Bandits/BanditRun"

Animated
{
	on_any_tent = "parent.PlayAnimationTreeByIndex( 0 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandits/BanditGuardMeleeChaos"] = {
    name = "Alira's Blood Hand",
    life = 1.15,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.9,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeed",
        "EASBanditTaunt",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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["EASBanditTaunt"] = {
    name = "EASBanditTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "disable_skill_repeats",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
50% 的物理伤害转换为混沌伤害
IdMonsterConvertToChaos1
FamilyChaosDamageAsPortionOfDamage
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    Edit

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