Improve chemical reactor description
This commit is contained in:
parent
4cb7ffe718
commit
b9072c7940
@ -205,6 +205,7 @@ local function quarry_task(pos, crd, nvm)
|
||||
|
||||
if not is_air_level(pos1, pos2, nvm.hole_diameter) then
|
||||
mark_area(pos1, pos2, owner)
|
||||
M(pos):set_string("formspec", formspec(CRD(pos).State, pos, nvm))
|
||||
coroutine.yield()
|
||||
|
||||
for zoffs = 1, nvm.hole_diameter do
|
||||
|
@ -1503,16 +1503,18 @@ techage.manual_DE.aText = {
|
||||
"\n",
|
||||
"Der Reaktor dient dazu\\, die über den Destillationsturm oder aus anderen Rezepten gewonnenen Zutaten zu neuen Produkten weiter zu verarbeiten. Der Plan links zeigt nur eine mögliche Variante\\, da die Anordnung der Silos und Tanks rezeptabhängig ist.\n"..
|
||||
"\n"..
|
||||
"Das primäre Ausgabeprodukt wird immer an der Seite des Reaktorständers ausgegeben\\, unabhängig davon\\, ob es sich um ein Pulver oder eine Flüssigkeit handelt. Das (sekundäre) Abfallprodukt wird immer unten am Reaktorständers ausgegeben.\n"..
|
||||
"\n"..
|
||||
"Ein Reaktor besteht aus:\n"..
|
||||
"\n"..
|
||||
" - div. Tanks und Silos mit den Zutaten\\, die über Leitungen mit dem Dosierer verbunden sind\n"..
|
||||
" - optional einem Reaktorsockel\\, welcher die Abfälle aus dem Reaktor ableitet (nur bei Rezepten mit zwei Ausgangsstoffen notwendig)\n"..
|
||||
" - optional einem Reaktorsockel\\, welcher die Abfälle aus dem Reaktor ableitet (nur bei Rezepten mit zwei Ausgabestoffen notwendig)\n"..
|
||||
" - dem Reaktorständer\\, der auf den Sockel gesetzt werden muss (sofern vorhanden). Der Ständer hat einen Stromanschluss und zieht bei Betrieb 8 ku.\n"..
|
||||
" - dem eigentlichen Reaktorbehälter\\, der auf den Reaktorständer gesetzt werden muss\n"..
|
||||
" - dem Einfüllstutzen der auf den Reaktorbehälter gesetzt werden muss\n"..
|
||||
" - dem Dosierer\\, welcher über Leitungen mit den Tanks oder Silos sowie dem Einfüllstutzen verbunden werden muss\n"..
|
||||
"\n"..
|
||||
"Hinweis 1: Flüssigkeiten werden nur in Tanks gelagert\\, feste Stoffe und Stoffe in Pulverform nur in Silos. Dies gilt für Zutaten und Ausgangsstoffe.\n"..
|
||||
"Hinweis 1: Flüssigkeiten werden nur in Tanks gelagert\\, feste Stoffe und Stoffe in Pulverform nur in Silos. Dies gilt für Zutaten und Ausgabestoffe.\n"..
|
||||
"\n"..
|
||||
"Hinweis 2: Tanks oder Silos mit verschiedenen Inhalten dürfen nicht zu einem Leitungssystem verbunden werden. Mehrere Tanks oder Silos mit gleichem Inhalt dürfen dagegen parallel an einer Leitung hängen.\n"..
|
||||
"\n"..
|
||||
@ -1533,7 +1535,7 @@ techage.manual_DE.aText = {
|
||||
"Wie auch bei anderen Maschinen:\n"..
|
||||
"\n"..
|
||||
" - geht der Dosierer in den standby Zustand\\, so fehlen ein oder mehrere Zutaten\n"..
|
||||
" - geht der Dosierer in den blocked Zustand\\, so ist Ausgangstank oder Silo voll\\, defekt oder falsch angeschlossen\n"..
|
||||
" - geht der Dosierer in den blocked Zustand\\, so ist Ausgabetank oder Silo voll\\, defekt oder falsch angeschlossen\n"..
|
||||
"\n"..
|
||||
"Der Dosierer benötigt keinen Strom. Alle 10 s wird ein Rezept abgearbeitet.\n"..
|
||||
"\n"..
|
||||
@ -1550,7 +1552,7 @@ techage.manual_DE.aText = {
|
||||
"\n",
|
||||
"Teil des Chemischen Reaktors. Hier ist auch der Stromanschluss für den Reaktor. Der Reaktor benötigt 8 ku Strom.\n"..
|
||||
"\n"..
|
||||
"Der Ständer hat zwei Leitungsanschlüsse\\, nach rechst für das Ausgangsprodukt und nach unten für den Abfall\\, wie bspw. Rotschlamm bei der Aluminiumherstellung.\n"..
|
||||
"Der Ständer hat zwei Leitungsanschlüsse\\, nach rechst für das primäre Ausgabeprodukt und nach unten für den Abfall\\, wie bspw. Rotschlamm bei der Aluminiumherstellung.\n"..
|
||||
"\n"..
|
||||
"\n"..
|
||||
"\n",
|
||||
|
@ -1509,16 +1509,18 @@ techage.manual_EN.aText = {
|
||||
"The reactor is used to process the ingredients obtained from the distillation tower or from other recipes into new products.\n"..
|
||||
"The plan on the left shows only one possible variant\\, since the arrangement of the silos and tanks depends on the recipe.\n"..
|
||||
"\n"..
|
||||
"The primary output product is always output to the side of the reactor stand\\, regardless of whether it is a powder or a liquid. The (secondary) waste product is always discharged at the bottom of the reactor stand.\n"..
|
||||
"\n"..
|
||||
"A reactor consists of:\n"..
|
||||
"\n"..
|
||||
" - Various tanks and silos with the ingredients that are connected to the doser via pipes\n"..
|
||||
" - optionally a reactor base\\, which discharges the waste from the reactor (only necessary for recipes with two starting materials)\n"..
|
||||
" - optionally a reactor base\\, which discharges the waste from the reactor (only necessary for recipes with two output products)\n"..
|
||||
" - the reactor stand\\, which must be placed on the base (if available). The stand has a power connection and draws 8 ku during operation.\n"..
|
||||
" - The reactor vessel that has to be placed on the reactor stand\n"..
|
||||
" - The filler pipe that must be placed on the reactor vessel\n"..
|
||||
" - The dosing device\\, which has to be connected to the tanks or silos and the filler pipe via pipes\n"..
|
||||
"\n"..
|
||||
"Note 1: Liquids are only stored in tanks\\, solids and substances in powder form only in silos. This applies to ingredients and raw materials.\n"..
|
||||
"Note 1: Liquids are only stored in tanks\\, solids and substances in powder form only in silos. This applies to ingredients and output products.\n"..
|
||||
"\n"..
|
||||
"Note 2: Tanks or silos with different contents must not be connected to a pipe system. In contrast\\, several tanks or silos with the same content may hang in parallel on one line.\n"..
|
||||
"\n"..
|
||||
@ -1539,7 +1541,7 @@ techage.manual_EN.aText = {
|
||||
"As with other machines:\n"..
|
||||
"\n"..
|
||||
" - if the doser is in standby mode\\, one or more ingredients are missing\n"..
|
||||
" - if the doser is in the blocked state\\, the outlet tank or silo is full\\, defective or incorrectly connected\n"..
|
||||
" - if the doser is in the blocked state\\, the output tank or silo is full\\, defective or incorrectly connected\n"..
|
||||
"\n"..
|
||||
"The doser does not need any electricity. A recipe is processed every 10 s.\n"..
|
||||
"\n"..
|
||||
|
@ -281,15 +281,17 @@ In diesem Fall können keine anderen Blöcke der Kategorie 2 wie der Akku-Block
|
||||
|
||||
Der Reaktor dient dazu, die über den Destillationsturm oder aus anderen Rezepten gewonnenen Zutaten zu neuen Produkten weiter zu verarbeiten. Der Plan links zeigt nur eine mögliche Variante, da die Anordnung der Silos und Tanks rezeptabhängig ist.
|
||||
|
||||
Das primäre Ausgabeprodukt wird immer an der Seite des Reaktorständers ausgegeben, unabhängig davon, ob es sich um ein Pulver oder eine Flüssigkeit handelt. Das (sekundäre) Abfallprodukt wird immer unten am Reaktorständers ausgegeben.
|
||||
|
||||
Ein Reaktor besteht aus:
|
||||
- div. Tanks und Silos mit den Zutaten, die über Leitungen mit dem Dosierer verbunden sind
|
||||
- optional einem Reaktorsockel, welcher die Abfälle aus dem Reaktor ableitet (nur bei Rezepten mit zwei Ausgangsstoffen notwendig)
|
||||
- optional einem Reaktorsockel, welcher die Abfälle aus dem Reaktor ableitet (nur bei Rezepten mit zwei Ausgabestoffen notwendig)
|
||||
- dem Reaktorständer, der auf den Sockel gesetzt werden muss (sofern vorhanden). Der Ständer hat einen Stromanschluss und zieht bei Betrieb 8 ku.
|
||||
- dem eigentlichen Reaktorbehälter, der auf den Reaktorständer gesetzt werden muss
|
||||
- dem Einfüllstutzen der auf den Reaktorbehälter gesetzt werden muss
|
||||
- dem Dosierer, welcher über Leitungen mit den Tanks oder Silos sowie dem Einfüllstutzen verbunden werden muss
|
||||
|
||||
Hinweis 1: Flüssigkeiten werden nur in Tanks gelagert, feste Stoffe und Stoffe in Pulverform nur in Silos. Dies gilt für Zutaten und Ausgangsstoffe.
|
||||
Hinweis 1: Flüssigkeiten werden nur in Tanks gelagert, feste Stoffe und Stoffe in Pulverform nur in Silos. Dies gilt für Zutaten und Ausgabestoffe.
|
||||
|
||||
Hinweis 2: Tanks oder Silos mit verschiedenen Inhalten dürfen nicht zu einem Leitungssystem verbunden werden. Mehrere Tanks oder Silos mit gleichem Inhalt dürfen dagegen parallel an einer Leitung hängen.
|
||||
|
||||
@ -312,7 +314,7 @@ Auf allen 4 Seiten der Dosierers können Leitungen für Eingangsmaterialien ange
|
||||
|
||||
Wie auch bei anderen Maschinen:
|
||||
- geht der Dosierer in den standby Zustand, so fehlen ein oder mehrere Zutaten
|
||||
- geht der Dosierer in den blocked Zustand, so ist Ausgangstank oder Silo voll, defekt oder falsch angeschlossen
|
||||
- geht der Dosierer in den blocked Zustand, so ist Ausgabetank oder Silo voll, defekt oder falsch angeschlossen
|
||||
|
||||
Der Dosierer benötigt keinen Strom. Alle 10 s wird ein Rezept abgearbeitet.
|
||||
|
||||
@ -337,7 +339,7 @@ Teil des Chemischen Reaktors. Muss auf den Reaktor gesetzt werden. Wenn dies nic
|
||||
|
||||
Teil des Chemischen Reaktors. Hier ist auch der Stromanschluss für den Reaktor. Der Reaktor benötigt 8 ku Strom.
|
||||
|
||||
Der Ständer hat zwei Leitungsanschlüsse, nach rechst für das Ausgangsprodukt und nach unten für den Abfall, wie bspw. Rotschlamm bei der Aluminiumherstellung.
|
||||
Der Ständer hat zwei Leitungsanschlüsse, nach rechst für das primäre Ausgabeprodukt und nach unten für den Abfall, wie bspw. Rotschlamm bei der Aluminiumherstellung.
|
||||
|
||||
[ta4_reactorstand|image]
|
||||
|
||||
@ -981,4 +983,4 @@ Die Verarbeitungsleistung beträgt ein Item alle 8 s. Der Block benötigt hierf
|
||||
|
||||
Die Funktion entspricht der von TA3.
|
||||
|
||||
[ta4_item_flow_limiter_pas|image]
|
||||
[ta4_item_flow_limiter_pas|image]
|
||||
|
@ -274,15 +274,17 @@ In this case, no other category 2 blocks such as the battery block can be charge
|
||||
The reactor is used to process the ingredients obtained from the distillation tower or from other recipes into new products.
|
||||
The plan on the left shows only one possible variant, since the arrangement of the silos and tanks depends on the recipe.
|
||||
|
||||
The primary output product is always output to the side of the reactor stand, regardless of whether it is a powder or a liquid. The (secondary) waste product is always discharged at the bottom of the reactor stand.
|
||||
|
||||
A reactor consists of:
|
||||
- Various tanks and silos with the ingredients that are connected to the doser via pipes
|
||||
- optionally a reactor base, which discharges the waste from the reactor (only necessary for recipes with two starting materials)
|
||||
- optionally a reactor base, which discharges the waste from the reactor (only necessary for recipes with two output products)
|
||||
- the reactor stand, which must be placed on the base (if available). The stand has a power connection and draws 8 ku during operation.
|
||||
- The reactor vessel that has to be placed on the reactor stand
|
||||
- The filler pipe that must be placed on the reactor vessel
|
||||
- The dosing device, which has to be connected to the tanks or silos and the filler pipe via pipes
|
||||
|
||||
Note 1: Liquids are only stored in tanks, solids and substances in powder form only in silos. This applies to ingredients and raw materials.
|
||||
Note 1: Liquids are only stored in tanks, solids and substances in powder form only in silos. This applies to ingredients and output products.
|
||||
|
||||
Note 2: Tanks or silos with different contents must not be connected to a pipe system. In contrast, several tanks or silos with the same content may hang in parallel on one line.
|
||||
|
||||
@ -306,7 +308,7 @@ The recipe can be set and the reactor started via the doser.
|
||||
|
||||
As with other machines:
|
||||
- if the doser is in standby mode, one or more ingredients are missing
|
||||
- if the doser is in the blocked state, the outlet tank or silo is full, defective or incorrectly connected
|
||||
- if the doser is in the blocked state, the output tank or silo is full, defective or incorrectly connected
|
||||
|
||||
The doser does not need any electricity. A recipe is processed every 10 s.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user