This commit is contained in:
2026-05-06 14:08:32 +02:00
parent 5f4f3eb31e
commit d3a0b3b392
+6 -3
View File
@@ -10,6 +10,9 @@ HYPOTHALAMUS-BEH
type: container type: container
tub_local:
OrganismicFatigue ()
``` ```
### BehDevPossibility: Scope ### BehDevPossibility: Scope
@@ -21,17 +24,17 @@ In questo caso non trattiamo ad esempio il WINNERTAKEALL-DEV, perche' avremmo bi
```Gen ```Gen
BehDevPossibility: ( active: 60x ) BehDevPossibility: ( active: 60x )
type: scope type: scope # forse Contextor?
contained_by: HYPOTHALAMUS contained_by: HYPOTHALAMUS
in_context: Fixed in_context: Fixed
# la disattivazione e' la non attivazione # la disattivazione e' la non attivazione
condition: NOT ( DevPossible fullness ) # Day condition: NOT ( OrganismicFatigue fullness ) # Day
activate_scope: activate_scope:
- NEURON-BEH - NEURON-BEH
condition: ( DevPossible fullness ) # Night condition: ( OrganismicFatigue fullness ) # Night
activate_scope: activate_scope:
- NEURON-DEV - NEURON-DEV
- WINNERTAKEALL-BEH - WINNERTAKEALL-BEH