Fix Jewels missing many mods in item crafter #1089
Merged
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.
Regular and radius jewels were missing the following mods
(2-4)% of Damage is taken from Mana before Life
(2-4)% increased Attack Speed with Spears
(10-20)% increased Critical Damage Bonus with Spears
(6-16)% increased Damage with Spears
Gain additional Ailment Threshold equal to (5-15)% of maximum Energy Shield
(10-20)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds
(10-20)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds
(15-25)% increased Parry Damage
(10-15)% increased Parried Debuff Duration
(15-25)% increased Stun Threshold while Parrying
(2-3)% chance to gain Volatility on Kill
Companions deal (10-20)% increased Damage
Companions have (10-20)% increased maximum Life
(10-20)% increased Hazard Damage
(15-25)% chance for Attack Hits to apply Incision
(15-20)% increased Valour gained
Banner Skills have (10-20)% increased Area of Effect
Banner Skills have (15-25)% increased Duration
A good way to search for missing mods in the ModJewel file is to search for
{ "default" }Fixes #1088, fixes #1025, fixes #234