IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Lobisomem da Corte
CategoryBeastsFera
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%
Evasão
+45%
Resistência
IconEnemyResistanceFire-30 IconEnemyResistanceCold30 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
105%
Precisão
100%
Attack Distance
5 ~ 9
Tempo de Ataque
1.755 Second
Damage Spread
±20%
Experiência
105%
Model Size
100%
Type
BaronWolfSummon
Metadata
BaronWerewolfSummon
Nível
68
Vida
8,670
1,027
Damage
245
Dano Mágico
245
Precisão
2,502
Tempo de Ataque
1.755
Experiência
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
Chance de Golpe Crítico: 5%
Tempo de Ataque: 1.755 s
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
Chance de Golpe Crítico: 6%
Tempo de Conjuração: 1 s
Causa de 382.6 a 573.9 de dano de frio
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
Chance de Golpe Crítico: 5%
Tempo de Ataque: 1.755 s
50% de chance de causar sangramento
30% de chance de mutilar ao atingir
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.