diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2022-12-19 14:39:08 +0800 |
---|---|---|
committer | Glease <4586901+Glease@users.noreply.github.com> | 2022-12-20 22:24:48 +0800 |
commit | 6ca4c1ce4b0ecaefac92bee0599f3075f51b0329 (patch) | |
tree | eaac8b1fe6671b79fdc64ef36c5f61c0d3c2bb1f /src/main/resources/assets/ggfab/lang | |
parent | 198f834592e0ed103c722c77f0a7e01d0578d779 (diff) | |
download | GT5-Unofficial-6ca4c1ce4b0ecaefac92bee0599f3075f51b0329.tar.gz GT5-Unofficial-6ca4c1ce4b0ecaefac92bee0599f3075f51b0329.tar.bz2 GT5-Unofficial-6ca4c1ce4b0ecaefac92bee0599f3075f51b0329.zip |
add LaSEr overclock
Diffstat (limited to 'src/main/resources/assets/ggfab/lang')
-rw-r--r-- | src/main/resources/assets/ggfab/lang/en_US.lang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/ggfab/lang/en_US.lang b/src/main/resources/assets/ggfab/lang/en_US.lang index e726ec787e..9384c42b05 100644 --- a/src/main/resources/assets/ggfab/lang/en_US.lang +++ b/src/main/resources/assets/ggfab/lang/en_US.lang @@ -4,7 +4,9 @@ ggfab.info.advassline.2=It supports item pipelining. That is, it will mimic a re ggfab.info.advassline.3=You can think of an advanced assembly line as a collection of assembly slices. Each assembly slice is capably of processing each step independent of other slices. ggfab.info.advassline.4=It will start processing once the input bus contents align with any stored data stick. The first slice will consume the input in Bus #1. After (recipe time/number of inputs) time, the first slice's work is concluded and will start the second slice. At the same time, first slice will look for input in input bus #1. If there are still enough input there slice #1 will start working again. ggfab.info.advassline.5=The terminal slice (the n-th slice, where n is number of item input in recipe) will put the recipe output in output bus when it has concluded his work. Whenever a non-terminal slice finished its work, it will try to pass the work onto next slice. If the next slice cannot find the materials in its input bus, the just-finished slice will remain in §4STUCK§r state and hang the assembly line. To help locate these §4STUCK§r assembly lines, the controller's front face will have its status light turned orange. -ggfab.info.advassline.6=The EU/t cost of this machine is number of slices active multiplied by the original recipe EU/t. §4STUCK§r slices do not consume power. +ggfab.info.advassline.6=The EU/t cost of this machine is number of slices active multiplied by the original recipe EU/t. §4STUCK§r slices do not consume power. It will use the worst energy supplying hatch's input voltage for recipe tier calculation and normal imperfect overclock. +ggfab.info.advassline.7=With exotic energy hatches, it can overclock beyond usual voltage tier, but will consume even more power than usual imperfect overclock. Every §2laser overclock§r will add 0.5 to power exponent. +ggfab.info.advassline.8=1 §2laser overclock§r will have 50% recipe time and use 430% power. 2 §2laser overclock§r will have 25% recipe time and use 1978% (4.3*4.6) power. Will not overclock beyond 1 tick. Machine first tries to parallelize, then normal imperfect overclock, then §2laser overclock§r. ggfab.waila.advassline.slice=Slice #%s: %s s/%s s ggfab.waila.advassline.slice.small=Slice #%s: %s ticks remaining ggfab.waila.advassline.slice.idle=Slice #%s: Idle |