Una
Spectre | Y |
---|---|
Tags | human, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Ailment Threshold
%
Resistance
0
0
0
0
Damage
56%
Accuracy
500%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
UnaTreeSummon
Metadata
UnaTreeSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
9,308
Armour
3,451
Evasion
477
Energy Shield
0
Damage
131
Spell Damage
131
Accuracy
0
Attack Time
1.17
Experience
28,634
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 104–157
[Critical|Critical Hit] Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???
Object Type
version 2 extends "Metadata/NPC/NPC" Animated { animated_object = "Metadata/NPC/Four_Act1/UnaTreeSummon.ao" } Positioned { unblock_quest_flag = "UnaWalkUnblock" } Transitionable {} StateMachine { define_shared_state = " spawned; walk; visible = 1; usethespikes; spikesused; " define_shared_timer = "stabthetree;" per_player_quest_flag_state_visible_0 = "TreeOfSoulsReturnToUnaInClearfell" per_player_quest_flag_state_usethespikes_1 = "TreeOfSoulsRedValeRunesForged" per_player_quest_flag_state_spikesused_1 = "TreeOfSoulsRuneSpiked" per_player_quest_flag_state_walk_1 = "TreeOfSoulsMentorReleased" } MinimapIcon { force_temporary = true } Pathfinding {} Stats {}
Object Type Codes
version 2 extends "Metadata/NPC/NPC" StateMachine { on_or_create_state_spawned_0 = " DisableTargetable(); HideMinimapIcon(); PlayAnimation( portal_exit_01 ); " on_or_create_state_spawned_1 = " PlayAnimation( idle_01 ); IfState( visible, 1, () { ShowMinimapIcon(); EnableTargetable(); }, () { HideMinimapIcon(); DisableTargetable(); DisableRendering(); RemoveCollidability(); } ); " create_state_walk_1 = " DisableTargetable(); HideMinimapIcon(); RemoveCollidability(); DisableRendering(); " on_state_walk_1 = " DisableTargetable(); HideMinimapIcon(); Delay( 5.0, { SetStateTo( walk, 2 ); PlayTextAudio( UnaNewWildMentorReleased, 'Metadata/NPC/Four_Act1/UnaTreeSummon', 3000 ); } ); " on_state_walk_2 = " this.kneeling_una = FindClosestObject( 'Metadata/NPC/Four_Act1/UnaTreeSummonKneeling', 60 ); PathTo( this.kneeling_una, 1 ); HideMinimapIcon(); DisableTargetable(); PlayAnimation( walk_01 ); " on_or_create_state_usethespikes_1 = " IfState( walk, >0, (){}, () { Delay( 6.0, { StartStateTimer( stabthetree, 30.0 ); } ); } ); " on_state_spikesused_1 = " PlayTextAudio( UnaTreeKeepGoing, 'Metadata/NPC/Four_Act1/UnaTreeSummon', 1000 ); PlayCharacterAudioEvent( UseSpikesOnTree ); " on_timer_stabthetree = "PlayTextAudio( UnaTreeIdleCallOut, 'Metadata/NPC/Four_Act1/UnaTreeSummon' );" } Animated { on_end_kneel_01 = " DisableRendering(); this.kneeling_una.SetStateTo( spikesused, 1 ); RemoveCollidability(); " } Render { has_light = false } Pathfinding { on_movement_complete = " MatchOrientation( this.kneeling_una, true ); PlayAnimation( kneel_01 ); " }
-- src\Data\Spectres.lua minions["Metadata/NPC/Four_Act1/UnaTreeSummon"] = { name = "Una", life = 1.2, energyShield = 0.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.56, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 5, skillList = { "MeleeAtAnimationSpeedUnique", "WalkEmergeNPCExplorer", "DoLiterallyNothing", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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 = { "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeNPCExplorer"] = { name = "WalkEmergeNPCExplorer", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "???", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Una
Spectre | Y |
---|---|
Tags | human, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Ailment Threshold
%
Resistance
0
0
0
0
Damage
56%
Accuracy
500%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
UnaGrimTangleSummon
Metadata
UnaGrimTangleSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
9,308
Armour
3,451
Evasion
477
Energy Shield
0
Damage
131
Spell Damage
131
Accuracy
0
Attack Time
1.17
Experience
28,634
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 104–157
[Critical|Critical Hit] Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???
Object Type
version 2 extends "Metadata/NPC/NPC" BaseEvents { serialisation_start_flag = "UnaHoodedOneInjuredGoToGrimTangle" } Animated { animated_object = "Metadata/NPC/Four_Act1/UnaGrimTangleSummon.ao" } Positioned { block_quest_flag = "UnaHoodedOneInjuredGoToGrimTangle" } Transitionable {} StateMachine { define_shared_state = " spawned; sing; " per_player_quest_flag_state_sing_1 = "UnaGrimTangleOpenRoots" } MinimapIcon { force_temporary = true }
Object Type Codes
version 2 extends "Metadata/NPC/NPC" StateMachine { on_or_create_state_spawned_0 = " PlayAnimation( portal_exit_01 ); DisableTargetable(); HideMinimapIcon(); " on_or_create_state_spawned_1 = " ShowMinimapIcon(); EnableTargetable(); PlayAnimation( idle_01 ); " //CHANGE THIS TO THE REAL ONE ONCE BUILT PLEASE ELIJAH on_state_sing_1 = " DisableTargetable(); HideNPCMarker(); PlayAnimation( sing_01 ); PlayNPCInterlude( 'Audio/Dialogue/4.0/NPC/Part1/Act1/UnaGrimTangleSong/Una_GrimTangleSong.ogg' ); PlayInterlude( 'Audio/Music/A1/A1_GrimTangle/A1_GrimTangleEvent', 3.5 ); " } Render { has_light = false } Animated { on_end_sing_01 = " PlayTextAudio( UnaNewAfterSinging, 'Metadata/NPC/Four_Act1/UnaGrimTangleSummon' ); PlayAnimation( idle_01 ); EnableTargetable(); ShowNPCMarker( ); " } NPC { max_rotation_delta = 0 }
-- src\Data\Spectres.lua minions["Metadata/NPC/Four_Act1/UnaGrimTangleSummon"] = { name = "Una", life = 1.2, energyShield = 0.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.56, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 5, skillList = { "MeleeAtAnimationSpeedUnique", "WalkEmergeNPCExplorer", "DoLiterallyNothing", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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 = { "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeNPCExplorer"] = { name = "WalkEmergeNPCExplorer", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "???", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Una Topic /18
NPC | Name |
---|---|
Finn | Oh, Una? Yeah, yeah, I know her. I was, um... elsewhere... when the Count tried to arrest her family, but I certainly heard about it! It's just a coincidence we both ended up here. |
The Everlasting Gaze | What they saw was what they believed, and they believed Lunaris had not abandoned them. |
Glowswarm | As their eyes adjusted, they became aware of a strange blue light. Countless glowing worms crawled above, blissfully unaware of their flight from the sirens. |
Dionadair | Praetor Draven knew his only chance to subjugate the Ezomytes was to catch them unaware. |
Captured Soul of Puruna, the Challenger | Though his mind decayed with each passing wave, the Brine King stood steadfast in his hatred, and wore it like a shell, protecting himself from his failure to sire a worthy heir. |
Seal of Lunaris | "I have a suspicion that the Maraketh Sekhema of legend, Lundara, is the same historical figure as the Azmeri and Eternal goddess Lunaris. The Seal may prove that." |
Lunar Amulet | |
Una's Lute | This grelwood heirloom hums softly with latent emotion, imbued by centuries of songs passed from mother to daughter. |
Captured Soul of Sebbert, Crescent's Point | Once beneath a moonlit sky, Lunaris bathed her child in the ocean's tide. Though the waters were frigid with icy death, the boy was sick and couldn't be healthy until he was silent, clean and still... |
Captured Soul of Khor, Sister of Shadows | And so it was, that Lunaris, in her compulsion to nurture and protect, killed her son beneath the light of a waning moon. She stood silent, in trial before her tribe, as her fiery sister fought in vain to defend her... |
Captured Soul of Captain Clayborne, The Accursed | But Lunaris refused to admit any wrongdoing. She'd saved her child, had she not? He was safe now, buried beneath the dirt. Conviction gnarled around her fragile mind, and in her pride she rose to seat a deathless throne. |
Rusted Blight Scarab | We pulled you from the raging ocean, young Dhunan, but we cannot return you to your home. The Order of the Djinn offers you a place on Wraeclast. |
Polished Blight Scarab | For using the techniques of your homeland to contain the fungal plague, honoured Dhunan, you shall lead the war to eliminate it and end the century-cycle of infestation. |
Gilded Blight Scarab | Be at rest, Blightmaster Dhunan, on the distant shores of your home. A dangerous expedition, but one worthy for he who gave his life to cleanse Wraeclast. |
Winged Blight Scarab | The fungal plague returns, and its roots have adapted. The undiscovered Blightheart that Dhunan theorised must still exist somewhere, yet none remain with the skill to see to its destruction. |
Celestial Stone | "This unassuming rock reportedly fell from the sky a few centuries ago. Sounds impossible, but the men who are guarding it obviously believe the tale, so I do, too." |
Count Lachlann's Ring | The rune of Authority is said to dim one lunar cycle after a Count's soul is laid to rest. |
Acrobatics | Light and unadorned, like wind on water, you will be. |