V0.2.0: updated TODOs
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
|
||||
|
||||
public class RingOfAccuracy extends Ring {
|
||||
//TODO: numbers tweaking
|
||||
|
||||
{
|
||||
name = "Ring of Accuracy";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
package com.shatteredpixel.shatteredpixeldungeon.items.rings;
|
||||
|
||||
public class RingOfHaste extends Ring {
|
||||
//TODO: numbers tweaking
|
||||
|
||||
{
|
||||
name = "Ring of Haste";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user