another tweak to it, for good measure

This commit is contained in:
Putnam3145
2021-11-26 22:49:30 -08:00
parent 2558789015
commit 0ef0991d65
2 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -73,5 +73,6 @@
TECHWEB_POINT_TYPE_GENERIC = "General Research"\
)
#define TECHWEB_BOMB_MIDPOINT 50000 //Adjust as needed. Actual hard cap is double this, but will never be reached due to hyperbolic curve.
#define TECHWEB_BOMB_SIZE 200 // The shockwave radius required for a bomb to get TECHWEB_BOMB_MIDPOINT points.
#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 200 // 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.