Pesadilla de Malígaro
Demonio
monster base type attack cast speed +% and damage -% final [33]
Las trampas no pueden ser dañadas durante +5 segundos después de ser lanzadas
Las minas no pueden ser dañadas durante +5 segundos después de ser lanzadas
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
monster penalty against minions damage +% final vs player minions [-20]
Permite colocar hasta 60 trampas adicionales a la vez
kill traps mines and totems on death [1]
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
No puede ser empujado
Nightmare of Maligaro
SpectreN
AreaMapa de Abominación
Tagsbludgeoning_weapon, bone_armour, Lanzador de hechizos, demon, fire_affinity, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, not_str, physical_affinity, ranged, red_blood, standalone_map_boss
Vida
540%
Energy Shield From Life
50%
Evasión
+50%
Ailment Threshold
540%
Resistencia
50 50 50 30
Damage
300%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
300%
Model Size
115%
Type
MaligaroBoss2MapUber
Metadata
MaligaroBoss2MapUber
Nivel
84
Vida
15,861,172
Armaduras
99,834
Evasión
12,180
Escudo de energía
8,133
Damage
3,257
Daño de hechizos
4,861
Precisión
538
Attack Time
1.005
Experiencia
218,625
Ailment Threshold
7,454,751
Chill
23,572
Shock
23,572
Brittle
133,358
Scorch
23,572
Sap
65,125
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 5172–7759
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroEtherealKnivesMapBossUber
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Cuchillos etéreos
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Dispara un arco de cuchillos hacia fuera delante del personaje que infligen daño físico.
Inflige de 970.9 a 1526 de daño físico
Dispara 9 proyectiles adicionales
base is projectile [1]
monster projectile variation [1]
projectile speed variation +% [50]
MonsterDetonateDeadAreaMaligaroMapsUber
Spell, Area, Damage, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.6 seg
Tiempo de recarga: 2.5 seg
La duración base es de 1.5 segundos
La duración secundaria base es de 0.5 segundos
Inflige de 1029 a 1544 de daño de fuego
El 20% del daño de fuego se convierte en daño de caos
La explosión inflige daño de fuego base igual al 4% de la vida máxima del cadáver
Provoca +3 estallidos
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/UnholyTrio/UnholyTrioUberMapBossBase"

Stats
{
	set_mana_regeneration_rate_per_minute_% = 300
	set_base_maximum_mana = 200
}

