const preact = require('preact');
const range = require('lodash/range');
const reactStringReplace = require('react-string-replace');
const { INFO } = require('./../constants');
const { convertItem } = require('../utils');
const shapes = require('./shapes');
function InfoComponent(args) {
const {
itemInfo,
player,
info,
} = args;
// args.info = 'Life';
// const { info } = args;
function Info() {
if (!info) {
return (
VBOX phase
in this phase you strengthen and specialise your constructs by equipping items to them.
double clicking items in the VBOX will purchase and move them to your INVENTORY.
hover over an item to see its effects and combinations.
combine a SKILL or SPEC with 2 COLOURS to create an item.
combine 3 of the same item to upgrade it.
click an item and then click a construct to equip that item to it.
click the READY button on the right to progress to the GAME PHASE.