From 95c3971a02610917fe35ac8b9f652a5146c275c2 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Thu, 25 Jun 2026 09:59:27 +0200 Subject: [PATCH] varie --- elements/neuron/neuron.md | 2 +- elements/neuron/presynapse.md | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/elements/neuron/neuron.md b/elements/neuron/neuron.md index ed40ec9..8df2b28 100644 --- a/elements/neuron/neuron.md +++ b/elements/neuron/neuron.md @@ -64,7 +64,7 @@ MAIN_NEURON within_scope: !DAY snippet: - @: ACCUMULATOR [ snippet: TunPossibility, rf: active 12x ] + £: ACCUMULATOR [ snippet: TunPossibility, rf: active 12x ] ``` #### TunPossibility diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index 2cf35bf..81c3ec7 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -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