Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

Caster level of wands doesn't work #827

Closed Jarlok2 closed 2 years ago

Jarlok2 commented 2 years ago

When you take a spell (for example Magic Missile) and drag to the inventory, you can select a wand to create it and you choose the caster level but the wand doesn't work properly. You have to change the @cl in the details of the wand, you have to choose a "Distance attack spell" and put the real level number instead "@cl" and then works.

github-actions[bot] commented 2 years ago

Thanks for opening an issue, traveller! If your issue is related to an actor or an item, sending thing that is broken will help a lot and speed up debugging.

How to send an item? > - If item is owned by a character, drag and drop it to world item list. > - Right click on item in browser item list and click export. > - Attach downloaded item to this ticket. How to send an actor? > - Right click on actor in browser actor list and click export. > - Attach downloaded actor to this ticket.

Rughalt commented 2 years ago

Fixed, now newly created consumables have "isFromSpell" toggled and will follorCL set inside when rolling number of attacks.