Le Basilic

Le Basilic
Sentinelle tumultueuse en rochebraise
Drone Sentinelle
Durée : 10 secondes
Améliore 80 ennemis
Amélioration : 24
Charges : 10/10
Prérequis: Niveau 80
Améliore de nombreux ennemis d'un seul coup
Pétrifie les Ennemis Améliorés pendant 5 secondes
Non modifiable
Seule parmi les pouvoirs de l'artifice, il en existe une
à laquelle les horreurs de Wraeclast n'ont su s'adapter.
The Basilisk
Le Basilic Attr /7
NomDescriptions détaillées
Limit「Drop disabled」Limited Drop
Le MarchéLe Marché
IconArt/2DItems/Currency/Sentinel/BaseDroneItemUnique2
Icon
Release VersionSentinel
BaseTypeSentinelle tumultueuse en rochebraise
Referencepoe.ninja, Community Wiki
Améliore de nombreux ennemis d'un seul coup
FamilySentinelDisplayImplicit
DomainsSentinel (30)
GenerationTypeUnique (3)
Req. level1
Stats
  • local sentinel only one use Min: 1 Max: 1 Local
  • Pétrifie les Ennemis Améliorés pendant 5 secondes
    FamilySentinelDronePetrifyTaggedMonsters
    DomainsSentinel (30)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • sentinel petrify tagged monsters ms Min: 5000 Max: 5000 Global
  • Objet
    Main secondaire · Carquois · Boucliers
    Pièces d'armure · Gants · Bottes · Armures · Casques
    Accessoires · Amulettes · Bagues · Ceintures · Babioles
    Le Basilic
    Bête
    Genre: Rhoas
    Groupe: Reptiles
    Famille: Sables
    6000% increased Rarity of Items Dropped
    250% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    heal aura owner % max life on death [0]
    stance movement speed +% final [100]
    The Basilisk
    SpectreN
    AreaLe Lac bouillant
    Tagsbeast, Lanceur de sorts, fire_affinity, is_unarmed, large_height, large_model, light_armour, medium_movement, melee, not_str, physical_affinity, red_blood, reptile_beast
    Vie
    1680%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    1680%
    Résistance
    40 40 40 25
    Damage
    160%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    156%
    Type
    IguanaPhoenixBoss
    Metadata
    IguanaBossPhoenix
    Niveau
    62
    Vie
    70,577
    Armure
    17,838
    Évasion
    4,591
    Bouclier d'énergie
    2,101
    Damage
    441
    Dégâts des sorts
    441
    Précision
    229
    Attack Time
    1.005
    Expérience
    17,562
    Ailment Threshold
    70,577
    Chill
    223
    Shock
    223
    Brittle
    1,263
    Scorch
    223
    Sap
    617
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 352–529
    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]
    IguanaProjectileBasilisk
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 352–529
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    30% de Perte de Dégâts
    50% des Dégâts physiques sont Convertis en Dégâts de feu
    base is projectile [1]
    monster projectile variation [26]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    EmptyActionSpellBasilisk
    Spell
    Temps d'incantation: 5 sec.
    Temps de recharge: 16 sec.
    skill cannot be interrupted [1]
    IguanaFlamethrowerLeftToRight
    Spell, Fire, Damage
    Temps d'incantation: 4 sec.
    Temps de recharge: 8 sec.
    Inflige 202.3 à 303.4 Dégâts de feu
    is area damage [1]
    IguanaFlamethrowerRightToLeft
    Spell, Fire, Damage
    Temps d'incantation: 4 sec.
    Temps de recharge: 8 sec.
    Inflige 202.3 à 303.4 Dégâts de feu
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	preload_buff_visual = "stone_gaze"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/StoneGaze/stonegaze_beam.ao"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaBossPhoenix"] = {
        name = "The Basilisk",
        life = 16.8,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "IguanaProjectileBasilisk",
            "EmptyActionSpellBasilisk",
            "IguanaFlamethrowerLeftToRight",
            "IguanaFlamethrowerRightToLeft",
        },
        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["IguanaProjectileBasilisk"] = {
        name = "IguanaProjectileBasilisk",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_is_projectile",
        },
        levels = {
            [1] = {26, -60, -30, 30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellBasilisk"] = {
        name = "EmptyActionSpellBasilisk",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IguanaFlamethrowerLeftToRight"] = {
        name = "IguanaFlamethrowerLeftToRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IguanaFlamethrowerRightToLeft"] = {
        name = "IguanaFlamethrowerRightToLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    6000% increased Rarity of Items Dropped
    250% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeath
    FamilyBossHealOnPlayerDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    Rayon: 120
    heal aura owner % max life on death [0]
    IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceScavengerRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Le Basilic
    Bête
    6000% increased Rarity of Items Dropped
    250% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [100]
    The Basilisk
    SpectreN
    Tagsbeast, Lanceur de sorts, fire_affinity, is_unarmed, large_model, light_armour, medium_movement, melee, not_str, physical_affinity, red_blood, reptile_beast
    Vie
    1680%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    1680%
    Résistance
    40 40 40 25
    Damage
    160%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    156%
    Type
    IguanaPhoenixBoss
    Metadata
    IguanaBossPhoenixStandalone
    Niveau
    68
    Vie
    108,080
    Armure
    28,790
    Évasion
    5,687
    Bouclier d'énergie
    3,064
    Damage
    598
    Dégâts des sorts
    598
    Précision
    290
    Attack Time
    1.005
    Expérience
    20,510
    Ailment Threshold
    108,080
    Chill
    342
    Shock
    342
    Brittle
    1,933
    Scorch
    342
    Sap
    944
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 478–717
    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]
    IguanaProjectileBasilisk
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 478–717
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    30% de Perte de Dégâts
    50% des Dégâts physiques sont Convertis en Dégâts de feu
    base is projectile [1]
    monster projectile variation [26]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    EmptyActionSpellBasilisk
    Spell
    Temps d'incantation: 5 sec.
    Temps de recharge: 16 sec.
    skill cannot be interrupted [1]
    IguanaFlamethrowerLeftToRight
    Spell, Fire, Damage
    Temps d'incantation: 4 sec.
    Temps de recharge: 8 sec.
    Inflige 241.5 à 362.3 Dégâts de feu
    is area damage [1]
    IguanaFlamethrowerRightToLeft
    Spell, Fire, Damage
    Temps d'incantation: 4 sec.
    Temps de recharge: 8 sec.
    Inflige 241.5 à 362.3 Dégâts de feu
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Render
    {
    	preload_buff_visual = "stone_gaze"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/StoneGaze/stonegaze_beam.ao"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaBossPhoenixStandalone"] = {
        name = "The Basilisk",
        life = 16.8,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "IguanaProjectileBasilisk",
            "EmptyActionSpellBasilisk",
            "IguanaFlamethrowerLeftToRight",
            "IguanaFlamethrowerRightToLeft",
        },
        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["IguanaProjectileBasilisk"] = {
        name = "IguanaProjectileBasilisk",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_is_projectile",
        },
        levels = {
            [1] = {26, -60, -30, 30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellBasilisk"] = {
        name = "EmptyActionSpellBasilisk",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IguanaFlamethrowerLeftToRight"] = {
        name = "IguanaFlamethrowerLeftToRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IguanaFlamethrowerRightToLeft"] = {
        name = "IguanaFlamethrowerRightToLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Fire] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    6000% increased Rarity of Items Dropped
    250% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceScavengerRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed

    Community Wiki

    Edit

    The Basilisk

    Version history

    VersionChanges
    3.1.0
  • The Basilisk now has a Stone Gaze ability. If you face each other during this ability, you become petrified. Petrification is similar to freeze, but is removed if you are hit a number of times or the duration runs out.
  • 3.0.0
  • Introduced to the game.

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