Files
organism/organs/hypothalamus/hypothalamus-beh.md
T

40 lines
693 B
Markdown
Raw Normal View History

2026-05-06 13:59:14 +02:00
# hypothalamus-beh.md
2026-05-22 10:26:15 +02:00
## HYPOTHALAMUS-BEH: container
2026-05-06 13:59:14 +02:00
2026-05-22 10:26:15 +02:00
Qui gestiamo la fatica organismica.
2026-05-06 13:59:14 +02:00
```Gen
HYPOTHALAMUS-BEH
type: container
2026-05-22 10:37:29 +02:00
activity_scope: !ALWAYS
2026-05-06 14:08:32 +02:00
tub_local:
OrganismicFatigue ()
2026-05-06 13:59:14 +02:00
```
### BehDevPossibility: Scope
2026-05-22 10:37:29 +02:00
Alternanza DAY NIGHT. Influenzata da intricazioni con tutto l'organismo, neuroni compresi.
2026-05-06 13:59:14 +02:00
```Gen
BehDevPossibility: ( active: 60x )
2026-05-22 10:26:15 +02:00
type: scope
2026-05-22 10:37:29 +02:00
contained_by: HYPOTHALAMUS-BEH
2026-05-06 13:59:14 +02:00
in_context: Fixed
# la disattivazione e' la non attivazione
2026-05-06 14:08:32 +02:00
condition: NOT ( OrganismicFatigue fullness ) # Day
2026-05-06 13:59:14 +02:00
activate_scope:
2026-05-22 10:26:15 +02:00
!DAY
2026-05-06 13:59:14 +02:00
2026-05-06 14:08:32 +02:00
condition: ( OrganismicFatigue fullness ) # Night
2026-05-06 14:01:06 +02:00
activate_scope:
2026-05-22 10:26:15 +02:00
!NIGHT
2026-05-06 13:59:14 +02:00
```