Alva, Master Explorer
Humanoid
Spectre | N |
---|---|
Tags | caster, fire_affinity, human, humanoid, is_unarmed, medium_height, medium_movement, melee, metal_armour, no_pantheon_mod, physical_affinity, ranged, red_blood, slashing_weapon |
Life
400%
Energy Shield From Life
33%
Armour
+50%
Evasion
+33%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
AlvaValai
Metadata
Alva
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
25,733
Armour
43,185
Evasion
6,303
Energy Shield
2,022
Damage
747
Spell Damage
747
Accuracy
290
Attack Time
1.755
Experience
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 598–897
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MasterGrantBuffTreasureHunterTemple
Cooldown Time: 40 sec
Base duration is 300 seconds
IncursionAlvaProjectileFast
Spell, Projectile, ProjectilesFromUser, Triggerable
Cast Time: 1.33 sec
Cooldown Time: 4 sec
Deals 177.7 to 329.9 Lightning Damage
Projectiles Pierce all Targets
Deals 203 to 304.6 Fire Damage
base is projectile [1]
monster projectile variation [54]
Projectiles Pierce all Targets
Deals 203 to 304.6 Fire Damage
base is projectile [1]
monster projectile variation [54]
IncursionAlvaProjectileFastNova
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 203.7 to 378.2 Lightning Damage
Deals 232.7 to 349.1 Fire Damage
is area damage [1]
Deals 232.7 to 349.1 Fire Damage
is area damage [1]
IncursionAlvaProjectileDecelerating
Spell, Projectile, ProjectilesFromUser, Triggerable
Cast Time: 1.33 sec
Cooldown Time: 20 sec
Deals 177.7 to 329.9 Lightning Damage
Projectiles Pierce all Targets
Deals 203 to 304.6 Fire Damage
base is projectile [1]
monster projectile variation [55]
skill visual scale +% [100]
Projectiles Pierce all Targets
Deals 203 to 304.6 Fire Damage
base is projectile [1]
monster projectile variation [55]
skill visual scale +% [100]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { team = 1 } Stats { set_immune_to_auras_from_other_entities = 1 set_cannot_die = 1 set_monster_no_additional_player_scaling = 1 set_base_cannot_be_damaged = 1 set_cant_possess_this = 1 } NPC { } MinimapIcon { icon = "NPC" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { on_spellcast_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/alva_valai/projectiles/projectile_cast.epk );" on_end_spellcast_01 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/alva_valai/projectiles/projectile_cast.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueIncursion/Alva"] = { name = "Alva, Master Explorer", life = 4, energyShield = 0.33, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.755, attackRange = 11, accuracy = 1, skillList = { "Melee", "IncursionAlvaProjectileFast", "IncursionAlvaProjectileDecelerating", "IncursionAlvaProjectileFastNova", "MasterGrantBuffTreasureHunterTemple", }, 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["IncursionAlvaProjectileFast"] = { name = "IncursionAlvaProjectileFast", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 0.34999999403954, 0.64999997615814, 54, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionAlvaProjectileDecelerating"] = { name = "IncursionAlvaProjectileDecelerating", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "skill_visual_scale_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 0.34999999403954, 0.64999997615814, 55, 100, levelRequirement = 1, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionAlvaProjectileFastNova"] = { name = "IncursionAlvaProjectileFastNova", 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", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 0.34999999403954, 0.64999997615814, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MasterGrantBuffTreasureHunterTemple"] = { name = "MasterGrantBuffTreasureHunterTemple", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {300000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Alva Topic /16
NPC | Name |
---|---|
Jun, Veiled Master | Greed has spilled more blood than all the other vices combined, and Alva is one of the greediest people I have ever met. That you have aligned with her makes me question your own motives. |
Helena | With that book on Vaal blood thaumaturgy, Alva has accessed a power scholars have only dreamed of for centuries. Travelling back in time sounds both insane and absurd, yet I've seen her incursions myself. It is both a curse and a blessing that she chooses to employ those incursions solely for personal gain. Yes, we could do so much more with the power to visit the past, but her focused interests also keep the timeline stable. I can't imagine what would happen to us here and now if, for example, we tried to go back and assassinate Malachai to prevent the Cataclysm. Would we cease to exist? Or would we simply create a second Wraeclast, one in which the Cataclysm never happened? One could go insane thinking about it... |
Niko, Master of the Depths | I'm plenty familiar with her type. Sniffin' around for treasure but doing anything they can to make sure it's not their own nose that gets dirty. No thank you. |
Niko, Master of the Depths | I know 'er, sure. Don't care much for her. She's the type of person that gets others to do the hard work. Rather just do me own work, thank you. |
Niko, Master of the Depths | Seen her sniffin' around my mine... Reckon she was looking for some unguarded goods. Lucky for me I own nothing of value! |
Niko, Master of the Depths | Oh yes... The time traveller. Says she can go back in time. Must mean she's from the future, eh? Yet when I asked her what I was gonna do next, she couldn't tell me. Very suspicious. |
Niko, Master of the Depths | That girl... She's been eyeing my machine. I know she's after it. Greedy little-... She can't have it. Can't even touch it. She tries, and I'll bury her alive. |
Einhar, Beastmaster | I love Alva! She is a student of blood thaumaturgy, just like Einhar. And she is collecting things, just like Einhar. But where I collect things so that we may survive the end of the world, Alva collects things from people who did not survive the end of the world already! It is as if we are two heads on the same hound, but her head is where the butt should be! |
Commander Kirac | Those we can't convince to aid us out of common necessity are usually willing to offer equipment and services in exchange for gold. Alva is a continual source of ancient wealth, and I don't see the need to ask her where it comes from. |
Cadiro Perandus | That woman has a lust for gold that matches even my own. A shame about our multi-century age gap. She would have made a worthy Perandus wife. |
Lightning Coil | "There's nothing like imminent death to galvanize one's purpose in life." - Malachai the Soulless. |
The Vigil | When Voll took the throne, He swore to care for the empire with eyes open. And so he looked to the salvation of his people, Blind to the damnation in his hands. |
Galvanic Arrow | |
Galvanic Field | |
Alva's Memory | |
Veritania's Crest | She sought to bring salvation, but lost her compassion. |