From 5b87516befe2e4fd0d2f4b372747836d2abf0c8c Mon Sep 17 00:00:00 2001 From: Kobert-P Date: Thu, 7 Jun 2018 11:21:55 +0200 Subject: Multiline help description --- DiscoBot/Help.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'DiscoBot/Help.json') diff --git a/DiscoBot/Help.json b/DiscoBot/Help.json index ffbbaf3..737ddf7 100644 --- a/DiscoBot/Help.json +++ b/DiscoBot/Help.json @@ -3,22 +3,35 @@ { "Name": "List", "Scope": "All", - "Description": "Testbeschreibung" + "Description": [ "Testbeschreibung" ] }, { "Name": "LE", "Scope": "All", - "Description": "Verändert Leben - im wahrsten Sinne des Wortes" + "Description": [ + "Use !LE to display, set, or change LE value\n\n", + " !LE Display values\n", + " !LE 30 Set LE to 30\n", + " !LE 30 Set LE to 30\n", + " !LE +5 Increment LE by 5 (up to the maximum)\n", + " !LE ++5 Increment LE by 5 (ignoring the maximum)\n", + " !LE -5 Decrease LE by 5\n \n" + ], }, { "Name": "AE", "Scope": "All", - "Description": "Verändert ASTRALPUNKTE" + "Description": ["Use !AE (or !Asp) to display, set, or change AE/Asp value\n\n", + " !AE Display values\n", + " !AE 30 Set Asp to 30\n", + " !AE +5 Increment Asp by 5 (up to the maximum)\n", + " !AE ++5 Increment Asp by 5 (ignoring the maximum)\n", + " !AE -5 Decrease Asp by 5 (down to 0)\n"], }, { "Name": "Gm", "Scope": "Meister", - "Description": "Gm Aktionen" + "Description": ["Gm Aktionen"] } ] } -- cgit v1.2.3-70-g09d2