Orcpub / orcpub

Code for Dungeon Master's Vault Community Edition
https://www.dungeonmastersvault.com/
Eclipse Public License 2.0
210 stars 105 forks source link

Fixes #508 wand of the war mage missing bonuses #512

Closed codeGlaze closed 3 years ago

codeGlaze commented 3 years ago

Description:

Related issue (if applicable): fixes #508 Wand of the War Mage was not applying the spell attack modifier.

WARNING: breaks existing name keys for the various Wands of the War Mage

Checklist:

codeGlaze commented 3 years ago

That's exactly what I did.

I used those modifiers, just abstracted it to cut down boilerplate code and potentially reuse for other items/custom items in the future.

datdamnzotz commented 3 years ago

That's exactly what I did.

I used those modifiers, just abstracted it to cut down boilerplate code and potentially reuse for other items/custom items in the future.

Looks like this is moving away from the convention that is already in place across all the magic items for three items. This is really the data set for all magic items, they should follow the same syntax across all of them docha think?

I disagree with what he did with the horn-of-valhalla or figurine-of-wondrous-power if you search those items they are defined by a function. There are a few of those. They really should just be typed out like the rest instead of pushing functions for them.

I'm not apposed to introducing something like this - but imho it is the data set, probably should just follow that architecture - now if you want to update them all that's fine, but let's not just do 3.

datdamnzotz commented 3 years ago

In https://dev.dungeonmastersvault.com for testing