Difference between revisions of "Rogue's Tale"

From RogueBasin
Jump to navigation Jump to search
Line 20: Line 20:


== The Roots ==
== The Roots ==
Rogue's Tale follows the [http://roguebasin.roguelikedevelopment.org/index.php/Berlin_Interpretation Berlin Interpretation] very closely and the only value that is violated is that it doesn't come with ASCII graphics.
Rogue's Tale follows the [http://roguebasin.roguelikedevelopment.org/index.php?title=Berlin_Interpretation Berlin Interpretation] very closely and the only value that is violated is that it doesn't come with ASCII graphics.


== Game System ==
== Game System ==
Rogue's Tale uses a game system where the game rolls 2D6 and compares it to a number, usually 7, to determine whether an action is succesful. The rolls are often modified by the player's abilities as follows: ability value of 2 equals a -5 modifier, 7 equals 0, and 12 equals +5.
Rogue's Tale uses a game system where the game rolls 2D6 and compares it to a number, usually 7, to determine whether an action is succesful. The rolls are often modified by the player's abilities as follows: ability value of 2 equals a -5 modifier, 7 equals 0, and 12 equals +5.

Revision as of 10:37, 27 November 2012

Rogue's Tale
Beta Project
Developer Niilo Langinkoski
Theme Fantasy
Influences Rogue, Western RPGs
Released Hopefully early 2013
Updated
Licensing Closed Source, Commercial
P. Language Java
Platforms Windows executable
Interface Graphical, Keyboard, Mouse
Game Length From few to infinite hours
Official site of Rogue's Tale


Rogue's Tale is a fantasy roguelike that comes with graphics as well as professional music and sound effects.

Overview

The game takes place in a place called Frostmourne Keep and its underlying dungeons located in the World's End Mountains. The goal is to overthrow the current king of the Frostmourne Keep and become the new king. Rogue's Tale does not have predefined player classes, but instead, the player plays the game as a rogue and the class is determined by the talents, spells and equipment the player learns and finds along the way.

screen0.jpg

The Roots

Rogue's Tale follows the Berlin Interpretation very closely and the only value that is violated is that it doesn't come with ASCII graphics.

Game System

Rogue's Tale uses a game system where the game rolls 2D6 and compares it to a number, usually 7, to determine whether an action is succesful. The rolls are often modified by the player's abilities as follows: ability value of 2 equals a -5 modifier, 7 equals 0, and 12 equals +5.