Update product definitions and revenue calculations in Falukant: Adjust product sell costs and production times for better balance. Refactor revenue calculations to focus on profit per minute instead of revenue per minute. Enhance localization files to include new terms related to product unlocks and certificate levels in English, German, and Spanish, improving user experience across languages.

This commit is contained in:
Torsten Schulz (local)
2026-03-26 20:19:49 +01:00
parent 01849c8ffe
commit e0c3b472db
10 changed files with 303 additions and 43 deletions

View File

@@ -143,6 +143,8 @@
"description": "Zeigt die aktuelle Stufe und die Bedingungen für den nächsten Aufstieg.",
"current": "Aktuell",
"next": "Nächste Stufe",
"levelMatrix": "Produkte nach Zertifikatsstufe",
"levelLabel": "Stufe {level}",
"score": "Wertung",
"ready": "Für den nächsten Aufstieg bereit",
"notReady": "Bedingungen noch nicht erfüllt",
@@ -259,6 +261,12 @@
"selectionBlocked": "Neue Ausbauten sind im Schuldturm gesperrt."
},
"currentCertificate": "Derzeitiges Zertifikat",
"certificate": {
"title": "Produktfreigaben",
"description": "Zeigt, welche Produkte dein derzeitiges Zertifikat freischaltet und was mit der nächsten Stufe dazukommt.",
"currentUnlocks": "Derzeit freigeschaltet",
"nextUnlocks": "Neu mit Stufe {level}"
},
"tabs": {
"director": "Direktor",
"inventory": "Inventar",

View File

@@ -124,6 +124,8 @@
"description": "Shows your current level and the requirements for the next promotion.",
"current": "Current",
"next": "Next level",
"levelMatrix": "Products by certificate level",
"levelLabel": "Level {level}",
"score": "Score",
"ready": "Ready for the next promotion",
"notReady": "Requirements not met yet",
@@ -313,6 +315,12 @@
"selectionBlocked": "New expansions are blocked while imprisoned for debt."
},
"currentCertificate": "Current certificate",
"certificate": {
"title": "Product unlocks",
"description": "Shows which products your current certificate unlocks and what the next level adds.",
"currentUnlocks": "Currently unlocked",
"nextUnlocks": "New with level {level}"
},
"selection": {
"title": "Branch Selection",
"selected": "Selected Branch",

View File

@@ -133,6 +133,8 @@
"description": "Muestra tu nivel actual y las condiciones para el siguiente ascenso.",
"current": "Actual",
"next": "Siguiente nivel",
"levelMatrix": "Productos por nivel de certificado",
"levelLabel": "Nivel {level}",
"score": "Puntuación",
"ready": "Listo para el siguiente ascenso",
"notReady": "Condiciones aún no cumplidas",
@@ -247,6 +249,12 @@
"selectionBlocked": "Las nuevas ampliaciones están bloqueadas en la prisión por deudas."
},
"currentCertificate": "Certificado actual",
"certificate": {
"title": "Desbloqueos de productos",
"description": "Muestra qué productos habilita tu certificado actual y qué añade el siguiente nivel.",
"currentUnlocks": "Actualmente desbloqueado",
"nextUnlocks": "Nuevo con el nivel {level}"
},
"tabs": {
"director": "Director",
"inventory": "Inventario",