tposney / midi-qol

Other
5 stars 0 forks source link

About off-hand #1216

Open tposney opened 1 year ago

tposney commented 1 year ago

In GitLab by @Kaitiou on Apr 3, 2023, 08:43

Currently if a weapon is tagged "off-hand" the stat bonus is not added; However, a weapon is not always used win main or off-hand, it is often switched hands depending on the circumstances. I was wondering if it would be possible to change its effect so that when attacking with a weapon marked with this tag, the player is asked which hand they intend to use it with. Otherwise, it's really not much different from just duplicating the weapon and modifying the damage formula... Thank you very much!

tposney commented 1 year ago

I intended that the player would set the off-hand property according to how they are using the weapon and would change the property if they changed hands.

There are already so many ways a player gets prompted to do things, reactions, bonuses etc that I'm hesitant to introduce another one. I'll think about maybe making it a config option

tposney commented 1 year ago

In GitLab by @Kaitiou on Apr 8, 2023, 08:28

Yes, a config option to give the chance of get the prompt would be enough, very thankful if you could do it ^^