MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Consort des Profondeurs
Bête
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Vous ne pouvez pas être Repoussé(e)
Consort of the Depths
Spectre
Tagsabyss_blood, abyssal, beast, large_height, large_model, not_dex, very_slow_movement
Vie
2000%
Energy Shield From Life
20%
Armure
+20%
Ailment Threshold
2000%
Résistance
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
300%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
7 ~ 38
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
250%
Model Size
200%
Type
AbyssTwoMonolithicSlug
Metadata
MonolithicSlug
Niveau
68
Vie
2,786,927
Armure
34,548
Score d'Évasion
4,739
Bouclier d'énergie
24,508
Damage
1,276
Dégâts des sorts
1,905
Précision
580
Attack Time
1.005
Expérience
141,006
Minion Life
604,509
Minion Energy Shield
5,316
Minion Damage
1,019
Ailment Threshold
1,755,764
Chill
5,552
Shock
5,552
Brittle
31,409
Scorch
5,552
Sap
15,338
Phys Convert Ele
240%
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 20273041
Chances de coup critique: 5%
Attack Time: 1.5 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]
iconbasicattack
GTMonolithicSlugProjSpray
Triggerable, Spell
Temps d'incantation: 1 sec.
Temps de recharge: 12 sec.
action attack or cast time uses animation length [1]
MMSMonolithicSlugProj
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
50% des Dégâts physiques sont Convertis en Dégâts de froid
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum action distance +% [-30]
spell maximum base physical damage [613.7]
spell minimum base physical damage [409.1]
use scaled contact offset [1]
CGEAbyssMonolithSlugDesecratedGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Temps d'incantation: 1 sec.
La Durée de base est de 10 secondes
active skill area of effect radius +% final [-25]
base physical damage to deal per minute [27204]
ground blood art variation [16]
is area damage [1]
SparkAbyssMonolithicSlug
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Étincelle
Chances de coup critique: 5%
Temps d'incantation: 2.8 sec.
Temps de recharge: 14 sec.
Une projection d'étincelles imprévisibles qui se déplacent aléatoirement jusqu'à ce qu'elles touchent un ennemi ou expirent.
La Durée de base est de 10 secondes
25% de Réduction de la Vitesse des Projectiles
Empoisonne les Ennemis au Toucher
base is projectile [1]
number of projectiles override [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum base physical damage [606.7]
spell minimum base physical damage [404.4]
use scaled contact offset [1]
spark

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/MonolithicSlug"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Consort of the Depths",
    life = 20,
    energyShield = 0.2,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 38,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "SparkAbyssMonolithicSlug",
        "MMSMonolithicSlugProj",
        "CGEAbyssMonolithSlugDesecratedGround",
        "GTMonolithicSlugProjSpray",
    },
    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["SparkAbyssMonolithicSlug"] = {
    name = "Spark",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.8,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "global_poison_on_hit",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, -25, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSMonolithicSlugProj"] = {
    name = "MMSMonolithicSlugProj",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_cold",
        "number_of_projectiles_override",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEAbyssMonolithSlugDesecratedGround"] = {
    name = "CGEAbyssMonolithSlugDesecratedGround",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_physical_damage_to_deal_per_minute",
        "ground_blood_art_variation",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {2, 16, 10000, -25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTMonolithicSlugProjSpray"] = {
    name = "GTMonolithicSlugProjSpray",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVitesse
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valeur fixe
  • Consort des Profondeurs
    Bête
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Vous ne pouvez pas être Repoussé(e)
    Consort of the Depths
    Spectre
    Tagsabyss_blood, abyssal, beast, large_height, large_model, not_dex, very_slow_movement
    Vie
    2000%
    Energy Shield From Life
    20%
    Armure
    +20%
    Ailment Threshold
    2000%
    Résistance
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    300%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    7 ~ 38
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    250%
    Model Size
    200%
    Type
    AbyssTwoMonolithicSlug
    Metadata
    MonolithicSlugDepths
    Niveau
    68
    Vie
    2,786,927
    Armure
    34,548
    Score d'Évasion
    4,739
    Bouclier d'énergie
    24,508
    Damage
    1,276
    Dégâts des sorts
    1,905
    Précision
    580
    Attack Time
    1.005
    Expérience
    141,006
    Minion Life
    604,509
    Minion Energy Shield
    5,316
    Minion Damage
    1,019
    Ailment Threshold
    1,755,764
    Chill
    5,552
    Shock
    5,552
    Brittle
    31,409
    Scorch
    5,552
    Sap
    15,338
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 20273041
    Chances de coup critique: 5%
    Attack Time: 1.5 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]
    iconbasicattack
    GTMonolithicSlugProjSpray
    Triggerable, Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 12 sec.
    action attack or cast time uses animation length [1]
    MMSMonolithicSlugProj
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
    50% des Dégâts physiques sont Convertis en Dégâts de froid
    base is projectile [1]
    is area damage [1]
    number of projectiles override [1]
    projectile spread radius [10]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    spell maximum base physical damage [613.7]
    spell minimum base physical damage [409.1]
    use scaled contact offset [1]
    CGEAbyssMonolithSlugDesecratedGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Temps d'incantation: 1 sec.
    La Durée de base est de 10 secondes
    active skill area of effect radius +% final [-25]
    base physical damage to deal per minute [27204]
    ground blood art variation [16]
    is area damage [1]
    SparkAbyssMonolithicSlug
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Étincelle
    Chances de coup critique: 5%
    Temps d'incantation: 2.8 sec.
    Temps de recharge: 14 sec.
    Une projection d'étincelles imprévisibles qui se déplacent aléatoirement jusqu'à ce qu'elles touchent un ennemi ou expirent.
    La Durée de base est de 10 secondes
    25% de Réduction de la Vitesse des Projectiles
    Empoisonne les Ennemis au Toucher
    base is projectile [1]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum base physical damage [606.7]
    spell minimum base physical damage [404.4]
    use scaled contact offset [1]
    spark

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AbyssTwoLeague/MonolithicSlugDepths"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Consort of the Depths",
        life = 20,
        energyShield = 0.2,
        damage = 3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 38,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "SparkAbyssMonolithicSlug",
            "MMSMonolithicSlugProj",
            "CGEAbyssMonolithSlugDesecratedGround",
            "GTMonolithicSlugProjSpray",
        },
        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["SparkAbyssMonolithicSlug"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.8,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "global_poison_on_hit",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10000, -25, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSMonolithicSlugProj"] = {
        name = "MMSMonolithicSlugProj",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEAbyssMonolithSlugDesecratedGround"] = {
        name = "CGEAbyssMonolithSlugDesecratedGround",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "ground_blood_art_variation",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {2, 16, 10000, -25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTMonolithicSlugProjSpray"] = {
        name = "GTMonolithicSlugProjSpray",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La Vitesse d'action ne peut être modifiée en deça de 50% de sa valeur de base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVitesse
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valeur fixe
  • Edit

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