Зачарованный лютоволк
Зверь
Enthralled Dire Wolf
SpectreN
Tagsanimal_claw_weapon, beast, canine_beast, fast_movement, has_dagger, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, melee, physical_affinity, red_blood
Здоровье
450%
Ailment Threshold
450%
Сопротивление
0 0 0 0
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
130%
Type
WolfBossGreust
Metadata
WolfBossGreust
Уровень
68
Здоровье
28,950
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
560
Урон от чар
560
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
28,950
Chill
92
Shock
92
Brittle
518
Scorch
92
Sap
253
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 448–672
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
GreustWolfRallyingCry
Buff, Area, Duration, Warcry, Cooldown
Клич сплочения
Перезарядка: 6 сек.
Герой издаёт боевой клич, увеличивая урон и регенерацию маны себе и своим союзникам, если рядом есть враги. Увеличение урона зависит от количества врагов. Провоцирует всех врагов поблизости, заставляя их атаковать героя. Имеет общее время перезарядки с другими кличами.
Базовая длительность - 3.5 секунд(-ы)
25% увеличение урона
active skill area of effect radius +% final [-25]
base deal no attack damage [1]
base deal no secondary damage [1]
base deal no spell damage [1]

Object Type

version 2
extends "Metadata/Monsters/Lion/Lion"

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Lion/Lion"

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao"
}

Life
{
	on_death = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/WolfBossGreust"] = {
    name = "Enthralled Dire Wolf",
    life = 4.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "Melee",
        "GreustWolfRallyingCry",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GreustWolfRallyingCry"] = {
    name = "Rallying Cry",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Performs a warcry, granting increased damage and mana regeneration to the user and nearby allies if there are nearby enemies. The damage increase is proportional to the number of surrounding enemies. Taunts all nearby enemies to attack the user. Shares a cooldown with other Warcry skills.",
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Warcry] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        area = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "damage_+%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "base_deal_no_attack_damage",
        "base_deal_no_spell_damage",
        "base_deal_no_secondary_damage",
    },
    levels = {
        [1] = {25, 3500, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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