This commit is contained in:
2026-06-25 11:30:04 +02:00
parent 605ecb83a2
commit 95b1d9bab0
3 changed files with 39 additions and 22 deletions
+32 -15
View File
@@ -21,6 +21,23 @@ PRESYNAPSE
type: comprehension
_pre_fast_trace
_pre_possible_tag _pre_possible_intensity_tag
_pre_tag _pre_intensity_tag
_pre_dopamine
_eCB
_NO
_RRP
_NT
_pre_budget
_pre_astro_budget
_pre_axon_budget
_pre_endurance_need _pre_endurance_tag
// Intrication
// Scope
@@ -58,12 +75,12 @@ PRESYNAPSE
_RrpFullDev: INSTANTIATE [ tub: local, full: 60x, act: 30x, empty: 0x ] // serve al DEV
// Container
$: INSTANTIATE [ container: MAIN ] // !DAY
$: INSTANTIATE [ container: TRACE ] // !DAY
$: INSTANTIATE [ container: DECAY ] // !DAY
$: INSTANTIATE [ container: RECOVER ] // !DAY
$: INSTANTIATE [ container: ADJUST ] // !DAY Tuning
$: INSTANTIATE [ container: DEVELOP ] // !NIGHT
void: INSTANTIATE [ container: MAIN ] // !DAY
void: INSTANTIATE [ container: TRACE ] // !DAY
void: INSTANTIATE [ container: DECAY ] // !DAY
void: INSTANTIATE [ container: RECOVER ] // !DAY
void: INSTANTIATE [ container: ADJUST ] // !DAY Tuning
void: INSTANTIATE [ container: DEVELOP ] // !NIGHT
// Expansion
@@ -81,9 +98,9 @@ MAIN
within_scope: !DAY
// snippet: *AP
£: INCLUDE [ accumulator: NTreleaseLow, event: act 12x, cost: act 3x ]
£: INCLUDE [ accumulator: NTreleaseMedium, event: act 9x, cost: act 3x ]
£: INCLUDE [ accumulator: NTreleaseHigh, event: act 6x, cost: act 3x ]
void: INCLUDE [ accumulator: NTreleaseLow, event: act 12x, cost: act 3x ]
void: INCLUDE [ accumulator: NTreleaseMedium, event: act 9x, cost: act 3x ]
void: INCLUDE [ accumulator: NTreleaseHigh, event: act 6x, cost: act 3x ]
```
@@ -143,9 +160,9 @@ TRACE
// snippet: *AP
£: INCLUDE [ accumulator: TracesAccLow, event: act 3x, cost: act 3x ]
£: INCLUDE [ accumulator: TracesAccMedium, event: act 6x, cost: act 3x ]
£: INCLUDE [ accumulator: TracesAccHigh, event: act 10x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesAccLow, event: act 3x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesAccMedium, event: act 6x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesAccHigh, event: act 10x, cost: act 3x ]
```
@@ -198,10 +215,10 @@ MAIN
within_scope: !DAY
// snippet: NOT *AP
£: INCLUDE [ accumulator: eCBClearenceMedium, event: act 24x, cost: act 3x ]
£: INCLUDE [ accumulator: eCBClearenceLow, event: act 48x, cost: act 3x ]
void: INCLUDE [ accumulator: eCBClearenceMedium, event: act 24x, cost: act 3x ]
void: INCLUDE [ accumulator: eCBClearenceLow, event: act 48x, cost: act 3x ]
£: INCLUDE [ accumulator: TracesClearance, event: act 30x, cost: act 3x ]
void: INCLUDE [ accumulator: TracesClearance, event: act 30x, cost: act 3x ]
```
#### NOT *AP