28 Commits

Author SHA1 Message Date
0a948d23d3 feat: Make it possible to subtract ability cost from pool points 2025-06-12 11:24:39 +02:00
87d96625ba feat: Update ability cost when certain values change on the character sheet 2025-06-11 22:20:36 +02:00
574844d460 feat: Create the updateAbilityCostDisplay() helper 2025-06-11 22:20:13 +02:00
7a09ae57e1 feat: Create the calculateAbilityCost() helper 2025-06-11 22:20:07 +02:00
f5bd48c127 feat: Don’t let ability effort count to be raised above the maximum effort 2025-06-11 22:19:59 +02:00
d5994439ae feat: Create the ability use box 2025-06-11 21:49:27 +02:00
dfbf305206 feat: Create the getSelectedPool() helper 2025-06-11 21:48:25 +02:00
b6f44f938a feat: Create the capitalize() helper 2025-06-11 21:48:24 +02:00
c3673446ad refactor: Move container cleaning code to a separate function 2025-06-11 21:48:18 +02:00
6022d7967b feat: Make it possible to load a character 2025-06-11 21:48:11 +02:00
7bf3ad2be1 feat: Fill the character selector with the loaded characters’s list 2025-06-11 21:47:34 +02:00
9a8db0158c feat: Make it possible to load the character roster from localStorage 2025-06-11 21:47:26 +02:00
ccdc0de9f2 feat: Make it possible to save the character roster to localStorage 2025-06-11 21:46:48 +02:00
0f39e94df5 feat: Make it possible to save the current character 2025-06-11 21:46:45 +02:00
d1e702b2fd feat: Create the sheetToObject() helper 2025-06-11 21:46:05 +02:00
0b05236428 feat: Make it possible to create a new character 2025-06-11 21:46:04 +02:00
87b6644fd1 feat: Create the generateID() helper 2025-06-11 21:45:59 +02:00
f774505998 feat: Create the character creator button 2025-06-11 21:45:42 +02:00
363d287a28 feat(character-sheet): Create the clearSheet() helper 2025-06-11 13:25:05 +02:00
e22f6fad5a feat(character-sheet): Make some fields disabled but unlockable 2025-06-07 12:49:49 +02:00
6b192a5c21 feat(character-sheet): Create the pools 2025-06-07 12:42:50 +02:00
511a3885ce feat(character-sheet): Create the base character data box 2025-06-07 10:40:32 +02:00
2828facf7e refactor: Clean up styles 2025-06-07 10:38:00 +02:00
d1c85c8a73 refactor: Move CSS Reset to a separate CSS file
Although i wanted to keep everything in one file, it’s easier to develop this way.
2025-06-06 15:37:58 +02:00
473c182678 feat: Check for localStorage availability upon load 2025-06-06 15:37:52 +02:00
a5261abe50 feat: Create the initial welcome screen 2025-06-06 15:37:46 +02:00
5bfdced4e0 feat: Color scheme changer 2025-06-06 15:37:38 +02:00
0591b525d6 feat: Initial version 2025-06-06 15:37:25 +02:00