Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user