Private
Public Access
1
0

feat(gameplay): Adding % bonus for planet type

This commit is contained in:
gauvainboiche
2026-03-30 15:43:43 +02:00
parent c0f66d8cc0
commit 3b229755f8
10 changed files with 548 additions and 81 deletions

View File

@@ -1,44 +1,54 @@
{
"clickCooldownSeconds": 2,
"clickCooldownSeconds": 100,
"databaseWipeoutIntervalSeconds": 21600,
"debugModeForTeams": true,
"configReloadIntervalSeconds": 30,
"elementWorth": {
"common": 1,
"petrol": 3,
"food": 2,
"medic": 5,
"science": 8,
"industry": 4,
"money": 6,
"goods": 3
},
"resourceWorth": {
"common": {
"rock": 1,
"wood": 1,
"mineral": 2,
"stones": 2,
"liquid": 1,
"oil": 4,
"gas": 3,
"grain": 1,
"livestock": 2,
"fish": 1,
"plant": 1,
"goods": 4,
"animals": 2,
"science": 6,
"factory": 5,
"acid": 1
"rock": 100,
"wood": 120,
"plant": 120,
"grain": 150,
"liquid": 180,
"fish": 200,
"stones": 220,
"animals": 300,
"livestock": 350,
"acid": 400,
"mineral": 450,
"gas": 800,
"oil": 1000,
"goods": 1200,
"factory": 1500,
"science": 2000
},
"rare": {
"rock": 3,
"wood": 3,
"mineral": 4,
"stones": 5,
"liquid": 2,
"oil": 7,
"gas": 6,
"grain": 3,
"livestock": 3,
"fish": 5,
"plant": 3,
"goods": 8,
"animals": 5,
"science": 15,
"factory": 12,
"acid": 3
"rock": 300,
"wood": 400,
"plant": 500,
"grain": 450,
"liquid": 600,
"fish": 900,
"stones": 1200,
"animals": 1500,
"livestock": 1400,
"acid": 1800,
"mineral": 2500,
"gas": 3000,
"oil": 3500,
"goods": 4000,
"factory": 4500,
"science": 5000
}
}
}