Quick Status Select adds a search row to Foundry VTT's Token HUD status-effect palette, making it faster to find and apply conditions or effects on a selected token.
This repository is a public compatibility fork of Jeremiah Verba's Quick Status Select. It preserves the original module id, behavior, and MIT license attribution while publishing a Foundry V14 verified build.
Support: If this compatibility fork helps your Foundry V14 workflow, donations are optional and support Spencer's compatibility testing, release packaging, and documentation. Upstream author and contributor credit remains below.
Use this manifest URL in Foundry's module installer:
https://github.com/SpencerZPoole/qss/releases/latest/download/module.json
Release assets:
- Manifest: https://github.com/SpencerZPoole/qss/releases/latest/download/module.json
- Zip: https://github.com/SpencerZPoole/qss/releases/download/v2.0.3/module.zip
- Module version:
2.0.3 - Foundry VTT: minimum
13, verified14.362 - Verified test environment: Foundry
14.362with D35E3.0.2
Quick Status Select is intended to remain system-agnostic for systems and modules that preserve Foundry's standard Token HUD status-effect palette.
- Enable Quick Status Select in your world.
- Select a token and open the Token HUD.
- Open the status/effects palette.
- Type in the Search: field to filter statuses by id or localized label.
- Press Enter to apply the first visible matching status, or click any visible icon.
This V14 verification build keeps the existing QSS experience and focuses on compatibility and polish:
- Verified the module on Foundry VTT
14.362. - Replaced regex filtering with plain-text matching, so special characters in the search field cannot trigger invalid-regex errors.
- Restored a visible Search: row with a
Statusplaceholder in the Token HUD status palette. - Kept the search row compact and part of the icon grid while filtering, preventing the large blank overlay area that could appear above filtered results.
- Reset the palette scroll position as the filter changes, so matching icons stay anchored below the search row.
- Kept Enter-to-apply and clickable status icons working with the filtered results.
Quick Status Select was originally created by Jeremiah Verba. This fork also builds on compatibility work credited to Emmi in the module metadata.
The module is distributed under the existing MIT license. See src/LICENSE for the license text and original copyright notice.
Created with help from create-foundry-project.


