Uhtred, Traidor Ambicioso
Demônio
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Não Pode ser Empurrado
Uhtred, Covetous Traitor
SpectreN
AreaTumba Kalguurana
TagsConjurador, cold_affinity, demon, flying, ghost_blood, is_unarmed, light_armour, medium_movement, ranged, Unarmed_onhit_audio, ward_armour
Vida
2600%
Resistência
0 0 0 0
Damage
187%
Precisão
100%
Attack Distance
6 ~ 12
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
100%
Type
ExpeditionApparition
Metadata
ApparitionExpedition
Nível
65
Vida
169,338
Damage
397
Dano Mágico
397
Precisão
2,214
Tempo de Ataque
1.5
Experiência
43,014
Minion Life
163,332
Minion Damage
1,550
Minion Armour
2,023
MPSExpeditionApparitionBasicProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1.5 seg
Causa 192 a 288 de Dano de Gelo
base is projectile [1]
check for targets between initiator and projectile source [1]
leap slam minimum distance [30]
monster projectile variation [193]
projectile uses contact position [1]
spell maximum action distance +% [-40]
GPSExpeditionApparitionOrbs
Triggerable, Damage
Recarga: 10 seg
Causa a de Dano de Gelo
base is projectile [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GSExpeditionApparitionOrbExplosion
Triggerable, Spell, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 418.9 a 628.3 de Dano de Gelo
base is projectile [1]
is area damage [1]
ExpeditionApparitionColdBeam
Recarga: 15 seg
Causa 192 a 288 de Dano de Gelo
monster penalty against minions damage +% final vs player minions [-40]
MPSExpeditionAppariationSweepProjectilesLeft
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 3 seg
Recarga: 10 seg
Causa 150.1 a 225.1 de Dano de Gelo
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [194]
monster reverse point blank damage -% at minimum range [50]
number of projectiles override [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
MPSExpeditionAppariationSweepProjectilesRight
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 3 seg
Recarga: 10 seg
Causa 150.1 a 225.1 de Dano de Gelo
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [195]
monster reverse point blank damage -% at minimum range [50]
number of projectiles override [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
MPSExpeditionAppariationSweepProjectilesCombined
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 3.666 seg
Recarga: 10 seg
Causa 150.1 a 225.1 de Dano de Gelo
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [196]
monster reverse point blank damage -% at minimum range [50]
number of projectiles override [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
SSMExpeditionApparitionSummonOrb
Spell, Multicastable, Triggerable
Tempo de Conjuração: 2.166 seg
Recarga: 10 seg
alternate minion [563]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
GTExpeditionApparitionOrb
Triggerable
GSExpeditionApparitionGroundHand
Triggerable, Spell, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 122.2 a 183.3 de Dano de Gelo
is area damage [1]
EASExpeditionApparitionTeleport
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASExpeditionApparitionSubmergeMirror
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASExpeditionApparitionEmergeMirror
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
GSExpeditionApparitionBeam
Triggerable, Spell, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 331.6 a 497.4 de Dano de Gelo
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
MPSExpeditionApparitionBasicProjectileClose
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1.5 seg
Causa 192 a 288 de Dano de Gelo
base is projectile [1]
check for targets between initiator and projectile source [1]
leap slam minimum distance [30]
monster projectile variation [193]
projectile uses contact position [1]
spell maximum action distance +% [-40]

Object Type

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"
extends "Metadata/Monsters/BossLight"

Animated
{
	animated_object = "Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionBoss.ao"

	on_event_acquiretargetlocation_for_projectile_spell_01 =
	"
		this.temp_target = GetTarget();
		this.temp_location = this.temp_target.GetLocation();
		SetTargetLocation( this.temp_location, 0, 0, true );
	"

	on_submerge_mirror_01 = "RemoveCollidability();"
	on_emerge_mirror_01 = "MakeCollidable();"
}

Life
{
	corpse_usable = false
}

Stats
{
	set_monster_uses_map_boss_difficulty_scaling = 1
}

StateMachine
{
	define_shared_state =
	"
		visible;
		fightstarted;
	"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"

extends "Metadata/Monsters/BossLight"

Animated
{
	on_emerge_mirror_01 =
	"
		EnableRendering();
		IfState( fightstarted, 2, { PlayEffect( 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/EmergeAudio.ao' ); } );
	"

	on_submerge_01 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/EPKs/onAct_submerge.epk' );"
	on_event_contact_for_submerge_01 = "DetachAllOfType( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/submerge_01.ao' );"
	on_end_submerge_01 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/EPKs/onAct_submerge.epk' );"
	on_submerge_mirror_01 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/EPKs/onAct_submerge_mirror.epk' );"
	on_event_hide_for_submerge_mirror_01 = "HideAllMeshSegments();"
	on_end_submerge_mirror_01 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/EPKs/onAct_submerge_mirror.epk' );"
	on_projectile_spell_01 = "PlayTextAudio( UhtredFourOrbAttack1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_death_01 = "PlayTextAudio( UhtredDeath1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_laser_channel_start_01 = "PlayTextAudio( UhtredOBeam1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_spinning_beam_01 = "PlayTextAudio( UhtredOBeam1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_projectile_sweep_combined_01 = "PlayTextAudio( UhtredDefiant1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_projectile_sweep_left_01 = "PlayTextAudio( UhtredSweep1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_projectile_sweep_right_01 = "PlayTextAudio( UhtredSweep1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
	on_submerge_01 = "PlayTextAudio( UhtredDive1 , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
}

StateMachine
{
	on_state_visible_0 = "ShowAllMeshSegments();"
	on_or_create_state_visible_0 = "DisableRendering();"
	on_or_create_state_visible_1 = "EnableRendering();"
	on_state_fightstarted_1 = "PlayTextAudio( UhtredIntro , 'Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition');"
}

Functions
{
	CreateLightOn =
	"
		AddAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', aux_light_attach );
		PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', idle_light_on );
	"

	TurnLightOn =
	"
		PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', light_on );
		QueueAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', idle_light_on );
	"

	CreateLightOff =
	"
		AddAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', aux_light_attach );
		PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', idle_light_off );
	"

	TurnLightOff =
	"
		PlayAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', light_off );
		QueueAnimationAttached( 'Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/boss_light.ao', idle_light_off );
	"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/OnAct/summonbeam.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/uhtred/runic_beam.ao"
}

GlobalAudioParamEvents
{
	life_percent_param = "UhtredLifePercentage"
	
	life_percent_is_boolean = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/ApparitionBoss/ApparitionExpedition"] = {
    name = "Uhtred, Covetous Traitor",
    life = 26,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.87,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "GPSExpeditionApparitionOrbs",
        "ExpeditionApparitionColdBeam",
        "GSExpeditionApparitionOrbExplosion",
        "SSMExpeditionApparitionSummonOrb",
        "EASExpeditionApparitionTeleport",
        "EASExpeditionApparitionSubmergeMirror",
        "EASExpeditionApparitionEmergeMirror",
        "MPSExpeditionApparitionBasicProjectile",
        "MPSExpeditionApparitionBasicProjectileClose",
        "MPSExpeditionAppariationSweepProjectilesLeft",
        "MPSExpeditionAppariationSweepProjectilesRight",
        "MPSExpeditionAppariationSweepProjectilesCombined",
        "GTExpeditionApparitionOrb",
        "GSExpeditionApparitionGroundHand",
        "GSExpeditionApparitionBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GPSExpeditionApparitionOrbs"] = {
    name = "GPSExpeditionApparitionOrbs",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpeditionApparitionColdBeam"] = {
    name = "ExpeditionApparitionColdBeam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 9,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionApparitionOrbExplosion"] = {
    name = "GSExpeditionApparitionOrbExplosion",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMExpeditionApparitionSummonOrb"] = {
    name = "SSMExpeditionApparitionSummonOrb",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.166,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 563, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASExpeditionApparitionTeleport"] = {
    name = "EASExpeditionApparitionTeleport",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASExpeditionApparitionSubmergeMirror"] = {
    name = "EASExpeditionApparitionSubmergeMirror",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.6,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASExpeditionApparitionEmergeMirror"] = {
    name = "EASExpeditionApparitionEmergeMirror",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.33,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionApparitionBasicProjectile"] = {
    name = "MPSExpeditionApparitionBasicProjectile",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = 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",
        "spell_maximum_action_distance_+%",
        "leap_slam_minimum_distance",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "check_for_targets_between_initiator_and_projectile_source",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 193, -40, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionApparitionBasicProjectileClose"] = {
    name = "MPSExpeditionApparitionBasicProjectileClose",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = 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",
        "spell_maximum_action_distance_+%",
        "leap_slam_minimum_distance",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "check_for_targets_between_initiator_and_projectile_source",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 193, -40, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionAppariationSweepProjectilesLeft"] = {
    name = "MPSExpeditionAppariationSweepProjectilesLeft",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 194, -40, -40, 50, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionAppariationSweepProjectilesRight"] = {
    name = "MPSExpeditionAppariationSweepProjectilesRight",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 195, -40, -40, 50, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionAppariationSweepProjectilesCombined"] = {
    name = "MPSExpeditionAppariationSweepProjectilesCombined",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.666,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 196, -40, -40, 50, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTExpeditionApparitionOrb"] = {
    name = "GTExpeditionApparitionOrb",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionApparitionGroundHand"] = {
    name = "GSExpeditionApparitionGroundHand",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    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["GSExpeditionApparitionBeam"] = {
    name = "GSExpeditionApparitionBeam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
FamilyNothing
DomainsMonster (3)
GenerationTypeunico (3)
Req. level1
Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Não Pode ser Empurrado
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Uhtred, Covetous Traitor Text Audio /25
    Nome
    Inútil!
    UhtredFourOrbAttackRandom
    Inútil!
    UhtredFourOrbAttack1
    Inútil!
    UhtredFourOrbAttack2
    Inútil!
    UhtredFourOrbAttack3
    A morte não é... Um escape...
    UhtredDeathRandom
    A morte não é... Um escape...
    UhtredDeath1
    Olroth... Vive...
    UhtredDeath2
    Olroth... Vive...
    UhtredDeath3
    Tema o cosmos!
    UhtredDiveRandom
    Tema o cosmos!
    UhtredDive1
    As estrelas nos traem!
    UhtredDive2
    As estrelas nos traem!
    UhtredDive3
    Nós somos nada.
    UhtredDive4
    Nós somos nada.
    UhtredDive5
    Eu já vi além!
    UhtredIntro
    Sem saída!
    UhtredOBeamRandom
    Sem saída!
    UhtredOBeam1
    Sem saída!
    UhtredOBeam2
    Desista!
    UhtredSweepRandom
    Desista!
    UhtredSweep1
    Desista!
    UhtredSweep2
    Cão insolente!
    UhtredDefiantRandom
    Cão insolente!
    UhtredDefiant1
    Cão insolente!
    UhtredDefiant2
    Cão insolente!
    UhtredDefiant3
    Edit

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