Zélote infesté
Humanoïde
monster no map drops [1]
Blighted Zealot
SpectreN
Tagsblight_monster, cultist, flesh_armour, has_dagger, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, very_slow_movement
Vie
550%
Armure
+20%
Évasion
+40%
Ailment Threshold
550%
Résistance
0 0 40 0
Damage
190%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 12
Attack Time
0.825 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
BlightKitavaCultistSlow
Metadata
KitavaCultistSlow1
Niveau
68
Vie
35,383
Armure
34,548
Évasion
6,635
Bouclier d'énergie
0
Damage
710
Dégâts des sorts
710
Précision
290
Attack Time
0.825
Expérience
10,255
Ailment Threshold
35,383
Chill
112
Shock
112
Brittle
633
Scorch
112
Sap
309
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 568–852
Chances de coup critique: 5%
Attack Time: 0.825 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultistSlow1"] = {
    name = "Blighted Zealot",
    life = 5.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 1.9,
    damageSpread = 0.2,
    attackTime = 0.825,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Zélote infesté
    Humanoïde
    monster no map drops [1]
    Blighted Zealot
    SpectreN
    Tagsblight_monster, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, melee, not_int, physical_affinity, puncturing_weapon, red_blood, very_slow_movement
    Vie
    550%
    Armure
    +20%
    Évasion
    +40%
    Ailment Threshold
    550%
    Résistance
    0 0 40 0
    Damage
    190%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    BlightKitavaCultistSpearSlow
    Metadata
    KitavaCultistSlow2
    Niveau
    68
    Vie
    35,383
    Armure
    34,548
    Évasion
    6,635
    Bouclier d'énergie
    0
    Damage
    710
    Dégâts des sorts
    710
    Précision
    290
    Attack Time
    1.005
    Expérience
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 568–852
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultistSlow2"] = {
        name = "Blighted Zealot",
        life = 5.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.9,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Zélote infesté
    Humanoïde
    monster no map drops [1]
    Blighted Zealot
    SpectreN
    Tagsblight_monster, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, melee, not_int, physical_affinity, puncturing_weapon, red_blood, very_slow_movement
    Vie
    550%
    Armure
    +20%
    Évasion
    +40%
    Ailment Threshold
    550%
    Résistance
    0 0 40 0
    Damage
    190%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    BlightKitavaCultistSpear
    Metadata
    KitavaCultistSlow3
    Niveau
    68
    Vie
    35,383
    Armure
    34,548
    Évasion
    6,635
    Bouclier d'énergie
    0
    Damage
    710
    Dégâts des sorts
    710
    Précision
    290
    Attack Time
    1.005
    Expérience
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 568–852
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultistSlow3"] = {
        name = "Blighted Zealot",
        life = 5.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.9,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Zélote infesté
    Humanoïde
    monster no map drops [1]
    Blighted Zealot
    SpectreN
    Tagsblight_monster, cultist, flesh_armour, has_dagger, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, very_slow_movement
    Vie
    550%
    Armure
    +20%
    Évasion
    +40%
    Ailment Threshold
    550%
    Résistance
    0 0 40 0
    Damage
    190%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    0.825 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    BlightKitavaCultist
    Metadata
    KitavaCultist1
    Niveau
    68
    Vie
    35,383
    Armure
    34,548
    Évasion
    6,635
    Bouclier d'énergie
    0
    Damage
    710
    Dégâts des sorts
    710
    Précision
    290
    Attack Time
    0.825
    Expérience
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 568–852
    Chances de coup critique: 5%
    Attack Time: 0.825 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultist1"] = {
        name = "Blighted Zealot",
        life = 5.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.9,
        damageSpread = 0.2,
        attackTime = 0.825,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Zélote infesté
    Humanoïde
    monster no map drops [1]
    Blighted Zealot
    SpectreN
    Tagsblight_monster, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, melee, not_int, physical_affinity, puncturing_weapon, red_blood, very_slow_movement
    Vie
    550%
    Armure
    +20%
    Évasion
    +40%
    Ailment Threshold
    550%
    Résistance
    0 0 40 0
    Damage
    190%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    BlightKitavaCultistSpear
    Metadata
    KitavaCultist2
    Niveau
    68
    Vie
    35,383
    Armure
    34,548
    Évasion
    6,635
    Bouclier d'énergie
    0
    Damage
    710
    Dégâts des sorts
    710
    Précision
    290
    Attack Time
    1.005
    Expérience
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 568–852
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultist2"] = {
        name = "Blighted Zealot",
        life = 5.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.9,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Zélote infesté
    Humanoïde
    monster no map drops [1]
    Blighted Zealot
    SpectreN
    Tagsblight_monster, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, melee, not_int, physical_affinity, puncturing_weapon, red_blood, very_slow_movement
    Vie
    550%
    Armure
    +20%
    Évasion
    +40%
    Ailment Threshold
    550%
    Résistance
    0 0 40 0
    Damage
    190%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    BlightKitavaCultistSpear
    Metadata
    KitavaCultist3
    Niveau
    68
    Vie
    35,383
    Armure
    34,548
    Évasion
    6,635
    Bouclier d'énergie
    0
    Damage
    710
    Dégâts des sorts
    710
    Précision
    290
    Attack Time
    1.005
    Expérience
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 568–852
    Chances de coup critique: 5%
    Attack Time: 1.005 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBlight/Generic/KitavaCultist3"] = {
        name = "Blighted Zealot",
        life = 5.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.9,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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