From 798b68cff110b13e22a1a8c822ec7353192fb664 Mon Sep 17 00:00:00 2001 From: Mashy Date: Fri, 29 Nov 2019 09:41:09 +1000 Subject: [PATCH] text cleanup --- client/src/constants.jsx | 3 +-- client/src/tutorial.utils.jsx | 33 +++++++++++++-------------------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/client/src/constants.jsx b/client/src/constants.jsx index 708c9089..c6b6dfaf 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -47,8 +47,7 @@ module.exports = { }, Refund: { item: 'Refund', - description:

Refund items refunding the listed cost of the item.
- Click to enable and then click the item to Refund.

, + description: 'Refund the listed cost of a single selected item from the stash.', }, refill: { item: 'REFILL', diff --git a/client/src/tutorial.utils.jsx b/client/src/tutorial.utils.jsx index 2df85c6b..740aa867 100644 --- a/client/src/tutorial.utils.jsx +++ b/client/src/tutorial.utils.jsx @@ -118,7 +118,7 @@ function tutorialStage(tutorial, clearTutorial, instance) {

Tutorial

Welcome to the vbox phase tutorial.

Colours are used to create powerful combinations with base items.

-

Buy the two colours from the vbox to continue.

+

Buy the two colours from the store to continue.

); } @@ -127,11 +127,8 @@ function tutorialStage(tutorial, clearTutorial, instance) { return (

Tutorial

-

In a normal game you start with three base Attack skill items.

-

The Attack item can be combined with colours to create a new skill.

-

Select the Attack item along with two colours.
- Once selected press COMBINE to create a new combo. -

+

You start the game with the base Attack skill item.

+

Highlight all three items then click combine.

); } @@ -143,8 +140,8 @@ function tutorialStage(tutorial, clearTutorial, instance) {

Tutorial

The first construct on your team is {constructOne}.

Skill items can be equipped to your constructs to be used in the combat phase.

-

Click the newly combined skill from the stash.
- Once selected click the construct SKILL slot to equip the skill.

+

Click your new skill from the stash.
+ Once selected click the flashing SKILL slot to equip the skill.

); } @@ -155,7 +152,7 @@ function tutorialStage(tutorial, clearTutorial, instance) {

Tutorial

You can also buy specialisation items for your constructs.
Specialisation items increase stats including power, speed and life.

-

Buy the specialisation item from the vbox to continue.

+

Buy the specialisation item from the store to continue.

); } @@ -166,8 +163,8 @@ function tutorialStage(tutorial, clearTutorial, instance) {

Tutorial

Equipping specialisation items will increase the stats of your constructs.

These can also be combined with colours for further specialisation.

-

Click the specialisation item from the stash.
- Once selected click the construct SPEC slot to equip the specialisation.

+

Click the specialisation item in the stash.
+ Once selected click the flashing SPEC slot to equip the specialisation.

); } @@ -190,13 +187,11 @@ function tutorialStage(tutorial, clearTutorial, instance) { return (

Tutorial

-

Each round you start with a vbox full of different skills, specs and colours.

-

Bits are your currency for buying skills, specs and colours from the vbox.
- Colours cost 1b, Skills cost 2b and specs cost 3b.
- You can refill the vbox by pressing the refill button for 2b.
- After each combat round you get more bits to further upgrade your team. +

Each round you start with 30 bits and a store full of different skills, specs and colours.

+

Bits are your currency for buying items.
+ You can refill the store by pressing the refill button for 2b.

-

Press the REFILL button to get a new vbox and continue.

+

Press the REFILL button to buy new items.

); } @@ -211,9 +206,7 @@ function tutorialStage(tutorial, clearTutorial, instance) {

Tutorial

That completes the VBOX Tutorial.

Press READY to progress to the GAME PHASE
- or continue creating new items to strengthen your constructs further

-

You can unequip skills and specs back into the inventory by double clicking.
- Refund can be used to refund the cost of items in your inventory.

+ You can continue creating new items to upgrade your constructs further.

); }