The physical trading card game variant of Duelyst.
How to print
- Open one of the following pages:
- Browser > Hambuger menu > Print…
- Set the printer options:
Print option |
Value |
Size |
A4 |
Margin |
Minimal |
The colors have been tweaked for the Hp Color LaserJet CP2025. You might want
to change the stylesheet and backgrounds to get the best results.
Contribute
See docs/todo.md
for things that need to be done.
Changing cards
- Modify the desired card inside
tools/generator/assets/config/cards.json
- Inside the folder
tools/generator/
, run node index.js
Changing decks
- Add or modify the desired deck inside
tools/generator/assets/config/decks.json
- Inside the folder
tools/generator/
, run node index.js
Changing appearance
- For styling, modify
assets/css/duelyst.css
- For imgaes, modify the file(s) inside
assets/img/
Credits
I wouldn’t be here without any of these:
- Duelyst, for being a truly remarkable game
- duelyst wiki, as I grabbed most information
from there.
- duelspot, as I used most of the styling and data from
there.
- duelers/resources for some missing
images and other resources.
- -norrinator-, for his version of
physical duelyst, which inspired me to make this.
License