diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-09 13:27:52 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-09 13:27:52 +0200 |
commit | d2ec3cc0a3675668040a076695444955b27927c2 (patch) | |
tree | 8a57880d7a8f5a07f288ad52b70c82b38faa88c2 /cardGen | |
parent | 37af2efd792718b8e9a34d20116849d73c9e6ff6 (diff) | |
download | scripts-d2ec3cc0a3675668040a076695444955b27927c2.tar.gz scripts-d2ec3cc0a3675668040a076695444955b27927c2.zip |
Fixed confusing wording and reduced size of image.
Diffstat (limited to 'cardGen')
-rw-r--r-- | cardGen/Health_potion.png | bin | 91783 -> 64719 bytes | |||
-rw-r--r-- | cardGen/README.md | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/cardGen/Health_potion.png b/cardGen/Health_potion.png Binary files differindex 7cf3b87..b0d7c69 100644 --- a/cardGen/Health_potion.png +++ b/cardGen/Health_potion.png diff --git a/cardGen/README.md b/cardGen/README.md index 7458396..914a622 100644 --- a/cardGen/README.md +++ b/cardGen/README.md @@ -13,7 +13,7 @@ Usage: dndCard.sh [-t templateFile] [-b bodyFile] inputFile ``` -Example of body file: +Example of input file: ``` name#Health potion @@ -24,8 +24,11 @@ flavor#The potion's red liquid glimmers when agitated. icon#potion-ball.png ``` +Note that the body field could be on another file provided with the `-b` option, but it still should +be just one line. + Example of output, with no image background and using -[an icon](https://game-icons.net/1x1/lorc/potion-ball.html) -from the amazing source [game-icons.net](https://game-icons.net/): +[an icon](https://game-icons.net/1x1/lorc/potion-ball.html) downloaded as-is from the amazing source +[game-icons.net](https://game-icons.net/): ![Potion card example](Health_potion.png) |