diff --git a/astrocyte/astrocyte-developer.md b/astrocyte/astrocyte-developer.md new file mode 100644 index 0000000..374cca2 --- /dev/null +++ b/astrocyte/astrocyte-developer.md @@ -0,0 +1,28 @@ +# astrocyte-developer.md + +**Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. + +## ASTROCYTE-DEVELOPER: Modulator + +```Gen +ASTROCYTE-DEVELOPER + + type: modulator + contained_by: ASTROCYTE + + tub_local: + - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) + ``` + +### IntegrateTunPossibility: Contextor + +```Gen +IntegrateTunPossibility: ( active: 60x ) + + type: contextor + contained_by: ASTROCYTE-DEVELOPER + in_context: Fixed + + condition: NOT ( someTraces Empty ) + out_context: TunPossibile +``` diff --git a/astrocyte/night-developer.md b/astrocyte/night-developer.md deleted file mode 100644 index 95f4fdc..0000000 --- a/astrocyte/night-developer.md +++ /dev/null @@ -1,28 +0,0 @@ -# astrocyte-developer.md - -**Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. - -## ASTROCYTE-DEVELOPER: Modulator - -```Gen -modulator: ASTROCYTE-DEVELOPER - contained_by: ASTROCYTE - - tub_local: - - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) - ``` - -### IntegrateTunPossibility: Context - -.... - -```Gen -context: IntegrateTunPossibility - - contained_by: NIGHT-AST - in_context: Fixed - rf: 60x - - condition: NOT ( someTraces Empty ) - out_context: TunPossibile -```