Ância Saqawine Saqueadora
Demoníaco
monster base type attack cast speed +% and damage -% final [11]
Dano de Projétil aumentado em 20%
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
Raridade dos Itens Derrubados aumentada em %
monster no map drops [1]
stance movement speed +% final [100]
Saqawine Retch Scavenger
SpectreN
Tagsanimal_claw_weapon, beast, Conjurador, demon, fire_affinity, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, ranged, red_blood, slow_movement
Packs
  • Ância Saqawine, Ância Saqawine Companheira, Ância Saqawine Saqueadora
  • Vida
    600%
    Energy Shield From Life
    50%
    Evasão
    +20%
    Ailment Threshold
    600%
    Resistência
    0 40 0 0
    Damage
    90%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    114%
    Type
    KiwethBestiaryMinion
    Metadata
    KiwethBestiaryMinionCorpseEruption
    Nível
    68
    Vida
    38,600
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    336
    Dano Mágico
    336
    Precisão
    290
    Attack Time
    1.11
    Experiência
    15,383
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 269–403
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBestiaryHellion
    walk emerge distance [450]
    BestiaryCoreCorpseMortar
    Spell, Area
    Tempo de Conjuração: 1 seg
    Causa 24.91 a 37.36 de Dano de Fogo
    base is projectile [1]
    corpse skill has triggers [1]
    is area damage [1]
    monster projectile variation [5]
    BestiaryCorpseEruption
    Spell, Area, Fire, Duration, Projectile, Multicastable, Trappable, Totemable, Mineable, Triggerable, Damage, Cascadable, Projectile, CanRapidFire, AreaSpell, Orb
    Cremação
    Tempo de Conjuração: 0.5 seg
    Um cadáver alvo explode, causando dano em área e se tornando um gêiser vulcânico que liberará projéteis repetidamente em sequência na área ao redor por um tempo. A explosão do cadáver não é afetada por modificadores de dano mágico e não pode ser refletida.
    Causa 324.9 a 487.3 de Dano Físico
    Dispara Projéteis a cada 1 segundos
    Duração base é de 4 segundos
    Máximo de 1 Gêiseres por vez
    Dispara 2 Projéteis adicionais
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    cast on corpse consume [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Monster
    {
        preload_object_type = "Metadata/Projectiles/AbyssBoneHuskMortarObject"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/KiwethBestiaryMinionCorpseEruption"] = {
        name = "Saqawine Retch Scavenger",
        life = 6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "WalkEmergeBestiaryHellion",
            "BestiaryCorpseEruption",
            "BestiaryCoreCorpseMortar",
        },
        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["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryCorpseEruption"] = {
        name = "Cremation",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Duration] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "corpse_erruption_base_maximum_number_of_geyers",
            "number_of_additional_projectiles",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "cremation_base_fires_projectile_every_x_ms",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "cast_on_corpse_consume",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -60, 1000, -33, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryCoreCorpseMortar"] = {
        name = "BestiaryCoreCorpseMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "is_area_damage",
            "base_is_projectile",
            "corpse_skill_has_triggers",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    Raridade dos Itens Derrubados aumentada em %
    monster no map drops [1]
    IdMonsterBestiaryDropModifiers
    FamilyLeagueMonsterDropModifiers
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Ância Saqawine Saqueadora
    Demoníaco
    monster base type attack cast speed +% and damage -% final [11]
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    Raridade dos Itens Derrubados aumentada em %
    monster no map drops [1]
    stance movement speed +% final [100]
    Saqawine Retch Scavenger
    SpectreN
    AreaPuleiro de Saqawal
    Tagsanimal_claw_weapon, beast, Conjurador, demon, fire_affinity, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, ranged, red_blood, slow_movement
    Packs
  • Puleiro de Saqawal: Ância Saqawine Companheira, Ância Saqawine Saqueadora
  • Vida
    600%
    Energy Shield From Life
    50%
    Evasão
    +20%
    Ailment Threshold
    600%
    Resistência
    0 40 0 0
    Damage
    90%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    114%
    Type
    KiwethBestiaryMinion
    Metadata
    KiwethBestiaryMinionCorpseEruptionBossPack_
    Nível
    70
    Vida
    47,033
    Armadura
    33,714
    Evasão
    6,097
    Escudo de Energia
    3,469
    Damage
    379
    Dano Mágico
    379
    Precisão
    314
    Attack Time
    1.11
    Experiência
    16,080
    Ailment Threshold
    47,033
    Chill
    149
    Shock
    149
    Brittle
    841
    Scorch
    149
    Sap
    411
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 303–455
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBestiaryHellion
    walk emerge distance [450]
    BestiaryCoreCorpseMortar
    Spell, Area
    Tempo de Conjuração: 1 seg
    Causa 24.91 a 37.36 de Dano de Fogo
    base is projectile [1]
    corpse skill has triggers [1]
    is area damage [1]
    monster projectile variation [5]
    BestiaryCorpseEruption
    Spell, Area, Fire, Duration, Projectile, Multicastable, Trappable, Totemable, Mineable, Triggerable, Damage, Cascadable, Projectile, CanRapidFire, AreaSpell, Orb
    Cremação
    Tempo de Conjuração: 0.5 seg
    Um cadáver alvo explode, causando dano em área e se tornando um gêiser vulcânico que liberará projéteis repetidamente em sequência na área ao redor por um tempo. A explosão do cadáver não é afetada por modificadores de dano mágico e não pode ser refletida.
    Causa 344.7 a 517 de Dano Físico
    Dispara Projéteis a cada 1 segundos
    Duração base é de 4 segundos
    Máximo de 1 Gêiseres por vez
    Dispara 2 Projéteis adicionais
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    cast on corpse consume [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Monster
    {
        preload_object_type = "Metadata/Projectiles/AbyssBoneHuskMortarObject"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/KiwethBestiaryMinionCorpseEruptionBossPack_"] = {
        name = "Saqawine Retch Scavenger",
        life = 6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "WalkEmergeBestiaryHellion",
            "BestiaryCorpseEruption",
            "BestiaryCoreCorpseMortar",
        },
        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["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryCorpseEruption"] = {
        name = "Cremation",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A targeted corpse explodes, dealing area damage and turning into a volcanic geyser, which will repeatedly unleash projectiles sequentially over the surrounding area for a duration. The explosion of the corpse is not affected by modifiers to spell damage, and cannot be reflected.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Duration] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "corpse_erruption_base_maximum_number_of_geyers",
            "number_of_additional_projectiles",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "cremation_base_fires_projectile_every_x_ms",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "cast_on_corpse_consume",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, 1, 2, -60, 1000, -33, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryCoreCorpseMortar"] = {
        name = "BestiaryCoreCorpseMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "is_area_damage",
            "base_is_projectile",
            "corpse_skill_has_triggers",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    Raridade dos Itens Derrubados aumentada em %
    monster no map drops [1]
    IdMonsterBestiaryDropModifiers
    FamilyLeagueMonsterDropModifiers
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Edit

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