This commit is contained in:
2026-06-29 17:41:10 +02:00
parent 2082fc27c8
commit a5941a2262
2 changed files with 41 additions and 21 deletions
+24 -13
View File
@@ -133,7 +133,9 @@ TRACE
// !DAY
// ########################## Short Traces (mss), NOT *AP ##########################
// ########################## Short (mss) ##########################
// _Ca2 level, NOT *AP
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: _Ca2 emptiness
@@ -153,8 +155,10 @@ TRACE
else: None
}
// ########################## Medium Traces (smin), NOT *AP ##########################
// ########################## Medium (smin) ##########################
// Endurance, NOT *AP.
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
Endourance_tag: INSTANTIATE [ snippet: accumulator, event: 12x, cost: _pre_budget 0x, context: *AP ] {
@@ -164,7 +168,7 @@ TRACE
}
// ########################## Long Traces (hr), NOT *AP ##########################
// ########################## Long (hr) ##########################
```
@@ -179,8 +183,10 @@ MAIN
// !DAY
// ########################## Short traces Clearance, NOT *AP ##########################
// ########################## Short (mss) ##########################
// , NOT *AP
TracesClearance: INSTANTIATE [ snippet: accumulator, event: 30x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _CaTraceHigh empty
action: [ _CaTRaceHigh decrease ]
@@ -196,8 +202,10 @@ MAIN
}
// ########################## Medium, eCB Clearance, NOT *AP ##########################
// ########################## Medium (smin) ##########################
// eCBClearance, NOT *AP.
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
hypothesis: NOT _eCB empty
action: [ _eCB decrease ]
@@ -210,8 +218,7 @@ MAIN
else: None
}
// ########################## Long, Clearance, NOT *AP ##########################
// ########################## Long (hr) ##########################
```
@@ -226,8 +233,10 @@ RECOVER
// DAY!
// ########################## Rp Schuttle, NOT *AP ##########################
// ########################## Short (mss) ##########################
// Rp Shuttle, NOT *AP
// The "Hard Bottleneck" State. Recruitment is throttled by a lack of signal, a lack of supply, or a lack of space.
// If even one of these "Near-Stop" conditions is met, the rate cannot exceed "Slow," regardless of the other two conditions.
// Rate: 0.00 0.25
@@ -251,8 +260,10 @@ RECOVER
else: None
}
// ########################## RefillGlutamine, NOT *AP ##########################
// ########################## Medium (smin) ##########################
// RefillGlutamine, NOT *AP
// The "High Performance" State. Multiple systems are optimized, but one is still at a "mediumness" level.
// This represents an active synapse that hasn't reached its absolute peak because either the supply is only 50%
// or the \_Rrp isn't empty enough to create that "maximal vacuum" pull. Rate: 1.25 1.94
@@ -265,8 +276,6 @@ RECOVER
else: None
}
// Refill Glutamine
```
## ADJUST
@@ -279,8 +288,10 @@ ADJUST
// DAY!
// ########################## VGCC_TUNE: *TunPossible ##########################
// ########################## Medium (smin) ##########################
// VGCC_TUNE: *TunPossible
// - qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
VgccCheck: INSTANTIATE [ snippet: contextor, event: 60x, context: NOT *TunPossible ] {