MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Prototipo prófugo imperfecto
Cadáveres
Categoría de monstruo: Constructo
Haz clic derecho en este objeto para crear este cadáver.
Imperfect Escaped Prototype
Prototipo prófugo imperfecto ForgeHoundLow /9
NombreMostrar descripciones completas
DropLevel 1
BaseType Imperfect Escaped Prototype
BaseType Prototipo prófugo imperfecto
Class Cadáveres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/ForgeHoundLow
Tagsitemisedcorpse_low
IconArt/2DItems/Currency/Azmeri/RobotForgeHoundMinibossCorpse
ReferenceCommunity Wiki
keyval
Base.base_level1
Base.tagdefault
Base.description_textItemDescriptionItemisedCorpse
client.RenderItem
Usable.use_typeUsable
Usable.actionspawn_itemised_corpse
Prototipo prófugo imperfecto
Constructo
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Imperfect Escaped Prototype
Spectre
Tagsanimal_claw_weapon, Lanzador de hechizos, construct, fire_affinity, is_unarmed, large_model, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity
Vida
1600%
Armadura
+100%
Ailment Threshold
504%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.56 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
AzmeriForgeHound
Metadata
ForgeHoundLow
Nivel
68
Vida
102,934
Armadura
57,580
Evasión
4,739
Damage
560
Daño de hechizos
560
Precisión
580
Attack Time
1.56
Experiencia
20,510
Minion Life
22,327
Minion Damage
447
Ailment Threshold
32,424
Chill
103
Shock
103
Brittle
580
Scorch
103
Sap
283
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 448672
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
DoLiterallyNothing
GAHeistRobotHoundStomp
Triggerable, Attack
Base Damage: 448672
Probabilidad de golpe crítico: 5%
Attack Time: 1.56 seg
El 50% del daño físico se convierte en daño de fuego
Aturde a los enemigos
global knockback [1]
is area damage [1]
MDHeistRobotHoundLaserTarget
Multicastable, Triggerable
GSRoboHoundBellyDamage
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Inflige de 882.4 a 1324 de daño de fuego
cannot stun [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueHeist/HeistMinibossBase"
extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"

Positioned
{
	collision_hull_type = "projectile"
}

Actor
{
	slow_animations_go_to_idle = false
	
	on_animation_end_Pant = "PlayAnimationType( Idle, 1.0f, 0, 0.0f );"
}

StateMachine
{
	define_shared_state =
	"
		patrolling = 1;
		do_a_little_spin;
		stomach_fire_ruckus;
	"
	
	on_change_state_do_a_little_spin = "
		TurnToOverTime( GetOrientation() + 180, 2.2f );
		PlayAnimationType( Pant, 1.0f );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/ForgeHoundLow"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Imperfect Escaped Prototype",
    life = 16,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.56,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "GSRoboHoundBellyDamage",
        "GAHeistRobotHoundStomp",
        "MDHeistRobotHoundLaserTarget",
        "DoLiterallyNothing",
    },
    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["GSRoboHoundBellyDamage"] = {
    name = "GSRoboHoundBellyDamage",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHeistRobotHoundStomp"] = {
    name = "GAHeistRobotHoundStomp",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_fire",
        "global_knockback",
        "is_area_damage",
        "always_stun",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MDHeistRobotHoundLaserTarget"] = {
    name = "MDHeistRobotHoundLaserTarget",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [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 = { }, },
    },
}
Edit

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