In3luki

Results 15 issues of In3luki

### Environment information ```bash CLI: Version: 1.3.3-nightly.38797b7 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v18.16.1" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "npm/9.8.1" Biome...

A-Formatter
L-JavaScript
S-Bug-confirmed

![image](https://github.com/foundryvtt/pf2e/assets/41452412/692806b4-98e9-4d67-97d1-efcc7c07e4ed)

pr: data migration
pr: enhancement

- The `excludeUntrained` value for proficiency levels only existed in the templates so I removed it. - The key attribute dropdown in the NPC spellcasting tab was non-functional and redundant...

pr: foundry v12

This significantly reduces CI time by running `eslint` only on `.ts` files that are different from the current `master` branch of `foundryvtt/pf2e`. This is achieved by the following steps: -...

pr: housekeeping

Deprecations: `ChatMessagePF2e#flags#pf2e#appliedDamage` moved to `ChatMessagePF2e#system#appliedDamage` `ChatMessagePF2e#flags#pf2e#origin` moved to `ChatMessagePF2e#system#origin` and refactored to: ```ts interface ChatMessageOriginData { actor: ActorUUID | TokenDocumentUUID | null; token?: TokenDocumentUUID; item?: ItemUUID; rollOptions?: string[]; /** Is...

pr: foundry v12

The type assertions are still necessary to prevent the `Type instantiation is excessively deep and possibly infinite.ts(2589)` errors. Feel free to close this if there is a better way to...

pr: housekeeping

This tries to solve the problem by overriding `Region#testPoint` to check all grid squares a token occupies if possible. Sadly this only works when a single token is moving. [large-token.webm](https://github.com/foundryvtt/pf2e/assets/41452412/b1b447a7-9256-48b6-a8d7-53646041d4d9)

pr: enhancement
pr: foundry v12

### What happened? I have an existing property at `system.heightening` that looks like this: ```js { "interval": 1, "damage": { "0": "2d6" }, "type": "interval" } ``` Schema: ```js heightening:...

bug
data-models