Skip to content
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

Item Munch: Wand of Magic Missiles Parsing #418

Open
MotoMoto1234 opened this issue Oct 31, 2023 · 1 comment
Open

Item Munch: Wand of Magic Missiles Parsing #418

MotoMoto1234 opened this issue Oct 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MotoMoto1234
Copy link
Contributor

MotoMoto1234 commented Oct 31, 2023

Describe the bug
I suspect your module integration is not picking up Magic Items Module 2 in V11 foundry since the original module died in v10. Either way, the Wand of Magic Missiles is not munching properly at all and definitely has no flags for Items with Spells or Magic Items 2 Module. It also imports with just 1 of 1 charges instead of 7 of 7 charges.

To Reproduce
Steps to reproduce the behavior:

  1. Munch Items with Magic Items Module 2 and Items with Spells modules enabled.
  2. Look at Wand of Magic Missiles

Expected behavior
It should munch in with atleast 7 of 7 charges, Not sure how you handle the module integration

Screenshots
Left is the munch, right is the fixed one
image

Environment:
N/A

Additional context
All of the wands import with an incomplete action type set as Ranged Spell Attack, I think you should change this to Melee Weapon Attack and give them all a 1d4+mod and have the ability be strength since you can swing a wand as a club I think. Depending on how large the wand is? Or maybe I'm mistaking rods for wands? If you disagree atleast remove the incomplete action type then as its a ranged spell attack with no other stuff setup. This is on every wand.

@MotoMoto1234 MotoMoto1234 added the bug Something isn't working label Oct 31, 2023
@MrPrimate
Copy link
Owner

Wands cannot be used as weapons.

The issue you are seeing is due to the lack of meta data on item munch that I hope the upcoming proxy features will fix, these will parse charges correctly and add spells if imported on a character. This is a long standing issue https://github.com/MrPrimate/ddb-importer/blob/main/FAQ.md#magic-items-dont-have-spells-attached

@MrPrimate MrPrimate changed the title Auto Effects: Wand of Magic Missiles(probably non auto effects too) Wand of Magic Missiles Parsing Oct 31, 2023
@MrPrimate MrPrimate changed the title Wand of Magic Missiles Parsing Item Munch: Wand of Magic Missiles Parsing Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants