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