diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 2d197b18..5f7c262f 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -21,15 +21,14 @@ function InfoComponent(args) { 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.

+

strengthen and specialise your constructs by equipping items to them.

+

double click to purchase items in the VBOX 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.
+ 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.

+

click the READY button for the GAME PHASE.

); } diff --git a/client/src/constants.jsx b/client/src/constants.jsx index 0719f25f..f7044d3d 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -1,3 +1,5 @@ +const preact = require('preact'); + const SOURCE_DURATION_MS = 1000; const TARGET_DELAY_MS = 500; const TARGET_DURATION_MS = 1500; @@ -24,15 +26,11 @@ module.exports = { INFO: { vbox: { item: 'VBOX', - description: 'Contains ITEMS that are available for you to buy.\nDouble-click to purchase.', + description:

ITEMS that are available to buy.
the VBOX is refilled every round.
click REFILL at the bottom to purchase a refill.

, }, inventory: { item: 'INVENTORY', - description: 'Holds purchased ITEMS.\nClick to add ITEM to I-COMBINATOR.', - }, - combiner: { - item: 'I-COMBINATOR', - description: 'Combines purchased ITEMS into more powerful variants. Hover over an ITEM to see recipes.', + description:

holds ITEMS
ITEMS carry over each round.

, }, bits: { item: 'BITS', @@ -51,12 +49,12 @@ module.exports = { description: 'Reclaim ITEMS for half the purchase cost of their combined ITEMS.\nClick to enable and click ITEM to reclaim.', }, refine: { - item: 'REFINE', - description: 'Refine ITEMS currently in I-COMBINATOR into more powerful variants', + item: 'COMBINE', + description:

combine the selected items.
hover over an item to see RECIPES.

, }, refill: { item: 'REFILL', - description: 'Refill the VBOX with new ITEMS.', + description: 'Refill the VBOX with new items.', }, equipSkills: { item: 'QUICK ACCESS - SKILLS',