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

FACTO-137: Fixed enemy tier 10 crashing on startup

This commit is contained in:
Aaron Veden 2022-05-09 18:04:18 -07:00
parent dfc2eb9a26
commit f70d05b957
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 3.1.1
Bugfixes:
- Fixed enemy ending tier level of 10 would crash on startup
---------------------------------------------------------------------------------------------------
Version: 3.1.0
Improvements:

View File

@ -439,7 +439,7 @@ local hiveAttributeNumeric = {
["spawningCooldownStart"] = { 2485, 2465, 2445, 2425, 2405, 2390, 2370, 2350, 2330, 2310 },
["spawningRadius"] = { 10, 13, 15, 17, 20, 23, 26, 29, 32, 35 },
["spawningSpacing"] = { 5, 5, 5, 6, 6, 6, 7, 7, 7, 8 },
["spawningCooldownEnd"] = { 890, 887, 885, 882, 880, 877, 875, 872, 870 },
["spawningCooldownEnd"] = { 892, 890, 887, 885, 882, 880, 877, 875, 872, 870 },
["unitsToSpawn"] = { 3000, 3000, 300, 3000, 3000, 3000, 3000, 3000, 3000, 3000 },
["scale"] = { 1.0, 1.05, 1.1, 1.15, 1.20, 1.25, 1.30, 1.35, 1.4, 1.45 },
["unitsOwned"] = { 7, 7, 8, 8, 9, 9, 10, 10, 11, 11 },