IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Emboscador hombre lobo
CategoryBeastsBestia
IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceCold
stance movement speed +% final [100]
Werewolf Prowler
Spectre
AreaEl bosque singular, Las piedras de Serle, Los megalitos ezomitas, El refugio del zigurat
Tagsbeast, Beast_onhit_audio, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
Packs
  • El bosque singular, Las piedras de Serle: Emboscador hombre lobo
  • El refugio del zigurat: Emboscador hombre lobo, Hombre lobo de la manada
  • Emboscador hombre lobo, Hombre lobo de la manada
  • Los megalitos ezomitas: Emboscador hombre lobo
  • Vida
    140%
    Evasión
    +40%
    Resistencia
    IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    154%
    Precisión
    100%
    Attack Distance
    6 ~ 12
    Tiempo de ataque
    2.25 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    WerewolfProwler
    Metadata
    WerewolfProwler1
    Nivel
    65
    Vida
    9,177
    Damage
    327
    Daño de hechizos
    327
    Precisión
    2,228
    Tiempo de ataque
    2.25
    Experiencia
    30,110
    Minion Life
    8,795
    Minion Damage
    1,277
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 262392
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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
    WerewolfProwlerHowlEAS
    Spell
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 15 seg
    MeleeAtAnimationSpeed2
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 262392
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2250
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Werewolves/WerewolfProwler1"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Werewolf Prowler",
        life = 1.4,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeed2",
            "WerewolfProwlerHowlEAS",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MeleeAtAnimationSpeed2"] = {
        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["WerewolfProwlerHowlEAS"] = {
        name = "WerewolfProwlerHowlEAS",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final 100 100 Global
  • Craft TagsVelocidad
    Emboscador hombre lobo
    CategoryBeastsBestia
    IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceCold
    stance movement speed +% final [100]
    Werewolf Prowler
    Spectre
    Tagsbeast, Beast_onhit_audio, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
    Packs
  • Emboscador hombre lobo, Hombre lobo de la manada
  • Vida
    140%
    Evasión
    +40%
    Resistencia
    IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    154%
    Precisión
    100%
    Attack Distance
    6 ~ 12
    Tiempo de ataque
    2.25 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    WerewolfProwler
    Metadata
    WerewolfProwlerStrongbox
    Nivel
    68
    Vida
    11,560
    Damage
    359
    Daño de hechizos
    359
    Precisión
    2,502
    Tiempo de ataque
    2.25
    Experiencia
    40,088
    Minion Life
    9,702
    Minion Damage
    1,492
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 287431
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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
    WerewolfProwlerHowlEAS
    Spell
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 15 seg
    MeleeAtAnimationSpeed2
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 287431
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    StateMachine {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2250
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Werewolves/WerewolfProwlerStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Werewolf Prowler",
        life = 1.4,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeed2",
            "WerewolfProwlerHowlEAS",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MeleeAtAnimationSpeed2"] = {
        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["WerewolfProwlerHowlEAS"] = {
        name = "WerewolfProwlerHowlEAS",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final 100 100 Global
  • Craft TagsVelocidad
    Emboscador hombre lobo
    CategoryBeastsBestia
    IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceCold
    stance movement speed +% final [100]
    Werewolf Prowler
    Spectre
    Tagsbeast, Beast_onhit_audio, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, red_blood
    Vida
    140%
    Evasión
    +40%
    Resistencia
    IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    154%
    Precisión
    100%
    Attack Distance
    6 ~ 12
    Tiempo de ataque
    2.25 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    WerewolfProwler
    Metadata
    WerewolfProwlerRunemarked
    Nivel
    68
    Vida
    11,560
    Damage
    359
    Daño de hechizos
    359
    Precisión
    2,502
    Tiempo de ataque
    2.25
    Experiencia
    40,088
    Minion Life
    9,702
    Minion Damage
    1,492
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 287431
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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
    WerewolfProwlerHowlEAS
    Spell
    Tiempo de lanzamiento: 2 seg
    Tiempo de recarga: 15 seg
    MeleeAtAnimationSpeed2
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 287431
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 2.25 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
    SSMWerewolfRunemarkedWolves
    Spell, Multicastable, Triggerable, AttackInPlace
    Tiempo de lanzamiento: 1 seg
    alternate minion [1126]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    GTWerewolfRunemarkedWolves
    Spell, Triggerable, AttackInPlace
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 12 seg
    action attack or cast time uses animation length [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Werewolves/Runemarked/WerewolfProwlerRunemarked"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Werewolf Prowler",
        life = 1.4,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MeleeAtAnimationSpeed2",
            "WerewolfProwlerHowlEAS",
            "SSMWerewolfRunemarkedWolves",
            "GTWerewolfRunemarkedWolves",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MeleeAtAnimationSpeed2"] = {
        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["WerewolfProwlerHowlEAS"] = {
        name = "WerewolfProwlerHowlEAS",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMWerewolfRunemarkedWolves"] = {
        name = "SSMWerewolfRunemarkedWolves",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 1126, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTWerewolfRunemarkedWolves"] = {
        name = "GTWerewolfRunemarkedWolves",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final 100 100 Global
  • Craft TagsVelocidad
    Edit

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