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

View File

@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfAccuracy extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Accuracy";

View File

@@ -24,7 +24,6 @@ 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";

View File

@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014.
*/
public class RingOfForce extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Force";
}

View File

@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014.
*/
public class RingOfFuror extends Ring {
//TODO: testing
{
name = "Ring of Furor";
}

View File

@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfHaste extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Haste";

View File

@@ -18,7 +18,6 @@
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
public class RingOfMagic extends Ring {
//TODO: evaluate functionality, decide on numbers
{
name = "Ring of Magic";

View File

@@ -7,8 +7,7 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero;
* Created by debenhame on 10/09/2014.
*/
public class RingOfMight extends Ring {
//TODO: test this, numbers tweaking
//specifically, make sure this works with levelling up the ring
{
name = "Ring of Might";
}

View File

@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014.
*/
public class RingOfSharpshooting extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Sharpshooting";
}

View File

@@ -4,7 +4,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items.rings;
* Created by debenhame on 10/09/2014.
*/
public class RingOfTenacity extends Ring {
//TODO: numbers tweaking
{
name = "Ring of Tenacity";
}