Merge branch 'main' into phase/32-weather-warmth
Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # src/HSchool.Simulation/School.cs
This commit is contained in:
+9
-5
@@ -255,10 +255,12 @@ is that def in the request locale. HTTP JSON is additive — no protocol version
|
||||
`skills` lists only keys the person has, not every `SkillDef` in the catalog. A first-year has
|
||||
no Chemistry; a related tongue from the name set may sit beside the native at a low value.
|
||||
|
||||
`worn` is what is on the body right now: def, colour, and the layers it occupies. `carried` is
|
||||
the bag — textbooks include `subject`. `carryMass` / `carryCapacity` are kilograms; overload
|
||||
does not slow walking. Home and locker stay in `people.json` and are not on this card. The
|
||||
people list does not include any of these fields.
|
||||
`worn` is what is on the body right now: def, colour, the layers it occupies, `condition`
|
||||
(0–1) and `conditionLabel` from the catalog bands (`целая` / `поношенная` / `порванная` /
|
||||
`висит лохмотьями`). The client draws the bar and the caption; it does not compute thresholds.
|
||||
`carried` is the bag — textbooks include `subject`. `carryMass` / `carryCapacity` are kilograms;
|
||||
overload does not slow walking. Home and locker stay in `people.json` and are not on this card.
|
||||
The people list does not include any of these fields.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -289,7 +291,9 @@ people list does not include any of these fields.
|
||||
"label": "Рубашка",
|
||||
"color": "White",
|
||||
"colorLabel": "Белый",
|
||||
"layers": [{ "defName": "Top", "label": "Верх" }]
|
||||
"layers": [{ "defName": "Top", "label": "Верх" }],
|
||||
"condition": 1,
|
||||
"conditionLabel": "целая"
|
||||
}
|
||||
],
|
||||
"carried": [
|
||||
|
||||
Reference in New Issue
Block a user