unequipClick(e)} onMouseOver={e => hoverInfo(e, 'equipSkills')} >
diff --git a/client/src/constants.jsx b/client/src/constants.jsx
index b5066f2f..cfd6d865 100644
--- a/client/src/constants.jsx
+++ b/client/src/constants.jsx
@@ -9,36 +9,45 @@ module.exports = {
INFO: {
vbox: {
item: 'VBOX',
- description: 'Contains items that are available for you to buy.\nDouble-click to purchase.',
+ description: 'Contains ITEMS that are available for you to buy.\nDouble-click to purchase.',
},
inventory: {
item: 'INVENTORY',
- description: 'Holds purchased items.',
+ 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: 'Combines purchased ITEMS into more powerful variants. Hover over an ITEM to see recipes.',
},
reclaim: {
item: 'RECLAIM',
- description: 'Reclaim items for half the purchase cost of their combined items.\nClick to enable and click item to reclaim.',
+ 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',
+ description: 'Refine ITEMS currently in I-COMBINATOR into more powerful variants',
},
reroll: {
item: 'REROLL',
- description: 'Refill the VBOX with new items.\nCosts 5b.',
+ description: 'Refill the VBOX with new ITEMS.\nCosts 5b.',
},
equipSkills: {
item: 'QUICK ACCESS - SKILLS',
- description: 'Click to select \nClick target Cryp to equip',
+ description: 'Click to select \nClick target CRYP to equip',
},
equipSpecs: {
item: 'QUICK ACCESS - SPECS',
- description: 'Click to select \nClick target Cryp to equip',
+ description: 'Click to select \nClick target CRYP to equip',
},
+ crypSkill: {
+ item: 'SKILLS',
+ description: 'Skills are used by Cryps in-game.\nClick a SKILL above and select a CRYP to equip.',
+ },
+ crypSpecs: {
+ item: 'SPECS',
+ description: 'SPECS increase the STATS of a CRYP.\nSPECS have increased effect once they reach a THRESHOLD across your whole team.\nClick a SPEC above and select a CRYP to equip.',
+ },
+
},
ITEMS: {