Files
organism/organism-beh.md
T

99 lines
1.0 KiB
Markdown

---
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:
```