Autopatrouilleur ardent
Fabrication
monster no map drops [1]
Ember Auto-Scout
SpectreY
Spectre OverrideMetadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemSpectre_
Tagsbludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement
Vie
360%
Armure
+100%
Ailment Threshold
360%
Résistance
40 0 0 0
Damage
120%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Expérience
120%
Model Size
100%
Type
HeistRobotClockworkGolem
Metadata
RobotClockworkGolem
Niveau
68
Vie
23,160
Armure
57,580
Évasion
4,739
Bouclier d'énergie
0
Damage
448
Dégâts des sorts
448
Précision
290
Attack Time
1.17
Expérience
12,306
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 359–538
Chances de coup critique: 5%
Attack Time: 1.17 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRobotClockworkRoll
Attack, Melee, Movement, Travel
Lames tourbillonnantes
Base Damage: 359–538
Chances de coup critique: 5%
Attack Time: 1.17 sec.
Temps de recharge: 9 sec.
Un plongeon à travers les ennemis, qui inflige des dégâts d'arme. Si vous maniez deux armes, vous attaquerez avec vos deux armes simultanément pour n'infliger qu'un seul coup. Fonctionne uniquement avec les dagues, épées à une main ou griffes. Ne peut pas être modifié par Multifrappe.
cast time overrides attack duration [1]
ignores proximity shield [1]
CGEHeistRobotGolemBurningGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Temps d'incantation: 1 sec.
Inflige 646.5 Dégâts de feu de base par seconde
La Durée de base est de 2 secondes
active skill area of effect radius +% final [-50]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"

Animated
{
	on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolem"] = {
    name = "Ember Auto-Scout",
    life = 3.6,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "HeistRobotClockworkRoll",
        "Melee",
        "CGEHeistRobotGolemBurningGround",
        "DoLiterallyNothing",
        "ChangeToStance1Heist",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistRobotClockworkRoll"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.9,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "ignores_proximity_shield",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEHeistRobotGolemBurningGround"] = {
    name = "CGEHeistRobotGolemBurningGround",
    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_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "DoLiterallyNothing",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChangeToStance1Heist"] = {
    name = "ChangeToStance1Heist",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    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
  • Autopatrouilleur ardent
    Fabrication
    Ember Auto-Scout
    SpectreY
    Tagsbludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement
    Packs
  • Garde fidèle ver. 4, Autopatrouilleur ardent, Autopatrouilleur givré, Droneflamme, Arachno-rampant, Protecteur béni par la cendre, Auto-intendant, Écraseur rouillé, B0NCH13-N
  • Vie
    360%
    Armure
    +100%
    Ailment Threshold
    360%
    Résistance
    40 0 0 0
    Damage
    120%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    100%
    Type
    HeistRobotClockworkGolem
    Metadata
    RobotClockworkGolemSpectre_
    Niveau
    68
    Vie
    23,160
    Armure
    57,580
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    448
    Dégâts des sorts
    448
    Précision
    290
    Attack Time
    1.17
    Expérience
    12,306
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 359–538
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    HeistRobotClockworkRoll
    Attack, Melee, Movement, Travel
    Lames tourbillonnantes
    Base Damage: 359–538
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Temps de recharge: 9 sec.
    Un plongeon à travers les ennemis, qui inflige des dégâts d'arme. Si vous maniez deux armes, vous attaquerez avec vos deux armes simultanément pour n'infliger qu'un seul coup. Fonctionne uniquement avec les dagues, épées à une main ou griffes. Ne peut pas être modifié par Multifrappe.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    CGEHeistRobotGolemBurningGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Temps d'incantation: 1 sec.
    Inflige 646.5 Dégâts de feu de base par seconde
    La Durée de base est de 2 secondes
    active skill area of effect radius +% final [-50]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase"
    
    Animated
    {
    	on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemSpectre_"] = {
        name = "Ember Auto-Scout",
        life = 3.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "HeistRobotClockworkRoll",
            "Melee",
            "CGEHeistRobotGolemBurningGround",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HeistRobotClockworkRoll"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.9,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEHeistRobotGolemBurningGround"] = {
        name = "CGEHeistRobotGolemBurningGround",
        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_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1Heist"] = {
        name = "ChangeToStance1Heist",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Ember Auto-Scout
    Fabrication
    SpectreY
    Tagsbludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement
    Vie
    360%
    Armure
    +100%
    Ailment Threshold
    360%
    Résistance
    40 0 0 0
    Damage
    120%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    100%
    Type
    HeistRobotClockworkGolemAtlasUber
    Metadata
    RobotClockworkGolemAtlasUber
    Niveau
    68
    Vie
    23,160
    Armure
    57,580
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    448
    Dégâts des sorts
    448
    Précision
    290
    Attack Time
    1.17
    Expérience
    12,306
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 359–538
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    HeistRobotClockworkRoll
    Attack, Melee, Movement, Travel
    Lames tourbillonnantes
    Base Damage: 359–538
    Chances de coup critique: 5%
    Attack Time: 1.17 sec.
    Temps de recharge: 9 sec.
    Un plongeon à travers les ennemis, qui inflige des dégâts d'arme. Si vous maniez deux armes, vous attaquerez avec vos deux armes simultanément pour n'infliger qu'un seul coup. Fonctionne uniquement avec les dagues, épées à une main ou griffes. Ne peut pas être modifié par Multifrappe.
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    CGEHeistRobotGolemBurningGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Temps d'incantation: 1 sec.
    Inflige 646.5 Dégâts de feu de base par seconde
    La Durée de base est de 2 secondes
    active skill area of effect radius +% final [-50]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase"
    
    Animated
    {
    	on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemAtlasUber"] = {
        name = "Ember Auto-Scout",
        life = 3.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "HeistRobotClockworkRoll",
            "Melee",
            "CGEHeistRobotGolemBurningGround",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HeistRobotClockworkRoll"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.9,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEHeistRobotGolemBurningGround"] = {
        name = "CGEHeistRobotGolemBurningGround",
        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_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1Heist"] = {
        name = "ChangeToStance1Heist",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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