Clone [DNT-UNUSED]



Spectre | Y |
---|---|
Tags | 2HSharpMetal_onhit_audio, fast_movement, human, humanoid, not_int, red_blood |
Vida
120%
+50%
Evasión
+25%
Resistencia




Damage
120%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
5 ~ 15
Tiempo de ataque
1.755 Second
Damage Spread
±20%
Experiencia
120%
Model Size
110%
Type
TwilightOrderOfficerColdClone
Metadata
TwilightOrderOfficerColdClone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
9,308
3,620
885
Damage
280
Daño de hechizos
280
Precisión
2,464
Tiempo de ataque
1.755
Experiencia
34,361
Minion Life
8,316
Minion Damage
1,163
Minion Armour
6,033
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
GATwilightOrderFrozenCleave
Triggerable, Attack
Base Damage: 224–336
Probabilidad de impacto crítico: 5%
Tiempo de ataque: 1.755 seg
action attack or cast time uses animation length [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" DiesAfterTime { } StateMachine { } Functions { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = " this.fade_in_amount = 0.0; this.crack_amount = 0.0; Call( update_ice_state, fade_in_amount, crack_amount); StartStateTimer( fade_in, 0.05 ); AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/frozen_legion/frozen_clone.epk' ); " } Animated { on_event_fade_start_for_cleave_01 = "StartStateTimer( fade_out, 0.05 );" } StateMachine { on_timer_fade_in = " this.fade_in_amount = fade_in_amount + 0.05; Call( update_ice_state, fade_in_amount, crack_amount); If(fade_in_amount < 1.0, {StartStateTimer( fade_in, 0.05 );} ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/frozen_legion/frozen_clone.epk' ); AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/frozen_legion/frozen_clone.epk' ); " on_timer_fade_out = " this.fade_in_amount = fade_in_amount - 0.05; this.crack_amount = crack_amount + 0.01; Call( update_ice_state, fade_in_amount, crack_amount); If(fade_in_amount > 0.0, {StartStateTimer( fade_out, 0.05 );} ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/frozen_legion/frozen_clone.epk' ); AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/frozen_legion/frozen_clone.epk' ); " } Functions { update_ice_state = " this.specific_object_position = null; this.specific_object_position += arg1; this.specific_object_position += arg2; this.specific_object_position += 0.0; " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderOfficerColdClone"] = { name = "Clone [DNT-UNUSED]", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.755, attackRange = 15, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "GATwilightOrderFrozenCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GATwilightOrderFrozenCleave"] = { name = "GATwilightOrderFrozenCleave", hidden = true, color = , 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 = { "active_skill_base_physical_damage_%_to_convert_to_cold", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.