var fDesc=new Array(); fDesc[0] = "Beyond Divinity is a Larian Studios’ role playing game set in the award-winning Divinity universe.
You are a servant of the Divine - scourge of necromancers and sorcerers alike. Your purpose in life is to fight all that is evil using any means possible. Your dilemma… during an intense battle with one of the great necromancers, a demon drags you into its universe. There you are soul-forged with a Death-knight. You are cursed and destined to spend the rest of eternity bonded to this creature of evil.
Or maybe not...
The Death-knight dislikes the soul forging as much as you do, and together you embark on a great adventure. You both have a common goal - to undo the soul forging. You and your unlikely companion quickly figure out that the only way to rid this curse is if you unlock the secret of riftrunning – an ancient art that allowed the prison universe’s indigenous population to travel between universes.
Your quest is set: To become a Riftrunner!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }