51 lines
1018 B
Markdown
51 lines
1018 B
Markdown
# hypothalamus.md
|
|
|
|
Qui comprendiamo Hypothalamus. E' l'organo che si occupa di far "dormire" l'organismo, in maniera da rendere possibile i comportamenti che associamo alla modifica di forma organimisca, compresa quella neuronale.
|
|
|
|
## HYPOTHALAMUS: Comprehension
|
|
|
|
```Gen
|
|
HYPOTHALAMUS
|
|
|
|
type: comprehension
|
|
|
|
expansion:
|
|
@HYPOTHALAMUS-BEH
|
|
```
|
|
|
|
### HYPOTHALAMUS-BEH: container
|
|
|
|
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
|
|
``` |