1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

reverted rally chance drop and decreased by only 25%

This commit is contained in:
Aaron Veden 2021-12-12 10:23:50 -08:00
parent a9ead2e293
commit 1e7a45f661
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -219,8 +219,8 @@ constants.SQUAD_BUILDING = 6
constants.RETREAT_GRAB_RADIUS = 24
constants.RETREAT_SPAWNER_GRAB_RADIUS = 75
constants.BASE_RALLY_CHANCE = 0.01
constants.BONUS_RALLY_CHANCE = 0.03
constants.BASE_RALLY_CHANCE = 0.02
constants.BONUS_RALLY_CHANCE = 0.04
constants.RALLY_CRY_DISTANCE = 96
constants.SETTLER_DISTANCE = 224