Kuduku, el Dios Falso
Constructo
Kuduku, the False God
SpectreN
AreaEl Saliente
TagsLanzador de hechizos, construct, immobile, is_unarmed, lightning_affinity, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour
Vida
360%
Armadura
+100%
Ailment Threshold
360%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
200%
Model Size
180%
Type
MonsterTotemBossKuduku
Metadata
TotemBossSpark
Nivel
6
Vida
173
Armadura
118
Evasión
166
Escudo de energía
0
Damage
10
Daño de hechizos
10
Precisión
18
Attack Time
1.5
Experiencia
134
Ailment Threshold
173
Chill
1
Shock
1
Brittle
3
Scorch
1
Sap
2
KudukuShockNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Nova de rayo
Probabilidad de golpe crítico: 3%
Tiempo de lanzamiento: 2.6 seg
Tiempo de recarga: 6 seg
Lanza un anillo de rayo a tu alrededor, seguido de una nova de rayo más grande. Cada efecto golpea a los enemigos dentro del área con daño de rayo.
KudukuSparkExtraProj
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 0.85 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 2.889 a 8.666 de daño de rayo
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 25%
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Totems/TotemBoss"

Actor
{
	slow_animations_go_to_idle = false
}

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/Totems/TotemBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemBossSpark"] = {
    name = "Kuduku, the False God",
    life = 3.6,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "KudukuSparkExtraProj",
        "KudukuShockNova",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["KudukuSparkExtraProj"] = {
    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",
    },
    levels = {
        [1] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["KudukuShockNova"] = {
    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",
    },
    levels = {
        [1] = {0.5, 1.5, -75, 100, 65, critChance = 3, levelRequirement = 7, statInterpolation = {3, 3},  cost = { }, },
    },
}
Kuduku, el Dios Falso
Constructo
Kuduku, the False God
SpectreN
TagsLanzador de hechizos, construct, immobile, is_unarmed, lightning_affinity, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour
Vida
140%
Armadura
+100%
Ailment Threshold
140%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
100%
Model Size
180%
Type
MonsterTotemBossEndlessLedge
Metadata
TotemBossEndlessLedge
Nivel
68
Vida
9,007
Armadura
57,580
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
9,007
Chill
28
Shock
28
Brittle
161
Scorch
28
Sap
79
MonsterShockNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Nova de rayo
Probabilidad de golpe crítico: 3%
Tiempo de lanzamiento: 0.75 seg
Lanza un anillo de rayo a tu alrededor, seguido de una nova de rayo más grande. Cada efecto golpea a los enemigos dentro del área con daño de rayo.
Inflige de 76.41 a 229.7 de daño de rayo
50% de probabilidad de electrocutar a los enemigos
El anillo inflige un 50% menos de daño
active skill area of effect radius +% final [5]
active skill shock effect +% final [20]
is area damage [1]
KudukuSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 0.65 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 22.02 a 66.05 de daño de rayo
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 25%
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemBossEndlessLedge"] = {
    name = "Kuduku, the False God",
    life = 1.4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "KudukuSpark",
        "MonsterShockNova",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["KudukuSpark"] = {
    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.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 0, 3500, 25, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 1, 3500, 25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 2, 3500, 25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, 4, 3500, 25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterShockNova"] = {
    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 = 0.75,
    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_shock_effect_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, -50, 50, 20, 5, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        [2] = {1.460000038147, 4.3899998664856, -50, 50, 20, 5, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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