- Notifications
You must be signed in to change notification settings - Fork2
Card creator tool for the Krosmaster: Blast boardgame
License
krosmaker/krosmaker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Krosmaker is an online card creatortool for theKrosmaster: Blast board game. Create custom cards foryour Krosmasters!
You can find some of the cards created withKrosmaker onTwitter.
Need help?See the wiki!
Krosmaker lets you create custom cards that closely resemblethe originalKrosmaster: Blast aesthetic.
Main features include:
- Fighter cards editor:
- Complete support for Krosmaster and Minion cards.
- Figurine and artwork image editors with customizable cropping.
- Spells and powers editors.
- Ability editors supporting all symbols and markers.
- Support for two-sided cards with a second profile variantinstead of an artwork at the other side of the card.
- Krosmic Favor cards editor:
- Complete support for Krosmic Favor cards.
- Customizable title and card type.
- Effect editor supporting all symbols and markers.
- Divine Challenge cards editor:
- Complete support for Divine Challange cards.
- Power editor supporting all symbols and markers.
- Artwork image editor with customizable cropping.
- Saving and loading cards using a local browser database.
- JSON export allowing to save and load card configurations.
- Card image export(on Firefox and Chrome).
- 300 DPI support.
- Size adjustment with customizable bleed area for printing.
- Translations:
- English.
- French.
- Spanish.
- Brazilian Portuguese.
- Polish.
The card graphics were extracted from the official PDFs andpublished withAnkama's permission.
The defaultDockerfile
builds the application and servesthe generated static resources withNGINX. It is recommended to runthe application viaDocker Compose:
$ docker-compose build$ docker-compose up# The application should be available at localhost.
The supportedNode.js version is stored in.nvmrc
.You can run the following commands after cloning the repository:
# Install dependencies:$ npm install# Serve the application at localhost:3000 with hot reload:$ npm run dev# Build for deployment and launch a local server:$ npm run build$ npm run start# Generate a static project:$ npm run generate# Run the formatter on the entire project:$ npm run format
Note that the project might use several outdated library versions.Before attempting to upgrade the dependencies, make sure that thenewer versions do not break the UI or cause any compilation issues.
For a detailed explanation of the project setup, check outthe Nuxt.js documentation.
- @czyzby: app development, Polish translation.
- Marsza: recreation of the Krosmaster dice icons.
- Jesús Martínez: Spanish translation.
- @SGe-GH: French translation, testing.
- Wallace Nogueira "Luvenus": Brazilian Portuguese translation.
The graphics and other assets from theKrosmaster: Blastare copyrighted byAnkama and published with their permission.This project is not produced by or affiliated withAnkama.
About
Card creator tool for the Krosmaster: Blast boardgame