From f44914ab84b50af878b582a5a9e1b6d30111e1b0 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 15 Jul 2017 15:39:51 +0100 Subject: [PATCH] Added six extra loading hints. --- rpg-docs/client/views/loading/loading.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rpg-docs/client/views/loading/loading.js b/rpg-docs/client/views/loading/loading.js index ba58b62e..3680efd5 100644 --- a/rpg-docs/client/views/loading/loading.js +++ b/rpg-docs/client/views/loading/loading.js @@ -1,7 +1,13 @@ var hints = [ - "Drag and drop items to move them between containers", - "Hold Ctrl while dragging items around to only move some of them", - "Magic items are considered priceless, don't give them a gold value", + "Drag and drop items to move them between containers.", + "Hold Ctrl while dragging items around to only move some of them.", + "Magic items are considered priceless, don't give them a gold value.", + "You can use formulae in {curly brackets} in any field with a {} icon.", + "You can disable the 'Spells' tab from the charecter menu in the top right.", + "You can share your character with others from the menu in the top right.", + "Your spells, features, and items are ordered by their colour, which you can set with the paint bucket.", + "You can only have three magic items attuned to you at once. Choose carefully!", + "Click the '+' underneath 'Hit Points' to add additional health bars for temporary HP, wild shapes, familiars and more.", ]; Template.loading.helpers({