From 7b40316d9b6d07f436c9471cd4910b993c062bdf Mon Sep 17 00:00:00 2001 From: Mashy Date: Wed, 18 Sep 2019 17:35:38 +1000 Subject: [PATCH] text changes sry not sry --- client/src/components/info.component.jsx | 12 ++++++------ client/src/components/play.jsx | 16 +++++++++------- client/src/components/shop.jsx | 16 ++++++++-------- client/src/components/welcome.jsx | 17 ++++++++--------- client/src/constants.jsx | 4 ++-- 5 files changed, 33 insertions(+), 32 deletions(-) diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 8de69d77..ba676057 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -21,14 +21,14 @@ function InfoComponent(args) { return (

VBOX phase

-

strengthen and specialise your constructs by equipping items to them.

-

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

- 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 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 for the GAME PHASE.

+

Click the READY button for the GAME PHASE.

); } diff --git a/client/src/components/play.jsx b/client/src/components/play.jsx index 362ed057..cee2bc01 100644 --- a/client/src/components/play.jsx +++ b/client/src/components/play.jsx @@ -60,12 +60,15 @@ function Play(args) { if (!shop) return false; - const useMtx = (item, i) => ( -
setMtxActive(item)} > -
{item}
- -
- ); + const useMtx = (item, i) => { + const price = item === 'Rename' ? 5 : 1; + return ( +
setMtxActive(item)} > +
{item}
+ +
+ ); + }; const availableMtx = (item, i) => (
mtxBuy(item)} > @@ -87,7 +90,6 @@ function Play(args) { Subscribe ; - return (
diff --git a/client/src/components/shop.jsx b/client/src/components/shop.jsx index 659de78e..5b36e0c4 100644 --- a/client/src/components/shop.jsx +++ b/client/src/components/shop.jsx @@ -27,21 +27,21 @@ function Shop(args) { return (
-

support the game

+

Support the game

- credits are in game currency that can be used to purchase: + Credits are in game currency used to change your team appearance:

    -
  • img sets
  • -
  • construct renames
  • -
  • new constructs
  • +
  • Image sets
  • +
  • Reroll construct image from owned sets
  • +
  • Construct renames
  • +
  • New constructs

- subscriptions grant extra benefits: + Subscriptions grant extra benefits:

  • ¤150 per month
  • -
  • chat wheel (soon ™)
  • -
  • account icons (soon ™)
  • +
  • More community features in the future including account icons and chat wheel

diff --git a/client/src/components/welcome.jsx b/client/src/components/welcome.jsx index a9cd4c53..09fedc3c 100644 --- a/client/src/components/welcome.jsx +++ b/client/src/components/welcome.jsx @@ -51,17 +51,16 @@ function Welcome() {

- mnml is a turn-based 1v1 strategy game in an abstract setting.
- outplay your opponents by building your team of 3 constructs from a shifting meta of skills, effects and specialisations.
+ Welcome to mnml. +

+

Turn-based 1v1 strategy game in an abstract setting.

+

+ Build a unique team of 3 constructs from a range of skills and specialisations.
+ Outplay your opponents by adapting in an always shifting meta.
+ Simple rules, complex interactions and unique mechanics.

- simple rules, complex interactions, simultaneous turns to increase the pace, and a unique speed mechanic;
- mnml is a tactical game unlike any other. -

-

- free to play
- no email required
- glhf + Free to play, no pay to win. Register to start playing.

{pageEl()} diff --git a/client/src/constants.jsx b/client/src/constants.jsx index f7044d3d..e33948bf 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -26,11 +26,11 @@ module.exports = { INFO: { vbox: { item: 'VBOX', - description:

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

, + 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 ITEMS
ITEMS carry over each round.

, + description:

Holds ITEMS
ITEMS carry over each round.

, }, bits: { item: 'BITS',