Improve description
This commit is contained in:
parent
1838507521
commit
d0e9d0b656
@ -43,7 +43,7 @@ local function formspec(pos)
|
||||
return "size[8,9]"..
|
||||
"box[0,-0.1;7.8,0.5;#c6e8ff]" ..
|
||||
"label[0.2,-0.1;" .. minetest.colorize( "#000000", title) .. "]" ..
|
||||
"label[0.2,2;Inventory access on client side disabled\ndue to minetest core issues!]" ..
|
||||
"label[0.2,2;Inventory access on this node is disabled\ndue to minetest engine issues!]" ..
|
||||
"list[current_player;main;0,5.3;8,4;]"
|
||||
else
|
||||
return menu.generate_formspec(pos, ndef, hyperloop.SUBMENU)
|
||||
|
@ -20,7 +20,7 @@ return {
|
||||
"3,TA Stromschalter klein / Power Switch Small",
|
||||
"3,TA Stromschalterbox / Power Switch Box",
|
||||
"3,TA3 Kleiner Stromgenerator / Tiny Power Generator",
|
||||
"3,TA3 Akku Block / Akku Box",
|
||||
"3,TA3 Akku Block / TA3 Accu Box",
|
||||
"3,TA3 Strom Terminal / Power Terminal",
|
||||
"3,TA3 Elektromotor / TA3 Electric Motor",
|
||||
"2,TA3 Industrieofen",
|
||||
|
@ -20,7 +20,7 @@ return {
|
||||
"3,TA Power Switch Small",
|
||||
"3,TA Power Switch Box",
|
||||
"3,TA3 Small Power Generator",
|
||||
"3,TA3 Battery Block",
|
||||
"3,TA3 Accu Block",
|
||||
"3,TA3 Power Terminal",
|
||||
"3,TA3 Electric Motor",
|
||||
"2,TA3 Industrial Furnace",
|
||||
@ -228,11 +228,11 @@ return {
|
||||
"\n"..
|
||||
"\n"..
|
||||
"\n",
|
||||
"The battery block is used to store excess energy and automatically delivers power in the event of a power failure (if available).\n"..
|
||||
"Several battery blocks together form a TA3 energy storage system. Each battery block has a display for the charging state and for the stored load.\n"..
|
||||
"The accu block (rechargeable battery) is used to store excess energy and automatically delivers power in the event of a power failure (if available).\n"..
|
||||
"Several accu blocks together form a TA3 energy storage system. Each accu block has a display for the charging state and for the stored load.\n"..
|
||||
"The values for the entire network are always displayed here. The stored load is displayed in \"kud\" or \"ku-days\" (analogous to kWh) 5 kud thus corresponds\\, for example\\, to 5 ku for a game day (20 min) or 1 ku for 5 game days.\n"..
|
||||
"\n"..
|
||||
"A battery block has 3.33 kud\n"..
|
||||
"A accu block has 3.33 kud\n"..
|
||||
"\n"..
|
||||
"\n"..
|
||||
"\n",
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
### akkubox.lua ###
|
||||
|
||||
TA3 Accu Box=Akkublock
|
||||
TA3 Akku Box=TA3 Akku Block
|
||||
TA3 Accu Box=TA3 Akkublock
|
||||
|
||||
### aluminium.lua ###
|
||||
|
||||
@ -1575,3 +1574,8 @@ Remove detector=Entferne Detektor
|
||||
TA4 Collider Detector Worker=TA4 Collider Detektor Worker
|
||||
[TA4] Detector is being built!=[TA4] Detektor wird gebaut!
|
||||
[TA4] Detector is being removed!=[TA4] Detektor wird entfernt!
|
||||
|
||||
|
||||
##### not used anymore #####
|
||||
|
||||
TA3 Akku Box=TA3 Akku Block
|
||||
|
@ -5,7 +5,6 @@
|
||||
### akkubox.lua ###
|
||||
|
||||
TA3 Accu Box=
|
||||
TA3 Akku Box=
|
||||
|
||||
### aluminium.lua ###
|
||||
|
||||
|
@ -197,7 +197,7 @@ Der Stromgenerator kann nur 50 Einheiten Benzin aufnehmen. Ein zusätzlicher Tan
|
||||
[ta3_tinygenerator|image]
|
||||
|
||||
|
||||
### TA3 Akku Block / Akku Box
|
||||
### TA3 Akku Block / TA3 Accu Box
|
||||
|
||||
Der Akku Block dient zur Speicherung von überschüssiger Energie und gibt bei Stromausfall automatisch Strom ab (soweit vorhanden).
|
||||
Mehrere Akku Blocks zusammen bilden ein TA3 Energiespeichersystem. Jeder Akku Block hat eine Anzeige für den Ladezustand und für die gespeicherte Ladung, wobei hier immer die Werte für das gesamte Netzwerk angezeigt werden. Die gespeicherte Ladung wird in "kud" also "ku-days" angezeigt (analog zu kWh) 5 kud entspricht damit bspw. 5 ku für einen Spieltag (20 min) oder 1 ku für 5 Spieltage.
|
||||
|
@ -200,13 +200,13 @@ The power generator can only hold 50 units of gasoline. An additional tank and a
|
||||
[ta3_tinygenerator|image]
|
||||
|
||||
|
||||
### TA3 Battery Block
|
||||
### TA3 Accu Block
|
||||
|
||||
The battery block is used to store excess energy and automatically delivers power in the event of a power failure (if available).
|
||||
Several battery blocks together form a TA3 energy storage system. Each battery block has a display for the charging state and for the stored load.
|
||||
The accu block (rechargeable battery) is used to store excess energy and automatically delivers power in the event of a power failure (if available).
|
||||
Several accu blocks together form a TA3 energy storage system. Each accu block has a display for the charging state and for the stored load.
|
||||
The values for the entire network are always displayed here. The stored load is displayed in "kud" or "ku-days" (analogous to kWh) 5 kud thus corresponds, for example, to 5 ku for a game day (20 min) or 1 ku for 5 game days.
|
||||
|
||||
A battery block has 3.33 kud
|
||||
A accu block has 3.33 kud
|
||||
|
||||
[ta3_akkublock|image]
|
||||
|
||||
|
@ -33,7 +33,7 @@ local function formspec(self, pos, nvm)
|
||||
local outdir = M(pos):get_int("outdir")
|
||||
data = power.get_network_data(pos, Cable, outdir)
|
||||
end
|
||||
return techage.storage_formspec(self, pos, nvm, S("TA3 Akku Box"), data, nvm.capa, PWR_CAPA)
|
||||
return techage.storage_formspec(self, pos, nvm, S("TA3 Accu Box"), data, nvm.capa, PWR_CAPA)
|
||||
end
|
||||
|
||||
local function start_node(pos, nvm, state)
|
||||
|
Loading…
Reference in New Issue
Block a user