Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
法里登舞劍者
CategoryHumanoid人形
IconEnemyEvasionStrong
stance movement speed +% final [-68]
stance movement speed +% final [-62]
Faridun Bladedancer
Spectre
Area高地神塔庇護所
Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
Packs
  • 高地神塔庇護所: 法里登標槍士, 法里登步兵, 法里登訓練兵, 法里登舞劍者
  • 生命
    110%
    閃避
    +80%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    110%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    4 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSword
    Spectre Reservation
    53%
    Companion Reservation
    31.2%
    等級
    65
    生命
    7,211
    傷害
    234
    法術傷害
    234
    命中
    2,228
    攻擊時間
    1.5
    經驗值
    23,658
    召喚物生命
    6,910
    召喚物傷害
    912
    召喚物護甲
    2,023
    MeleeAtAnimationSpeedComboTEMP
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 187280
    [Critical|暴擊]率: 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]
    iconbasicattack
    EmptyActionMutewindWomanDodgeLeft
    攻擊
    Base Damage: 187280
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    攻擊
    Base Damage: 187280
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    攻擊, 近戰, 位移, 快行, AttackInPlace
    迴旋之刃
    Base Damage: 187280
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    迅速穿越敵人並同時造成武器傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    攻擊
    Base Damage: 187280
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    攻擊
    Base Damage: 187280
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Mutewind/MutewindAggroAudio"
    
    Transitionable {}
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2733
    }
    
    Functions {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Mutewind/MutewindWomanDualSword"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Faridun Bladedancer",
        life = 1.1,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "MutewindWomanWhirlingBlades",
            "MeleeAtAnimationSpeedComboTEMP",
            "EmptyActionMutewindWomanDodgeLeft",
            "EmptyActionMutewindWomanDodgeRight",
            "EmptyActionMutewindWomanDodgeLeftIdle",
            "EmptyActionMutewindWomanDodgeRightIdle",
            "WalkEmergeMutewind",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MutewindWomanWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. Only works with daggers, claws and one handed swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.066,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_flurry",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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["EmptyActionMutewindWomanDodgeLeft"] = {
        name = "EmptyActionMutewindWomanDodgeLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRight"] = {
        name = "EmptyActionMutewindWomanDodgeRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeLeftIdle"] = {
        name = "EmptyActionMutewindWomanDodgeLeftIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRightIdle"] = {
        name = "EmptyActionMutewindWomanDodgeRightIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeMutewind"] = {
        name = "WalkEmergeMutewind",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • 法里登舞劍者
    CategoryHumanoid人形
    IconEnemyEvasionStrong
    stance movement speed +% final [-68]
    stance movement speed +% final [-62]
    Faridun Bladedancer
    Spectre
    Area哈拉妮關口, 戴斯哈尖塔, 奇瑪水源地
    Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • 戴斯哈尖塔, 奇瑪水源地: 法里登穿刺者, 法里登劍士, 法里登舞劍者
  • 哈拉妮關口: 法里登劍士, 法里登舞劍者
  • 法里登穿刺者, 法里登訓練兵, 法里登舞劍者, 法里登步兵
  • 生命
    110%
    閃避
    +80%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    110%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    4 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordCorroded_
    Spectre Reservation
    53%
    Companion Reservation
    31.2%
    等級
    56
    生命
    4,132
    傷害
    175
    法術傷害
    175
    命中
    1,556
    攻擊時間
    1.5
    經驗值
    13,801
    召喚物生命
    5,079
    召喚物傷害
    564
    召喚物護甲
    1,176
    MeleeAtAnimationSpeedComboTEMP
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 140210
    [Critical|暴擊]率: 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]
    iconbasicattack
    EmptyActionMutewindWomanDodgeLeft
    攻擊
    Base Damage: 140210
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    攻擊
    Base Damage: 140210
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    攻擊, 近戰, 位移, 快行, AttackInPlace
    迴旋之刃
    Base Damage: 140210
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    迅速穿越敵人並同時造成武器傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    攻擊
    Base Damage: 140210
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    攻擊
    Base Damage: 140210
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Mutewind/MutewindAggroAudio"
    
    Transitionable {}
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2733
    }
    
    Functions {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Mutewind/MutewindWomanDualSwordCorroded_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Faridun Bladedancer",
        life = 1.1,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "MutewindWomanWhirlingBlades",
            "MeleeAtAnimationSpeedComboTEMP",
            "EmptyActionMutewindWomanDodgeLeft",
            "EmptyActionMutewindWomanDodgeRight",
            "EmptyActionMutewindWomanDodgeLeftIdle",
            "EmptyActionMutewindWomanDodgeRightIdle",
            "WalkEmergeMutewind",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MutewindWomanWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. Only works with daggers, claws and one handed swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.066,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_flurry",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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["EmptyActionMutewindWomanDodgeLeft"] = {
        name = "EmptyActionMutewindWomanDodgeLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRight"] = {
        name = "EmptyActionMutewindWomanDodgeRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeLeftIdle"] = {
        name = "EmptyActionMutewindWomanDodgeLeftIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRightIdle"] = {
        name = "EmptyActionMutewindWomanDodgeRightIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeMutewind"] = {
        name = "WalkEmergeMutewind",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • 法里登舞劍者
    CategoryHumanoid人形
    IconEnemyEvasionStrong
    stance movement speed +% final [-68]
    stance movement speed +% final [-62]
    Faridun Bladedancer
    Spectre
    Tags1HSword_onhit_audio, cannot_be_monolith, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • 法里登舞劍者, 法里登長矛士, 法里登劍士, 法里登長矛女士, 法里登破風士
  • 法里登重步兵, 法里登舞劍者, 法里登劍士, 法里登步兵
  • 生命
    110%
    閃避
    +80%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    110%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    4 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordCorrodedPatrol
    Spectre Reservation
    53%
    Companion Reservation
    31.2%
    等級
    68
    生命
    9,083
    傷害
    256
    法術傷害
    256
    命中
    2,502
    攻擊時間
    1.5
    經驗值
    31,497
    召喚物生命
    7,623
    召喚物傷害
    1,066
    召喚物護甲
    2,413
    MeleeAtAnimationSpeedComboTEMP
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 205308
    [Critical|暴擊]率: 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]
    iconbasicattack
    EmptyActionMutewindWomanDodgeLeft
    攻擊
    Base Damage: 205308
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    攻擊
    Base Damage: 205308
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    攻擊, 近戰, 位移, 快行, AttackInPlace
    迴旋之刃
    Base Damage: 205308
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    迅速穿越敵人並同時造成武器傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    攻擊
    Base Damage: 205308
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    攻擊
    Base Damage: 205308
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]

    Object Type

    version 2
    extends "Metadata/Monsters/Mutewind/BanditWoman/MutewindBanditWoman"
    extends "Metadata/Monsters/Mutewind/MutewindPatrolBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Mutewind/MutewindWomanDualSwordCorrodedPatrol"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Faridun Bladedancer",
        life = 1.1,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "MutewindWomanWhirlingBlades",
            "MeleeAtAnimationSpeedComboTEMP",
            "EmptyActionMutewindWomanDodgeLeft",
            "EmptyActionMutewindWomanDodgeRight",
            "EmptyActionMutewindWomanDodgeLeftIdle",
            "EmptyActionMutewindWomanDodgeRightIdle",
            "WalkEmergeMutewind",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MutewindWomanWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. Only works with daggers, claws and one handed swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.066,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_flurry",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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["EmptyActionMutewindWomanDodgeLeft"] = {
        name = "EmptyActionMutewindWomanDodgeLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRight"] = {
        name = "EmptyActionMutewindWomanDodgeRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeLeftIdle"] = {
        name = "EmptyActionMutewindWomanDodgeLeftIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRightIdle"] = {
        name = "EmptyActionMutewindWomanDodgeRightIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeMutewind"] = {
        name = "WalkEmergeMutewind",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • 法里登舞劍者
    CategoryHumanoid人形
    IconEnemyEvasionStrong
    地區: 無畏隊
    stance movement speed +% final [-68]
    stance movement speed +% final [-62]
    Faridun Bladedancer
    Spectre
    Area無畏隊
    Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • 無畏隊: 法里登劍士, 法里登舞劍者
  • 生命
    110%
    閃避
    +80%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    110%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    4 ~ 14
    攻擊時間
    1.5 Second
    Damage Spread
    ±20%
    經驗值
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordGrim
    Spectre Reservation
    53%
    Companion Reservation
    31.2%
    等級
    31
    生命
    701
    傷害
    69
    法術傷害
    69
    命中
    508
    攻擊時間
    1.5
    經驗值
    2,135
    召喚物生命
    1,817
    召喚物傷害
    126
    召喚物護甲
    220
    MeleeAtAnimationSpeedComboTEMP
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 近戰, 玩家投射物, AttackInPlace
    基礎攻擊
    Base Damage: 5583
    [Critical|暴擊]率: 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]
    iconbasicattack
    EmptyActionMutewindWomanDodgeLeft
    攻擊
    Base Damage: 5583
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    攻擊
    Base Damage: 5583
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    攻擊, 近戰, 位移, 快行, AttackInPlace
    迴旋之刃
    Base Damage: 5583
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    迅速穿越敵人並同時造成武器傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    攻擊
    Base Damage: 5583
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    攻擊
    Base Damage: 5583
    [Critical|暴擊]率: 5%
    攻擊時間: 1.5 秒
    冷卻時間: 5 秒
    attack maximum action distance + [70]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/Mutewind/MutewindAggroAudio"
    
    Transitionable {}
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2733
    }
    
    Functions {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Mutewind/MutewindWomanDualSwordGrim"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Faridun Bladedancer",
        life = 1.1,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "MutewindWomanWhirlingBlades",
            "MeleeAtAnimationSpeedComboTEMP",
            "EmptyActionMutewindWomanDodgeLeft",
            "EmptyActionMutewindWomanDodgeRight",
            "EmptyActionMutewindWomanDodgeLeftIdle",
            "EmptyActionMutewindWomanDodgeRightIdle",
            "WalkEmergeMutewind",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MutewindWomanWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. Only works with daggers, claws and one handed swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.066,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_flurry",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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["EmptyActionMutewindWomanDodgeLeft"] = {
        name = "EmptyActionMutewindWomanDodgeLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRight"] = {
        name = "EmptyActionMutewindWomanDodgeRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.666,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeLeftIdle"] = {
        name = "EmptyActionMutewindWomanDodgeLeftIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionMutewindWomanDodgeRightIdle"] = {
        name = "EmptyActionMutewindWomanDodgeRightIdle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeMutewind"] = {
        name = "WalkEmergeMutewind",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • Edit

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