Chiméral à plumes
Bête
Genre: Rhoas
Groupe: Reptiles
Famille: Sables
chance to apply suppression on hit % [20]
stance movement speed +% final [100]
Plumed Chimeral
SpectreY
AreaLe Sceptre divin, Les Hauteurs du Sceptre divin, Le Laboratoire éternel, Clairière mystique, Couloirs scellés, Clairière mystique, Couloirs scellés, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, InvasionBoss
Tagsbeast, has_one_hand_sword, has_one_handed_melee, light_armour, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
Packs
  • Les Hauteurs du Sceptre divin: Chiméral à plumes
  • Le Laboratoire éternel: Aristocrate nonmourant, Aristocrate nonmourante, Chiméral à plumes
  • Le Laboratoire éternel: Chiméral à plumes
  • WorldAreas#1336: Chiméral à plumes
  • InvasionBoss: Alpha Paradisae, Chiméral à plumes
  • Chiméral à plumes
  • Coasseuse chimérique, Chiméral à plumes
  • Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Souvenir fragmenté, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs, Néant des Souvenirs: Aristocrate nonmourant, Aristocrate nonmourante, Chiméral à plumes
  • Vie
    125%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    125%
    Résistance
    52 52 0 0
    Damage
    113%
    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
    125%
    Model Size
    100%
    Type
    Iguana
    Metadata
    Iguana
    Niveau
    83
    Vie
    40,021
    Pièce d'armure
    92,477
    Évasion
    9,432
    Bouclier d'énergie
    7,660
    Damage
    1,017
    Dégâts des sorts
    1,017
    Précision
    518
    Attack Time
    1.005
    Expérience
    16,415
    Ailment Threshold
    40,021
    Chill
    127
    Shock
    127
    Brittle
    716
    Scorch
    127
    Sap
    350
    IguanaProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 814–1221
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Temps de recharge: 3.5 sec.
    60% de Perte de Dégâts
    base is projectile [1]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 814–1221
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Actor
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/Iguana"] = {
        name = "Plumed Chimeral",
        life = 1.25,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IguanaProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["IguanaProjectile"] = {
        name = "IguanaProjectile",
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {4, -60, -60, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    chance to apply suppression on hit % [20]
    IdMonsterSuppressingFire
    FamilySuppressingFire
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chance to apply suppression on hit % Min: 20 Max: 20 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
    Chiméral à plumes
    Bête
    Genre: Rhoas
    Groupe: Reptiles
    Famille: Sables
    chance to apply suppression on hit % [20]
    stance movement speed +% final [100]
    Plumed Chimeral
    SpectreY
    AreaLes Jardins suspendus
    Tagsbeast, has_one_hand_sword, has_one_handed_melee, light_armour, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
    Vie
    125%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    125%
    Résistance
    52 52 0 0
    Damage
    113%
    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
    125%
    Model Size
    100%
    Type
    Iguana
    Metadata
    IguanaHighGardens
    Niveau
    58
    Vie
    4,066
    Pièce d'armure
    12,902
    Évasion
    3,962
    Bouclier d'énergie
    1,627
    Damage
    253
    Dégâts des sorts
    253
    Précision
    195
    Attack Time
    1.005
    Expérience
    9,629
    Ailment Threshold
    4,066
    Chill
    13
    Shock
    13
    Brittle
    73
    Scorch
    13
    Sap
    36
    IguanaProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 202–304
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Temps de recharge: 3.5 sec.
    60% de Perte de Dégâts
    base is projectile [1]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 202–304
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Actor
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaHighGardens"] = {
        name = "Plumed Chimeral",
        life = 1.25,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IguanaProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["IguanaProjectile"] = {
        name = "IguanaProjectile",
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {4, -60, -60, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    chance to apply suppression on hit % [20]
    IdMonsterSuppressingFire
    FamilySuppressingFire
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chance to apply suppression on hit % Min: 20 Max: 20 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
    Chiméral à plumes
    Bête
    chance to apply suppression on hit % [20]
    stance movement speed +% final [100]
    Plumed Chimeral
    SpectreY
    AreaLe Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl
    Tagsbeast, has_one_hand_sword, has_one_handed_melee, light_armour, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
    Packs
  • Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl: Coasseuse chimérique, Chiméral à plumes
  • Vie
    126%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    126%
    Résistance
    52 52 0 0
    Damage
    113%
    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
    63%
    Model Size
    100%
    Type
    VaalIguanaTemple
    Metadata
    IguanaIncursionTemple
    Niveau
    55
    Vie
    3,374
    Pièce d'armure
    10,090
    Évasion
    3,538
    Bouclier d'énergie
    1,339
    Damage
    216
    Dégâts des sorts
    216
    Précision
    172
    Attack Time
    1.005
    Expérience
    4,321
    Ailment Threshold
    3,374
    Chill
    11
    Shock
    11
    Brittle
    60
    Scorch
    11
    Sap
    29
    IguanaProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 173–259
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Temps de recharge: 3.5 sec.
    60% de Perte de Dégâts
    base is projectile [1]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 173–259
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Actor
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaIncursionTemple"] = {
        name = "Plumed Chimeral",
        life = 1.26,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IguanaProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["IguanaProjectile"] = {
        name = "IguanaProjectile",
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {4, -60, -60, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    chance to apply suppression on hit % [20]
    IdMonsterSuppressingFire
    FamilySuppressingFire
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chance to apply suppression on hit % Min: 20 Max: 20 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
    Chiméral à plumes
    Bête
    chance to apply suppression on hit % [20]
    stance movement speed +% final [100]
    Plumed Chimeral
    SpectreY
    AreaLe Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl
    Tagsbeast, has_one_hand_sword, has_one_handed_melee, light_armour, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
    Packs
  • Le Temple d'Atzoatl, Le Temple d'Atzoatl, Le Temple d'Atzoatl: Coasseuse chimérique, Chiméral à plumes
  • Vie
    125%
    Energy Shield From Life
    50%
    Évasion
    +20%
    Ailment Threshold
    125%
    Résistance
    52 52 0 0
    Damage
    113%
    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
    125%
    Model Size
    100%
    Type
    VaalIguanaTempleMap
    Metadata
    IguanaIncursionTempleMap_
    Niveau
    78
    Vie
    22,798
    Pièce d'armure
    62,934
    Évasion
    8,000
    Bouclier d'énergie
    5,664
    Damage
    763
    Dégâts des sorts
    763
    Précision
    428
    Attack Time
    1.005
    Expérience
    15,471
    Ailment Threshold
    22,798
    Chill
    72
    Shock
    72
    Brittle
    408
    Scorch
    72
    Sap
    199
    IguanaProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 610–915
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Temps de recharge: 3.5 sec.
    60% de Perte de Dégâts
    base is projectile [1]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 610–915
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Actor
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaIncursionTempleMap_"] = {
        name = "Plumed Chimeral",
        life = 1.25,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IguanaProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["IguanaProjectile"] = {
        name = "IguanaProjectile",
        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",
            "base_is_projectile",
        },
        levels = {
            [1] = {4, -60, -60, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    chance to apply suppression on hit % [20]
    IdMonsterSuppressingFire
    FamilySuppressingFire
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chance to apply suppression on hit % Min: 20 Max: 20 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
    Edit

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