var fDesc=new Array(); fDesc[0] = "Choose from 3 different characters to find one that best expresses your style. You’ll be able to choose from several pieces of gear to protect yourself in the cold. To earn new tricks you must take on a quest that is associated with each trick tree and successfully clear the quest to earn a license to perform the trick that you just learned. Your current rank is displayed, as well as your covered distance and your opponents’ covered distance. Covered distance is shown as the percentage of the course finished.

When using an attack item, you can utilize radar and arrow keys to target other users with precision. Battle Mode Radar displays your teammate’s nickname, icon, and the current attack item he or she is using. Battle Mode Radar also displays the sender and recipient of the attack items.

Game Story:

Continuing use of fossil fuels has devastated Earth with global warming. Polar ice caps have melted and winter no longer exists. A century has passed since anyone has seen a flake of snow. All winter related sports and activities are the things of legends. With a desperate desire to explore new frontiers, we have built Post Gate. This groundbreaking technology uses wormhole theory and allows us to officially embark on the space age.

Uncharted stars with unspoiled lands have given us a second chance to play in the powder. Winter-like conditions from these new planets drive us to carve fresh powders like we did in our pasts. These new planets with less gravitational pull raise the bar for new riders and new tricks."; 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 = ''; } }