舞动之剑
灵柩
怪物类型: 构造体
旋风斩
破空斩
剑如雨下
周围友军的穿刺效果提高 20%
右键点击该物品以产生灵柩。
Dancing Sword
舞动之剑 AnimatedSwordMid /8
名字显示物品素质
DropLevel 24
BaseType Dancing Sword
BaseType 舞动之剑
Class 灵柩
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/AnimatedSwordMid
IconArt/2DItems/Currency/Azmeri/AnimatedWeaponCorpse
ReferenceCommunity Wiki
舞动之剑
构造体
Dancing Sword
幽魂Y
标签construct, medium_movement, not_int, not_str
生命
150%
闪避值
+80%
异常状态临界值
150%
抗性
0 0 0 0
伤害
225%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
150%
Model Size
100%
类型
AzmeriAnimatedSword
Metadata
AnimatedSwordMid
等级
68
生命
9,650
护甲
28,790
闪避值
8,530
能量护盾
0
伤害
840
法术伤害
840
命中
290
攻击间隔
1.5
经验值
15,383
异常状态临界值
9,650
冰缓
31
Shock
31
Brittle
173
Scorch
31
Sap
84
AzmeriSawbladeAnimatedWeaponCyclone
攻击, 范围, 近战, 位移
旋风斩
基本伤害: 840
攻击暴击率: 5%
攻击间隔: 1.5 秒
对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
伤害总降 50%
移动速度总增 80%
攻击速度总增 150%
cyclone extra distance [30]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 840
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
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]
AzmeriDoubleSlashAnimatedWeapon
攻击, 范围, 攻击可重复, 近战, 物理
破空斩
基本伤害: 840
攻击暴击率: 5%
攻击间隔: 1.5 秒
挥斩两次,释放出对敌人造成伤害的冲击波。在挥斩中间的敌人会被击中两次。挥斩在血姿态下有一定几率施加流血效果,在沙姿态下拥有更宽的角度。限定斧类和剑类。默认为血姿态。
active skill area of effect radius +% final [70]
is area damage [1]
AzmeriSwordStormCascade
法术, 伤害, 范围, 火焰, 可触发, 范围法术
施放间隔: 1 秒
冷却时间: 10 秒
造成 217.7 - 326.5 物理伤害
基础持续时间为 2
基础额外效果持续时间 1.5
0.19 秒一次冲击
导致 +10 次爆发
active skill area of effect radius +% final [-50]
base skill show average damage instead of dps [1]
is area damage [1]
skill override pvp scaling time ms [450]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "walk"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/AnimatedSwordMid"] = {
    name = "Dancing Sword",
    life = 1.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.25,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "AzmeriSawbladeAnimatedWeaponCyclone",
        "AzmeriDoubleSlashAnimatedWeapon",
        "AzmeriSwordStormCascade",
    },
    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["AzmeriSawbladeAnimatedWeaponCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "cyclone_movement_speed_+%_final",
        "cyclone_extra_distance",
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {150, 80, 30, -50, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriDoubleSlashAnimatedWeapon"] = {
    name = "Lacerate",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slashes twice, releasing waves of force that damage enemies they hit. Enemies in the middle of the slashes can be hit by both. The slashes will have a chance to inflict bleeding in Blood Stance, or have a wider angle in Sand Stance. Can be used with Axes and Swords. You are in Blood Stance by default.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {70, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriSwordStormCascade"] = {
    name = "AzmeriSwordStormCascade",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "skill_override_pvp_scaling_time_ms",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_show_average_damage_instead_of_dps",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2000, 190, 450, 10, 1500, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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