updated descriptions

This commit is contained in:
Chr1Z93 2024-08-16 14:24:09 +02:00
parent a098d46943
commit cec3a55d21
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
"ImageURL": "https://steamusercontent-a.akamaihd.net/ugc/2466368617700119071/AB8294EEBA3A219CDCE287323B764D13E2A43822/", "ImageURL": "https://steamusercontent-a.akamaihd.net/ugc/2466368617700119071/AB8294EEBA3A219CDCE287323B764D13E2A43822/",
"WidthScale": 0 "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, "DragSelectable": true,
"GMNotes": "", "GMNotes": "",
"GUID": "240522", "GUID": "240522",

View File

@ -68,9 +68,9 @@ function generate(_, playerColor)
title = "Deck Instructions", title = "Deck Instructions",
body = body =
"Make sure to copy the section beginning with '++SCED import instructions++' to your ArkhamDB / arkham.build deck description." .. "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 " .. "\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 Bag'.\nIt also supports '- remove:' instructions to automatically remove placeholder cards.\n\n" .. "throwing them into the 'Additional Cards Box' next to the Player Cards Panel in the upper left corner of the table." ..
timestamp .. "\n" .. description "\nIt also supports '- remove:' instructions to automatically remove placeholder cards.\n\n" .. timestamp .. "\n" .. description
}) })
end end