From 2639582b999716c87f90fda69d071680459fa3ed Mon Sep 17 00:00:00 2001 From: ocrampal Date: Sat, 13 Jun 2026 16:55:31 +0200 Subject: [PATCH] VTA --- organs/vta/README.md | 0 organs/vta/vta.md | 79 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 organs/vta/README.md create mode 100644 organs/vta/vta.md diff --git a/organs/vta/README.md b/organs/vta/README.md new file mode 100644 index 0000000..e69de29 diff --git a/organs/vta/vta.md b/organs/vta/vta.md new file mode 100644 index 0000000..2e9ef1c --- /dev/null +++ b/organs/vta/vta.md @@ -0,0 +1,79 @@ +--- +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 +```