This commit is contained in:
Mashy 2019-10-28 21:09:22 +10:00
parent f961f8485d
commit 2a10de6756
2 changed files with 5 additions and 6 deletions

View File

@ -46,7 +46,7 @@ class InfoComponent extends preact.Component {
<h2> {info.replace('constructName ', '')} </h2> <h2> {info.replace('constructName ', '')} </h2>
<p> This is the name of your construct. <br /> <p> This is the name of your construct. <br />
Names are randomly generated and are purely cosmetic. <br /> Names are randomly generated and are purely cosmetic. <br />
You can change change your construct name in the reshape tab outside of games. You can change change your construct name in the <b>RESHAPE</b> tab outside of games.
</p> </p>
</div> </div>
); );
@ -58,9 +58,9 @@ class InfoComponent extends preact.Component {
<h2> {info.replace('constructAvatar ', '')} </h2> <h2> {info.replace('constructAvatar ', '')} </h2>
<p> This is your construct avatar. <br /> <p> This is your construct avatar. <br />
Avatars are randomly generated and are purely cosmetic. <br /> Avatars are randomly generated and are purely cosmetic. <br />
You can change your construct avatar in the reshape tab outside of games. You can change your construct avatar in the <b>RESHAPE</b> tab outside of games.
</p> </p>
</div> </div>
); );
} }
const fullInfo = itemInfo.items.find(i => i.item === info) || INFO[info]; const fullInfo = itemInfo.items.find(i => i.item === info) || INFO[info];
@ -216,8 +216,7 @@ class InfoComponent extends preact.Component {
<div> <div>
<h2> General </h2> <h2> General </h2>
<p> <p>
You can preview combos by clicking them when they appear in this section. <br /> You can preview combos by clicking the combined item when it appears in this section. <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>
</div> </div>

View File

@ -38,7 +38,7 @@ module.exports = {
description: <p>The VBOX currency.<br /> description: <p>The VBOX currency.<br />
Colours - 1b<br /> Colours - 1b<br />
Skills - 2b<br /> Skills - 2b<br />
Specs - 3b.<br /> Specs - 3b<br />
At the beginning of each round you receive 18 bits increasing by 6 bits per round.</p>, At the beginning of each round you receive 18 bits increasing by 6 bits per round.</p>,
}, },
ready: { ready: {