Arácnido robótico
Constructo
monster no map drops [1]
Clockwork Crawler
SpectreY
Spectre OverrideMetadata/Monsters/LeagueHeist/Robot/RobotSpiderSpectre
Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, construct, is_unarmed, medium_movement, melee, metal_armour, no_pantheon_mod, not_int, physical_affinity
Vida
275%
Armaduras
+50%
Evasión
+50%
Ailment Threshold
275%
Resistencia
40 0 0 0
Damage
132%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
110%
Model Size
100%
Type
HeistRobotSpider
Metadata
RobotSpider
Nivel
68
Vida
17,692
Armaduras
43,185
Evasión
7,109
Escudo de energía
0
Damage
493
Daño de hechizos
493
Precisión
290
Attack Time
1.005
Experiencia
11,281
Ailment Threshold
17,692
Chill
56
Shock
56
Brittle
316
Scorch
56
Sap
155
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 394–592
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
GSHeistRobotSpiderLaser
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.4 seg
Tiempo de recarga: 4 seg
Inflige de 1129 a 1694 de daño de hielo
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]
WalkEmergeHeistRobotElevator
walk emerge distance [1]

Object Type

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

Actor
{
	basic_action = "Emerge"
}

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/RobotSpider"] = {
    name = "Clockwork Crawler",
    life = 2.75,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.32,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "GSHeistRobotSpiderLaser",
        "WalkEmergeHeistRobotElevator",
        "DoLiterallyNothing",
        "ChangeToStance1Heist",
    },
    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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHeistRobotSpiderLaser"] = {
    name = "GSHeistRobotSpiderLaser",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeHeistRobotElevator"] = {
    name = "WalkEmergeHeistRobotElevator",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.3,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {1, 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
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Arácnido robótico
    Constructo
    Clockwork Crawler
    SpectreY
    Tagsanimal_claw_weapon, Lanzador de hechizos, cold_affinity, construct, is_unarmed, medium_movement, melee, metal_armour, no_pantheon_mod, not_int, physical_affinity
    Packs
  • Guardia leal Mk 4, Autoexplorador de llamas, Autoexplorador de escarcha, Roboinsecto de fuego, Arácnido robótico, Guardián ceniciento, Autoejecutor, Devastador oxidado, BNCH1C-0
  • Vida
    275%
    Armaduras
    +50%
    Evasión
    +50%
    Ailment Threshold
    275%
    Resistencia
    40 0 0 0
    Damage
    132%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    HeistRobotSpider
    Metadata
    RobotSpiderSpectre
    Nivel
    68
    Vida
    17,692
    Armaduras
    43,185
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    493
    Daño de hechizos
    493
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    11,281
    Ailment Threshold
    17,692
    Chill
    56
    Shock
    56
    Brittle
    316
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 394–592
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DoLiterallyNothing
    GSHeistRobotSpiderLaser
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.4 seg
    Tiempo de recarga: 4 seg
    Inflige de 1129 a 1694 de daño de hielo
    is area damage [1]
    ChangeToStance1Heist
    skill cannot be interrupted [1]
    skill cannot be stunned [1]
    WalkEmergeHeistRobotElevator
    walk emerge distance [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Functions
    {
    	DetachMilitaryArrow = "DetachAllOfType( Metadata/Monsters/LeagueHeist/Military/attachments/CrossbowBolt.ao );"
    	DetachThugArrow = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/bow/arrow.ao );"
    	AttachMilitaryArrow = "AddAttached( Metadata/Monsters/LeagueHeist/Military/attachments/CrossbowBolt.ao, L_Weapon );"
    	AttachThugArrow = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/bow/arrow.ao, R_Weapon );"
    }
    
    Animated
    {
    	on_event_remove_arrow = "SetStateTo( arrow_visible, 0 );"
    	on_event_add_arrow = "SetStateTo( arrow_visible, 1 );"
    }
    
    StateMachine
    {
    	define_state = "arrow_visible;"
    
    	on_state_arrow_visible_0 =
    	"
    		Call( DetachMilitaryArrow );
    		Call( DetachThugArrow );
    	"
    
    	on_state_arrow_visible_1 =
    	"
    		IfState( use_arrow_military, 1, { Call( AttachMilitaryArrow ); } );
    		IfState( use_arrow_thug, 1, { Call( AttachThugArrow ); } );
    	"
    }
    
    Animated
    {
    	on_event_stabbed_in_throat = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/military/melee/epk/death_suicide_01.epk );"
    
    	on_event_apply_trail_epk_R =
    	"
    		IfVarietyContains( Thug,
    		{
    			IfVarietyContains( Elite, { AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails_elite.epk, R_Weapon ); }, { AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails.epk, R_Weapon ); } );
    		} );
    	"
    
    	on_event_remove_trail_epk_R =
    	"
    		IfVarietyContains( Thug,
    		{
    			IfVarietyContains( Elite, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails_elite.epk, R_Weapon ); }, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails.epk, R_Weapon ); } );
    		} );
    	"
    }
    
    Actor
    {
    	on_destroy_Melee =
    	"
    		IfVarietyContains( Thug, { RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails.epk, R_Weapon ); } );
    	"
    }
    
    Life
    {
    	on_death =
    	"
    		IfVarietyContains( Thug,
    		{
    			Call( DetachThugArrow );
    			RemoveEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Heist/thugs/weapon_effects/weapon_trails.epk, R_Weapon );
    		} );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHeist/Robot/RobotSpiderSpectre"] = {
        name = "Clockwork Crawler",
        life = 2.75,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.32,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "GSHeistRobotSpiderLaser",
            "WalkEmergeHeistRobotElevator",
            "DoLiterallyNothing",
            "ChangeToStance1Heist",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHeistRobotSpiderLaser"] = {
        name = "GSHeistRobotSpiderLaser",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeHeistRobotElevator"] = {
        name = "WalkEmergeHeistRobotElevator",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {1, 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 = { }, },
        },
    }
    
    Edit

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