Skip to content

Commit

Permalink
fix(quest): 📖fix wrong color of ! symbol in Capacitor quest
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 4, 2024
1 parent 85d51f2 commit 20051c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/ftbquests/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ q.computers.electronics_assemb.desc=Construct §3Robots§r and other devices usi
q.computers.computer_case_tier_1.desc=Higher-tier §3Computer Case§rs can accommodate more components.
q.computers.computer_case_tier.desc=Note:\n\nIf you delve into Lua programming, it's handy to know that you can edit your Lua code on your local computer in single-player worlds.\n\nYour computer files can be found at\n§nminecraft/saves/world/opencomputers/[hash]/home§r
q.computers.computer.desc=§6ComputerCraft§r computers, unlike OpenComputers, do not require anything to function, not even energy. Just place and use.
q.computers.capacitor.desc=Stores §6160,000 RF§r.\n\n§6+80,000§r bonus energy a capacitor can store for each other capacitor it shares a face with.\n\nThis upgrade extends the power storage of any OC power consumers, such as Computers or Assemblers.\n\n§2§nElectronics Assembler§r§2, when attached to Capacitors, can be accelerated with §nTime In A Bottle§r!
q.computers.capacitor.desc=Stores §6160,000 RF§r.\n\n§6+80,000§r bonus energy a capacitor can store for each other capacitor it shares a face with.\n\nThis upgrade extends the power storage of any OC power consumers, such as Computers or Assemblers.\n\n§2§nElectronics Assembler§r§2, when attached to Capacitors, can be accelerated with §nTime In A Bottle§r§2!
q.computers.central_processing.desc=The Assembler will consume §61000 RF/t§r and require §6700,000 RF§r to complete the Robot.\n\nNote that all quests marked as §e◇§r can be installed as upgrades in a robot.\n\n§4Important:§r Robots only consume §a10%% of tool durability§r. This means tools last §ax10 times longer!§r
q.computers.full_computer.name=Full computer
q.computers.full_computer.desc=To perform advanced tasks such as §33D printing§r, you'll need to build and set up a computer.\n\n§21.§r Place the §nCase§r, §nFloppy Drive§r, §nScreen§r, and §nKeyboard§r near each other. The Keyboard must be touching the monitor.\n§22.§r Put all the required components inside the Case.\n§23.§r Shift + right-click with an OpenOS floppy onto the Floppy Drive.\n§24.§r Turn on the computer.\n§25.§r Type §5install§r, press Enter, and confirm with Enter on the prompt.\n§26.§r Wait for installation and reboot as prompted.\n\nCongratulations! You now have an in-game computer.
Expand Down
2 changes: 1 addition & 1 deletion resources/ftbquests/lang/ru_ru.lang
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ q.computers.electronics_assemb.desc=Constructing §6robots§r and other devices
q.computers.computer_case_tier_1.desc=Computer Cases of higher tier could fit more components.
q.computers.computer_case_tier.desc=Note:\n\nIf you fall into Lua programming, its would be handy to know that you can edit your Lua code on your local computer, if you play single player world.\n\nYou can find your computer files under path\n minecraft/saves/world/opencomputers/[hash]/home
q.computers.computer.desc=ComputerCraft computers aside from OpenComputers not require anything to function, even energy. Just place and use.
q.computers.capacitor.desc=Sotres 160,000 RF.\n\n+80,000 bonus energy a capacitor can store for each other capacitor it shares a face with.\n\nCan extend power storage of any OC power consumers, such as Computer or Assembler.\n\n§2§nСборщик Электроники§r§2, подключенный к Конденсаторам, может быть ускорен с помощью §nБутылки Времени§r!
q.computers.capacitor.desc=Sotres 160,000 RF.\n\n+80,000 bonus energy a capacitor can store for each other capacitor it shares a face with.\n\nCan extend power storage of any OC power consumers, such as Computer or Assembler.\n\n§2§nСборщик Электроники§r§2, подключенный к Конденсаторам, может быть ускорен с помощью §nБутылки Времени§r§2!
q.computers.central_processing.desc=\nAssembler will consume 1000 rf/t and consume 700,000 rf to complete this Robot.\n\nNote that all quests shaped as ◇ can be installed into robot as upgrade.
q.computers.full_computer.name=Full computer
q.computers.full_computer.desc=To complete some advanced tasks such as 3d print you need to build and setup computer.\n\n1. Place Case, Floppy Drive, Screen and Keybeard near each other. Keyboard must touch monitor\n2. Put all required components inside Case\n3. Shft+Right click with OpenOS floppy onto Floppy Drive\n4. Turn computer on\n5. Write "install", press Enter and confirm with Enter on prompt\n6. Wait installation and reboot on prompt\n\nCongratulations! Now you have ingame computer.
Expand Down

0 comments on commit 20051c2

Please sign in to comment.