Latest version 1.0.2
Released 2 months ago
- Fix styles problems, especially for smaller screen.
- Improve conditionnal rendering to hide useless sections.
A spaceship sheet, initially designed for Star Wars but that can surely be useful for other RPG. I've tried to make this sheet customizable enough to let anyone who needs a spaceship sheet add the attributes they need. So if you feel that something is missing, please let me know.
If you'd like to see the code, you can check at https://github.com/Al7Mino/kanka-template/tree/main/templates/Spaceship
The sheet is divided in 3 parts : general infos about the spaceship, game infos and stats, and weapons infos and stats.
Attributes that can be useful in game are divided in multiple sections : Crew, Nav Computer, Speed, Maneuverability, Hyperdrive, Shields, Hull and Sensors. For each of these sections, you can customize its content by defining custom attributes. Custom attribute's name must follow some rules to be correctly added in the sheet. It must have one of the following form :
Where :
Multiple weapons can be added to the spaceship sheet. Like game attributes, it's possible to customize weapons content. The custom attributes for weapons must have one of the following forms :
Where :
Released 2 months ago
- Fix styles problems, especially for smaller screen.
- Improve conditionnal rendering to hide useless sections.