StateMachine
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/UnholyTrio/UnholyTrioUberMapBossBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroBoss2MapUber"] = {
    name = "Nightmare of Maligaro",
    life = 5.4,
    energyShield = 0.5,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "Melee",
        "MaligaroEtherealKnivesMapBossUber",
        "MonsterDetonateDeadAreaMaligaroMapsUber",
    },
    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["MaligaroEtherealKnivesMapBossUber"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_additional_projectiles",
        "monster_projectile_variation",
        "projectile_speed_variation_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.62999999523163, 0.99000000953674, 9, 1, 50, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaMaligaroMapsUber"] = {
    name = "MonsterDetonateDeadAreaMaligaroMapsUber",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "skill_fire_damage_%_to_convert_to_chaos",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, 1500, 500, 3, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    IdMaligaroDesecrateDaemonUber
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Las trampas no pueden ser dañadas durante +5 segundos después de ser lanzadas
    Las minas no pueden ser dañadas durante +5 segundos después de ser lanzadas
    IdMonsterImplicitTrapsInvulnerable1
    FamilyMonsterTrapsInvulnerable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 5000 Max: 5000 Global
  • traps invulnerable for duration ms Min: 5000 Max: 5000 Global
  • La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    Permite colocar hasta 60 trampas adicionales a la vez
    IdMaligaroIncreasedTrapsAllowedMaps
    FamilyTrapsAllowed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 60 Max: 60 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • La velocidad de acción no se puede modificar por debajo del 70% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 Global
  • No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Pesadilla de Malígaro
    Demonio
    trigger cascade target variation [1]
    No puede ser empujado
    Nightmare of Maligaro
    SpectreN
    TagsLanzador de hechizos, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, not_str, physical_affinity, ranged, slashing_weapon, standalone_map_boss
    Vida
    600%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    600%
    Resistencia
    50 50 50 30
    Damage
    210%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    115%
    Type
    MaligaroSoulMapUber
    Metadata
    MaligaroSoulMapUber
    Nivel
    68
    Vida
    38,600
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    784
    Daño de hechizos
    784
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    30,765
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    MaligaroSoulComboAttackUber
    Attack, Damage
    Base Damage: 628–941
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 7 seg
    Envenena a los enemigos con cada golpe
    Duración de Veneno aumentada un 200%
    is area damage [1]
    MaligaroBladefallFirestorm1Uber
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta de fuego
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
    Inflige de 357 a 535.5 de daño físico
    La duración base es de 0.25 segundos
    El 50% del daño físico se convierte en daño de caos
    Un impacto cada 0.12 segundos
    Envenena a los enemigos con cada golpe
    Duración de Veneno aumentada un 200%
    El radio base es de 1 metro
    cast on trigger cascade event % [100]
    firestorm base area of effect +% [-60]
    firestorm use server effects [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-60]
    UnholyTrioTriggerCascade2MaligaroUber
    Triggerable
    Tiempo de recarga: 8 seg
    trigger cascade B [80]
    trigger cascade angle [5]
    trigger cascade angle between arms [90]
    trigger cascade behaviour variation [3]
    trigger cascade ms between spikes [250]
    trigger cascade number of arms [3]
    trigger cascade number of spikes [5]
    MaligaroBoomerangProjectileUber
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 3 seg
    Inflige de 406.4 a 609.5 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara 2 proyectiles adicionales
    El 25% del daño físico se convierte en daño de caos
    Los proyectiles regresan hacia ti
    base is projectile [1]
    monster projectile variation [31]
    monster reverse point blank damage -% at minimum range [30]
    MaligaroTeleportSlamUber
    Attack, Damage
    Base Damage: 628–941
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 200%
    Daño de ataque: 200%
    Attack Time: 1.5 seg
    Tiempo de recarga: 10 seg
    Inflige un 100% más de daño de ataque
    El 25% del daño físico se convierte en daño de caos
    Envenena a los enemigos con cada golpe
    Duración de Veneno aumentada un 200%
    Lisia con Cada Golpe
    active skill area of effect radius +% final [-50]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 628–941
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SSMMaligaroSummonBladeVortex
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    alternate minion [655]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-90]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/UnholyTrio/UnholyTrioUberMapBossBase"
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/UnholyTrio/UnholyTrioUberMapBossBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Animated
    {
    	on_event_appearraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao, default, 1, 1, 200 );"
    	on_event_vanishraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao, default, 1, 1, 200 );"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/The_Trio/soul_transfer/soul_up.ao"
    }
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/maligaro_soul.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulMapUber"] = {
        name = "Nightmare of Maligaro",
        life = 6,
        energyShield = 0.5,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "SSMMaligaroSummonBladeVortex",
            "MaligaroSoulComboAttackUber",
            "MaligaroBladefallFirestorm1Uber",
            "UnholyTrioTriggerCascade2MaligaroUber",
            "MaligaroBoomerangProjectileUber",
            "MaligaroTeleportSlamUber",
        },
        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["SSMMaligaroSummonBladeVortex"] = {
        name = "SSMMaligaroSummonBladeVortex",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 655, -90, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroSoulComboAttackUber"] = {
        name = "MaligaroSoulComboAttackUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_poison_duration_+%",
            "is_area_damage",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBladefallFirestorm1Uber"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "cast_on_trigger_cascade_event_%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_base_area_of_effect_radius",
            "base_poison_duration_+%",
            "is_area_damage",
            "firestorm_use_server_effects",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 250, 120, -60, 100, 50, -60, 10, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UnholyTrioTriggerCascade2MaligaroUber"] = {
        name = "UnholyTrioTriggerCascade2MaligaroUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_cascade_number_of_spikes",
            "trigger_cascade_behaviour_variation",
            "trigger_cascade_B",
            "trigger_cascade_angle",
            "trigger_cascade_ms_between_spikes",
            "trigger_cascade_number_of_arms",
            "trigger_cascade_angle_between_arms",
        },
        levels = {
            [1] = {5, 3, 80, 5, 250, 3, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBoomerangProjectileUber"] = {
        name = "MaligaroBoomerangProjectileUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_chaos",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "always_pierce",
            "projectiles_return",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 31, 30, 25, 2, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTeleportSlamUber"] = {
        name = "MaligaroTeleportSlamUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "base_poison_duration_+%",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {25, -50, 200, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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