info and constants
This commit is contained in:
@@ -21,6 +21,7 @@ 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>
|
||||
hover over an item to see its effects and combinations.<br />
|
||||
|
||||
@@ -36,7 +36,7 @@ module.exports = {
|
||||
},
|
||||
bits: {
|
||||
item: 'BITS',
|
||||
description: 'The VBOX currency.\nColours: 1b\nSkills: 2b\nSpecs: 3b\nWin: +12b\nLose: +9b',
|
||||
description: 'The VBOX currency.\nColours: 1b\nSkills: 2b\nSpecs: 3b\nAt the beginning of a round you receive 12 + 6 * round_number bits.',
|
||||
},
|
||||
ready: {
|
||||
item: 'READY',
|
||||
@@ -56,7 +56,7 @@ module.exports = {
|
||||
},
|
||||
refill: {
|
||||
item: 'REFILL',
|
||||
description: 'Refill the VBOX with new ITEMS.\nCosts 5b.',
|
||||
description: 'Refill the VBOX with new ITEMS.',
|
||||
},
|
||||
equipSkills: {
|
||||
item: 'QUICK ACCESS - SKILLS',
|
||||
|
||||
Reference in New Issue
Block a user