Enhance school creation functionality by introducing support for name sets in the API and UI. Update the catalog to include skills, traits, body attributes, needs, and name sets, improving character generation capabilities. Revise localization strings for better user guidance and update tests to validate the new name set functionality and ensure robustness in school creation processes.
This commit is contained in:
@@ -44,4 +44,52 @@
|
||||
"ComputerLab": "Computer lab",
|
||||
"GymHall": "Gym",
|
||||
"ChangingRoom": "Changing room",
|
||||
"Mathematics": "Mathematics",
|
||||
"RussianLanguage": "Russian",
|
||||
"Literature": "Literature",
|
||||
"Physics": "Physics",
|
||||
"History": "History",
|
||||
"PhysicalEducation": "PE",
|
||||
"Biology": "Biology",
|
||||
"Chemistry": "Chemistry",
|
||||
"Geography": "Geography",
|
||||
"Informatics": "Informatics",
|
||||
"ForeignLanguage": "Foreign language",
|
||||
"Agility": "Agility",
|
||||
"Strength": "Strength",
|
||||
"Endurance": "Endurance",
|
||||
"Diligent": "Diligent",
|
||||
"AbsentMinded": "Absent-minded",
|
||||
"Bully": "Bully",
|
||||
"Quiet": "Quiet",
|
||||
"Leader": "Leader",
|
||||
"Lazy": "Lazy",
|
||||
"Curious": "Curious",
|
||||
"HotTempered": "Hot-tempered",
|
||||
"Kind": "Kind",
|
||||
"Neat": "Neat",
|
||||
"Height": "Height",
|
||||
"Weight": "Weight",
|
||||
"HairColor": "Hair colour",
|
||||
"EyeColor": "Eye colour",
|
||||
"BlackHair": "Black",
|
||||
"BrownHair": "Brown",
|
||||
"BlondHair": "Blond",
|
||||
"RedHair": "Red",
|
||||
"GrayHair": "Grey",
|
||||
"BrownEyes": "Brown",
|
||||
"BlueEyes": "Blue",
|
||||
"GrayEyes": "Grey",
|
||||
"GreenEyes": "Green",
|
||||
"HazelEyes": "Hazel",
|
||||
"Sleep": "Sleep",
|
||||
"Hunger": "Hunger",
|
||||
"Toilet": "Toilet",
|
||||
"Social": "Social",
|
||||
"Slavic": "Slavic",
|
||||
"Skinny": "Skinny",
|
||||
"Average": "Average",
|
||||
"Athletic": "Athletic",
|
||||
"Heavy": "Heavy",
|
||||
"Obese": "Obese",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user