Files
organism/organism.md
T

78 lines
1.5 KiB
Markdown
Raw Normal View History

2026-04-14 12:05:22 +02:00
# organism.md
2026-03-10 16:50:43 +01:00
2026-05-29 10:53:46 +02:00
## ORGANISM
2026-03-10 16:50:43 +01:00
2026-06-01 09:45:37 +02:00
Expansions and modulations:
2026-06-01 09:56:01 +02:00
- expands: [HYPOTHALAMUS](organs/hypothalamus/hypothalamus.md), [TECTUM](organs/tectum/tectum.md), [VERTEBRAE](organs/vertebrae/vertebrae.md)
- tunes: [PRESYNAPSE](elements/neuron/presynapse.md), [POSTSYNAPSE](elements/neuron/postsynapse.md), [ASTROSYNAPSE](elements/astrocyte/astrosynapse.md)
2026-03-10 16:50:43 +01:00
```Gen
2026-06-01 09:45:37 +02:00
include:
organs/hypothalamus/hypothalamus.md
organs/tectum/tectum.md
organs/vertebrae/vertebrae.md
2026-05-06 14:25:15 +02:00
ORGANISM
2026-05-06 11:58:29 +02:00
2026-05-22 11:29:55 +02:00
type: main_comprehension
2026-03-10 16:50:43 +01:00
2026-05-29 10:53:46 +02:00
expansion:
2026-05-29 11:07:54 +02:00
@TECTUM: EXPANSION [ comprehension: TECTUM ]
@VERTEBRAE: EXPANSION [ comprehension: VERTEBRAE ]
@HYPOTHALAMUS: EXPANSION [ comprehension: HYPOTHALAMUS ]
2026-05-22 11:36:25 +02:00
2026-05-29 10:53:46 +02:00
instantiation:
# scope
2026-05-27 18:44:34 +02:00
!ALWAYS: SCOPE [] # per ora solo per hypothalamus
!NIGHT: SCOPE []
!DAY: SCOPE []
2026-05-27 18:52:13 +02:00
2026-05-29 10:53:46 +02:00
# Context
# tubs
# behaviour
2026-05-30 14:51:10 +02:00
@: 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 ] ]
2026-05-29 10:53:46 +02:00
2026-05-27 18:52:13 +02:00
activate_scope: !ALWAYS
2026-03-14 14:53:53 +01:00
```
2026-05-29 10:53:46 +02:00
### EXCITATION
```Gen
EXCITATION
type: behaviour
within_scope: !NIGHT
snippet:
# *Fixed
2026-05-29 21:51:17 +02:00
@: CONTEXTOR [snippet: ExcitationPossible, RF: active 60x]
2026-05-29 10:53:46 +02:00
# *ActivateAstroPostPre
@: BINDER [snippet: ExcitationBind, RF: active 6x]
@: ACCUMULATOR [snippet: ClearTraces, RF: active 6x]
2026-05-29 21:51:17 +02:00
*DeActivateAstroPostPre
2026-05-29 10:53:46 +02:00
@: BINDER [snippet: ExcitationUnbind, RF: active 6x]
```
#### *Fixed
##### ExcitationPossible
```Gen
ExcitationPossible
```