Espírito da Fortuna Imperfeito
Cadáver
Categoria do Monstro: Construto
Conjura Nova Elétrica
Conjura Faísca
Conjura Armadilha Relampejante
Clique com o botão direito neste item para criar seu cadáver.
Imperfect Spirit of Fortune
Espírito da Fortuna Imperfeito KudukuLow /8
NomeExibir Descrições Completas
DropLevel 1
BaseType Imperfect Spirit of Fortune
BaseType Espírito da Fortuna Imperfeito
Class Patuá
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/KudukuLow
IconArt/2DItems/Currency/Azmeri/KudukuTotemCorpse
ReferenceCommunity Wiki
Espírito da Fortuna Imperfeito
Construto
Imperfect Spirit of Fortune
SpectreY
TagsConjurador, construct, immobile, is_unarmed, large_model, lightning_affinity, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour
Vida
428%
Armadura
+200%
Ailment Threshold
428%
Resistência
0 52 52 0
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
150%
Model Size
180%
Type
AzmeriKuduku
Metadata
KudukuLow
Nível
68
Vida
27,535
Armadura
86,370
Evasão
4,739
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.5
Experiência
15,383
Ailment Threshold
27,535
Chill
87
Shock
87
Brittle
493
Scorch
87
Sap
241
AzmeriKudukuShockNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Nova Elétrica
Chance de Crítico: 5%
Tempo de Conjuração: 2.6 seg
Recarga: 6 seg
Conjura um anel de Raio ao seu redor, seguido por uma explosão de Raio maior. Cada efeito acerta os inimigos dentro da área com Dano de Raio.
Causa 1933 a 5800 de Dano de Raio
100% de chance de Eletrizar inimigos
Anel causa 60% menos Dano
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [65]
is area damage [1]
AzmeriKudukuSparkExtraProj
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Chance de Crítico: 5%
Tempo de Conjuração: 0.85 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 581.9 a 1746 de Dano de Raio
Duração base é de 3.5 segundos
Dispara 3 Projéteis adicionais
Velocidade de Projéteis aumentada em 30%
action attack or cast time uses animation length [1]
base is projectile [1]
AzmeriKudukuWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Teleporte Relampejante
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 2 seg
Aguarda por uma tempo antes de teleportar o destino alvo, com a duração sendo baseada na distância e sua velocidade de movimento. Quando o teleporte acontecer, o dano de raio é causado na área ao redor tanto de onde o jogador estava, quanto para onde ele teleportou. Conjurar novamente colocará vários teleportes na fila para acontecer em sequência.
Causa 1657 a 4971 de Dano de Raio
Velocidade de Conjuração aumentada em 150%
Duração reduzida em 80%
action attack or cast time uses animation length [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/kuduku/buildup.ao"
}

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/KudukuLow"] = {
    name = "Imperfect Spirit of Fortune",
    life = 4.28,
    fireResist = 0,
    coldResist = 52,
    lightningResist = 52,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "AzmeriKudukuSparkExtraProj",
        "AzmeriKudukuShockNova",
        "AzmeriKudukuWarp",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriKudukuSparkExtraProj"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, 3500, 3, 30, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriKudukuShockNova"] = {
    name = "Shock Nova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.6,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "newshocknova_first_ring_damage_+%_final",
        "base_chance_to_shock_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, -60, 100, 65, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriKudukuWarp"] = {
    name = "Lightning Warp",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Movement] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "variable_duration_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_effect_duration_+%",
        "base_cast_speed_+%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, -80, 150, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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