var fDesc=new Array(); fDesc[0] = "NosTale is a free-to-play Fantasy Massively Multiplayer Online Role Playing Game (MMORPG) developed and published by the Korean company, Entwell Co., Ltd and by Gameforge.
The story of Nostale begins long before the player is born when Ancelloan, wife of the game’s sun god, creates the world by stopping a dispute between her husband and their son, the moon god. She blocks the flaming sword of Sun with her left hand and the icy spear of Moon with her right. The blows are fatal to her, but her death brings about many births. The spirits spawn from her charred left hand while the frozen right hand thaws to become the source of all water. Her golden hair transforms into Mystic Heaven (ruled by Sun) while her body decays and changes into Hellrod (regulated by Moon).
Not surprisingly, each of the short-tempered males blamed the other for Ancelloan’s death, resulting in a celestial war between the angels of Mystic Heaven and the demons of Hellrod. As usual in similar mythologies, the humans are caught in the middle, and the player’s eventual task is to enter both realms and resolve the conflict for all eternity. Nostale sports an ambitious plot presented in a world that is drenched in color. The overall experience seems geared toward people looking for adventure, but the execution leaves a lot to be desired."; 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 = ''; } }