Files
organism/organism.md
T
2026-05-30 14:51:10 +02:00

75 lines
1.4 KiB
Markdown

# organism.md
## ORGANISM
Qui comprendiamo l'organismo. Qui dentro, oltre all'espansione degli organi, ci va anche un organo tipo Ipotalamo, che gestisce l'alternanza DAY/NIGHT.
```Gen
ORGANISM
type: main_comprehension
include:
organs/hypothalamus/hypothalamus.md
organs/tectum/tectum.md
organs/vertebrae/vertebrae.md
expansion:
@TECTUM: EXPANSION [ comprehension: TECTUM ]
@VERTEBRAE: EXPANSION [ comprehension: VERTEBRAE ]
@HYPOTHALAMUS: EXPANSION [ comprehension: HYPOTHALAMUS ]
instantiation:
# scope
!ALWAYS: SCOPE [] # per ora solo per hypothalamus
!NIGHT: SCOPE []
!DAY: SCOPE []
# Context
# tubs
# behaviour
@: BEHAVIOUR [ behaviour: EXCITATION, collection: COLLECTION [
pre: @TECTUM.@OUT-EXCI-001.collection.pre,
post: @VERTEBREA.@IN-EXCI-002.collection.post,
astro: @VERTEBREA.@IN-EXCI-002.collection.astro ] ]
activate_scope: !ALWAYS
```
### EXCITATION
```Gen
EXCITATION
type: behaviour
within_scope: !NIGHT
snippet:
# *Fixed
@: CONTEXTOR [snippet: ExcitationPossible, RF: active 60x]
# *ActivateAstroPostPre
@: BINDER [snippet: ExcitationBind, RF: active 6x]
@: ACCUMULATOR [snippet: ClearTraces, RF: active 6x]
*DeActivateAstroPostPre
@: BINDER [snippet: ExcitationUnbind, RF: active 6x]
```
#### *Fixed
##### ExcitationPossible
```Gen
ExcitationPossible
```