V0.2.0: updated TODOs

This commit is contained in:
Evan Debenham
2014-09-14 19:45:28 -04:00
parent 63696cb502
commit 3c4ba9d019
9 changed files with 5 additions and 10 deletions
@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings; package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfAccuracy extends Ring { public class RingOfAccuracy extends Ring {
//TODO: numbers tweaking
{ {
name = "Ring of Accuracy"; name = "Ring of Accuracy";
@@ -24,7 +24,6 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroClass;
import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class RingOfEvasion extends Ring { public class RingOfEvasion extends Ring {
//todo: testing, numbers tweaking
{ {
name = "Ring of Evasion"; name = "Ring of Evasion";
@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014. * Created by debenhame on 10/09/2014.
*/ */
public class RingOfForce extends Ring { public class RingOfForce extends Ring {
//TODO: numbers tweaking
{ {
name = "Ring of Force"; name = "Ring of Force";
} }
@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014. * Created by debenhame on 10/09/2014.
*/ */
public class RingOfFuror extends Ring { public class RingOfFuror extends Ring {
//TODO: testing
{ {
name = "Ring of Furor"; name = "Ring of Furor";
} }
@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings; package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfHaste extends Ring { public class RingOfHaste extends Ring {
//TODO: numbers tweaking
{ {
name = "Ring of Haste"; name = "Ring of Haste";
@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings; package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfMagic extends Ring { public class RingOfMagic extends Ring {
//TODO: evaluate functionality, decide on numbers
{ {
name = "Ring of Magic"; name = "Ring of Magic";
@@ -7,8 +7,7 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero;
* Created by debenhame on 10/09/2014. * Created by debenhame on 10/09/2014.
*/ */
public class RingOfMight extends Ring { public class RingOfMight extends Ring {
//TODO: test this, numbers tweaking
//specifically, make sure this works with levelling up the ring
{ {
name = "Ring of Might"; name = "Ring of Might";
} }
@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014. * Created by debenhame on 10/09/2014.
*/ */
public class RingOfSharpshooting extends Ring { public class RingOfSharpshooting extends Ring {
//TODO: numbers tweaking
{ {
name = "Ring of Sharpshooting"; name = "Ring of Sharpshooting";
} }
@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014. * Created by debenhame on 10/09/2014.
*/ */
public class RingOfTenacity extends Ring { public class RingOfTenacity extends Ring {
//TODO: numbers tweaking
{ {
name = "Ring of Tenacity"; name = "Ring of Tenacity";
} }