IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Hombre lobo de campo
CategoryBeastsBestia
IconEnemyEvasion IconEnemyResistanceFireWeak IconEnemyResistanceCold
monster no drops or experience [1]
monster slain flask charges granted +% [400]
Court Werewolf
Spectre
Tagsbeast, Beast_onhit_audio, fast_movement, humanoid, mammal_beast, not_int, not_str, red_blood
Vida
105%
Evasión
+45%
Resistencia
IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
105%
Precisión
100%
Attack Distance
5 ~ 9
Tiempo de ataque
1.755 Second
Damage Spread
±20%
Experiencia
105%
Model Size
100%
Type
BaronWolfSummon
Metadata
BaronWerewolfSummon
Nivel
68
Vida
8,670
Damage
245
Daño de hechizos
245
Precisión
2,502
Tiempo de ataque
1.755
Experiencia
30,066
Minion Life
7,277
Minion Damage
1,017
Minion Armour
2,413
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 196294
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.755 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
GSBaronWolfSummonDeathExplode
Triggerable, Spell, Damage, AttackInPlace
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
Inflige de 382.6 a 573.9 de daño de hielo
action attack or cast time uses animation length [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
MAASBaronEndgameBasic
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque básico
Base Damage: 196294
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.755 seg
50% de probabilidad de aplicar sangrado
30% de probabilidad de lisiar al impactar
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 = "Emerge"
}

StateMachine
{
	define_shared_state = "hidden;"
	on_or_create_state_hidden_0 = "MakeCollidable();"
	on_or_create_state_hidden_1 = "RemoveCollidability();"
}

Transitionable {}

Functions {}

StateMachine {}

Stats
{
	set_base_heavy_stun_duration_ms = 2633
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Baron/BaronWerewolfSummon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Court Werewolf",
    life = 1.05,
    damage = 1.05,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "MAASBaronEndgameBasic",
        "GSBaronWolfSummonDeathExplode",
    },
    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["MAASBaronEndgameBasic"] = {
    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 = {
        "maim_on_hit_%",
        "bleed_on_hit_with_attacks_%",
        "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] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSBaronWolfSummonDeathExplode"] = {
    name = "GSBaronWolfSummonDeathExplode",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • monster slain flask charges granted +% [400]
    FamilyMonsterSlainFlaskCharges
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain flask charges granted +% 400 400 Global
  • Craft Tagsflask
    Edit

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