Lavaeolous / PF1-StatBlock-Converter-Module

FoundryVTT Module to convert PF1 Statblocks into Foundry Actors (PC or NPC).
MIT License
14 stars 12 forks source link

Token brightSight recorded as string #494

Closed mkahvi closed 2 years ago

mkahvi commented 2 years ago

As per title, not much else to it. They should be numbers instead.

Should be easy fix, just wrap those in parseInt(value, 10)

Offending code:

There might be other instances.

Lavaeolous commented 2 years ago

Fixed in 3.3.3