L'Œil omniscient
Bête
% increased Rarity of Items Dropped
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
The All-seeing Eye
SpectreN
Tagsanimal_claw_weapon, beast, Lanceur de sorts, cursing_monster, extra_large_height, flesh_armour, insect_blood, is_unarmed, lightning_affinity, melee, not_str, physical_affinity, very_fast_movement
Vie
220%
Energy Shield From Life
60%
Évasion
+40%
Ailment Threshold
220%
Résistance
30 30 30 20
Damage
310%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
4 ~ 19
Attack Time
1.005 Second
Damage Spread
±20%
Expérience
200%
Model Size
163%
Type
SquidBossSideArea
Metadata
SquidBossSideArea
Niveau
68
Vie
14,153
Armure
28,790
Évasion
6,635
Bouclier d'énergie
3,676
Damage
1,158
Dégâts des sorts
1,158
Précision
290
Attack Time
1.005
Expérience
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 926–1390
Chances de coup critique: 5%
Attack Time: 1.005 sec.
Frappez vos ennemis d'un coup puissant.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GSBlindingGazeBossSideArea
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 2.67 sec.
Temps de recharge: 6 sec.
Inflige 2020 à 3752 Dégâts de foudre
40% d'Augmentation de la Vitesse d'incantation
is area damage [1]
spell maximum action distance +% [-80]
ArcBossSideArea
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
Arc électrique
Chances de coup critique: 5%
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 0.8 sec.
Un arc électrique qui s'étend du lanceur à l'ennemi ciblé puis ricoche vers d'autres ennemis. Ne peut ricocher immédiatement vers la dernière cible touchée. Chaque ricochet de l'arc électrique entraîne un arc électrique secondaire qui ricoche vers un autre ennemi que l'arc principal n'a pas déjà touché, cet arc secondaire ne peut ricocher davantage.
Inflige 134.1 à 402.4 Dégâts de foudre
50% de Réduction de la Portée de l'Aptitude
Ricoche +3 fois
10% de chances d'Électrocuter les Ennemis
MonsterConductivity
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Conductivité
Temps d'incantation: 0.5 sec.
Temps de recharge: 10 sec.
Maudit tous les ennemis dans la zone ciblée. Cette Malédiction réduit la Résistance à la foudre de ces ennemis et leur donne des Chances d'être Électrocutés lorsqu'ils sont touchés.
La Durée de base est de 6 secondes
Les Ennemis Maudits ont -30% à la Résistance à la foudre
Les Ennemis Maudits ont +25% de chances d'être Électrocutés au Toucher
active skill area of effect radius +% final [9]
VaalArcBossSideArea
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
Arc électrique
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 0.8 sec.
Un arc électrique qui s'étend du lanceur à l'ennemi ciblé puis ricoche vers d'autres ennemis. Ne peut ricocher immédiatement vers la dernière cible touchée. Chaque ricochet de l'arc électrique entraîne un arc électrique secondaire qui ricoche vers un autre ennemi que l'arc principal n'a pas déjà touché, cet arc secondaire ne peut ricocher davantage.
Inflige 130.7 à 392.2 Dégâts de foudre
50% de Réduction de la Portée de l'Aptitude
Ricoche +20 fois
10% de chances d'Électrocuter les Ennemis

Object Type

version 2
extends "Metadata/Monsters/Squid/Squid"

Stats
{
	mana_regeneration_rate_per_minute_% = 300
	set_base_maximum_mana = 200
}

