feat: Added potency_per_level spell property for Empowerment, reduced potency gain per level 0.25->0.15

This commit is contained in:
WinDanesz
2022-06-13 23:12:14 +02:00
parent 8dbb0ec058
commit 8df00e9c41
3 changed files with 8 additions and 5 deletions
@@ -46,7 +46,5 @@ public final class Constants {
* won't spawn again if something is already standing in it.
*/
public static final int DECAY_SPREAD_INTERVAL = 8;
/** The fraction by which potency is increased per level of the empowerment effect. */
public static final float EMPOWERMENT_POTENCY_PER_LEVEL = 0.25f;
}