Tujen
stance movement speed +% final [-64]
Regenerate 2% of Life per second
500% increased Stealth
expedition relic mods do not apply [1]
SpectreY
Tags2HBluntWood_onhit_audio, bludgeoning_weapon, caster, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, medium_movement, melee, not_str, physical_affinity, plate_armour, red_blood
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 ~ 6
Attack Time
1.335 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
ExpeditionTujen
Metadata
ExpeditionTujen
Level
68
Life
9,308
Armour
3,451
Evasion
477
Energy Shield
0
Damage
131
Spell Damage
131
Accuracy
0
Attack Time
1.335
Experience
28,634
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 104–157
[Critical|Critical Hit] Chance: 5%
Attack Time: 1.335 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]
MMSExpeditionTujenGrenade
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2 sec
Cooldown Time: 5 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 9.938 to 14.91 Fire Damage
active skill area of effect radius +% final [-75]
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [8]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GSExpeditionTujenGrenadeExplosion
Triggerable, Spell, Damage
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 6.957 to 10.44 Fire Damage
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]

Object Type

version 2
extends "Metadata/NPC/League/Expedition/ExpeditionWildBase"

Animated
{
	animated_object = "Metadata/NPC/League/Expedition/Tujen/Tujen.ao"
}

StateMachine
{
	define_shared_state =
	"
		torch;
		expedition;
	"
}

Object Type Codes

version 2
extends "Metadata/NPC/League/Expedition/ExpeditionWildBase"

StateMachine
{
	on_or_create_state_torch_1 = "AddEffectPackAttached( 'Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk', 'Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.ao' );"
	on_state_torch_0 = "RemoveEffectPackAttached( 'Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk', 'Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.ao' );"
	on_or_create_state_expedition_1 = " DisableTargetable();"
}

