MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
사카왈 레치 혼백
악마
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Saqawine Retch Spirit
Spectre
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
생명력
1000%
Energy Shield From Life
50%
회피
+20%
Ailment Threshold
1000%
저항
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
125%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.11 Second
Damage Spread
±20%
경험치
250%
Model Size
124%
Type
KiwethBestiarySpiritBoss
Metadata
KiwethBestiarySpiritSubBoss
레벨
70
생명력
78,388
방어도
33,714
회피
6,097
에너지 보호막
34,685
Damage
527
주문 피해
527
정확도
628
Attack Time
1.11
경험치
26,800
Minion Life
16,701
Minion Energy Shield
7,390
Minion Damage
423
Ailment Threshold
78,388
Chill
248
Shock
248
Brittle
1,402
Scorch
248
Sap
685
Phys Convert Ele
250%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 421632
치명타 확률: 5%
Attack Time: 1.11 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
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]
CorpseWarp

Object Type

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/KiwethBestiarySpiritSubBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Saqawine Retch Spirit",
    life = 10,
    energyShield = 0.5,
    damage = 1.25,
    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.