Files
organism/organs/vta/vta.md
T
2026-06-13 16:55:31 +02:00

80 lines
1.1 KiB
Markdown

---
include_toc: true
---
# vta.md
Expansions and modulations:
- is expanded by: [ORGANISM](../../organism.md)
Qui comprendiamo Hypothalamus. E' l'organo che si occupa di far inniettare dopamine.
## VTA
```Gen
VTA
type: comprehension
expansion:
intrication:
# Scope
!ALWAYS: INTRICATION [ ref: &ORGANISM.!ALWAYS]
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
# Context
*??: INTRICATION [ ref: &??.*?? ]
# Tub
??: INTRICATION [ ref: &??._?? ]
instantiation:
# Context
*??: CONTEXT []
# Tub
_Dopamine: TUB [ full: 60x, active: 30x, empty: 0x ]
# Behaviour
$: BEHAVIOUR [ behaviour: MAIN ]
```
### !ALWAYS | MAIN:
```Gen
MAIN
type: container
activity_scope: !ALWAYS
snippets:
# *AP
@: ACCUMULATOR [ snippet: ??, rf: active 12x ]
```
#### *Fixed
##### ??
```Gen
??: ( active: 60x )
type: contextor
in_context: *Fixed
condition: NOT ( ?? fullness )
activate_scope:
!DAY
condition: ( ?? fullness )
activate_scope:
!NIGHT
```