19 Commits
Author SHA1 Message Date
GorgonsGrimoireLLC 490b50f4cc Spells Tab
Prior fix removed the Spells tab, but this returns it.
2026-03-27 20:21:43 -04:00
GorgonsGrimoireLLC ea2dacc24f Note Tab Alignment Fix
I fixed the alignment for entered text in the Notes tab to be left aligned instead of centered.
2026-03-27 15:51:53 -04:00
GorgonsGrimoireLLC 4a845988f5 Ability Score Headings and Notes Fix
I fixed the missing headings for each ability score. The change for the Notes tab was to make the text box have the text aligned to the left instead of the center.
2026-03-27 15:47:50 -04:00
GorgonsGrimoireLLC d2b2528f4f Fixed THAC0 and Total Weight
I fixed the problem with THAC0 exceeding 20 when showing the to hit for negative AC. It's now properly clamped to 20 as the maximum for the roll needed.

Total weight was exceeding the three decimal places to show up to 8 places when there was only 3 decimal places being calculated.
2026-03-20 14:14:13 -04:00
GorgonsGrimoireLLC 6e7366fb95 Fixed THAC0 and Total Weight
I fixed the problem with THAC0 exceeding 20 when showing the to hit for negative AC. It's now properly clamped to 20 as the maximum for the roll needed.

Total weight was exceeding the three decimal places to show up to 8 places when there was only 3 decimal places being calculated.
2026-03-20 14:12:28 -04:00
GorgonsGrimoireLLC 0d582c5f31 Weapon Header Fixes
I fixed the weapon headers to display properly.
2026-03-20 08:37:42 -04:00
GorgonsGrimoireLLC 689f4ccf63 Bug Fix on Command Authority/Field Kits
Fixed an issue with the Request Log repeating section where rows were being deleted when tabbing between fields.

The problem was caused by the original <fieldset class="repeating_command_log">. Updating the section name to <fieldset class="repeating_command-log"> resolved the behavior, and rows now persist correctly when entering data.
2026-03-20 08:22:48 -04:00
GorgonsGrimoireLLC 7347ec303c Header and Column Fixes
I fixed the ability score headers to be display properly, THAC0 and Armor Class Table alignment. I centered all the text for the text boxes.
2026-03-20 05:44:43 -04:00
GorgonsGrimoireLLC 1dd597a87f Grid Fixing
In my rush to fix the tables I broke the layout for Weapons, Rogue Abilities, and Saving Throws to be outside of the left hand side of the character sheet. This fixes the problem by properly nesting those sections under Armor and Ability Scores.
2026-03-19 16:55:52 -04:00
GorgonsGrimoireLLC 0183390e5a Revert "Grid Fixing"
This reverts commit 155cbe32b3.
2026-03-19 16:55:06 -04:00
GorgonsGrimoireLLC 155cbe32b3 Grid Fixing
In my rush to fix the tables I broke the layout for Weapons, Rogue Abilities, and Saving Throws to be outside of the left hand side of the character sheet. This fixes the problem by properly nesting those sections under Armor and Ability Scores.
2026-03-19 16:53:19 -04:00
GorgonsGrimoireLLC 9a973972d9 THAC0 Table Fix
I had accidentally made the THAC0 table one column instead of the standard two column.
2026-03-19 16:10:20 -04:00
GorgonsGrimoireLLC cfee1bc6ce Table code removal/sheet.json addition
I removed the offending table code and replaced it with CSS grids. I also included the missing sheet.json.
2026-03-19 16:02:30 -04:00
GorgonsGrimoireLLC eac5ee118e Table Code Removal/sheet.json
I removed all the table calls and switched to CSS grid. I uploaded the missing sheet.json.
2026-03-19 15:54:33 -04:00
GorgonsGrimoireLLC 3e5a12f315 New Character Sheet
Uploaded a new character sheet for Ghosts of Vietnam and deleted the failed version.
2026-03-18 12:09:51 -04:00
GorgonsGrimoireLLC 632c50df8b Deleted Original
I deleted the original versions that failed validation .
2026-03-18 12:06:56 -04:00
GorgonsGrimoireLLC 175728c59e New Character Sheet
A character sheet for the RPG Damsels, Adventurers, and Dragons by Gorgon's Grimoire LLC.
2026-03-18 12:04:06 -04:00
GorgonsGrimoireLLC 74b185b9ba Ghosts of Vietnam Character Sheet
Official character sheet for Ghosts of Vietnam: The RPG.
2026-03-12 23:01:44 -04:00
GorgonsGrimoireLLC c9e2109b95 Damsels, Adventurers, and Dragons Character Sheet
Character sheet to use for Gorgon's Grimoire LLC RPGs Damsels, Adventurers, and Dragons.
2026-03-12 22:56:48 -04:00