updated descriptions
This commit is contained in:
parent
a098d46943
commit
cec3a55d21
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user