IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Bailarina de espadas faridun
CategoryHumanoidHumanoide
IconEnemyEvasionStrong
stance movement speed +% final [-68]
stance movement speed +% final [-62]
Faridun Bladedancer
Spectre
AreaEl refugio del zigurat
Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
Packs
  • El refugio del zigurat: Lanzadora de jabalina faridun, Infantería faridun, Novata faridun, Bailarina de espadas faridun
  • Vida
    110%
    Evasión
    +80%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisión
    100%
    Attack Distance
    4 ~ 14
    Tiempo de ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSword
    Nivel
    65
    Vida
    7,211
    Damage
    234
    Daño de hechizos
    234
    Precisión
    2,228
    Tiempo de ataque
    1.5
    Experiencia
    23,658
    Minion Life
    6,910
    Minion Damage
    912
    Minion Armour
    2,023
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    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
    Attack
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    Attack
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    Attack, Melee, Movement, Travel, AttackInPlace
    Filos giratorios
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    Te lanzas entre los enemigos e infliges daño de arma. Solo funciona con dagas, garras y espadas a una mano. No puede ser asistida por Golpes múltiples.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    Attack
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    Attack
    Base Damage: 187280
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    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
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • Bailarina de espadas faridun
    CategoryHumanoidHumanoide
    IconEnemyEvasionStrong
    stance movement speed +% final [-68]
    stance movement speed +% final [-62]
    Faridun Bladedancer
    Spectre
    AreaLas puertas de Halani, Las torres de Deshar, Reservorio de Qimah
    Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • Las torres de Deshar, Reservorio de Qimah: Empaladora faridun, Espadachín faridun, Bailarina de espadas faridun
  • Las puertas de Halani: Espadachín faridun, Bailarina de espadas faridun
  • Empaladora faridun, Novata faridun, Bailarina de espadas faridun, Infantería faridun
  • Vida
    110%
    Evasión
    +80%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisión
    100%
    Attack Distance
    4 ~ 14
    Tiempo de ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordCorroded_
    Nivel
    56
    Vida
    4,132
    Damage
    175
    Daño de hechizos
    175
    Precisión
    1,556
    Tiempo de ataque
    1.5
    Experiencia
    13,801
    Minion Life
    5,079
    Minion Damage
    564
    Minion Armour
    1,176
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    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
    Attack
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    Attack
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    Attack, Melee, Movement, Travel, AttackInPlace
    Filos giratorios
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    Te lanzas entre los enemigos e infliges daño de arma. Solo funciona con dagas, garras y espadas a una mano. No puede ser asistida por Golpes múltiples.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    Attack
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    Attack
    Base Damage: 140210
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    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
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • Bailarina de espadas faridun
    CategoryHumanoidHumanoide
    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
  • Bailarina de espadas faridun, Lancero faridun, Espadachín faridun, Lancera faridun, Cortavientos faridun
  • Infantería pesada faridun, Bailarina de espadas faridun, Espadachín faridun, Infantería faridun
  • Vida
    110%
    Evasión
    +80%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisión
    100%
    Attack Distance
    4 ~ 14
    Tiempo de ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordCorrodedPatrol
    Nivel
    68
    Vida
    9,083
    Damage
    256
    Daño de hechizos
    256
    Precisión
    2,502
    Tiempo de ataque
    1.5
    Experiencia
    31,497
    Minion Life
    7,623
    Minion Damage
    1,066
    Minion Armour
    2,413
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    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
    Attack
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    Attack
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    Attack, Melee, Movement, Travel, AttackInPlace
    Filos giratorios
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    Te lanzas entre los enemigos e infliges daño de arma. Solo funciona con dagas, garras y espadas a una mano. No puede ser asistida por Golpes múltiples.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    Attack
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    Attack
    Base Damage: 205308
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    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
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -62 -62 Global
  • Bailarina de espadas faridun
    CategoryHumanoidHumanoide
    IconEnemyEvasionStrong
    stance movement speed +% final [-68]
    stance movement speed +% final [-62]
    Faridun Bladedancer
    Spectre
    AreaEl Acorazado
    Tags1HSword_onhit_audio, fast_movement, human, humanoid, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • El Acorazado: Espadachín faridun, Bailarina de espadas faridun
  • Vida
    110%
    Evasión
    +80%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisión
    100%
    Attack Distance
    4 ~ 14
    Tiempo de ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    MutewindWomanDualSword
    Metadata
    MutewindWomanDualSwordGrim
    Nivel
    31
    Vida
    701
    Damage
    69
    Daño de hechizos
    69
    Precisión
    508
    Tiempo de ataque
    1.5
    Experiencia
    2,135
    Minion Life
    1,817
    Minion Damage
    126
    Minion Armour
    220
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    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
    Attack
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRight
    Attack
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    MutewindWomanWhirlingBlades
    Attack, Melee, Movement, Travel, AttackInPlace
    Filos giratorios
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    Te lanzas entre los enemigos e infliges daño de arma. Solo funciona con dagas, garras y espadas a una mano. No puede ser asistida por Golpes múltiples.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    WalkEmergeMutewind
    walk emerge distance [300]
    EmptyActionMutewindWomanDodgeLeftIdle
    Attack
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    attack maximum action distance + [70]
    EmptyActionMutewindWomanDodgeRightIdle
    Attack
    Base Damage: 5583
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    Tiempo de recarga: 5 seg
    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
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [-68]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final -68 -68 Global
  • stance movement speed +% final [-62]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (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.