Private
Public Access
1
0

feat(gameplay): Adding a military power section to exploit population numbers and steal ennemy tiles

This commit is contained in:
gauvainboiche
2026-03-31 18:27:08 +02:00
parent e04560c7f9
commit 570d83c3c0
10 changed files with 587 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"clickCooldownSeconds": 10,
"clickCooldownSeconds": 0,
"databaseWipeoutIntervalSeconds": 604800,
"configReloadIntervalSeconds": 30,
"elementWorth": {
@@ -12,6 +12,11 @@
"money": 0.7,
"science": 0.8
},
"militaryPower": {
"humans": 1,
"near": 0.5,
"aliens": 0.1
},
"resourceWorth": {
"common": {
"rock": 100,