This commit is contained in:
2026-06-25 09:59:27 +02:00
parent a5ce3ca8c3
commit 95c3971a02
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -78,9 +78,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 ]
£: 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 ]
```
@@ -140,9 +140,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 ]
£: 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 ]
```
@@ -195,10 +195,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 ]
£: INCLUDE [ accumulator: eCBClearenceMedium, event: act 24x, cost: act 3x ]
£: INCLUDE [ accumulator: eCBClearenceLow, event: act 48x, cost: act 3x ]
@: INCLUDE [ accumulator: TracesClearance, event: act 30x, cost: act 3x ]
£: INCLUDE [ accumulator: TracesClearance, event: act 30x, cost: act 3x ]
```
#### NOT *AP
@@ -254,10 +254,10 @@ RECOVER
within_scope: !DAY
// snippet: NOT *AP
@: INCLUDE [ accumulator: RPShuttleLow, event: act 24x, cost: act 3x ]
@: INCLUDE [ accumulator: RPShuttleMedium, event: act 48x, cost: act 3x ]
£: INCLUDE [ accumulator: RPShuttleLow, event: act 24x, cost: act 3x ]
£: INCLUDE [ accumulator: RPShuttleMedium, event: act 48x, cost: act 3x ]
@: INCLUDE [ accumulator: RefillGlutamine, event: act 24x, cost: act 3x ]
£: INCLUDE [ accumulator: RefillGlutamine, event: act 24x, cost: act 3x ]
```
#### NOT *AP