dev7355608
dev7355608
Core's See Invisibility detection mode is not RAW (or RAI). See Invisibility does not allow you to see an invisible creature or object that you wouldn't be able to see...
This makes the assumption that mundane items have no rarity and only magic items have a rarity. Unfortunately the rarities of mundane items in the items pack are set to...
We probably need to add the Nondetection status effect to hide from the divination detection modes.
**Short Description of bug**: Clipped focused input fields in Region config. **Screenshots and/or console errors**: 
Necessary change because there's `PIXI.Container#effects` in PIXI v8 now. No deprecation possible.
Necessary change because there's `PIXI.Container#effects` in PIXI v8 now. No deprecation possible. Potentially rename the render flags `refreshEffects` and `redrawEffects`, `Token#_drawEffects`, `Token#_drawEffect`, and `Token#_refreshEffects` for consistency with the new name...
Necessary change because there's the (internal) `PIXI.Container#_onUpdate` in PIXI v8 now. No deprecation possible. We'll probably want to rename `PlaceableObject#_onCreate` and `PlaceableObject#_onDelete` as well for consistency: `PlaceableObject#_on{Create|Update|Delete}` -> `PlaceableObject#_on{Create|Update|Delete}Document`.