Gorulis, la Dérobeuse de volonté
Bête
50% des Dégâts physiques sont Convertis en Dégâts de chaos
display monster mod nemesis test [0]
15000% increased Rarity of Items Dropped
100% d'Augmentation de l'Expérience octroyée par les Monstres
Vous ne pouvez pas être Repoussé(e)
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Gorulis, Will-Thief
SpectreN
AreaVallée infestée, Carte
Tagsanimal_claw_weapon, beast, Lanceur de sorts, chaos_affinity, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, nature_boss, non_unique_map_boss, physical_affinity, ranged, very_slow_movement
Vie
400%
Ailment Threshold
400%
Résistance
40 40 40 25
Damage
130%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
121%
Type
RyslathaMap
Metadata
InsectSpawnerParasiteBossMap
Niveau
75
Vie
2,033,081
Armure
49,865
Évasion
6,029
Bouclier d'énergie
0
Damage
839
Dégâts des sorts
1,252
Précision
381
Attack Time
1.005
Expérience
129,844
Ailment Threshold
1,057,202
Chill
3,343
Shock
3,343
Brittle
18,912
Scorch
3,343
Sap
9,236
InsectSpawnerSpitParasiteBossMap
Attack, Projectile, ProjectilesFromUser
Base Damage: 1332–1999
Chances de coup critique: 5%
Attack Time: 1.5 sec.
30% des Dégâts physiques sont Convertis en Dégâts de chaos
33% de Perte de Vitesse d'attaque
base is projectile [1]
infest on hit chance % [100]
infest on hit duration ms [4000]
number of projectiles override [1]
visual hit effect chaos is green [1]
FlamebreathParasiteBossMap
Spell, Damage, Fire, Projectile, Area, AreaSpell
Souffle ardent
Temps d'incantation: 2.3 sec.
Temps de recharge: 10 sec.
Inflige 256.9 à 385.3 Dégâts physiques
Inflige 535.2 Dégâts de chaos de base par seconde
La Durée de base est de 4 secondes
30% des Dégâts physiques sont Convertis en Dégâts de chaos
20% de Réduction de la Vitesse des Projectiles
active skill area of effect radius +% final [30]
ground caustic art variation [4]
is area damage [1]
projectile spread radius [5]
projectile uses contact position [1]
RyslathaSummonEgg
Spell, Multicastable, Triggerable
Temps d'incantation: 1.8 sec.
Temps de recharge: 8 sec.
alternate minion [227]
monster no drops or experience [1]
number of monsters to summon [3]
summon specific monsters radius +% [180]
summoned monsters are minions [1]
RyslathaSlide
Attack
Base Damage: 1332–1999
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Temps de recharge: 12 sec.
Vous ne pouvez pas Étourdir les Ennemis au Toucher
75% de Perte de Dégâts
La Durée de base est de 3 secondes
Empoisonne les Ennemis au Toucher
RyslathaSummonEggTriggered
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
alternate minion [227]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/InsectSpawner/InsectSpawner"

Actor
{
	basic_action = "Emerge"
}


Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/InsectSpawner/InsectSpawner"

Transitionable
{
	create_untransitioned = "PlayAnimation( idle_submerged );"
	create_transitioned = "EnableTargetable();"
	on_transition = "EnableTargetable();"
}

Targetable
{
	targetable = false
}

