From cec3a55d21b8463c5be354748363614b4a0b0de5 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Fri, 16 Aug 2024 14:24:09 +0200 Subject: [PATCH] updated descriptions --- objects/DeckInstructionGenerator.240522.json | 2 +- src/arkhamdb/DeckInstructionGenerator.ttslua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/objects/DeckInstructionGenerator.240522.json b/objects/DeckInstructionGenerator.240522.json index de05fe30..c7e2ba8a 100644 --- a/objects/DeckInstructionGenerator.240522.json +++ b/objects/DeckInstructionGenerator.240522.json @@ -31,7 +31,7 @@ "ImageURL": "https://steamusercontent-a.akamaihd.net/ugc/2466368617700119071/AB8294EEBA3A219CDCE287323B764D13E2A43822/", "WidthScale": 0 }, - "Description": "This tool can generate a description for your deck on ArkhamDB that will instruct the Deck Importer to add the specified cards.\n\nThe cards need to be available (either from the AllCardsBag or the 'Additional Playercards Bag').", + "Description": "This tool can generate a description for your deck on ArkhamDB that will instruct the Deck Importer to add the specified cards.\n\nThe cards need to be available (either from the AllCardsBag or the 'Additional Playercards Box').\n\nThe instructions will be added to the Notebook (button at the top of your screen) and there'll be an explanation included.", "DragSelectable": true, "GMNotes": "", "GUID": "240522", diff --git a/src/arkhamdb/DeckInstructionGenerator.ttslua b/src/arkhamdb/DeckInstructionGenerator.ttslua index b9decc59..6978873b 100644 --- a/src/arkhamdb/DeckInstructionGenerator.ttslua +++ b/src/arkhamdb/DeckInstructionGenerator.ttslua @@ -68,9 +68,9 @@ function generate(_, playerColor) title = "Deck Instructions", body = "Make sure to copy the section beginning with '++SCED import instructions++' to your ArkhamDB / arkham.build deck description." .. - "\nAfter doing so, the Deck Importer will be able to spawn these cards IF they are added to the mods card index (for example by " .. - "throwing them into the 'Additional Cards Bag'.\nIt also supports '- remove:' instructions to automatically remove placeholder cards.\n\n" .. - timestamp .. "\n" .. description + "\nAfter doing so, the Deck Importer will be able to spawn these cards IF they are added to the mod's card index (for example by " .. + "throwing them into the 'Additional Cards Box' next to the Player Cards Panel in the upper left corner of the table." .. + "\nIt also supports '- remove:' instructions to automatically remove placeholder cards.\n\n" .. timestamp .. "\n" .. description }) end