fix info stuff

This commit is contained in:
ntr
2019-09-09 18:17:27 +10:00
parent 0ff471f360
commit f1765af14e
2 changed files with 12 additions and 15 deletions
+5 -6
View File
@@ -21,15 +21,14 @@ function InfoComponent(args) {
return (
<div>
<h2>VBOX phase</h2>
<p>in this phase you strengthen and specialise your constructs by equipping items to them.</p>
<p>double clicking items in the <b>VBOX</b> will purchase and move them to your <b>INVENTORY</b>.</p>
<p>strengthen and specialise your constructs by equipping items to them.</p>
<p>double click to purchase items in the <b>VBOX</b> and move them to your <b>INVENTORY</b>.</p>
<p>
hover over an item to see its effects and combinations.<br />
combine a <b>SKILL</b> or <b>SPEC</b> with 2 <b>COLOURS</b> to create an item.<br />
combine 3 of the same item to upgrade it.<br />
click an item and then click a construct to equip that item to it.<br />
combine <b>3 of the same item</b> to upgrade it.<br />
click an item and then click a construct to <b>equip</b> that item to it.<br />
</p>
<p>click the <b>READY</b> button on the right to progress to the <b>GAME PHASE</b>.</p>
<p>click the <b>READY</b> button for the <b>GAME PHASE</b>.</p>
</div>
);
}