-
Notifications
You must be signed in to change notification settings - Fork 573
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
[HeroSystem6eHeroic_HDImporter] Expanded equipment and skill support. Updated export format. Bug fixes. #1983
Merged
Conversation
This file contains 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
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.3
New features
Skills:
• The skills Forgery, Survival, and Gambling, which have variable base costs, will be imported with the new SPx (INT) skill type up to base values of x = 6 points.
• A language upgraded from "native idiomatic" to "native imitate dialects" will be imported as a "Native +" skill, which is a new category on the sheet.
• Abbreviates "Weapon Element" as "WE" in martial arts skills.
• Removes "(X Active Points)" in names of skills purchased with enhancers.
Equipment:
• Doubled the limit of imported armor (8), weapon (10), and equipment (32) slots to reflect the increased limits of the sheet.
• Recognizes additional copies of weapons and equipment if assigned by the "quantity" value in Hero Designer. Additional copies of weapons appear in the equipment list. The number of copies appear noted after the item's name and increase carried mass appropriately.
• The importer recognizes the case-insensitive key phrase "(Max Range: XYZm)" if placed in a weapon's notes and will automatically apply "XYZ" to a weapon's range value. The parentheses, colon, and unit "m" can be omitted.
• If the case-insensitive keyword "Equipment" appears in an item's notes, it will not be imported as a weapon or piece of armor, but will instead appear in the Equipment section. This can be convenient, for example, in cases where tools are built with an attack power.
•
Fixes
• Armor now has priority over weapons during import. This fixes an uncommon case where armor built as a compound power might contain attack type powers and be incorrectly recognized as a weapon.
• Fixed martial maneuver STR Mods incorrectly being imported as total STR instead of the actual modifier value.
• Fixed the single weapon categories "Thrown Knives, Axes, and Darts," "Javelins and Thrown Spears," and "Axes, Maces, Hammers, and Picks" importing as multiple WF Skills.
• Fixed an issue where the type of a knowledge skill was not assigned correctly when purchased at the familiarity level.
• Fixed basic fluency being mislabeled as native fluency for linguists.
• Improved recognition of everyman PS skills, which were sometimes assigned as zero-cost PS skills.
Other changes
• Updated README.
• Updated export format file HeroSystem6eHeroic_HDImporter.hde (to version 2.3). Increased the number of total equipment slots from 16 to 50.
• Updated sample characters.
• Updated JSON with new version.