From f49db48f5dc6ee66a2072731643c8797a78405df Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 18 Nov 2024 22:12:25 +0000 Subject: [PATCH] Force airdrop chance to 100% for customs --- project/assets/database/locations/bigmap/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/database/locations/bigmap/base.json b/project/assets/database/locations/bigmap/base.json index aa34b4ab..1b20d1ab 100644 --- a/project/assets/database/locations/bigmap/base.json +++ b/project/assets/database/locations/bigmap/base.json @@ -5,7 +5,7 @@ { "AirdropPointDeactivateDistance": 50, "MinPlayersCountToSpawnAirdrop": 6, - "PlaneAirdropChance": 0.2, + "PlaneAirdropChance": 1, "PlaneAirdropCooldownMax": 700, "PlaneAirdropCooldownMin": 600, "PlaneAirdropEnd": 1200,