Pesadelo de Maligaro
Demoníaco
monster base type attack cast speed +% and damage -% final [33]
Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
Minas não podem ser Danificadas por +5 segundos após serem arremessadas
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
monster penalty against minions damage +% final vs player minions [-20]
Pode ter até 60 Armadilhas adicionais plantadas por vez
kill traps mines and totems on death [1]
Velocidade de Ação não pode ser modificada abaixo do valor base 70%
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Não Pode ser Empurrado
Nightmare of Maligaro
SpectreN
AreaMapa: Abominação
Tagsbludgeoning_weapon, bone_armour, Conjurador, 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%
Evasão
+50%
Ailment Threshold
540%
Resistência
50 50 50 30
Damage
300%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
300%
Model Size
115%
Type
MaligaroBoss2MapUber
Metadata
MaligaroBoss2MapUber
Nível
84
Vida
15,861,172
Armadura
99,834
Evasão
12,180
Escudo de Energia
8,133
Damage
3,257
Dano Mágico
4,861
Precisão
538
Attack Time
1.005
Experiência
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 Padrão
Base Damage: 5172–7759
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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
Facas Etéreas
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Atira um arco de facas na frente do conjurador que causa dano físico.
Causa 970.9 a 1526 de Dano Físico
Dispara 9 Projéteis adicionais
base is projectile [1]
monster projectile variation [1]
projectile speed variation +% [50]
MonsterDetonateDeadAreaMaligaroMapsUber
Spell, Area, Damage, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 0.6 seg
Recarga: 2.5 seg
Duração base é de 1.5 segundos
Duração Base Secundária é de 0.5 segundos
Causa 1029 a 1544 de Dano de Fogo
20% do Dano de Fogo Convertido para Dano de Caos
Explosão causa Dano de Fogo base igual a 4% da Vida máxima do cadáver
Causa +3 Explosões
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
Domainsmonstro (3)
GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Armadilhas não podem ser Danificadas por +5 segundos após serem Arremessadas
    Minas não podem ser Danificadas por +5 segundos após serem arremessadas
    IdMonsterImplicitTrapsInvulnerable1
    FamilyMonsterTrapsInvulnerable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 5000 Max: 5000 Global
  • traps invulnerable for duration ms Min: 5000 Max: 5000 Global
  • Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    Pode ter até 60 Armadilhas adicionais plantadas por vez
    IdMaligaroIncreasedTrapsAllowedMaps
    FamilyTrapsAllowed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 60 Max: 60 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Velocidade de Ação não pode ser modificada abaixo do valor base 70%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (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
  • Não Pode ser Empurrado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Pesadelo de Maligaro
    Demoníaco
    trigger cascade target variation [1]
    Não Pode ser Empurrado
    Nightmare of Maligaro
    SpectreN
    TagsConjurador, 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%
    Evasão
    +50%
    Ailment Threshold
    600%
    Resistência
    50 50 50 30
    Damage
    210%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    300%
    Model Size
    115%
    Type
    MaligaroSoulMapUber
    Metadata
    MaligaroSoulMapUber
    Nível
    68
    Vida
    38,600
    Armadura
    28,790
    Evasão
    7,109
    Escudo de Energia
    3,064
    Damage
    784
    Dano Mágico
    784
    Precisão
    290
    Attack Time
    1.5
    Experiência
    30,765
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    MaligaroSoulComboAttackUber
    Attack, Damage
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 7 seg
    Envenena Inimigos ao Acertar
    Duração do Veneno aumentada em 200%
    is area damage [1]
    MaligaroBladefallFirestorm1Uber
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 357 a 535.5 de Dano Físico
    Duração base é de 0.25 segundos
    50% do Dano Físico Convertido para Dano de Caos
    Um impacto a cada 0.12 segundos
    Envenena Inimigos ao Acertar
    Duração do Veneno aumentada em 200%
    Raio Base igual a 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
    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
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Recarga: 3 seg
    Causa 406.4 a 609.5 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Projéteis Retornam a você
    base is projectile [1]
    monster projectile variation [31]
    monster reverse point blank damage -% at minimum range [30]
    MaligaroTeleportSlamUber
    Attack, Damage
    Base Damage: 628–941
    Chance de Crítico: 5%
    Dano de Ataque: 200%
    Dano de Ataque: 200%
    Attack Time: 1.5 seg
    Recarga: 10 seg
    Causa 100% mais Dano de Ataque
    25% do Dano Físico Convertido para Dano de Caos
    Envenena Inimigos ao Acertar
    Duração do Veneno aumentada em 200%
    Mutila ao Acertar
    active skill area of effect radius +% final [-50]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 628–941
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    SSMMaligaroSummonBladeVortex
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Não Pode ser Empurrado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (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.