v3.1.0: nerfed telegrab value to prevent turning thrown weps into energy
This commit is contained in:
@@ -118,12 +118,12 @@ public class TelekineticGrab extends TargetedSpell {
|
||||
|
||||
@Override
|
||||
public int value() {
|
||||
return (int)(60 * (quantity/(float)Recipe.OUT_QUANTITY));
|
||||
return (int)(50 * (quantity/(float)Recipe.OUT_QUANTITY));
|
||||
}
|
||||
|
||||
@Override
|
||||
public int energyVal() {
|
||||
return (int)(12 * (quantity/(float)Recipe.OUT_QUANTITY));
|
||||
return (int)(10 * (quantity/(float)Recipe.OUT_QUANTITY));
|
||||
}
|
||||
|
||||
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
||||
|
||||
Reference in New Issue
Block a user