Дух рыгателя Сакаваля
Демон
Saqawine Retch Spirit
SpectreN
AreaГнездо Сакаваля
Tagsanimal_claw_weapon, beast, Чародейский, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, medium_movement, melee, not_str, physical_affinity, red_blood
Здоровье
1200%
Energy Shield From Life
50%
Уклонение
+20%
Ailment Threshold
1200%
Сопротивление
40 40 40 25
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 11
Attack Time
1.11 Second
Damage Spread
±20%
Опыт
300%
Model Size
124%
Type
KiwethBestiarySpiritBoss
Metadata
KiwethBestiarySpiritSubBoss
Уровень
70
Здоровье
94,066
Броня
33,714
Уклонение
6,097
Энергетический щит
3,469
Damage
632
Урон от чар
632
Точность
314
Attack Time
1.11
Опыт
32,160
Ailment Threshold
94,066
Chill
297
Shock
297
Brittle
1,683
Scorch
297
Sap
822
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 506–758
Шанс критического удара: 5%
Attack Time: 1.11 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
BestiaryKiwethSummonRavens
Spell, Multicastable, Triggerable
Время применения: 1.333 сек.
Перезарядка: 3 сек.
alternate minion [332]
number of monsters to summon [3]
summon specific monsters in front offset [150]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
CorpseWarpBestiaryKiwethBoss
Movement, Spell, Damage, Area, Totemable, Mineable, Trappable, Triggerable, Fire, AreaSpell, Travel
Обмен телами
Время применения: 1.33 сек.
Перезарядка: 6 сек.
Герой выбирает целью труп или врага, после чего уничтожает своё тело и создаёт его около указанной цели, нанося урон от чар в области отправления и прибытия. Если не указать конкретную цель, то умение будет отдавать приоритет выбора цели ближайшим трупам, а не живым врагам. При выборе целью трупа, труп будет взорван, нанося вокруг себя урон, не зависящий от модификаторов урона чар героя. Этот урон не может быть отражён. Эти чары нельзя сотворять повторно.
Наносит от 493.8 до 740.7 физического урона
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Bestiary/Avian_boss/SummonedBloodRavenDeathEffect.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/KiwethBestiarySpiritSubBoss"] = {
    name = "Saqawine Retch Spirit",
    life = 12,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.11,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "BestiaryKiwethSummonRavens",
        "CorpseWarpBestiaryKiwethBoss",
    },
    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["BestiaryKiwethSummonRavens"] = {
    name = "BestiaryKiwethSummonRavens",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.333,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summon_specific_monsters_in_front_offset",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {3, 332, 30, 150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CorpseWarpBestiaryKiwethBoss"] = {
    name = "Bodyswap",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Violently destroys your body and recreates it at the location of a targeted enemy or corpse, dealing spell damage in an area at both locations. If there is no specific target, it will prioritise corpses over enemies. If targeting a corpse, the corpse will also explode, dealing damage around it that is not affected by modifiers to spell damage, and cannot be reflected. This spell cannot be repeated.",
    skillTypes = {
        [SkillType.Movement] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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