Maligaro, l'Inquisiteur
Démon
Zone : La Moisson
monster base type attack cast speed +% and damage -% final [33]
Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
monster penalty against minions damage +% final vs player minions [-20]
level 1 to 40 life +% final [-25]
level 41 to 57 life +% final [-15]
kill traps mines and totems on death [1]
Maligaro, The Inquisitor
SpectreN
AreaLa Moisson
Tagsbludgeoning_weapon, bone_armour, Lanceur de sorts, demon, fire_affinity, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, ranged, red_blood
Vie
1440%
Energy Shield From Life
50%
Évasion
+50%
Ailment Threshold
1440%
Résistance
0 85 0 0
Damage
260%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
115%
Type
Maligaro
Metadata
Maligaro
Niveau
40
Vie
6,998
Armure
2,811
Score d'Évasion
2,396
Bouclier d'énergie
6,998
Damage
219
Dégâts des sorts
219
Précision
184
Attack Time
1.5
Expérience
6,814
Minion Life
1,980
Minion Energy Shield
1,980
Minion Damage
165
Ailment Threshold
13,997
Chill
44
Shock
44
Brittle
250
Scorch
44
Sap
122
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 175–263
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Couteaux éthérés
Chances de coup critique: 5%
Temps d'incantation: 0.6 sec.
Un sort qui projette des couteaux en arc-de-cercle face au lanceur. Les couteaux infligent des dégâts physiques.
Inflige 74.96 à 117.8 Dégâts physiques
Tire 6 Projectiles supplémentaires
base is projectile [1]
monster projectile variation [1]
MaligaroVaalFireTrap
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
Piège incendiaire vaal
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Temps de recharge: 6 sec.
Une multitude de pièges qui explosent lorsqu'ils sont déclenchés, infligeant des dégâts de feu aux ennemis aux alentours et laissant une zone de sol brûlant qui endommage les ennemis qui la traversent.
Le Piège dure +30 secondes
Inflige 82.84 à 124.3 Dégâts de feu
Jetez jusqu'à 6 Pièges supplémentaires
30% des Dégâts de feu sont Convertis en Dégâts de chaos
Les Pièges sont jetés au hasard autour de l'emplacement ciblé
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
MonsterDetonateDeadAreaMaligaro
Spell, Area, Damage, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 0.75 sec.
Temps de recharge: 6 sec.
La Durée de base est de 2 secondes
La Durée secondaire de base est de 0.5 secondes
Inflige 142.6 à 213.9 Dégâts de feu
20% des Dégâts de feu sont Convertis en Dégâts de chaos
L'explosion inflige des Dégâts de feu de base égaux à 1% de la Vie maximale du Cadavre
Génère +6 Éruptions
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_mana_regeneration_rate_per_minute_% = 300
	set_base_maximum_mana = 200
	monster_can_spawn_with_talisman = 1
}

Transitionable
{
}

MinimapIcon
{
	icon = 3
}

NPC
{
	marker_enabled = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	on_transition = "PlayAnimation( intro ); PlayTextAudio( MaligaroFightIntroRandom , Metadata/NPC/Act4/Maligaro, 0);"
	create_untransitioned = "PlayAnimation( intro_idle );"
	create_transitioned = "HideMinimapIcon();"
}

Animated
{
	on_end_intro = "HideMinimapIcon();"
}

Life
{
	on_death = "PlayTextAudio( MaligaroDeathRandom , Metadata/NPC/Act4/Maligaro, 0);"
}