Monster
{
	flip_enabled = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Squid/Squid"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Squid/SquidBossSideArea"] = {
    name = "The All-seeing Eye",
    life = 2.2,
    energyShield = 0.6,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 3.1,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 19,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "ArcBossSideArea",
        "VaalArcBossSideArea",
        "MonsterConductivity",
        "GSBlindingGazeBossSideArea",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ArcBossSideArea"] = {
    name = "Arc",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Chains] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_chains",
        "base_chance_to_shock_%",
        "skill_range_+%",
    },
    levels = {
        [1] = {0.5, 1.5, 1, 10, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 2, 10, -50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 3, 10, -50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalArcBossSideArea"] = {
    name = "Arc",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Chains] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_chains",
        "base_chance_to_shock_%",
        "skill_range_+%",
    },
    levels = {
        [1] = {0.5, 1.5, 10, 10, -50, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 10, 10, -50, levelRequirement = 7, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 10, 10, -50, levelRequirement = 9, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, 10, 10, -50, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.5, 1.5, 10, 10, -50, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.5, 1.5, 10, 10, -50, levelRequirement = 27, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.5, 1.5, 10, 10, -50, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.5, 1.5, 10, 10, -50, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.5, 1.5, 20, 10, -50, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterConductivity"] = {
    name = "Conductivity",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their lightning resistance and giving them a chance to be shocked when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_lightning_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_shocked_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSBlindingGazeBossSideArea"] = {
    name = "GSBlindingGazeBossSideArea",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.67,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_cast_speed_+%",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, 40, -80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
% increased Rarity of Items Dropped
IdMonsterSideAreaBoss
FamilyMonsterSideAreaBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    L'Œil omniscient
    Bête
    Famille: Profondeurs
    % increased Rarity of Items Dropped
    monster no map drops [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    The All-seeing Eye
    SpectreN
    AreaCavité dissimulée, Cavité dissimulée
    Tagsanimal_claw_weapon, beast, Lanceur de sorts, cursing_monster, extra_large_height, flesh_armour, insect_blood, is_unarmed, lightning_affinity, melee, not_str, physical_affinity, vaalsidearea_boss, very_fast_movement
    Vie
    220%
    Energy Shield From Life
    60%
    Évasion
    +40%
    Ailment Threshold
    220%
    Résistance
    30 30 30 20
    Damage
    310%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    4 ~ 19
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    163%
    Type
    SquidBossSideArea
    Metadata
    SquidBossSideAreaLowbie
    Niveau
    68
    Vie
    14,153
    Armure
    28,790
    Évasion
    6,635
    Bouclier d'énergie
    3,676
    Damage
    1,158
    Dégâts des sorts
    1,158
    Précision
    290
    Attack Time
    1.005
    Expérience
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 926–1390
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBlindingGazeBossSideArea
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 2.67 sec.
    Temps de recharge: 6 sec.
    Inflige 2020 à 3752 Dégâts de foudre
    40% d'Augmentation de la Vitesse d'incantation
    is area damage [1]
    spell maximum action distance +% [-80]
    ArcBossSideArea
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc électrique
    Chances de coup critique: 5%
    Efficacité des Dégâts supplémentaires: 50%
    Temps d'incantation: 0.8 sec.
    Un arc électrique qui s'étend du lanceur à l'ennemi ciblé puis ricoche vers d'autres ennemis. Ne peut ricocher immédiatement vers la dernière cible touchée. Chaque ricochet de l'arc électrique entraîne un arc électrique secondaire qui ricoche vers un autre ennemi que l'arc principal n'a pas déjà touché, cet arc secondaire ne peut ricocher davantage.
    Inflige 134.1 à 402.4 Dégâts de foudre
    50% de Réduction de la Portée de l'Aptitude
    Ricoche +3 fois
    10% de chances d'Électrocuter les Ennemis
    MonsterConductivity
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Conductivité
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 10 sec.
    Maudit tous les ennemis dans la zone ciblée. Cette Malédiction réduit la Résistance à la foudre de ces ennemis et leur donne des Chances d'être Électrocutés lorsqu'ils sont touchés.
    La Durée de base est de 6 secondes
    Les Ennemis Maudits ont -30% à la Résistance à la foudre
    Les Ennemis Maudits ont +25% de chances d'être Électrocutés au Toucher
    active skill area of effect radius +% final [9]

    Object Type

    version 2
    extends "Metadata/Monsters/Squid/Squid"
    
    Monster
    {
    	flip_enabled = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Squid/Squid"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Squid/SquidBossSideAreaLowbie"] = {
        name = "The All-seeing Eye",
        life = 2.2,
        energyShield = 0.6,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 3.1,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 19,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "ArcBossSideArea",
            "MonsterConductivity",
            "GSBlindingGazeBossSideArea",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ArcBossSideArea"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_chains",
            "base_chance_to_shock_%",
            "skill_range_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 1, 10, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 2, 10, -50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 3, 10, -50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterConductivity"] = {
        name = "Conductivity",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their lightning resistance and giving them a chance to be shocked when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_lightning_damage_resistance_%",
            "base_skill_effect_duration",
            "chance_to_be_shocked_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
            [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
            [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBlindingGazeBossSideArea"] = {
        name = "GSBlindingGazeBossSideArea",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_cast_speed_+%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 40, -80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    % increased Rarity of Items Dropped
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    L'Œil omniscient
    Bête
    Famille: Profondeurs
    % increased Rarity of Items Dropped
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    monster no map drops [1]
    monster is invasion boss [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    The All-seeing Eye
    SpectreN
    AreaInvasionBoss
    End Game50% d'Augmentation de la Vie maximale
    Tagsanimal_claw_weapon, beast, Lanceur de sorts, cursing_monster, extra_large_height, flesh_armour, insect_blood, invasion_boss, is_unarmed, lightning_affinity, melee, not_str, physical_affinity, very_fast_movement
    Packs
  • InvasionBoss: L'Œil omniscient, Veilleur sans âme
  • Vie
    220%
    Energy Shield From Life
    60%
    Évasion
    +40%
    Ailment Threshold
    220%
    Résistance
    30 30 30 20
    Damage
    310%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    4 ~ 19
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    163%
    Type
    SquidBossSideArea
    Metadata
    SquidBossSideAreaInvasion
    Niveau
    68
    Vie
    14,153
    Armure
    28,790
    Évasion
    6,635
    Bouclier d'énergie
    3,676
    Damage
    1,158
    Dégâts des sorts
    1,158
    Précision
    290
    Attack Time
    1.005
    Expérience
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 926–1390
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBlindingGazeBossSideArea
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 2.67 sec.
    Temps de recharge: 6 sec.
    Inflige 2020 à 3752 Dégâts de foudre
    40% d'Augmentation de la Vitesse d'incantation
    is area damage [1]
    spell maximum action distance +% [-80]
    ArcBossSideArea
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc électrique
    Chances de coup critique: 5%
    Efficacité des Dégâts supplémentaires: 50%
    Temps d'incantation: 0.8 sec.
    Un arc électrique qui s'étend du lanceur à l'ennemi ciblé puis ricoche vers d'autres ennemis. Ne peut ricocher immédiatement vers la dernière cible touchée. Chaque ricochet de l'arc électrique entraîne un arc électrique secondaire qui ricoche vers un autre ennemi que l'arc principal n'a pas déjà touché, cet arc secondaire ne peut ricocher davantage.
    Inflige 134.1 à 402.4 Dégâts de foudre
    50% de Réduction de la Portée de l'Aptitude
    Ricoche +3 fois
    10% de chances d'Électrocuter les Ennemis
    MonsterConductivity
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Conductivité
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 10 sec.
    Maudit tous les ennemis dans la zone ciblée. Cette Malédiction réduit la Résistance à la foudre de ces ennemis et leur donne des Chances d'être Électrocutés lorsqu'ils sont touchés.
    La Durée de base est de 6 secondes
    Les Ennemis Maudits ont -30% à la Résistance à la foudre
    Les Ennemis Maudits ont +25% de chances d'être Électrocutés au Toucher
    active skill area of effect radius +% final [9]
    VaalArcBossSideArea
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc électrique
    Efficacité des Dégâts supplémentaires: 50%
    Temps d'incantation: 0.8 sec.
    Un arc électrique qui s'étend du lanceur à l'ennemi ciblé puis ricoche vers d'autres ennemis. Ne peut ricocher immédiatement vers la dernière cible touchée. Chaque ricochet de l'arc électrique entraîne un arc électrique secondaire qui ricoche vers un autre ennemi que l'arc principal n'a pas déjà touché, cet arc secondaire ne peut ricocher davantage.
    Inflige 130.7 à 392.2 Dégâts de foudre
    50% de Réduction de la Portée de l'Aptitude
    Ricoche +20 fois
    10% de chances d'Électrocuter les Ennemis

    Object Type

    version 2
    extends "Metadata/Monsters/Squid/Squid"
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 300
    	set_base_maximum_mana = 200
    }
    
    Monster
    {
    	flip_enabled = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Squid/Squid"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Squid/SquidBossSideAreaInvasion"] = {
        name = "The All-seeing Eye",
        life = 2.2,
        energyShield = 0.6,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 3.1,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 19,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "ArcBossSideArea",
            "VaalArcBossSideArea",
            "MonsterConductivity",
            "GSBlindingGazeBossSideArea",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ArcBossSideArea"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_chains",
            "base_chance_to_shock_%",
            "skill_range_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 1, 10, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 2, 10, -50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 3, 10, -50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalArcBossSideArea"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_chains",
            "base_chance_to_shock_%",
            "skill_range_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 10, 10, -50, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, 10, 10, -50, levelRequirement = 7, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, 10, 10, -50, levelRequirement = 9, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.5, 1.5, 10, 10, -50, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.5, 1.5, 10, 10, -50, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.5, 1.5, 10, 10, -50, levelRequirement = 27, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.5, 1.5, 10, 10, -50, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.5, 1.5, 10, 10, -50, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.5, 1.5, 20, 10, -50, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterConductivity"] = {
        name = "Conductivity",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their lightning resistance and giving them a chance to be shocked when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_lightning_damage_resistance_%",
            "base_skill_effect_duration",
            "chance_to_be_shocked_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
            [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
            [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
            [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBlindingGazeBossSideArea"] = {
        name = "GSBlindingGazeBossSideArea",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_cast_speed_+%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 40, -80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    % increased Rarity of Items Dropped
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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