V0.2.0: Updated TODOs

This commit is contained in:
Evan Debenham
2014-09-11 00:48:13 -04:00
parent 69e82d475d
commit 9c8ab0ccc9
17 changed files with 14 additions and 17 deletions
@@ -18,6 +18,7 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfAccuracy extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Accuracy";
@@ -29,6 +29,7 @@ import com.shatteredpixel.shatteredpixeldungeon.levels.traps.LightningTrap;
import com.watabou.utils.Random;
public class RingOfElements extends Ring {
//TODO: need to rebalance this
{
name = "Ring of Elements";
@@ -24,6 +24,7 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroClass;
import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class RingOfEvasion extends Ring {
//todo: testing, numbers tweaking
{
name = "Ring of Evasion";
@@ -18,6 +18,7 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfHaste extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Haste";
@@ -18,6 +18,7 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfMagic extends Ring {
//TODO: evaluate functionality, decide on numbers
{
name = "Ring of Magic";