MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Agitador de Muerte
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Género: Simios
Grupo: Aves
Familia: Las Arenas
monster base type attack cast speed +% and damage -% final [11]
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
monster no map drops [1]
monster is invasion boss [1]
stance movement speed +% final [100]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Deathflutter
Spectre
AreaInvasionBoss
End GameVida máxima aumentada un 50%
Tagsanimal_claw_weapon, avian_beast, beast, Lanzador de hechizos, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, invasion_boss, large_height, melee, not_str, physical_affinity, red_blood, slow_movement
Packs
  • InvasionBoss: Agitador de Muerte, Desdichado aviar
  • Vida
    288%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    288%
    Resistencia
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    192%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    160%
    Model Size
    130%
    Type
    KiwethBossInvasion
    Metadata
    KiwethBossInvasion
    Nivel
    68
    Vida
    18,528
    Armadura
    28,790
    Evasión
    5,687
    Escudo de energía
    8,823
    Damage
    717
    Daño de hechizos
    717
    Precisión
    580
    Attack Time
    1.11
    Experiencia
    16,408
    Minion Life
    4,019
    Minion Energy Shield
    1,914
    Minion Damage
    573
    Ailment Threshold
    18,528
    Chill
    59
    Shock
    59
    Brittle
    331
    Scorch
    59
    Sap
    162
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 574861
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    BirdmanConsumeCorpseInvasion
    Spell
    Tiempo de lanzamiento: 2.67 seg
    BirdmanBloodProjectileInvasion
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Triggerable
    Base Damage: 574861
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Inflige un 10% más de daño
    Velocidad de ataque aumentada un 100%
    active skill area of effect radius +% final [20]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Kiweth/KiwethBossInvasion"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Deathflutter",
        life = 2.88,
        energyShield = 0.5,
        damage = 1.92,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BirdmanConsumeCorpseInvasion",
            "BirdmanBloodProjectileInvasion",
        },
        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["BirdmanConsumeCorpseInvasion"] = {
        name = "BirdmanConsumeCorpseInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BirdmanBloodProjectileInvasion"] = {
        name = "BirdmanBloodProjectileInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {-30, 100, 10, levelRequirement = 3, statInterpolation = {1},  cost = { }, },
            [2] = {-20, 100, 10, levelRequirement = 17, statInterpolation = {1},  cost = { }, },
            [3] = {-10, 100, 10, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
            [4] = {100, 10, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [5] = {10, 100, 10, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [6] = {20, 100, 10, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
            [7] = {25, 100, 10, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [8] = {30, 100, 10, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 11 11 Global
  • Craft Tagscaster_damage Daño Ataque Lanzador de hechizos Velocidad
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    FamilyMonsterInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster dropped item rarity +% 800 800 Global
  • monster dropped item quantity +% 300 300 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valor fijo
  • monster is invasion boss [1]
    FamilyMonsterIsInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster is invasion boss 1 1 Global — Valor fijo
  • FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    stance movement speed +% final [100]
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • stance movement speed +% final 100 100 Global
  • Craft TagsVelocidad
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • level 33 or lower life +% final -20 -20 Global
  • level 33 or lower damage +% final -20 -20 Global
  • Craft Tagsresource Vida Daño
    Edit

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