Skip to content

Fix Fanatic Bow, Bolting Quarterstaff missing flat Elemental Damage#1473

Merged
LocalIdentity merged 1 commit into
devfrom
fix_base-implicit-mods
Oct 3, 2025
Merged

Fix Fanatic Bow, Bolting Quarterstaff missing flat Elemental Damage#1473
LocalIdentity merged 1 commit into
devfrom
fix_base-implicit-mods

Conversation

@LocalIdentity
Copy link
Copy Markdown
Contributor

We were not exporting the hidden implicit mods for flat added elemental damage
We were also not exporting the spear throw line for all spear bases
While going through the staves and shields, I realised a lot of the bases were being duplicated so I fixed that too

We were not exporting the hidden implicit mods for flat added elemental damage
We were also not exporting the spear throw line for all spear bases
While going through the staves and shields, I realised a lot of the bases were being duplicated so I fixed that too
@LocalIdentity LocalIdentity added the bug: accuracy Wording differences label Oct 2, 2025
table.insert(implicitModTypes, modDesc.modTags)
end
if mod.Id == "SpearImplicitDisplaySpearThrow1" then
table.insert(implicitLines, "Grants Skill: Spear Throw")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, so spear throw isn't an ItemInherentSkill like the others?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, it is not. Maybe because it doesn't have more than 1 level?

@LocalIdentity LocalIdentity merged commit 160fdc2 into dev Oct 3, 2025
3 checks passed
@LocalIdentity LocalIdentity deleted the fix_base-implicit-mods branch October 3, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: accuracy Wording differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants