MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Cauchemar de Shavronne
Démon
IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Vous ne pouvez pas être Repoussé(e)
Nightmare of Shavronne
Spectre
AreaAbomination, Carte
Tagsbludgeoning_weapon, bone_armour, Lanceur de sorts, demon, human, humanoid, is_unarmed, large_height, lightning_affinity, medium_movement, non_unique_map_boss, not_dex, not_str, ranged, red_blood
Vie
1080%
Energy Shield From Life
100%
Ailment Threshold
1080%
Résistance
IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
Damage
300%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
300%
Model Size
120%
Type
ShavronneTowerMapUber
Metadata
ShavronneTowerMapUber_
Niveau
84
Vie
31,722,344
Armure
99,834
Score d'Évasion
8,120
Bouclier d'énergie
175,662
Damage
3,257
Dégâts des sorts
4,861
Précision
1,076
Attack Time
1.005
Expérience
218,625
Minion Life
5,995,357
Minion Energy Shield
33,199
Minion Damage
2,763
Ailment Threshold
14,909,502
Chill
47,144
Shock
47,144
Brittle
266,716
Scorch
47,144
Sap
130,249
Phys Convert Ele
300%
ShavronneSpellProjectileTowerUber
Spell, Projectile, ProjectilesFromUser, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1.5 sec.
active skill shock effect +% final [100]
always shock [1]
base is projectile [1]
monster projectile variation [6]
spell maximum base lightning damage [8751]
spell minimum base lightning damage [2917]
ShavronneLightningPulseUber
Spell, Damage, Area, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 3.2 sec.
Temps de recharge: 10 sec.
100% de chances d'Électrocuter les Ennemis
active skill area of effect radius +% final [60]
active skill shock effect +% final [100]
is area damage [1]
spell maximum base lightning damage [13140]
spell minimum base lightning damage [4380]
ShavronneTeleportTowerUber
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 2 sec.
Temps de recharge: 12 sec.
La Durée de base est de 3 secondes
25% de chances d'Électrocuter les Ennemis
is area damage [1]
shavronne teleport number of markers [14]
spell maximum base lightning damage [7830]
spell minimum base lightning damage [2610]
ShavronneLevitatingProjectileUber
Spell, Projectile, Damage
Chances de coup critique: 5%
Temps d'incantation: 8 sec.
Temps de recharge: 20 sec.
active skill area of effect radius +% final [50]
active skill shock effect +% final [100]
always shock [1]
base is projectile [1]
is area damage [1]
spell maximum base lightning damage [8751]
spell minimum base lightning damage [2917]
ShavronneSummonLightningBooksUber
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 2 sec.
Temps de recharge: 8 sec.
alternate minion [209]
minion dies when parent dies [1]
number of monsters to summon [2]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
ShavronneTeleportUber
Spell
Temps d'incantation: 1.5 sec.
Temps de recharge: 6 sec.
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

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

Actor
{
	basic_action = "ShavronnePossess"
	basic_action = "ChangeToStance2"
}

Transitionable
{
	
}

StateMachine
{
	
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/ShavronneTowerMapUber_"] = {
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    name = "Nightmare of Shavronne",
    life = 10.8,
    energyShield = 1,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "ShavronneSpellProjectileTowerUber",
        "ShavronneLightningPulseUber",
        "ShavronneTeleportTowerUber",
        "ShavronneLevitatingProjectileUber",
        "ShavronneSummonLightningBooksUber",
        "ShavronneTeleportUber",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSpellProjectileTowerUber"] = {
    name = "ShavronneSpellProjectileTowerUber",
    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.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "active_skill_shock_effect_+%_final",
        "base_is_projectile",
        "always_shock",
    },
    levels = {
        [1] = {0.5, 1.5, 6, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLightningPulseUber"] = {
    name = "ShavronneLightningPulseUber",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_shock_effect_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 100, 60, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleportTowerUber"] = {
    name = "ShavronneTeleportTowerUber",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_chance_to_shock_%",
        "shavronne_teleport_number_of_markers",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 3000, 25, 14, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLevitatingProjectileUber"] = {
    name = "ShavronneLevitatingProjectileUber",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 8,
    baseFlags = {
        spell = true,
        projectile = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_shock_effect_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "always_shock",
    },
    levels = {
        [1] = {0.5, 1.5, 50, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSummonLightningBooksUber"] = {
    name = "ShavronneSummonLightningBooksUber",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {209, 2, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleportUber"] = {
    name = "ShavronneTeleportUber",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVitesse
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valeur fixe
  • Cauchemar de Shavronne
    Démon
    IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
    Vous ne pouvez pas être Repoussé(e)
    Nightmare of Shavronne
    Spectre
    TagsLanceur de sorts, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, lightning_affinity, medium_movement, not_dex, not_str, ranged, slashing_weapon, standalone_map_boss
    Vie
    1200%
    Energy Shield From Life
    35%
    Ailment Threshold
    1200%
    Résistance
    IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
    Damage
    300%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    2.25 Second
    Damage Spread
    ±20%
    Expérience
    300%
    Model Size
    100%
    Type
    ShavronneSoulMapUber
    Metadata
    ShavronneSoulMapUber
    Niveau
    68
    Vie
    77,200
    Armure
    28,790
    Score d'Évasion
    4,739
    Bouclier d'énergie
    25,733
    Damage
    1,121
    Dégâts des sorts
    1,121
    Précision
    580
    Attack Time
    2.25
    Expérience
    30,765
    Minion Life
    16,745
    Minion Energy Shield
    5,582
    Minion Damage
    895
    Ailment Threshold
    77,200
    Chill
    244
    Shock
    244
    Brittle
    1,381
    Scorch
    244
    Sap
    674
    Phys Convert Ele
    240%
    ShavronneGhostBrutusSlamUber
    Attack, Area
    Base Damage: 8971345
    Chances de coup critique: 5%
    Dégâts d'Attaque: 93.75%
    Attack Time: 2.25 sec.
    Temps de recharge: 4 sec.
    50% des Dégâts physiques sont Convertis en Dégâts de foudre
    6.25% de Perte de Dégâts d'Attaque
    La Durée de base est de 0.28 secondes
    22% de Perte de Vitesse d'attaque
    is area damage [1]
    ShavronneStormBurstUber
    Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Lightning, Channel, Area, AreaSpell
    Éclats de foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.4 sec.
    Un flux de projectiles qui se libère de vos mains tant que vous canalisez ce sort, transperçant les ennemis en leur infligeant des dégâts de foudre. Lorsque vous cessez de les canaliser, les projectiles explosent, infligeant des dégâts importants dans une zone autour d'eux. Les projectiles supplémentaires sont ajoutés de manière consécutive.
    Tire 2 Projectiles supplémentaires
    +20% Davantage de Dégâts de zone
    active skill area of effect radius +% final [-10]
    base is projectile [1]
    cannot stun [1]
    monster reverse point blank damage -% at minimum range [25]
    spell maximum base lightning damage [3850]
    spell minimum base lightning damage [1283]
    StormBurst
    ShavronneBallLightningUber
    Spell, Damage, Projectile, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, AreaSpell
    Chances de coup critique: 5%
    Efficacité des Dégâts supplémentaires: 20%
    Temps d'incantation: 3 sec.
    Temps de recharge: 6 sec.
    base is projectile [1]
    cannot stun [1]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    spell maximum base lightning damage [3368]
    spell minimum base lightning damage [1123]
    EmptyActionSpellShavronneTeleport
    Spell
    Temps d'incantation: 0.9 sec.
    Temps de recharge: 12 sec.
    GTStandaloneShavTeleportMarkers
    Triggerable, Spell
    Temps d'incantation: 1 sec.
    SOStandaloneShavTeleportMarker
    Triggerable, Spell
    Temps d'incantation: 1 sec.
    GSStandaloneShavronneTeleportExplode
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    100% de chances d'Électrocuter les Ennemis
    is area damage [1]
    spell maximum base lightning damage [2274]
    spell minimum base lightning damage [1516]
    TeleportMarkerStandaloneShavronne
    Spell, Triggerable
    Temps d'incantation: 1 sec.
    marker warp marker variation [16]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/UnholyTrio/UnholyTrioUberMapBossBase"
    
    Animated
    {
    }
    
    StateMachine
    {
    	define_shared_state = "levitating"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shavronne/ShavronneSoulMapUber"] = {
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        name = "Nightmare of Shavronne",
        life = 12,
        energyShield = 0.35,
        damage = 3,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "TeleportMarkerStandaloneShavronne",
            "GSStandaloneShavronneTeleportExplode",
            "EmptyActionSpellShavronneTeleport",
            "SOStandaloneShavTeleportMarker",
            "GTStandaloneShavTeleportMarkers",
            "ShavronneGhostBrutusSlamUber",
            "ShavronneStormBurstUber",
            "ShavronneBallLightningUber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TeleportMarkerStandaloneShavronne"] = {
        name = "TeleportMarkerStandaloneShavronne",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "marker_warp_marker_variation",
        },
        levels = {
            [1] = {16, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSStandaloneShavronneTeleportExplode"] = {
        name = "GSStandaloneShavronneTeleportExplode",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellShavronneTeleport"] = {
        name = "EmptyActionSpellShavronneTeleport",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOStandaloneShavTeleportMarker"] = {
        name = "SOStandaloneShavTeleportMarker",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneShavTeleportMarkers"] = {
        name = "GTStandaloneShavTeleportMarkers",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneGhostBrutusSlamUber"] = {
        name = "ShavronneGhostBrutusSlamUber",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "base_skill_effect_duration",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {-22, 280, 50, baseMultiplier = 0.9375, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneStormBurstUber"] = {
        name = "Storm Burst",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleash a stream of projectiles while you channel this spell, which pierce through enemies, dealing lightning damage. When you stop channelling, the projectiles explode, dealing significant damage in an area around them. Additional projectiles are added in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Totemable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Channel] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.4,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_damage_+%_final",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 20, 2, 25, -10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneBallLightningUber"] = {
        name = "ShavronneBallLightningUber",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valeur fixe
  • Edit

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