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

FACTO-179: Increased spawner egg and wasp health

This commit is contained in:
Aaron Veden 2022-06-17 15:17:16 -07:00
parent c1afa9090c
commit f0367b8f3b
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Version: 3.1.2
- Increased enemy pheromone weight for pathing by 2.5x
- Increased hive spawning outside resources chunks by 5x
- Changed mod setting to default to disallowFriendlyFire
- Increased spawner egg and wasp health by 5, 75, 200, 300, 400, 550, 725, 1700, 3675, 7650
Bugfixes:
- Fixed sent aggressive squads, builder count, squad count could be negative
- Added missing sent and max siege groups on debug log

View File

@ -411,7 +411,7 @@ local droneAttributeNumeric = {
["rangeFromPlayer"] = { 9, 9, 10, 10, 11, 11, 12, 12, 13, 13 },
["range"] = { 10, 10, 11, 11, 12, 12, 13, 13, 14, 14 },
["radius"] = { 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.5 },
["health"] = { 15, 75, 100, 150, 200, 250, 275, 300, 325, 350 },
["health"] = { 20, 150, 300, 450, 600, 800, 1000, 2000, 4000, 8000 },
["healing"] = { 0.01, 0.01, 0.015, 0.02, 0.05, 0.075, 0.1, 0.12, 0.14, 0.16 },
}