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
+99
View File
@@ -0,0 +1,99 @@
---
include_toc: true
---
# organism-beh.md
## EXCITATION: Container
**Exhitatory Behavior**:
```Gen
EXCITATION
type: container
activity_scope: !NIGHT
tub_intricated:
PRESYNAPSE: out.{}.{}.{}.PRESYNAPSE
POSTSYNAPSE: in.{}.{}.{}.POSTSYNAPSE
ASTROSYNAPSE: in.{}.{}.{}.ASTROSYNAPSE
```
#### EXCITATION-POSSIBLE: Contextor
```Gen
EXCITATION-POSSIBLE
type: contextor
contained_by: EXCITATION
```
#### EXCITATION-BIND: Binder
```Gen
EXCITATION-BIND
type: binder
contained_by: EXCITATION
```
#### EXCITATION-UNBIND: Binder
```Gen
EXCITATION-UNBIND
type: binder
contained_by: EXCITATION
```
## INHIBITION: Container
**Inhibitory Behavior**:
```Gen
INHIBITION
type: container
activity_scope: !NIGHT
tub_intricated:
```
## ACTUATION: Container
**Actuation Behavior**:
```Gen
ACTUATION
type: container
activity_scope: !NIGHT
tub_intricated:
```
## SENSORY: Container
**Sensory Behavior**:
```Gen
SENSORY
type: container
activity_scope: !NIGHT
tub_intricated:
```