Sorcerune exhumé
Fabrication
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Retire tout le Bouclier d'énergie
monster gain base ward equal to total maximum life % [10]
Unearthed Runecaster
SpectreY
Spectre OverrideMetadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre
TagsLanceur de sorts, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
Packs
  • Sorcerune exhumé, Soldat exhumé
  • Rejeton exhumé, Sorcerune exhumé, Soldat exhumé
  • Druide du Cercle brisé, Sorcerune exhumé, Soldat exhumé
  • Chevalier runique, Sorcerune exhumé, Soldat exhumé
  • Vie
    248%
    Ward From Life
    10%
    Armure
    +50%
    Ailment Threshold
    187%
    Résistance
    75 0 0 0
    Damage
    110%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Expérience
    110%
    Model Size
    100%
    Type
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCaster
    Niveau
    68
    Vie
    15,955
    Armure
    43,185
    Score d'Évasion
    4,739
    Damage
    411
    Dégâts des sorts
    411
    Précision
    580
    Attack Time
    1.32
    Expérience
    11,281
    Minion Life
    3,461
    Minion Damage
    328
    Ailment Threshold
    12,030
    Chill
    38
    Shock
    38
    Brittle
    215
    Scorch
    38
    Sap
    105
    MPSMercurialCasterEnrage
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1.33 sec.
    Inflige 1222 à 1833 Dégâts de feu
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 2.5 sec.
    Temps de recharge: 6 sec.
    +15% de chances d'être Embrasé
    Inflige 1664 à 2496 Dégâts de feu
    -5% Davantage de Dégâts avec l'Embrasement
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    StateMachine
    {
    	define_shared_state =
    	"
    		emergefix; death;
    	"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_emergefix_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    Actor
    {
    	on_start_GeometrySpell = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_GeometrySpell = "SetStateTo( glowboost, 0 );"
    
    	on_end_Emerge =
    	"
    		IfState( emergefix, 1,
    		{
    			Delay( 0.5,
    			{
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_death_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCaster"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        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.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Retire tout le Bouclier d'énergie
    monster gain base ward equal to total maximum life % [10]
    FamilyMonsterGainLifeAsWard
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    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
    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, Emerge, Revive
    Actor.slow_animations_go_to_idletrue
    StateMachine.define_shared_state =,
    StateMachine.", , ,
    StateMachine.emerge;
    StateMachine.effect;
    StateMachine.emergefix; death;
    Sorcerune exhumé
    Fabrication
    Retire tout le Bouclier d'énergie
    monster gain base ward equal to total maximum life % [10]
    Unearthed Runecaster
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre
    AreaCitadelle, Carte
    TagsLanceur de sorts, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
    Packs
  • Citadelle, Carte: Druide du Cercle brisé, Sorcerune exhumé
  • Chevalier runique, Sorcerune exhumé
  • Vie
    248%
    Ward From Life
    10%
    Armure
    +50%
    Ailment Threshold
    187%
    Résistance
    75 0 0 0
    Damage
    110%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Expérience
    110%
    Model Size
    100%
    Type
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCasterStandalone
    Niveau
    84
    Vie
    87,532
    Armure
    149,751
    Score d'Évasion
    8,120
    Damage
    1,049
    Dégâts des sorts
    1,049
    Précision
    1,076
    Attack Time
    1.32
    Expérience
    14,575
    Minion Life
    16,543
    Minion Damage
    889
    Ailment Threshold
    66,002
    Chill
    209
    Shock
    209
    Brittle
    1,181
    Scorch
    209
    Sap
    577
    MPSMercurialCasterEnrage
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1.33 sec.
    Inflige 2689 à 4034 Dégâts de feu
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 2.5 sec.
    Temps de recharge: 6 sec.
    +15% de chances d'être Embrasé
    Inflige 3644 à 5465 Dégâts de feu
    -5% Davantage de Dégâts avec l'Embrasement
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterStandalone"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        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.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    Retire tout le Bouclier d'énergie
    monster gain base ward equal to total maximum life % [10]
    FamilyMonsterGainLifeAsWard
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 Global
  • Sorcerune exhumé
    Fabrication
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Retire tout le Bouclier d'énergie
    monster gain base ward equal to total maximum life % [10]
    Unearthed Runecaster
    SpectreY
    TagsLanceur de sorts, construct, fire_affinity, is_unarmed, medium_movement, metal_armour, not_dex, not_int, undead, ward_armour
    Vie
    248%
    Ward From Life
    10%
    Armure
    +50%
    Ailment Threshold
    187%
    Résistance
    75 0 0 0
    Damage
    110%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Expérience
    110%
    Model Size
    100%
    Type
    ExpeditionMercurialArmourCaster
    Metadata
    MercurialArmourCasterSpectre
    Niveau
    68
    Vie
    15,955
    Armure
    43,185
    Score d'Évasion
    4,739
    Damage
    411
    Dégâts des sorts
    411
    Précision
    580
    Attack Time
    1.32
    Expérience
    11,281
    Minion Life
    3,461
    Minion Damage
    328
    Ailment Threshold
    12,030
    Chill
    38
    Shock
    38
    Brittle
    215
    Scorch
    38
    Sap
    105
    MPSMercurialCasterEnrage
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1.33 sec.
    Inflige 1222 à 1833 Dégâts de feu
    base is projectile [1]
    disable visual hit effect [1]
    monster projectile variation [199]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    GSMercurialCasterBlast
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 2.5 sec.
    Temps de recharge: 6 sec.
    +15% de chances d'être Embrasé
    Inflige 1664 à 2496 Dégâts de feu
    -5% Davantage de Dégâts avec l'Embrasement
    ignite art variation [4]
    is area damage [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    StateMachine
    {
    	define_shared_state =
    	"
    		emergefix; death;
    	"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    Life
    {
    	on_spawned_alive =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_emergefix_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    
    Actor
    {
    	on_start_GeometrySpell = "SetStateTo( glowboost, 1 );"
    	on_end_or_destroy_GeometrySpell = "SetStateTo( glowboost, 0 );"
    
    	on_end_Emerge =
    	"
    		IfState( emergefix, 1,
    		{
    			Delay( 0.5,
    			{
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    				AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    			} );
    		} );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_death_1 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/alive.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/mercurial_armour/epk/enraged.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/MercurialArmour/MercurialArmourCasterSpectre"] = {
        name = "Unearthed Runecaster",
        life = 2.48,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MPSMercurialCasterEnrage",
            "GSMercurialCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSMercurialCasterEnrage"] = {
        name = "MPSMercurialCasterEnrage",
        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.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "disable_visual_hit_effect",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 199, -30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSMercurialCasterBlast"] = {
        name = "GSMercurialCasterBlast",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_damage_+%_final",
            "active_skill_ignite_damage_+%_final",
            "ignite_art_variation",
            "chance_to_be_ignited_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -10, 4, 15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -10, 0, 4, 15, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, -5, 4, 15, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2, 2},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Retire tout le Bouclier d'énergie
    monster gain base ward equal to total maximum life % [10]
    FamilyMonsterGainLifeAsWard
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 Global
  • monster gain base ward equal to total maximum life % Min: 10 Max: 10 Global
  • Edit

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