Vauryx / advancedspelleffects

This module will use Sequencer, Tagger, JB2A spell effects and socketlib to create advanced spell functionality without relying on finicky macros to do the heavy lifting.
Other
19 stars 12 forks source link

[V10 Beta] Call Lightning does not spawn at will Spell action in character sheet. #136

Open KonteiKeisei opened 1 year ago

KonteiKeisei commented 1 year ago

FoundryV10 10.291 Midi 10.0.29 DND5E 2.1.4

Console Error: Uncaught (in promise) TypeError: undefined. Cannot read properties of undefined (reading '0') [Detected 1 package: advancedspelleffects] at callLightning.createStormCloud (setup.js:12098:54) at async ASEHandler.handleASE (setup.js:25520:11)

KonteiKeisei commented 1 year ago

ASE version: 0.9.!9.93

KonteiKeisei commented 1 year ago

Looks like its an error with this line here: let newDamageNum = Number(castItemDamage.parts[0][0][0]) + (spellLevel - 3) + (stormyWeather ? 1 : 0);