feat(falukant): add character visual representation and settings
- Introduced FalukantCharacterVisual component to display character portraits and 3D figures based on user settings. - Updated DirectorInfo, ChurchView, PoliticsView, and other components to utilize the new character visual component. - Added visual settings management for users, allowing selection between portrait styles and display modes (portraits, 3D, or both). - Implemented age rules for engagement and marriage in the backend, ensuring compliance with specified age limits. - Created a new settings view for Falukant to manage visual preferences. - Added new images for medieval character portraits. - Updated translations for new settings and features in multiple languages.
This commit is contained in:
@@ -173,6 +173,7 @@
|
||||
"flirtSettings": "Flirt",
|
||||
"accountSettings": "Account",
|
||||
"languageAssistantSettings": "Katabang sa pinulongan",
|
||||
"falukantSettings": "Falukant",
|
||||
"interests": "Mga interes",
|
||||
"adminInterests": "Pagdumala sa interes",
|
||||
"adminUsers": "Mga user",
|
||||
|
||||
@@ -138,6 +138,26 @@
|
||||
"view": {
|
||||
"title": "Panagway"
|
||||
},
|
||||
"falukant": {
|
||||
"title": "Falukant",
|
||||
"label": {
|
||||
"falukantPortraitStyle": "Estilo sa portrait",
|
||||
"falukantFigureMode": "Paagi sa pagpakita"
|
||||
},
|
||||
"tooltip": {
|
||||
"falukantPortraitStyle": "Pilia ang estilo sa mga portrait sa Falukant.",
|
||||
"falukantFigureMode": "Pilia kung portraits, 3D nga mga hulagway, o pareho ang ipakita."
|
||||
},
|
||||
"falukantPortraitStyle": {
|
||||
"classic": "Klasiko",
|
||||
"medieval": "Medyebal"
|
||||
},
|
||||
"falukantFigureMode": {
|
||||
"portraits": "Portraits lang",
|
||||
"3d": "3D nga mga hulagway lang",
|
||||
"both": "Portraits ug 3D nga mga hulagway"
|
||||
}
|
||||
},
|
||||
"sexuality": {
|
||||
"title": "Sekswalidad"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user