Render
{
	preload_buff_visual = "infested"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act7/Ryslatha/spit_parasite/ParasiteEggExplode.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/InsectSpawner/InsectSpawnerParasiteBossMap"] = {
    name = "Gorulis, Will-Thief",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "InsectSpawnerSpitParasiteBossMap",
        "RyslathaSummonEgg",
        "RyslathaSummonEggTriggered",
        "FlamebreathParasiteBossMap",
        "RyslathaSlide",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["InsectSpawnerSpitParasiteBossMap"] = {
    name = "InsectSpawnerSpitParasiteBossMap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_chaos",
        "infest_on_hit_chance_%",
        "infest_on_hit_duration_ms",
        "active_skill_attack_speed_+%_final",
        "number_of_projectiles_override",
        "base_is_projectile",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {30, 100, 4000, -33, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSummonEgg"] = {
    name = "RyslathaSummonEgg",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {3, 227, 180, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSummonEggTriggered"] = {
    name = "RyslathaSummonEggTriggered",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 227, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FlamebreathParasiteBossMap"] = {
    name = "Flame Breath",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_chaos_damage_to_deal_per_minute",
        "projectile_spread_radius",
        "base_projectile_speed_+%",
        "base_skill_effect_duration",
        "ground_caustic_art_variation",
        "skill_physical_damage_%_to_convert_to_chaos",
        "active_skill_area_of_effect_radius_+%_final",
        "projectile_uses_contact_position",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 5, -20, 4000, 4, 30, 30, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RyslathaSlide"] = {
    name = "RyslathaSlide",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_damage_+%_final",
        "global_poison_on_hit",
        "cannot_stun",
    },
    levels = {
        [1] = {3000, -75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
50% des Dégâts physiques sont Convertis en Dégâts de chaos
IdMonsterConvertToChaos1
FamilyChaosDamageAsPortionOfDamage
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    display monster mod nemesis test [0]
    IdRyslathaSpawnEggsDaemon
    FamilyDaemon
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    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
  • Gorulis, la Dérobeuse de volonté
    Bête
    50% des Dégâts physiques sont Convertis en Dégâts de chaos
    display monster mod nemesis test [0]
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Gorulis, Will-Thief
    SpectreN
    Tagsanimal_claw_weapon, beast, Lanceur de sorts, chaos_affinity, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, physical_affinity, ranged, standalone_map_boss, very_slow_movement
    Vie
    400%
    Ailment Threshold
    400%
    Résistance
    40 40 40 25
    Damage
    130%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    121%
    Type
    RyslathaMap
    Metadata
    InsectSpawnerParasiteBossMapStandalone_
    Niveau
    68
    Vie
    557,385
    Armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    553
    Dégâts des sorts
    826
    Précision
    290
    Attack Time
    1.005
    Expérience
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    InsectSpawnerSpitParasiteBossMap
    Attack, Projectile, ProjectilesFromUser
    Base Damage: 878–1318
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    30% des Dégâts physiques sont Convertis en Dégâts de chaos
    33% de Perte de Vitesse d'attaque
    base is projectile [1]
    infest on hit chance % [100]
    infest on hit duration ms [4000]
    number of projectiles override [1]
    visual hit effect chaos is green [1]
    FlamebreathParasiteBossMap
    Spell, Damage, Fire, Projectile, Area, AreaSpell
    Souffle ardent
    Temps d'incantation: 2.3 sec.
    Temps de recharge: 10 sec.
    Inflige 176.6 à 264.9 Dégâts physiques
    Inflige 367.9 Dégâts de chaos de base par seconde
    La Durée de base est de 4 secondes
    30% des Dégâts physiques sont Convertis en Dégâts de chaos
    20% de Réduction de la Vitesse des Projectiles
    active skill area of effect radius +% final [30]
    ground caustic art variation [4]
    is area damage [1]
    projectile spread radius [5]
    projectile uses contact position [1]
    RyslathaSummonEgg
    Spell, Multicastable, Triggerable
    Temps d'incantation: 1.8 sec.
    Temps de recharge: 8 sec.
    alternate minion [227]
    monster no drops or experience [1]
    number of monsters to summon [3]
    summon specific monsters radius +% [180]
    summoned monsters are minions [1]
    RyslathaStandaloneBurrow
    Attack, Area
    Base Damage: 878–1318
    Chances de coup critique: 5%
    Dégâts d'Attaque: 99.25%
    Attack Time: 1.5 sec.
    Temps de recharge: 12 sec.
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    0.75% de Perte de Dégâts d'Attaque
    Empoisonne les Ennemis au Toucher
    emerge speed +% [300]
    is area damage [1]
    shield charge extra distance [45]
    RyslathaSummonEggTriggeredStandalone
    Spell, Multicastable, Triggerable
    Temps d'incantation: 1 sec.
    alternate minion [227]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/InsectSpawner/InsectSpawner"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/InsectSpawner/InsectSpawner"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Render
    {
    	preload_buff_visual = "infested"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act7/Ryslatha/spit_parasite/ParasiteEggExplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/InsectSpawner/InsectSpawnerParasiteBossMapStandalone_"] = {
        name = "Gorulis, Will-Thief",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "InsectSpawnerSpitParasiteBossMap",
            "RyslathaSummonEgg",
            "RyslathaSummonEggTriggeredStandalone",
            "RyslathaStandaloneBurrow",
            "FlamebreathParasiteBossMap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpitParasiteBossMap"] = {
        name = "InsectSpawnerSpitParasiteBossMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "infest_on_hit_chance_%",
            "infest_on_hit_duration_ms",
            "active_skill_attack_speed_+%_final",
            "number_of_projectiles_override",
            "base_is_projectile",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {30, 100, 4000, -33, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaSummonEgg"] = {
        name = "RyslathaSummonEgg",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.8,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 227, 180, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaSummonEggTriggeredStandalone"] = {
        name = "RyslathaSummonEggTriggeredStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 227, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RyslathaStandaloneBurrow"] = {
        name = "RyslathaStandaloneBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "emerge_speed_+%",
            "shield_charge_extra_distance",
            "global_poison_on_hit",
            "cannot_stun",
            "is_area_damage",
        },
        levels = {
            [1] = {300, 45, baseMultiplier = 0.9925, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FlamebreathParasiteBossMap"] = {
        name = "Flame Breath",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_chaos_damage_to_deal_per_minute",
            "projectile_spread_radius",
            "base_projectile_speed_+%",
            "base_skill_effect_duration",
            "ground_caustic_art_variation",
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "projectile_uses_contact_position",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 5, -20, 4000, 4, 30, 30, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    50% des Dégâts physiques sont Convertis en Dégâts de chaos
    IdMonsterConvertToChaos1
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    display monster mod nemesis test [0]
    IdRyslathaSpawnEggsDaemon
    FamilyDaemon
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    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
  • Gorulis, la Dérobeuse de volonté
    Bête
    50% des Dégâts physiques sont Convertis en Dégâts de chaos
    display monster mod nemesis test [0]
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Gorulis, Will-Thief
    SpectreN
    Tagsanimal_claw_weapon, beast, elder_map_boss, extra_large_height, flesh_armour, insect, insect_blood, is_unarmed, large_model, non_attacking, very_slow_movement
    Vie
    400%
    Ailment Threshold
    400%
    Résistance
    40 40 40 25
    Damage
    130%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    121%
    Type
    RyslathaMap
    Metadata
    InsectSpawnerParasiteBossMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/InsectSpawner/InsectSpawnerParasiteBossMapElder"] = {
        name = "Gorulis, Will-Thief",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    50% des Dégâts physiques sont Convertis en Dégâts de chaos
    IdMonsterConvertToChaos1
    FamilyChaosDamageAsPortionOfDamage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base physical damage % to convert to chaos Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage chaos_damage damage physical chaos
    display monster mod nemesis test [0]
    IdRyslathaSpawnEggsDaemon
    FamilyDaemon
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 Global
  • 15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    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
  • Edit

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