- Updated `module.json` to reflect the new version 0.2.0.
- Modified the download URL to point to the latest release for version 0.2.0.
This update ensures proper version tracking and directs users to the correct module download.
- Added a hook to apply custom CSS classes to chat messages based on flags in `asc-starwars.js`.
- Updated `StarWarsStyleJournalSheet` to apply the 'asc-starwars' class and ensure the journal renders in a collapsed state by default.
- Enhanced `asc-starwars-journal.css` to improve visual consistency:
- Applied starry background and Star Wars-themed fonts to journal entries and chat messages.
- Adjusted layout, padding, and width for better readability.
- Added rounded borders, padding, and margins to message content for a polished look.
These updates improve the thematic immersion and UI aesthetics of the Star Wars journal and chat features.
- Introduced a new CSS file `asc-ffg-starwars.css` for Star Wars RPG styling.
- Defined custom dice colors using CSS variables.
- Applied unique fonts such as 'ITC Symbol', 'Teuton Mager', 'Elektra Pro', and 'SF Distant Galaxy'.
- Styled scene names, message senders, headers, and characteristic labels with theme-appropriate fonts.
- Added custom text shadow and color styles for various game elements like dice symbols and attributes.
This enhances the RPG's visual design consistency and aligns it with the Star Wars theme.
Included `download` and `manifest` URLs pointing to the module's release files in the `module.json` file. This facilitates automated updates and direct downloads of the module from the specified repository.
Fix download URL version format in module.json
Updated the `download` URL in `module.json` to include the correct version prefix (`v0.1.0`) for consistency with the release naming convention.
- Replaced `main.js` with `asc-starwars.js` and modularized journal sheet logic into `journalSheets.js`.
- Updated `module.json` to use ES modules and adjusted script/style references accordingly.
- Consolidated and enhanced CSS styles into `asc-starwars-journal.css` and added `asc-ffg-starwars.css`.
- Removed deprecated `starwars-journal.css` and outdated journal sheet registration logic.