Niles
Humanoide
Regeneras un 2% de vida por segundo
SpectreN
TagsLanzador de hechizos, cold_affinity, human, humanoid, is_unarmed, medium_movement, metal_armour, no_pantheon_mod, red_blood, slashing_weapon
Vida
400%
Energy Shield From Life
33%
Armadura
+33%
Evasión
+33%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
400%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
4 ~ 11
Attack Time
1.755 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
HeistAlliedNPC
Metadata
HeistInterrogator1
Nivel
68
Vida
17,241
Armadura
38,291
Evasión
6,303
Escudo de energía
8,088
Damage
1,494
Daño de hechizos
1,494
Precisión
580
Attack Time
1.755
Experiencia
20,510
Minion Life
3,740
Minion Energy Shield
1,754
Minion Damage
1,193
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
GSHeistNilesPulse
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 12 seg
Inflige de 7301 a 10951 de daño de hielo
is area damage [1]
MPSHeistNilesSpellProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.5 seg
Inflige de 2432 a 4517 de daño de hielo
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [162]
projectile uses contact position [1]
use scaled contact offset [1]
HeistMindControl
Channel
skill cannot be knocked back [1]
skill cannot be stunned [1]
HeistConversion
Tiempo de recarga: 15 seg
La duración base es de 10 segundos
base deal no damage [1]
HeistDisableMagic
[UNUSED] You son of a ****
[UNUSED I'm in
skill cannot be knocked back [1]
skill cannot be stunned [1]
TEMP_EASHeistGiannaTransform
Spell
Tiempo de lanzamiento: 1.83 seg
EGHeistPullLever
Triggerable, Spell
Tiempo de lanzamiento: 2.17 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
spell maximum action distance +% [-95]
EGHeistDeceptionTrickGuard
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
spell maximum action distance +% [-40]
EASHeistGiannaDisappear
Spell
Tiempo de lanzamiento: 1.83 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueHeist/NPCAllies/NPCAlliesBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueHeist/NPCAllies/NPCAlliesBase"

Preload
{
	preload_epk = "Metadata/Effects/Spells/monsters_effects/League_Heist/Niles/on_act/flash_head.epk"
}

Animated
{
	on_event_add_flash_head_epk = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/Niles/on_act/flash_head.epk );"
	on_event_remove_flash_head_epk = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Heist/Niles/on_act/flash_head.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueHeist/NPCAllies/HeistInterrogator1"] = {
    name = "Niles",
    life = 4,
    energyShield = 0.33,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 4,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "MPSHeistNilesSpellProjectile",
        "GSHeistNilesPulse",
        "TEMP_EASHeistGiannaTransform",
        "HeistConversion",
        "HeistDisableMagic",
        "EGHeistPullLever",
        "HeistMindControl",
        "EGHeistDeceptionTrickGuard",
        "EASHeistGiannaDisappear",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSHeistNilesSpellProjectile"] = {
    name = "MPSHeistNilesSpellProjectile",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
    },
    levels = {
        [1] = {0.69999998807907, 1.2999999523163, 162, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHeistNilesPulse"] = {
    name = "GSHeistNilesPulse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    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["TEMP_EASHeistGiannaTransform"] = {
    name = "TEMP_EASHeistGiannaTransform",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.83,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistConversion"] = {
    name = "HeistConversion",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {10000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistDisableMagic"] = {
    name = "[UNUSED] You son of a ****",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "[UNUSED  I'm in",
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EGHeistPullLever"] = {
    name = "EGHeistPullLever",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.17,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {-95, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HeistMindControl"] = {
    name = "HeistMindControl",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Channel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EGHeistDeceptionTrickGuard"] = {
    name = "EGHeistDeceptionTrickGuard",
    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 = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHeistGiannaDisappear"] = {
    name = "EASHeistGiannaDisappear",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.83,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Regeneras un 2% de vida por segundo
FamilyLifeRegenerationRatePercentage
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource Vida
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.immune_to_auras_from_other_entities1
    Stats.cannot_die1
    Stats.monster_no_additional_player_scaling1
    Stats.suppress_phasing_visual1
    Stats.phase_through_objects1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0, 1
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, MoveForced, MoveSpecial
    Actor.slow_animations_go_to_idletrue
    Monster.preload_skills_when_addedtrue
    MinimapIcon.iconNPC
    StateMachine.define_state =
    StateMachine.", , ,
    StateMachine.minion1;
    StateMachine.lock_pick_progress;
    StateMachine.damage_penalty;
    StateMachine.heist_npc1;
    StateMachine.define_shared_state =
    StateMachine.current_job_index-1;
    StateMachine.current_job_level-1;
    StateMachine.heist_alert;
    StateMachine.point_light1;
    StateMachine.abandoned0;
    Edit

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