Render
{
	preload_animated_object = "MaligaroDesecrateGround"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/Maligaro"] = {
    name = "Maligaro, The Inquisitor",
    life = 14.4,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "Melee",
        "MaligaroVaalFireTrap",
        "MaligaroEtherealKnives",
        "MonsterDetonateDeadAreaMaligaro",
    },
    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["MaligaroVaalFireTrap"] = {
    name = "Vaal Fire Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_trap_duration",
        "number_of_additional_traps_to_throw",
        "throw_traps_in_circle_radius",
        "trap_variation",
        "active_skill_spell_damage_+%_final",
        "skill_fire_damage_%_to_convert_to_chaos",
        "is_area_damage",
        "base_skill_is_trapped",
        "base_skill_show_average_damage_instead_of_dps",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroEtherealKnives"] = {
    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 = 0.6,
    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",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.69999998807907, 1.1000000238419, 6, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.69999998807907, 1.1000000238419, 9, 1, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadAreaMaligaro"] = {
    name = "MonsterDetonateDeadAreaMaligaro",
    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.75,
    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, 1, 2000, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
FamilyMonsterSpeedAndDamageFixup
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage Dégâts Attaque Lanceur de sorts Vitesse
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
    Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
    FamilyMonsterTrapsInvulnerable
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 5000 Max: 5000 Global
  • traps invulnerable for duration ms Min: 5000 Max: 5000 Global
  • Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
    FamilyTrapsAllowed
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 9 Max: 9 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft TagsDégâts
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 Global
  • level 41 to 57 life +% final Min: -15 Max: -15 Global
  • Craft Tagsresource Vie
    kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%300
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.monster_can_spawn_with_talisman1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    MinimapIcon.icon3
    NPC.marker_enabledfalse
    Maligaro, l'Inquisiteur
    Démon
    monster base type attack cast speed +% and damage -% final [33]
    Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
    Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
    Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
    monster penalty against minions damage +% final vs player minions [-20]
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    kill traps mines and totems on death [1]
    Vous ne pouvez pas Récupérer de Vie ou de Bouclier d'énergie au delà de 50% de votre Total
    Maligaro, The Inquisitor
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, Lanceur de sorts, demon, fire_affinity, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, ranged, red_blood
    Vie
    1440%
    Energy Shield From Life
    50%
    Évasion
    +50%
    Ailment Threshold
    1440%
    Résistance
    0 85 0 0
    Damage
    260%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    115%
    Type
    Maligaro
    Metadata
    MaligaroGauntlet
    Niveau
    68
    Vie
    46,320
    Armure
    28,790
    Score d'Évasion
    7,109
    Bouclier d'énergie
    44,114
    Damage
    971
    Dégâts des sorts
    971
    Précision
    580
    Attack Time
    1.5
    Expérience
    20,510
    Minion Life
    10,047
    Minion Energy Shield
    9,569
    Minion Damage
    776
    Ailment Threshold
    92,640
    Chill
    293
    Shock
    293
    Brittle
    1,657
    Scorch
    293
    Sap
    809
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 777–1165
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Couteaux éthérés
    Chances de coup critique: 5%
    Temps d'incantation: 0.6 sec.
    Un sort qui projette des couteaux en arc-de-cercle face au lanceur. Les couteaux infligent des dégâts physiques.
    Inflige 370.6 à 582.4 Dégâts physiques
    Tire 9 Projectiles supplémentaires
    base is projectile [1]
    monster projectile variation [1]
    MaligaroVaalFireTrap
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
    Piège incendiaire vaal
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 6 sec.
    Une multitude de pièges qui explosent lorsqu'ils sont déclenchés, infligeant des dégâts de feu aux ennemis aux alentours et laissant une zone de sol brûlant qui endommage les ennemis qui la traversent.
    Le Piège dure +30 secondes
    Inflige 380.5 à 634.2 Dégâts de feu
    Jetez jusqu'à 6 Pièges supplémentaires
    30% des Dégâts de feu sont Convertis en Dégâts de chaos
    Les Pièges sont jetés au hasard autour de l'emplacement ciblé
    active skill spell damage +% final [30]
    base skill is trapped [1]
    base skill show average damage instead of dps [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [7]
    MonsterDetonateDeadAreaMaligaro
    Spell, Area, Damage, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Temps de recharge: 6 sec.
    La Durée de base est de 2 secondes
    La Durée secondaire de base est de 0.5 secondes
    Inflige 523.9 à 785.8 Dégâts de feu
    20% des Dégâts de feu sont Convertis en Dégâts de chaos
    L'explosion inflige des Dégâts de feu de base égaux à 1% de la Vie maximale du Cadavre
    Génère +6 Éruptions
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 300
    	set_base_maximum_mana = 200
    	monster_can_spawn_with_talisman = 1
    }
    
    Transitionable
    {
    }
    
    MinimapIcon
    {
    	icon = 3
    }
    
    NPC
    {
    	marker_enabled = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "PlayAnimation( intro ); PlayTextAudio( MaligaroFightIntroRandom , Metadata/NPC/Act4/Maligaro, 0);"
    	create_untransitioned = "PlayAnimation( intro_idle );"
    	create_transitioned = "HideMinimapIcon();"
    }
    
    Animated
    {
    	on_end_intro = "HideMinimapIcon();"
    }
    
    Life
    {
    	on_death = "PlayTextAudio( MaligaroDeathRandom , Metadata/NPC/Act4/Maligaro, 0);"
    }
    
    Render
    {
    	preload_animated_object = "MaligaroDesecrateGround"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroGauntlet"] = {
        name = "Maligaro, The Inquisitor",
        life = 14.4,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroVaalFireTrap",
            "MaligaroEtherealKnives",
            "MonsterDetonateDeadAreaMaligaro",
        },
        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["MaligaroVaalFireTrap"] = {
        name = "Vaal Fire Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Vaal] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_trap_duration",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "trap_variation",
            "active_skill_spell_damage_+%_final",
            "skill_fire_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_skill_is_trapped",
            "base_skill_show_average_damage_instead_of_dps",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroEtherealKnives"] = {
        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 = 0.6,
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.69999998807907, 1.1000000238419, 6, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.69999998807907, 1.1000000238419, 9, 1, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterDetonateDeadAreaMaligaro"] = {
        name = "MonsterDetonateDeadAreaMaligaro",
        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.75,
        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, 1, 2000, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage Dégâts Attaque Lanceur de sorts Vitesse
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
    Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
    FamilyMonsterTrapsInvulnerable
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 5000 Max: 5000 Global
  • traps invulnerable for duration ms Min: 5000 Max: 5000 Global
  • Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
    FamilyTrapsAllowed
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 9 Max: 9 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft TagsDégâts
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 Global
  • level 41 to 57 life +% final Min: -15 Max: -15 Global
  • Craft Tagsresource Vie
    kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Vous ne pouvez pas Récupérer de Vie ou de Bouclier d'énergie au delà de 50% de votre Total
    Namedu Bourreau
    FamilyMonsterModSpecialAura
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • archnemesis cannot recover life or energy shield above % Min: 50 Max: 50 Global
  • Spawn Tagsmagic: 0 caster: 0 default: 1000
    Présence du Bourreau
    Rayon: 30
    Votre Vie et votre Bouclier d'énergie ne peuvent pas dépasser les 50%.
    Vous ne pouvez pas Récupérer de Vie ou de Bouclier d'énergie au delà de 50% de votre Total
    Executioner's Presence
    NameMarche-brume
    FamilyMonsterModShroudWalker
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Spawn Tagsimmobile: 0 no_shroud_walker: 0 magic: 0 default: 1000
    Maligaro, l'Inquisiteur
    Démon
    monster base type attack cast speed +% and damage -% final [33]
    Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
    Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
    Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
    monster penalty against minions damage +% final vs player minions [-20]
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    kill traps mines and totems on death [1]
    Maligaro, The Inquisitor
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, Lanceur de sorts, demon, fire_affinity, human, humanoid, is_unarmed, large_model, medium_movement, melee, not_str, physical_affinity, ranged, red_blood
    Vie
    1440%
    Energy Shield From Life
    50%
    Évasion
    +50%
    Ailment Threshold
    1440%
    Résistance
    0 85 0 0
    Damage
    260%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    115%
    Type
    Maligaro
    Metadata
    MaligaroStandalone_
    Niveau
    68
    Vie
    46,320
    Armure
    28,790
    Score d'Évasion
    7,109
    Bouclier d'énergie
    44,114
    Damage
    971
    Dégâts des sorts
    971
    Précision
    580
    Attack Time
    1.5
    Expérience
    20,510
    Minion Life
    10,047
    Minion Energy Shield
    9,569
    Minion Damage
    776
    Ailment Threshold
    92,640
    Chill
    293
    Shock
    293
    Brittle
    1,657
    Scorch
    293
    Sap
    809
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 777–1165
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Couteaux éthérés
    Chances de coup critique: 5%
    Temps d'incantation: 0.6 sec.
    Un sort qui projette des couteaux en arc-de-cercle face au lanceur. Les couteaux infligent des dégâts physiques.
    Inflige 370.6 à 582.4 Dégâts physiques
    Tire 9 Projectiles supplémentaires
    base is projectile [1]
    monster projectile variation [1]
    MaligaroVaalFireTrap
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
    Piège incendiaire vaal
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Temps de recharge: 6 sec.
    Une multitude de pièges qui explosent lorsqu'ils sont déclenchés, infligeant des dégâts de feu aux ennemis aux alentours et laissant une zone de sol brûlant qui endommage les ennemis qui la traversent.
    Le Piège dure +30 secondes
    Inflige 380.5 à 634.2 Dégâts de feu
    Jetez jusqu'à 6 Pièges supplémentaires
    30% des Dégâts de feu sont Convertis en Dégâts de chaos
    Les Pièges sont jetés au hasard autour de l'emplacement ciblé
    active skill spell damage +% final [30]
    base skill is trapped [1]
    base skill show average damage instead of dps [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [7]
    MonsterDetonateDeadAreaMaligaro
    Spell, Area, Damage, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Temps de recharge: 6 sec.
    La Durée de base est de 2 secondes
    La Durée secondaire de base est de 0.5 secondes
    Inflige 523.9 à 785.8 Dégâts de feu
    20% des Dégâts de feu sont Convertis en Dégâts de chaos
    L'explosion inflige des Dégâts de feu de base égaux à 1% de la Vie maximale du Cadavre
    Génère +6 Éruptions
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Stats
    {
    	set_mana_regeneration_rate_per_minute_% = 300
    	set_base_maximum_mana = 200
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Render
    {
    	preload_animated_object = "MaligaroDesecrateGround"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroStandalone_"] = {
        name = "Maligaro, The Inquisitor",
        life = 14.4,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroVaalFireTrap",
            "MaligaroEtherealKnives",
            "MonsterDetonateDeadAreaMaligaro",
        },
        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["MaligaroVaalFireTrap"] = {
        name = "Vaal Fire Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Vaal] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_trap_duration",
            "number_of_additional_traps_to_throw",
            "throw_traps_in_circle_radius",
            "trap_variation",
            "active_skill_spell_damage_+%_final",
            "skill_fire_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_skill_is_trapped",
            "base_skill_show_average_damage_instead_of_dps",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroEtherealKnives"] = {
        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 = 0.6,
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.69999998807907, 1.1000000238419, 6, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.69999998807907, 1.1000000238419, 9, 1, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterDetonateDeadAreaMaligaro"] = {
        name = "MonsterDetonateDeadAreaMaligaro",
        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.75,
        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, 1, 2000, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage Dégâts Attaque Lanceur de sorts Vitesse
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Les Pièges ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetés
    Les Mines ne peuvent pas être Endommagés pendant +5 secondes après avoir été jetées
    FamilyMonsterTrapsInvulnerable
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 5000 Max: 5000 Global
  • traps invulnerable for duration ms Min: 5000 Max: 5000 Global
  • Permet de placer jusqu'à 9 Pièges supplémentaires à la fois
    FamilyTrapsAllowed
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 9 Max: 9 Global
  • monster penalty against minions damage +% final vs player minions [-20]
    FamilyMonsterDamageVersusMinions
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft TagsDégâts
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    FamilyLifePerDifficulty
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 Global
  • level 41 to 57 life +% final Min: -15 Max: -15 Global
  • Craft Tagsresource Vie
    kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Edit

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