Implement phase 35 dress appropriateness and school rules.
Adds outfit evaluation, morning home dressing, locker-room ChangeClothes with day-log events, PE/weather AI goals, dress-rules API, and tests.
This commit is contained in:
@@ -95,6 +95,9 @@
|
||||
"UtilityRoom": "Utility room",
|
||||
"MaleChangingRoom": "Boys' changing room",
|
||||
"FemaleChangingRoom": "Girls' changing room",
|
||||
"ChangingSpot": "Changing spot",
|
||||
"ChangeClothesMale": "Change clothes",
|
||||
"ChangeClothesFemale": "Change clothes",
|
||||
"Mathematics": "Mathematics",
|
||||
"RussianLanguage": "Russian",
|
||||
"Literature": "Literature",
|
||||
@@ -173,5 +176,6 @@
|
||||
"ActionStarted": "started: {0}",
|
||||
"ActionEnded": "finished: {0}",
|
||||
"ApparelReplaced": "got a new {0}",
|
||||
"ApparelChanged": "changed clothes: {0}",
|
||||
"core": "Core",
|
||||
}
|
||||
|
||||
@@ -95,6 +95,9 @@
|
||||
"UtilityRoom": "Теплоузел",
|
||||
"MaleChangingRoom": "Мужская раздевалка",
|
||||
"FemaleChangingRoom": "Женская раздевалка",
|
||||
"ChangingSpot": "Место переодевания",
|
||||
"ChangeClothesMale": "Переодеться",
|
||||
"ChangeClothesFemale": "Переодеться",
|
||||
"Mathematics": "Математика",
|
||||
"RussianLanguage": "Русский язык",
|
||||
"Literature": "Литература",
|
||||
@@ -173,5 +176,6 @@
|
||||
"ActionStarted": "начал: {0}",
|
||||
"ActionEnded": "закончил: {0}",
|
||||
"ApparelReplaced": "получил новую {0}",
|
||||
"ApparelChanged": "переоделся: {0}",
|
||||
"core": "Базовая игра",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user