You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to make a custom magic system that uses xp as casting resource. For testing purposes I’ve recreated Magic Missile with a cost of 5 xp points.
For some reason, in some cases, the first cast seems to consume 1 extra point, making, for example, a player only able to cast the spell 3 times while having 20 points when they’re supposed to cast 4 times.
It’s very inconsistent, and I noticed that this happens with 15, 20 and 50 points (haven’t tested beyond that). It consumes the intended value at 5, 10 and 25 - 45 for example.
The text was updated successfully, but these errors were encountered:
Hello!
I’m trying to make a custom magic system that uses xp as casting resource. For testing purposes I’ve recreated Magic Missile with a cost of 5 xp points.
For some reason, in some cases, the first cast seems to consume 1 extra point, making, for example, a player only able to cast the spell 3 times while having 20 points when they’re supposed to cast 4 times.
It’s very inconsistent, and I noticed that this happens with 15, 20 and 50 points (haven’t tested beyond that). It consumes the intended value at 5, 10 and 25 - 45 for example.
The text was updated successfully, but these errors were encountered: