feat(politics): add new political office benefits and enhance database migration
All checks were successful
Deploy to production / deploy (push) Successful in 2m54s
All checks were successful
Deploy to production / deploy (push) Successful in 2m54s
- Introduced new benefits including 'reputation_periodic', 'appoint_politicians', 'set_regional_tax', 'free_lover_slots', 'guard_protection', and 'court_immunity' to the political office system. - Updated database migration to add and remove the 'last_political_daily_salary_on' column using SQL queries for better performance. - Enhanced localization files for multiple languages to support new benefits, improving user experience across the application. - Updated UI components to display new benefits correctly in the PoliticsView, ensuring accurate representation of political office functionalities.
This commit is contained in:
@@ -1265,6 +1265,18 @@
|
||||
"daily_salary": "Estipendio diario (una vez al día): unos {amount}",
|
||||
"tax_exemption": "Exención fiscal: {regions}",
|
||||
"tax_exemption_all": "Exención fiscal: todos los niveles regionales",
|
||||
"reputation_periodic": "+{gain} reputación cada {days} días (bono de cargo)",
|
||||
"appoint_politicians": "Derecho a nombrar: {offices}",
|
||||
"set_regional_tax": "Puede fijar tipos impositivos ({scope})",
|
||||
"tax_scope": {
|
||||
"local": "localmente en la jurisdicción",
|
||||
"shire": "nivel de condado (shire)",
|
||||
"duchy": "nivel de ducado",
|
||||
"national": "ámbito nacional"
|
||||
},
|
||||
"free_lover_slots": "{count} relación(es) adicional(es) sin mantenimiento mensual",
|
||||
"guard_protection": "Protección oficial / escolta",
|
||||
"court_immunity": "Inmunidad judicial limitada en asuntos del cargo",
|
||||
"generic": "Ventaja ({code})"
|
||||
},
|
||||
"regionLevels": {
|
||||
|
||||
Reference in New Issue
Block a user