vbox info text

This commit is contained in:
Mashy 2019-10-28 13:25:28 +10:00
parent 5e41d92e15
commit 5c80890297
2 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ class InfoComponent extends preact.Component {
<div> <div>
<h2> General </h2> <h2> General </h2>
<p> <p>
Create combos by clicking a white item together with two colours in the inventory. <br /> You can preview combos by clicking them when they appear in this section. <br />
Reclaim can be used to sell items in the inventory. <br /> Reclaim can be used to sell items in the inventory. <br />
Click the <b>READY</b> button to start the <b>GAME PHASE</b>. Click the <b>READY</b> button to start the <b>GAME PHASE</b>.
</p> </p>

View File

@ -34,7 +34,7 @@ module.exports = {
}, },
bits: { bits: {
item: 'BITS', item: 'BITS',
description: 'The VBOX currency.\nColours: 1b\nSkills: 2b\nSpecs: 3b\nAt the beginning of a round you receive 12 + 6 * round_number bits.', description: 'The VBOX currency.\nColours - 1b\nSkills - 2b\nSpecs - 3b.\nAt the beginning of each round you receive 18 bits. This amount increases by 6 bits per round.',
}, },
ready: { ready: {
item: 'READY', item: 'READY',
@ -70,7 +70,7 @@ module.exports = {
}, },
constructSpecs: { constructSpecs: {
item: 'SPECS', item: 'SPECS',
description: 'SPECS increase the STATS of a CONSTRUCT.\nSPECS have increased effect once they reach a THRESHOLD across your whole team.\nClick a SPEC above and select a CONSTRUCT to equip.\nDouble-click to unequip.', description: 'Specialisations increase the stats of a construct. This includes the damage, healing and speed of your skills and life.\n Increased effect when your team meets the colour threshold.\n Double-click to unequip.',
}, },
powerStat: { powerStat: {
item: 'POWER', item: 'POWER',