MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Oiseau-tonnerre primal imparfait
Cadavres
Type du monstre: Bête
Utilise Élan de la Déstruction
Utilise Cri strident de la Splendeur
Effectuez un clic droit sur cet objet pour créer ce cadavre.
Imperfect Primal Thunderbird
Oiseau-tonnerre primal imparfait HarvestBirdLow /9
NomDescriptions détaillées
DropLevel 68
BaseType Imperfect Primal Thunderbird
BaseType Oiseau-tonnerre primal imparfait
Class Cadavres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/HarvestBirdLow
Tagsitemisedcorpse_low
IconArt/2DItems/Currency/Azmeri/RavenBossBlueCorpse
ReferenceCommunity Wiki
keyval
Base.base_level1
Base.tagdefault
Base.description_textItemDescriptionItemisedCorpse
client.RenderItem
Usable.use_typeUsable
Usable.actionspawn_itemised_corpse
Oiseau-tonnerre primal imparfait
Bête
IconEnemyResistanceLightningStrong
Imperfect Primal Thunderbird
Spectre
Tagsanimal_claw_weapon, avian_beast, beast, Lanceur de sorts, flesh_armour, has_dagger, has_one_handed_melee, large_model, lightning_affinity, medium_movement, melee, not_str, red_blood, small_height, standalone_map_boss
Vie
188%
Energy Shield From Life
60%
Évasion
+60%
Ailment Threshold
188%
Résistance
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightningStrong75% IconEnemyResistanceChaos0%
Damage
150%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 14
Attack Time
1.995 Second
Damage Spread
±20%
Expérience
150%
Model Size
100%
Type
AzmeriHarvestBird
Metadata
HarvestBirdLow
Niveau
68
Vie
12,095
Armure
28,790
Score d'Évasion
7,582
Bouclier d'énergie
6,911
Damage
560
Dégâts des sorts
560
Précision
580
Attack Time
1.995
Expérience
15,383
Minion Life
2,623
Minion Energy Shield
1,499
Minion Damage
447
Ailment Threshold
12,095
Chill
38
Shock
38
Brittle
216
Scorch
38
Sap
106
Phys Convert Ele
240%
MeleeAtAnimationSpeedLightning
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 448672
Chances de coup critique: 5%
Dégâts d'Attaque: 75%
Attack Time: 1.995 sec.
Frappez vos ennemis d'un coup puissant.
75% des Dégâts physiques sont Convertis en Dégâts de foudre
25% de Perte de Dégâts d'Attaque
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
AzmeriRavenScreechOfSplendour
Spell
Temps d'incantation: 4 sec.
Temps de recharge: 12 sec.
monster penalty against minions damage +% final vs player minions [-50]
skill cannot be knocked back [1]
skill cannot be stunned [1]
AzmeriRavenDashOfDestruction
Spell
Temps d'incantation: 4 sec.
Temps de recharge: 12 sec.
main hand base maximum attack distance [20]
monster penalty against minions damage +% final vs player minions [-25]
skill cannot be knocked back [1]
skill cannot be stunned [1]
AzmeriBirdBeam
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
active skill area of effect radius +% final [-50]
is area damage [1]
skill range +% [-100]
spell maximum base lightning damage [2808]
spell minimum base lightning damage [936.1]
AzmeriBirdDashGT1
Triggerable, Spell
Temps d'incantation: 1 sec.
AzmeriBirdDashGT2
Triggerable, Spell
Temps d'incantation: 1 sec.
AzmeriBirdScreech
Spell, Triggerable
Chances de coup critique: 25%
Temps d'incantation: 1 sec.
La Durée de base est de 4 secondes
is area damage [1]
spell maximum base lightning damage [669.1]
spell minimum base lightning damage [223]
GSAzmeriBirdDashZap
Spell, Triggerable
Chances de coup critique: 15%
Temps d'incantation: 1 sec.
is area damage [1]
spell maximum base lightning damage [1261]
spell minimum base lightning damage [678.8]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	damage_hit_effect_index = 2
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/HarvestBirdLow"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 75,
    chaosResist = 0,
    name = "Imperfect Primal Thunderbird",
    life = 1.88,
    energyShield = 0.6,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "MeleeAtAnimationSpeedLightning",
        "GSAzmeriBirdDashZap",
        "AzmeriBirdBeam",
        "AzmeriBirdDashGT1",
        "AzmeriBirdDashGT2",
        "AzmeriBirdScreech",
        "AzmeriRavenScreechOfSplendour",
        "AzmeriRavenDashOfDestruction",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedLightning"] = {
    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_physical_damage_%_to_convert_to_lightning",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSAzmeriBirdDashZap"] = {
    name = "GSAzmeriBirdDashZap",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, critChance = 15, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBirdBeam"] = {
    name = "AzmeriBirdBeam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_range_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, -100, -50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBirdDashGT1"] = {
    name = "AzmeriBirdDashGT1",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBirdDashGT2"] = {
    name = "AzmeriBirdDashGT2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBirdScreech"] = {
    name = "AzmeriBirdScreech",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 4000, critChance = 25, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriRavenScreechOfSplendour"] = {
    name = "AzmeriRavenScreechOfSplendour",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_cannot_be_knocked_back",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {-50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriRavenDashOfDestruction"] = {
    name = "AzmeriRavenDashOfDestruction",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_cannot_be_knocked_back",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {20, -25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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