Brings the full animal foundation onto main and folds its new defs into the Defs/ subfolder layout introduced on main: - animal genes -> Defs/Genes/Animal.json (split out of genes.json) - animals/bodies/hediffs/needs/thoughts -> own Defs/<Type>/ subfolders - ProductMeat/Bone/Leather + bigger world presets auto-merged via rename detection - PawnDef un-sealed (AnimalDef : PawnDef); def-location doc comments updated to subfolders - engine pointer kept at main's newer 96e19c7 (only adds directional sun shadows) Build + --check-content clean: 11 def types, 33 genes, 35 plants, 32 traits. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
1.1 KiB
JSON
14 lines
1.1 KiB
JSON
{
|
|
"type": "Thought",
|
|
// Мысли настроения (фаза A8): событие вешает на зверя временный сдвиг настроения, затухающий за
|
|
// durationDays. Триггер события — код (реестр AnimalThoughts), сила/длительность/метка — данные.
|
|
// Настроение есть только у тира 4+ (мозг ≥ 0.40); непрерывный фон (голод/жажда/усталость/боль)
|
|
// считается отдельно, мысли — поверх него. Негативные событийные мысли (потеря детёныша) придут с
|
|
// родительской опекой (горизонт) — пока горе идёт через непрерывный фон.
|
|
"defs": [
|
|
{ "defName": "GaveBirth", "label": "thought.gaveBirth", "moodOffset": 0.25, "durationDays": 3 },
|
|
{ "defName": "Mated", "label": "thought.mated", "moodOffset": 0.15, "durationDays": 1.5 },
|
|
{ "defName": "QuenchedThirst", "label": "thought.quenchedThirst", "moodOffset": 0.1, "durationDays": 0.5 }
|
|
]
|
|
}
|