ristrutturazione in directory

This commit is contained in:
2026-05-22 11:29:55 +02:00
parent 92277907c8
commit 8f21cd7b41
66 changed files with 9 additions and 29 deletions
+40
View File
@@ -0,0 +1,40 @@
# hypothalamus-beh.md
## HYPOTHALAMUS-BEH: container
**HYPOTHALAMUS-BEH**:
Qui gestiamo la fatica organismica.
```Gen
HYPOTHALAMUS-BEH
type: container
activity_scope: !ALWAYS
tub_local:
OrganismicFatigue ()
```
### BehDevPossibility: Scope
Alternanza DAY NIGHT. Influenzata da intricazioni con tutto l'organismo, neuroni compresi.
```Gen
BehDevPossibility: ( active: 60x )
type: scope
contained_by: HYPOTHALAMUS-BEH
in_context: Fixed
# la disattivazione e' la non attivazione
condition: NOT ( OrganismicFatigue fullness ) # Day
activate_scope:
!DAY
condition: ( OrganismicFatigue fullness ) # Night
activate_scope:
!NIGHT
```