Raised sub target exponent too

Needs to be this way so plasma bombs aren't way stronger
This commit is contained in:
Putnam3145
2022-02-21 21:05:11 -08:00
committed by GitHub
parent 87e4f9353f
commit 6fb26a5afc

View File

@@ -75,4 +75,4 @@
#define BOMB_TARGET_POINTS 50000 //Adjust as needed. Actual hard cap is double this, but will never be reached due to hyperbolic curve.
#define BOMB_TARGET_SIZE 175 // The shockwave radius required for a bomb to get TECHWEB_BOMB_MIDPOINT points.
#define BOMB_SUB_TARGET_EXPONENT 2 // The power of the points curve below the target size. Higher = less points for worse bombs, below target.
#define BOMB_SUB_TARGET_EXPONENT 3 // The power of the points curve below the target size. Higher = less points for worse bombs, below target.