info and constants

This commit is contained in:
ntr
2019-09-08 13:00:35 +10:00
parent 76a8db35e0
commit e44dc84a4c
3 changed files with 11 additions and 31 deletions
+1
View File
@@ -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 />
+2 -2
View File
@@ -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',