meta: reduce train gold from allies from 50k => 35k

This commit is contained in:
evanpelle
2025-12-17 12:28:37 -08:00
parent 765cd1b495
commit 5f5176bd39
+1 -1
View File
@@ -370,7 +370,7 @@ export class DefaultConfig implements Config {
trainGold(rel: "self" | "team" | "ally" | "other"): Gold {
switch (rel) {
case "ally":
return 50_000n;
return 35_000n;
case "team":
case "other":
return 25_000n;