Arachno-sentinelle
Fabrication
monster no map drops [1]
stance movement speed +% final [-50]
Clockwork Sentry
SpectreN
TagsLanceur de sorts, construct, fire_affinity, is_unarmed, metal_armour, not_int, not_str, slow_movement, uses_suicide_explode
Packs
  • Arachno-sentinelle
  • Vie
    300%
    Évasion
    +100%
    Ailment Threshold
    300%
    Résistance
    40 0 0 0
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    50%
    Type
    HeistRobotSkitterbot
    Metadata
    RobotSkitterbot
    Niveau
    68
    Vie
    19,300
    Pièce d'armure
    28,790
    Évasion
    9,478
    Bouclier d'énergie
    0
    Damage
    374
    Dégâts des sorts
    374
    Précision
    290
    Attack Time
    1.5
    Expérience
    10,255
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    DoLiterallyNothing
    HeistRobotSkitterSuicideExplode
    Spell, Area, Damage, AreaSpell, Triggerable
    Temps d'incantation: 1.5 sec.
    Inflige 931 à 1396 Dégâts physiques
    25% des Dégâts physiques sont Convertis en Dégâts de foudre
    25% des Dégâts physiques sont Convertis en Dégâts de feu
    grant kill to target when exploding self [1]
    is area damage [1]
    GSHeistRobotSkitterExplodeOnDeath
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 818.3 à 1227 Dégâts physiques
    25% des Dégâts physiques sont Convertis en Dégâts de foudre
    25% des Dégâts physiques sont Convertis en Dégâts de feu
    is area damage [1]
    DTTHeistRobotSkitterbot
    Spell, Movement
    Temps d'incantation: 1 sec.
    Temps de recharge: 3 sec.
    Vous ne pouvez pas être Étourdi
    skill cannot be interrupted [1]
    walk emerge extra distance [30]
    EGHeistRobotSkitterLeapAttach
    Triggerable, Spell
    Temps d'incantation: 1 sec.
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]
    EASHeistRobotSkitterbotEmerge
    Spell
    Temps d'incantation: 0.533 sec.

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase"
    extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    StateMachine
    {
    	define_shared_state = "skitterbot = 1;"
    }

    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_small.ao );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig_small.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotSkitterbot"] = {
        name = "Clockwork Sentry",
        life = 3,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "HeistRobotSkitterSuicideExplode",
            "GSHeistRobotSkitterExplodeOnDeath",
            "EASHeistRobotSkitterbotEmerge",
            "EGHeistRobotSkitterLeapAttach",
            "DTTHeistRobotSkitterbot",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HeistRobotSkitterSuicideExplode"] = {
        name = "HeistRobotSkitterSuicideExplode",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "grant_kill_to_target_when_exploding_self",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 25, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHeistRobotSkitterExplodeOnDeath"] = {
        name = "GSHeistRobotSkitterExplodeOnDeath",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_fire",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 25, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHeistRobotSkitterbotEmerge"] = {
        name = "EASHeistRobotSkitterbotEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.533,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGHeistRobotSkitterLeapAttach"] = {
        name = "EGHeistRobotSkitterLeapAttach",
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTHeistRobotSkitterbot"] = {
        name = "DTTHeistRobotSkitterbot",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "base_cannot_be_stunned",
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {30, levelRequirement = 0, statInterpolation = {},  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
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [-50]
    IdStanceHeistRobotSkitterbotWalk___
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -50 Max: -50 Global
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Edit

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