説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Okos 905d2dbd69 download helper 5年前
.github Create github issue template 6年前
generator justifed generated output 5年前
resources Make update-icons script work again 6年前
.gitignore Script for updating icons 8年前
LICENSE Add MIT license 7年前
README.md download helper 5年前
download.py download helper 5年前
package.json Script for updating icons 8年前

README.md

rpg-cards

RPG spell/item/monster card generator

download data

python download.py bugbear owlbear goblin hobgoblin > monsters.js then use Load from file to load this file.

This script uses monster stats from open5e and scrapes the image from D&D Beyond. The monster have to be exist on both site.

preview

Click here for a live preview of this generator.

status of the project

I won’t have time to work on this project in the forseeable future. PR’s are still welcome, so feel free to implement new awesome features!

FAQ

  • What browsers are supported?
    • A modern browser (Chrome, Firefox, Edge, Safari). The generator has some issues on IE.
  • Cards are generated without icons and background colors, what’s wrong?
    • Enable printing backround images in your browser print dialog
  • I can’t find an icon that I’ve seen on game-icons.net, where is it?
    • See the section “updating icons” below.
  • The layout of the cards is broken (e.g., cards are placed outside the page), what’s wrong?
    • Check your page size, card size, and cards/page settings. If you ask the generator to place 4x4 poker-sized cards on a A4 paper, they won’t fit and they will overflow the page.

updating icons

This project includes a copy of icons from the game-icons project, which regularly publishes new icons. To download these new icons:

  • Install Imagemagick
  • Run the following commands from the root of the project:
    • npm install
    • node ./resources/tools/update-icons.js

license

This generator is provided under the terms of the MIT License

Icons are made by various artists, available at http://game-icons.net. They are provided under the terms of the Creative Commons 3.0 BY license.