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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user