Mercenario de la Guadaña negra
expedition_monster
stance movement speed +% final [318]
global maim on hit [1]
Black Scythe Mercenary
SpectreY
Tags1HSword_onhit_audio, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity, slashing_weapon, undead, very_slow_movement, ward_armour
Packs
  • Mercenario de la Guadaña negra
  • Mercenario de la Guadaña negra, Portador de hielo exhumado, Devastador exhumado, Zombi exhumado
  • Vida
    150%
    Armadura
    +40%
    Resistencia
    0 0 0 0
    Damage
    150%
    Precisión
    100%
    Impactos críticos Chance
    5%
    Bonificación de daño crítico
    +30%
    Attack Distance
    4 ~ 12
    Tiempo de ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    ExpeditionScytheHand
    Metadata
    ExpeditionScytheHand_
    Nivel
    68
    Vida
    11,636
    Armadura
    4,831
    Evasión
    477
    Damage
    350
    Daño de hechizos
    350
    Precisión
    2,180
    Tiempo de ataque
    1.5
    Experiencia
    42,951
    Minion Life
    16,920
    Minion Damage
    2,845
    Minion Armour
    7,592
    DTTExpeditionScytheHand
    Spell, Movement
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 5 seg
    leap slam minimum distance [40]
    walk emerge extra distance [-9]
    ExpeditionScytheHandDoubleStrike
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 80%
    Tiempo de ataque: 1.5 seg
    Inflige un 20% menos de daño de ataques
    action attack or cast time uses animation length [1]
    GAExpeditionScytheLeft
    Triggerable, Attack
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 65%
    Tiempo de ataque: 1.5 seg
    Inflige un 35% menos de daño de ataques
    is area damage [1]
    GAExpeditionScytheRight
    Triggerable, Attack
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 65%
    Tiempo de ataque: 1.5 seg
    Inflige un 35% menos de daño de ataques
    is area damage [1]
    GAExpeditionScytheDTT
    Triggerable, Channel, Attack
    Base Damage: 280–420
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.5 seg
    is area damage [1]
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque básico
    Base Damage: 280–420
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpeditionNew/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3000
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpeditionNew/ExpeditionMonsterEliteBase"
    
    Actor
    {
    	on_start_DashToTarget = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_DashToTarget = "SetStateTo( glowboost, 0 );"
    }
    
    Life
    {
    	on_death = "AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_FadeOut.epk' );"
    	on_spawned_dead = { AddEffectPack( 'Metadata/Effects/Utility/EPKs/EmissiveChannel_OFF.epk' ); }
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpeditionNew/ScytheHand/ExpeditionScytheHand_"] = {
        name = "Black Scythe Mercenary",
        life = 1.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ExpeditionScytheHandDoubleStrike",
            "GAExpeditionScytheRight",
            "GAExpeditionScytheLeft",
            "GAExpeditionScytheDTT",
            "DTTExpeditionScytheHand",
        },
        modList = {
        },
    }
    -- 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.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["ExpeditionScytheHandDoubleStrike"] = {
        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.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAExpeditionScytheRight"] = {
        name = "GAExpeditionScytheRight",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 0.65, critChance = -0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAExpeditionScytheLeft"] = {
        name = "GAExpeditionScytheLeft",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 0.65, critChance = -0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAExpeditionScytheDTT"] = {
        name = "GAExpeditionScytheDTT",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Channel] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTExpeditionScytheHand"] = {
        name = "DTTExpeditionScytheHand",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
        },
        levels = {
            [1] = {-9, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterTagExpedition
    FamilyMonsterTag
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Adds Tagsexpedition_monster
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [318]
    IdStaceScytheHand_
    FamilyStance
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 318 Max: 318 Global
  • Craft Tagsspeed
    global maim on hit [1]
    IdMonsterMaimOnHit
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global maim on hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Edit

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