Preload
{
	preload_epk = "Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/NPC/ExpeditionTujen"] = {
    name = "Tujen",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 6,
    accuracy = 5,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MMSExpeditionTujenGrenade",
        "GSExpeditionTujenGrenadeExplosion",
    },
    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["MMSExpeditionTujenGrenade"] = {
    name = "MMSExpeditionTujenGrenade",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "number_of_projectiles_override",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 8, 1, -50, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionTujenGrenadeExplosion"] = {
    name = "GSExpeditionTujenGrenadeExplosion",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
IdNothing
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
stance movement speed +% final [-64]
IdStanceExpeditionTujenWalk_
FamilyStance
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • stance movement speed +% final Min: -64 Max: -64 Global
  • Craft Tagsspeed
    Regenerate 2% of Life per second
    IdExpeditionNPCLifeRegen_
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    500% increased Stealth
    IdExpeditionNPCStealth_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stealth +% Min: 500 Max: 500 Global
  • expedition relic mods do not apply [1]
    IdExpeditionUnaffectedByRemnants
    FamilyExpeditionUnaffectedByRemnants
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • expedition relic mods do not apply Min: 1 Max: 1 Global
  • Tujen Text Audio /371
    Name
    [DNT] Random map exile!
    TujenRandomMap
    [DNT] Rare int boots exile?
    TujenRareIntBoots
    [DNT] Stack of 20 regrets i think, exile.
    TujenRegretStack20
    [DNT] Stack of 5 regals you'll never use, exile?
    TujenRegalStack5
    [DNT] Stack of 4 divines, exile!
    TujenDivineStack4
    [DNT] Oh my god it's a stack of 2 mirrors exile
    TujenMirrorStack2
    The name's Tujen. You've quite the aura of darkness. Glad to work with ya. That's just the kind of temperament this Wraeclast demands.
    TujenIntroGeneralWitch
    The name's Tujen. You're to do the dirty work while we do the diggin'. It's as good an alliance as any. Well, let's hop to it.
    TujenIntroMarauder
    Name's Tujen. You've as murderous an edge as I've ever seen, though you hide it with a pleasant smile. Normally, I'd stay far away from one such as you, but this Wraeclast demands a bit of darkness. We'll get on just fine.
    TujenIntroGeneralShadow
    Oi! Over here!
    TujenApproachShoutRandom
    Oi! Over here!
    TujenApproachShout2
    Local! Need your aid!
    TujenApproachShout3
    Local! Need your aid!
    TujenApproachShout4
    Come on now, don't got all day!
    TujenApproachShout5
    Come on now, don't got all day!
    TujenApproachShout6
    Rog's around here somewhere. I'll send word ahead that you're on your way!
    TujenPartingShout
    Got some more, yeah.
    TujenRerollInventoryRandom
    Got some more, yeah.
    TujenRerollInventory2
    Always love these exotic coins.
    TujenRerollInventory3
    Always love these exotic coins.
    TujenRerollInventory4
    Shiny coins, aren't they?
    TujenRerollInventory5
    Shiny coins, aren't they?
    TujenRerollInventory6
    I can do it!
    TujenHittingDetonatorRandom
    I can do it!
    TujenHittingDetonator2
    Go on then, squire.
    TujenOrderingSquireRandom
    Go on then, squire.
    TujenOrderingSquire2
    Aye, aye.
    TujenBombPlacedGenericRandom
    Aye, aye.
    TujenBombPlacedGeneric2
    Rousing a fight, eh?
    TujenBombPlacedMonstersRandom
    Rousing a fight, eh?
    TujenBombPlacedMonsters2
    It'll be a battle then!
    TujenBombPlacedMonsters3
    It'll be a battle then!
    TujenBombPlacedMonsters4
    Ready for combat.
    TujenBombPlacedMonsters5
    Ready for combat.
    TujenBombPlacedMonsters6
    Risky choice.
    TujenBombPlacedRiskRandom
    Risky choice.
    TujenBombPlacedRisk2
    That should make things interesting.
    TujenBombPlacedRisk3
    That should make things interesting.
    TujenBombPlacedRisk4
    Itching for me to lose another limb, are ya?
    TujenBombPlacedRisk5
    Itching for me to lose another limb, are ya?
    TujenBombPlacedRisk6
    Treasure'll make this worth it.
    TujenBombPlacedTreasureRandom
    Treasure'll make this worth it.
    TujenBombPlacedTreasure2
    Scratchin' up some treasure chests?
    TujenBombPlacedTreasure3
    Scratchin' up some treasure chests?
    TujenBombPlacedTreasure4
    After a bit of that ancient treasure, eh?
    TujenBombPlacedTreasure5
    After a bit of that ancient treasure, eh?
    TujenBombPlacedTreasure6
    All placed.
    TujenAllBombsPlacedRandom
    All placed.
    TujenAllBombsPlaced2
    Shall we?
    TujenAllBombsPlaced3
    Shall we?
    TujenAllBombsPlaced4
    Ready.
    TujenAllBombsPlaced5
    Ready.
    TujenAllBombsPlaced6
    Scratch your eye out!
    TujenCombatLineRandom
    Scratch your eye out!
    TujenCombatLine2
    Back!
    TujenCombatLine3
    Back!
    TujenCombatLine4
    Not on my watch!
    TujenEncounterCompleteRandom
    Not on my watch!
    TujenEncounterComplete2
    For the Kalguur!
    TujenEncounterComplete3
    For the Kalguur!
    TujenEncounterComplete4
    Ha!
    TujenEncounterComplete5
    Ha!
    TujenEncounterComplete6
    If you want to just up and buy it like that, fine.
    TujenPlayerDoesNotHaggleRandom
    If you want to just up and buy it like that, fine.
    TujenPlayerDoesNotHaggle2
    Not even going to try to haggle?
    TujenPlayerDoesNotHaggle3
    Not even going to try to haggle?
    TujenPlayerDoesNotHaggle4
    It's boring if you take my first offer!
    TujenPlayerDoesNotHaggle5
    It's boring if you take my first offer!
    TujenPlayerDoesNotHaggle6
    You don't really get this haggling thing, do ya?
    TujenPlayerOverpaysRandom
    You don't really get this haggling thing, do ya?
    TujenPlayerOverpays2
    You... just want to overpay for no reason?
    TujenPlayerOverpays3
    You... just want to overpay for no reason?
    TujenPlayerOverpays4
    Seems reasonable.
    TujenHighChanceToAcceptAcceptedRandom
    Seems reasonable.
    TujenHighChanceToAcceptAccepted2
    Pleasure doing business with ya.
    TujenHighChanceToAcceptAccepted3
    Pleasure doing business with ya.
    TujenHighChanceToAcceptAccepted4
    Sure, why not?
    TujenHighChanceToAcceptAccepted5
    Sure, why not?
    TujenHighChanceToAcceptAccepted6
    That's a 'yes' from me.
    TujenHighChanceToAcceptAccepted7
    That's a 'yes' from me.
    TujenHighChanceToAcceptAccepted8
    I'll take it.
    TujenHighChanceToAcceptAccepted9
    I'll take it.
    TujenHighChanceToAcceptAccepted10
    Always a pleasure.
    TujenHighChanceToAcceptAccepted11
    Always a pleasure.
    TujenHighChanceToAcceptAccepted12
    I'm not yet convinced.
    TujenHighChanceToAcceptRejectedRandom
    I'm not yet convinced.
    TujenHighChanceToAcceptRejected2
    Let's haggle a bit more.
    TujenHighChanceToAcceptRejected3
    Let's haggle a bit more.
    TujenHighChanceToAcceptRejected4
    I'm in a haggling mood.
    TujenHighChanceToAcceptRejected5
    I'm in a haggling mood.
    TujenHighChanceToAcceptRejected6
    Very reasonable, but no.
    TujenHighChanceToAcceptRejected7
    Very reasonable, but no.
    TujenHighChanceToAcceptRejected8
    Hmm... ahh... fine.
    TujenMediumChanceToAcceptAcceptedRandom
    Hmm... ahh... fine.
    TujenMediumChanceToAcceptAccepted2
    Okay.
    TujenMediumChanceToAcceptAccepted3
    Okay.
    TujenMediumChanceToAcceptAccepted4
    Not happy about it, but not grumpy either.
    TujenMediumChanceToAcceptAccepted5
    Not happy about it, but not grumpy either.
    TujenMediumChanceToAcceptAccepted6
    Fair enough.
    TujenMediumChanceToAcceptAccepted7
    Fair enough.
    TujenMediumChanceToAcceptAccepted8
    It'll do. Ain't a win, but it'll do.
    TujenMediumChanceToAcceptAccepted9
    It'll do. Ain't a win, but it'll do.
    TujenMediumChanceToAcceptAccepted10
    Not quite what I'm looking for.
    TujenMediumChanceToAcceptRejectedRandom
    Not quite what I'm looking for.
    TujenMediumChanceToAcceptRejected2
    Try again, friend.
    TujenMediumChanceToAcceptRejected3
    Try again, friend.
    TujenMediumChanceToAcceptRejected4
    Little bit on the low side, isn't it?
    TujenMediumChanceToAcceptRejected5
    Little bit on the low side, isn't it?
    TujenMediumChanceToAcceptRejected6
    I think we can find a better compromise.
    TujenMediumChanceToAcceptRejected7
    I think we can find a better compromise.
    TujenMediumChanceToAcceptRejected8
    'Spose I'm feeling generous.
    TujenLowChanceToAcceptAcceptedRandom
    'Spose I'm feeling generous.
    TujenLowChanceToAcceptAccepted2
    You've caught me on a good day.
    TujenLowChanceToAcceptAccepted3
    You've caught me on a good day.
    TujenLowChanceToAcceptAccepted4
    For all you've done for us, I'll give you this one.
    TujenLowChanceToAcceptAccepted5
    For all you've done for us, I'll give you this one.
    TujenLowChanceToAcceptAccepted6
    I shouldn't, but... fine.
    TujenLowChanceToAcceptAccepted7
    I shouldn't, but... fine.
    TujenLowChanceToAcceptAccepted8
    I really think you can do better.
    TujenLowChanceToAcceptRejectedRandom
    I really think you can do better.
    TujenLowChanceToAcceptRejected2
    You're pushing a bit far, friend.
    TujenLowChanceToAcceptRejected3
    You're pushing a bit far, friend.
    TujenLowChanceToAcceptRejected4
    It's worth far more than that!
    TujenLowChanceToAcceptRejected5
    It's worth far more than that!
    TujenLowChanceToAcceptRejected6
    That's barely worth my time spent haggling!
    TujenLowChanceToAcceptRejected7
    That's barely worth my time spent haggling!
    TujenLowChanceToAcceptRejected8
    I don't think so.
    TujenLowChanceToAcceptRejected9
    I don't think so.
    TujenLowChanceToAcceptRejected10
    Ugh. Take it and go.
    TujenExtremelyLowChanceToAcceptAcceptedRandom
    Ugh. Take it and go.
    TujenExtremelyLowChanceToAcceptAccepted2
    You're robbin' me blind!
    TujenExtremelyLowChanceToAcceptAccepted3
    You're robbin' me blind!
    TujenExtremelyLowChanceToAcceptAccepted4
    Taking advantage of our friendship, you are.
    TujenExtremelyLowChanceToAcceptAccepted5
    Taking advantage of our friendship, you are.
    TujenExtremelyLowChanceToAcceptAccepted6
    You're the best damned haggler I've ever seen.
    TujenExtremelyLowChanceToAcceptAccepted7
    You're the best damned haggler I've ever seen.
    TujenExtremelyLowChanceToAcceptAccepted8
    Cornered, I am. Fine, I'll take it.
    TujenExtremelyLowChanceToAcceptAccepted9
    Cornered, I am. Fine, I'll take it.
    TujenExtremelyLowChanceToAcceptAccepted10
    Are you havin' a go at me?
    TujenExtremelyLowChanceToAcceptRejectedRandom
    Are you havin' a go at me?
    TujenExtremelyLowChanceToAcceptRejected2
    You're not serious.
    TujenExtremelyLowChanceToAcceptRejected3
    You're not serious.
    TujenExtremelyLowChanceToAcceptRejected4
    You're being an arse.
    TujenExtremelyLowChanceToAcceptRejected5
    You're being an arse.
    TujenExtremelyLowChanceToAcceptRejected6
    I can't go that low!
    TujenExtremelyLowChanceToAcceptRejected7
    I can't go that low!
    TujenExtremelyLowChanceToAcceptRejected8
    A man's got to make a living!
    TujenExtremelyLowChanceToAcceptRejected9
    A man's got to make a living!
    TujenExtremelyLowChanceToAcceptRejected10
    Be reasonable!
    TujenExtremelyLowChanceToAcceptRejected11
    Be reasonable!
    TujenExtremelyLowChanceToAcceptRejected12
    ONE? Just ONE?
    TujenPlayerOfferedOneRandom
    ONE? Just ONE?
    TujenPlayerOfferedOne2
    You've tired me out. I'm just going to keep it.
    TujenRemovesItemRandom
    You've tired me out. I'm just going to keep it.
    TujenRemovesItem2
    This has become more arguing than haggling. I'll pass.
    TujenRemovesItem3
    This has become more arguing than haggling. I'll pass.
    TujenRemovesItem4
    If we keep this up, you'll offend my honour. So I'm ending this.
    TujenRemovesItem5
    If we keep this up, you'll offend my honour. So I'm ending this.
    TujenRemovesItem6
    Enough of this. I'll keep it, thank you.
    TujenRemovesItem7
    Enough of this. I'll keep it, thank you.
    TujenRemovesItem8
    No. Just flat no.
    TujenCounterOfferRemainsSameRandom
    No. Just flat no.
    TujenCounterOfferRemainsSame2
    I think you can do better.
    TujenCounterOfferRemainsSame3
    I think you can do better.
    TujenCounterOfferRemainsSame4
    My offer remains.
    TujenCounterOfferRemainsSame5
    My offer remains.
    TujenCounterOfferRemainsSame6
    I'll not go lower!
    TujenCounterOfferRemainsSame7
    I'll not go lower!
    TujenCounterOfferRemainsSame8
    You're going to need to make space first.
    TujenPlayerCannotCarryRandom
    You're going to need to make space first.
    TujenPlayerCannotCarry2
    You can't even carry this!
    TujenPlayerCannotCarry3
    You can't even carry this!
    TujenPlayerCannotCarry4
    You don't have enough to pay for that!
    TujenPlayerCannotAffordRandom
    You don't have enough to pay for that!
    TujenPlayerCannotAfford2
    You're offering more than you have!
    TujenPlayerCannotAfford3
    You're offering more than you have!
    TujenPlayerCannotAfford4
    I'm of a particular purpose, see? I'm scratching up the ground in search of an ancient rowdy band. They were called the Black Scythe Mercenaries. Their founder, a particularly heroic warrior by the name of Vorana, shares ties to my bloodline. Before I can go home, I need to find out what happened to her.
    TujenGossipBlackScytheMercenaries
    She was a fearsome and irrepressible warrior. King Cadigan the Third tried to mandate her service to the Crown, but she laid flat every man sent to bring her in. Eventually, he realised that she couldn't {be} controlled, and he gave her a Mercenary Charter instead. Given the freedom to operate the way she wanted, she won many great victories for the Kalguur. I respect those who make their own way.

    Her fate here on Wraeclast was unknown, but I have a feeling she's still kicking about. A burning spirit like that never goes down without a legendary fight.
    TujenGossipVorana
    Many a campaign would have failed if not for his logistical skills. We've trekked through mud, rain, snow, and sand, and yet eaten heartily throughout. It's the true basis of war, mind you. Logistics. Don't think we don't know that.
    TujenGossipRog
    She's a distant cousin of mine, so I do what I can to protect her. Got some weird ideas about the world, though. Thinks belief can shape events. If it could, we wouldn't have been defeated during... our last campaign.
    TujenGossipGwennen
    He's a good man. A man of two worlds. Part aspiring dreamer, part cynical realist. I'll follow him to the ends of the world, which you know, because I already have... and here we are.
    TujenGossipDannig
    We are a proud people, but aren't they all? Difference is, we labour against the grim realities of life through the judicious application of bravery and courage. One's lineage carries an ongoing tally of renown and accomplishment. We do this not for ourselves, but for our children, should we one day have 'em. Here's hopin'.
    TujenGossipTheKalguur
    Nice weather we're having, ain't it?
    TujenGossipTheKingOne
    Wraeclast is a touch dangerous. I imagine you've got quite the story to tell.
    TujenGossipTheKingTwo
    Do you not understand social cues? Stop asking!
    TujenGossipTheKingThree
    A grim fate descended upon our people here in Wraeclast. Part of me wants to believe that Vorana took on this entire mad continent herself, but we're here now, and monsters still abound, so I think we both know she did not win the day. But our people attempted to flee through some sort of cave? We must find out the rest!
    TujenGossipVoranaStoryFound
    You defeated Vorana? I stand amazed and humbled. I'm a descendant of Annest, the daughter she sent to the homeland before the end. You've given peace to one of my ancestors. Colour me grateful.
    TujenGossipVoranaDefeatedStoryNotComplete
    Now the tale of Vorana of the Black Scythe is complete. She died as she lived: making war. As a descendant of Annest, Vorana's daughter, this fills a gap in the history of my lineage. When we return home, I will make sure the Kalguur know that Vorana went down in a blaze of glory, bringing a personal war against an entire continent of monsters herself.

    We'll just leave out the part where she became an immortal abomination, aye?
    TujenGossipVoranaDefeatedStoryComplete
    From what you've found, while Vorana fought a last stand, the rest of our people here on Wraeclast attempted to escape through some ancient site of power. Uhtred was there waiting for them... and now we know what happened. He, too, fell to the corrupting madness. He must have slain them all at the threshold, though I do hope some got past him and escaped.

    The question that lingers with me though: Uhtred was the one who first declared the gems unclean. He never used them, by the accounts we found. How, then, did he go mad? What did he witness that broke his mind?
    TujenGossipUhtredDefeatedStoryComplete
    It's Vorana herself!
    TujenExclaimsAboutVorana
    This one looks like junk, but I could scrape at it a bit, see what's underneath.
    TujenCraft_AddModMakeRare_Random
    This one looks like junk, but I could scrape at it a bit, see what's underneath.
    TujenCraft_AddModMakeRare_2
    This one looks like junk, but I could scrape at it a bit, see what's underneath.
    TujenCraft_AddModMakeRare_3
    These runed hammers are somethin' else, aren't they?
    TujenCraft_AddModMakeRare_4
    These runed hammers are somethin' else, aren't they?
    TujenCraft_AddModMakeRare_5
    Reminds me of a magic trick I saw in a tavern once.
    TujenCraft_AddModMakeRare_6
    Reminds me of a magic trick I saw in a tavern once.
    TujenCraft_AddModMakeRare_7
    Reminds me of a magic trick I saw in a tavern once.
    TujenCraft_AddModMakeRare_8
    Nicked a little bit of Golden Chimeral Blood. Use it or lose it, as they say.
    TujenCraft_AddPrefixMod_Random
    Nicked a little bit of Golden Chimeral Blood. Use it or lose it, as they say.
    TujenCraft_AddPrefixMod_2
    Nicked a little bit of Golden Chimeral Blood. Use it or lose it, as they say.
    TujenCraft_AddPrefixMod_3
    It looks perfect already to me, but... if you insist.
    TujenCraft_AddPrefixMod_4
    It looks perfect already to me, but... if you insist.
    TujenCraft_AddPrefixMod_5
    It looks perfect already to me, but... if you insist.
    TujenCraft_AddPrefixMod_6
    Agh, I got no idea what I'm doing. Rog shouldn't have trusted me with all this.
    TujenCraft_AddPrefixMod_7
    Agh, I got no idea what I'm doing. Rog shouldn't have trusted me with all this.
    TujenCraft_AddPrefixMod_8
    Agh, I got no idea what I'm doing. Rog shouldn't have trusted me with all this.
    TujenCraft_AddPrefixMod_9
    Eh, I can spare a drop of Black Chimeral Blood. Barely gets me drunk, anyway.
    TujenCraft_AddSuffixMod_Random
    Eh, I can spare a drop of Black Chimeral Blood. Barely gets me drunk, anyway.
    TujenCraft_AddSuffixMod_2
    Eh, I can spare a drop of Black Chimeral Blood. Barely gets me drunk, anyway.
    TujenCraft_AddSuffixMod_3
    Want me to fancy it up, ey? How's this for fancy?
    TujenCraft_AddSuffixMod_4
    Want me to fancy it up, ey? How's this for fancy?
    TujenCraft_AddSuffixMod_5
    Want me to fancy it up, ey? How's this for fancy?
    TujenCraft_AddSuffixMod_6
    There's more to this than meets the eye, if I do some good polishing.
    TujenCraft_FillAllEmptySlots_Random
    There's more to this than meets the eye, if I do some good polishing.
    TujenCraft_FillAllEmptySlots_2
    There's more to this than meets the eye, if I do some good polishing.
    TujenCraft_FillAllEmptySlots_3
    Fill 'er up!
    TujenCraft_FillAllEmptySlots_4
    Fill 'er up!
    TujenCraft_FillAllEmptySlots_5
    Fill 'er up!
    TujenCraft_FillAllEmptySlots_6
    Can't {all} be useless, can they?
    TujenCraft_FillAllEmptySlots_7
    Can't {all} be useless, can they?
    TujenCraft_FillAllEmptySlots_8
    Can't {all} be useless, can they?
    TujenCraft_FillAllEmptySlots_9
    I could keep working on this one.
    TujenCraft_Extras_Random
    I could keep working on this one.
    TujenCraft_Extras_2
    I could keep working on this one.
    TujenCraft_Extras_3
    This one could use a bit more work.
    TujenCraft_Extras_4
    This one could use a bit more work.
    TujenCraft_Extras_5
    This one could use a bit more work.
    TujenCraft_Extras_6
    I'm not satisfied with this one's quality.
    TujenCraft_Extras_7
    I'm not satisfied with this one's quality.
    TujenCraft_Extras_8
    I'm not satisfied with this one's quality.
    TujenCraft_Extras_9
    Now how did Rog do this again? Hmm...
    TujenCraft_Extras_10
    Now how did Rog do this again? Hmm...
    TujenCraft_Extras_11
    Now how did Rog do this again? Hmm...
    TujenCraft_Extras_12
    Whatever works.
    TujenCraft_Extras_13
    Whatever works.
    TujenCraft_Extras_14
    Whatever works.
    TujenCraft_Extras_15
    Bit of this, bit of that...
    TujenCraft_Extras_16
    Bit of this, bit of that...
    TujenCraft_Extras_17
    Bit of this, bit of that...
    TujenCraft_Extras_18
    In my opinion, the result is more important than the process.
    TujenCraft_Extras_19
    In my opinion, the result is more important than the process.
    TujenCraft_Extras_20
    Never bloody happy, are ya.
    TujenCraft_Extras_21
    Never bloody happy, are ya.
    TujenCraft_Extras_22
    Never bloody happy, are ya.
    TujenCraft_Extras_23
    Pretty sure I just hammer it until it stops glowing...
    TujenCraft_RemoveAllPrefixes_Random
    Pretty sure I just hammer it until it stops glowing...
    TujenCraft_RemoveAllPrefixes_2
    Pretty sure I just hammer it until it stops glowing...
    TujenCraft_RemoveAllPrefixes_3
    Was that supposed to break?
    TujenCraft_RemoveAllPrefixes_4
    Was that supposed to break?
    TujenCraft_RemoveAllPrefixes_5
    Was that supposed to break?
    TujenCraft_RemoveAllPrefixes_6
    I'll just remove that bit. Don't mind if I keep it, do ya?
    TujenCraft_RemoveAllPrefixes_7
    I'll just remove that bit. Don't mind if I keep it, do ya?
    TujenCraft_RemoveAllPrefixes_8
    I'll just remove that bit. Don't mind if I keep it, do ya?
    TujenCraft_RemoveAllPrefixes_9
    Hit it hard enough, it's bound to ruin something.
    TujenCraft_RemoveAllSuffixes_Random
    Hit it hard enough, it's bound to ruin something.
    TujenCraft_RemoveAllSuffixes_2
    Hit it hard enough, it's bound to ruin something.
    TujenCraft_RemoveAllSuffixes_3
    I thought it was perfect, myself. Egh, whatever.
    TujenCraft_RemoveAllSuffixes_4
    I thought it was perfect, myself. Egh, whatever.
    TujenCraft_RemoveAllSuffixes_5
    I thought it was perfect, myself. Egh, whatever.
    TujenCraft_RemoveAllSuffixes_6
    Let's see if I can remember how to etch a rune of nullification....
    TujenCraft_RemoveLowestMod_Random
    Let's see if I can remember how to etch a rune of nullification....
    TujenCraft_RemoveLowestMod_2
    Let's see if I can remember how to etch a rune of nullification....
    TujenCraft_RemoveLowestMod_3
    Hang on, Rog told me about these 'runes of nullification'. Fingers crossed.
    TujenCraft_RemoveLowestMod_4
    Hang on, Rog told me about these 'runes of nullification'. Fingers crossed.
    TujenCraft_RemoveLowestMod_5
    Hang on, Rog told me about these 'runes of nullification'. Fingers crossed.
    TujenCraft_RemoveLowestMod_6
    Oh, bloody hell. Snapped off a bit.
    TujenCraft_RemoveLowestMod_7
    Damnit. Snapped off a bit.
    TujenCraft_RemoveLowestMod_8
    Damn. Snapped off a bit.
    TujenCraft_RemoveLowestMod_9
    I'll etch a small rune on it. I'm no smith, though.
    TujenCraft_RerollValueSingleMod_Random
    I'll etch a small rune on it. I'm no smith, though.
    TujenCraft_RerollValueSingleMod_2
    I'll etch a small rune on it. I'm no smith, though.
    TujenCraft_RerollValueSingleMod_3
    By the Kings teeth, this is a tough one.
    TujenCraft_RerollValueSingleMod_4
    By the Kings bloody teeth, this is a tough one.
    TujenCraft_RerollValueSingleMod_5
    By the Kings teeth, this is a tough one.
    TujenCraft_RerollValueSingleMod_6
    Needs a repair, ey? Well, no guarantee, but I'll do what I can.
    TujenCraft_RerollValueSingleMod_7
    Needs a repair, ey? Well, no guarantee, but I'll do what I can.
    TujenCraft_RerollValueSingleMod_8
    Needs a repair, ey? Well, no guarantee, but I'll do what I can.
    TujenCraft_RerollValueSingleMod_9
    Gotta hit the front with this little runed hammer...
    TujenCraft_RerollValuesPrefix_Random
    Gotta hit the front with this little runed hammer...
    TujenCraft_RerollValuesPrefix_2
    Gotta hit the front with this little runed hammer...
    TujenCraft_RerollValuesPrefix_3
    Sure I can't just keep it? Well, if you insist...
    TujenCraft_RerollValuesPrefix_4
    Sure I can't just keep it? Well, if you insist...
    TujenCraft_RerollValuesPrefix_5
    Sure I can't just keep it? Well, if you insist...
    TujenCraft_RerollValuesPrefix_6
    A tap on the back with this runed hammer will mix things up a bit.
    TujenCraft_RerollValuesSuffix_Random
    A tap on the back with this runed hammer will mix things up a bit.
    TujenCraft_RerollValuesSuffix_2
    A tap on the back with this runed hammer will mix things up a bit.
    TujenCraft_RerollValuesSuffix_3
    The bottom of this needs some work
    TujenCraft_RerollValuesSuffix_4
    The bottom of this needs some work
    TujenCraft_RerollValuesSuffix_5
    The bottom of this needs some work
    TujenCraft_RerollValuesSuffix_6
    I could swap out a few bits, see what happens.
    TujenCraft_RerollPrefixMods_Random
    I could swap out a few bits, see what happens.
    TujenCraft_RerollPrefixMods_2
    I could swap out a few bits, see what happens.
    TujenCraft_RerollPrefixMods_3
    Let's just... replace those top bits, ey?
    TujenCraft_RerollPrefixMods_4
    Let's just... replace those top bits, ey?
    TujenCraft_RerollPrefixMods_5
    Let's just... replace those top bits, ey?
    TujenCraft_RerollPrefixMods_6
    Betcha if I just... there we go, good as new! I hope.
    TujenCraft_RerollPrefixMods_7
    Betcha if I just... there we go, good as new! I hope.
    TujenCraft_RerollPrefixMods_8
    Betcha if I just... there we go, good as new! I hope.
    TujenCraft_RerollPrefixMods_9
    This one could use a bit more work on the back end.
    TujenCraft_RerollSuffixMods_Random
    This one could use a bit more work on the back end.
    TujenCraft_RerollSuffixMods_2
    This one could use a bit more work on the back end.
    TujenCraft_RerollSuffixMods_3
    These bits could use a polish up, don'tcha think?
    TujenCraft_RerollSuffixMods_4
    These bits could use a polish up, don'tcha think?
    TujenCraft_RerollSuffixMods_5
    These bits could use a polish up, don'tcha think?
    TujenCraft_RerollSuffixMods_6
    Scrape that off, bash that a bit...
    TujenCraft_RerollSuffixMods_7
    Scrape that off, bash that a bit...
    TujenCraft_RerollSuffixMods_8
    Scrape that off, bash that a bit...
    TujenCraft_RerollSuffixMods_9
    Amulets aren't really my thing but to each their own, I guess.
    TujenCraft_TakeAmulet_Random
    Amulets aren't really my thing but to each their own, I guess.
    TujenCraft_TakeAmulet_2
    Amulets aren't really my thing but to each their own, I guess.
    TujenCraft_TakeAmulet_3
    If you like it, I like it... I guess.
    TujenCraft_TakeAmulet_4
    If you like it, I like it... I guess.
    TujenCraft_TakeAmulet_5
    If you like it, I like it... I guess.
    TujenCraft_TakeAmulet_6
    This is the sorta thing I'd give to a bar wench I fancy. Pretty trinket.
    TujenCraft_TakeAmulet_7
    This is the sorta thing I'd give to a bar wench I fancy. Pretty trinket.
    TujenCraft_TakeAmulet_8
    This is the sorta thing I'd give to a bar wench I fancy. Pretty trinket.
    TujenCraft_TakeAmulet_9
    That belt was off to start with. Nothing a bit of tinkering couldn't fix.
    TujenCraft_TakeBelt_Random
    That belt was off to start with. Nothing a bit of tinkering couldn't fix.
    TujenCraft_TakeBelt_2
    That belt was off to start with. Nothing a bit of tinkering couldn't fix.
    TujenCraft_TakeBelt_3
    Another notch or two won't hurt it.
    TujenCraft_TakeBelt_4
    Another notch or two won't hurt it.
    TujenCraft_TakeBelt_5
    Another notch or two won't hurt it.
    TujenCraft_TakeBelt_6
    I swear I once saw a similar belt in Middengard!
    TujenCraft_TakeBelt_7
    I swear I once saw a similar belt in Middengard!
    TujenCraft_TakeBelt_8
    I swear I once saw a similar belt in Middengard!
    TujenCraft_TakeBelt_9
    This thing is for more than just keeping your trousers on.
    TujenCraft_TakeBelt_10
    This thing is for more than just keeping your trousers on.
    TujenCraft_TakeBelt_11
    That ring needed a lot more than just a polish. See what you think.
    TujenCraft_TakeRing_Random
    That ring needed a lot more than just a polish. See what you think.
    TujenCraft_TakeRing_2
    That ring needed a lot more than just a polish. See what you think.
    TujenCraft_TakeRing_3
    Rings are finicky to work with. I hope you appreciate that!
    TujenCraft_TakeRing_4
    Rings are finicky to work with. I hope you appreciate that!
    TujenCraft_TakeRing_5
    Strange how so much power can come from such a little thing.
    TujenCraft_TakeRing_6
    Strange how so much power can come from such a little thing.
    TujenCraft_TakeRing_7
    Strange how so much power can come from such a little thing.
    TujenCraft_TakeRing_8
    Eh? There's a weird smudge here. I should clean that off.
    TujenCraft_UpgradeRandomModOneTier_Random
    Eh? There's a weird smudge here. I should clean that off.
    TujenCraft_UpgradeRandomModOneTier_2
    Eh? There's a weird smudge here. I should clean that off.
    TujenCraft_UpgradeRandomModOneTier_3
    I'm sure I could spruce that up a bit.
    TujenCraft_UpgradeRandomModOneTier_4
    I'm sure I could spruce that up a bit.
    TujenCraft_UpgradeRandomModOneTier_5
    I'm sure I could spruce that up a bit.
    TujenCraft_UpgradeRandomModOneTier_6
    Rog didn't tell me it was this easy.
    TujenCraft_UpgradeRandomModOneTier_7
    Rog didn't tell me it was this easy.
    TujenCraft_UpgradeRandomModOneTier_8
    Rog didn't tell me it was this easy.
    TujenCraft_UpgradeRandomModOneTier_9
    Rog and Dannig showed me a few techniques. I'm no expert, but I can manage a couple of basic upgrades.
    Upgrades
    We came to Wraeclast in search of some, let's say, historical goings on. Had a bit a trouble finding anything after so long. We figured, why not go back to when it was fresh? Met a rather talented young woman- well, i shouldn't say. But this Cataclysm, this corruption, it's the damndest thing... it's like we brought our business with us somehow...
    The Cataclysm
    You're still here? This must be when you... ah. Right, we're not supposed to say much. We just met, aye.
    Introduction

    Tujen_06_01_01.ogg

    Tujen_06_01_02.ogg

    Tujen_06_01_03.ogg

    Tujen_06_02_01.ogg

    Tujen_06_02_02.ogg

    Tujen_06_02_03.ogg

    Tujen_06_03_01.ogg

    Tujen_06_03_02.ogg

    Tujen_06_04_01.ogg

    Tujen_06_04_02.ogg

    Tujen_06_04_03.ogg

    Tujen_07_01_01.ogg

    Tujen_07_01_02.ogg

    Tujen_07_01_03.ogg

    Tujen_07_02_01.ogg

    Tujen_07_02_02.ogg

    Tujen_07_02_03.ogg

    Tujen_07_03_01.ogg

    Tujen_07_03_02.ogg

    Tujen_07_03_03.ogg

    Tujen_07_04_01.ogg

    Tujen_07_04_02.ogg

    Tujen_07_04_03.ogg
    Tujen