TimoLemburg / hm-gold

HarnMaster Gold module for Foundry VTT
GNU General Public License v3.0
0 stars 1 forks source link

Weapon Items Squeeze and Tear cannot be empty #1

Closed TimoLemburg closed 3 years ago

TimoLemburg commented 3 years ago

For weapons (items) you cannot assign "" (nothing) or "-" (minus) to the aspects Squeeze and Tear to show they are not available. If you don't enter anything it is automatically filled with a 0 (zero), which implies that the weapon can in fact deliver impact by that aspect.

For the HM3 aspects Blunt, Edge and Piercing you can enter "" or "-" which leads to the inability to click on the aspect on the character sheet in the combat section which is absolutely as it should be.

toastygm commented 3 years ago

Use -1 to indicate that aspect is unavailable.

Sent from my iPhone

On Jul 7, 2021, at 10:58 AM, Timo Lemburg @.***> wrote:

 For weapons (items) you cannot assign "" (nothing) or "-" (minus) to the aspects Squeeze and Tear to show they are not available. If you don't enter anything it is automatically filled with a 0 (zero), which implies that the weapon can in fact deliver impact by that aspect.

For the HM3 aspects Blunt, Edge and Piercing you can enter "" or "-" which leads to the inability to click on the aspect on the character sheet in the combat section which is absolutely as it should be.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TimoLemburg commented 3 years ago

Awesome, than it's not a bug and the fields are just differently handled, kind of a cosmetic issue. I'll put that on the list of low priority doings.