Senses stage 1: smell/touch capacities, organs, acuity + detectability genes
Foundation for the perception system. Adds Smell and Touch capacities (CapacityCalc dependency chain x consciousness) with organs on the Quadruped body (nose->Smell, skin->Touch; eyes/ears already give Sight/Hearing) so hediffs and organ damage reduce them for free. New genes: acuity GeneHearing/GeneSmell/GeneTouch (radius multipliers, default 1 if a species omits them) and detectability GeneCamouflage (lower sight), GeneScent (raise smell), GeneNoise (raise hearing) on AnimalPhenotype. Deer/wolf/boar/chicken get sensible values (wolf smells well, deer is alert + dappled). cap.smell/cap.touch localized. Build + --check-content clean (48 genes, 47 traits). Multi-sense detection + memory come next. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
dc617521c2
commit
70e79a5c30
@@ -23,6 +23,12 @@
|
||||
"GeneMoveSpeed": 1.2,
|
||||
"GeneBloodVolume": 1.4,
|
||||
"GeneVision": 1.3,
|
||||
"GeneHearing": 1.4,
|
||||
"GeneSmell": 1.2,
|
||||
"GeneTouch": 1.0,
|
||||
"GeneCamouflage": 0.35,
|
||||
"GeneScent": 0.5,
|
||||
"GeneNoise": 0.4,
|
||||
"GeneBrainSize": 0.45,
|
||||
"GeneInsulation": 0.55,
|
||||
"GeneFurColor": 0.45,
|
||||
@@ -59,6 +65,12 @@
|
||||
"GeneMoveSpeed": 1.4,
|
||||
"GeneBloodVolume": 1.3,
|
||||
"GeneVision": 1.5,
|
||||
"GeneHearing": 1.5,
|
||||
"GeneSmell": 1.8,
|
||||
"GeneTouch": 1.0,
|
||||
"GeneCamouflage": 0.2,
|
||||
"GeneScent": 0.6,
|
||||
"GeneNoise": 0.5,
|
||||
"GeneBrainSize": 0.5,
|
||||
"GeneInsulation": 0.6,
|
||||
"GeneFurColor": 0.7,
|
||||
@@ -93,6 +105,12 @@
|
||||
"GeneMoveSpeed": 1.0,
|
||||
"GeneBloodVolume": 1.2,
|
||||
"GeneVision": 1.0,
|
||||
"GeneHearing": 1.2,
|
||||
"GeneSmell": 1.6,
|
||||
"GeneTouch": 1.0,
|
||||
"GeneCamouflage": 0.2,
|
||||
"GeneScent": 0.7,
|
||||
"GeneNoise": 0.7,
|
||||
"GeneBrainSize": 0.42,
|
||||
"GeneInsulation": 0.5,
|
||||
"GeneFurColor": 0.85,
|
||||
@@ -126,6 +144,12 @@
|
||||
"GeneMoveSpeed": 0.9,
|
||||
"GeneBloodVolume": 0.7,
|
||||
"GeneVision": 1.1,
|
||||
"GeneHearing": 1.0,
|
||||
"GeneSmell": 0.6,
|
||||
"GeneTouch": 1.0,
|
||||
"GeneCamouflage": 0.2,
|
||||
"GeneScent": 0.4,
|
||||
"GeneNoise": 0.6,
|
||||
"GeneBrainSize": 0.3,
|
||||
"GeneInsulation": 0.45,
|
||||
"GeneFurColor": 0.6,
|
||||
|
||||
Reference in New Issue
Block a user