-
Notifications
You must be signed in to change notification settings - Fork 579
[HeroSystem6eHeroic_HDImporter] Vehicle import support. Auto power to gear conversion. Bug fixes. #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We aren't releasing any API scripts this week, but we'll release this next week! Thanks for your patience! |
Cool, thanks. |
Alicekb
approved these changes
Apr 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 2.4 is adds support for vehicles and improves support for monsters and super heroic characters.
New Features/Updates:
• Adds support for vehicles, which were introduced in HS6eH 4.42. Identifies vehicles as characters built with a vehicle template or if they have a size > 0.
• Automatically creates Gear Page entries for attack and resistant physical defense powers. Particularly useful for characters that don't rely on equipment, such as vehicles, monsters, spell casters, and supers.
• New sample vehicle character files: Chariot (Sample_Vehicle_APC) and Blue Box (Sample_Vehicle_BB).
• Adds powers with the notes keyword "(equipment)" to the equipment list.
• Characters with more than seven combat skills will automatically trigger the fewer languages option.
• Added "(ignore)" to recognized power or equipment note keywords. Will stop import of tagged items to the Gear Page.
• Changed the Version 2.3 keyword "equipment" to "(equipment)" to establish consistency and improve parsing accuracy for keywords.
• Updated JSON for Version 2.4.
Fixes:
• More robust error checking for empty attributes in source files (e.g., old vehicle sources).
• Improvements to Variable Power Pools.
• Numerous minor bug fixes and general code cleaning.
Updated export format: HeroSystem6eHeroic_HDImporter.hde (version 2.4)
• Increased the number of total power slots from 30 to 50.
• Added the Size attribute for vehicles.
• Added the template attribute for recognition of vehicles.
• Removed game inches to meters conversion (handled in script now).