Latest version | 2.2.24 |
---|---|
Minimum Core | 9.236 |
Compatible Core | 9 |
Last updated | 4 hours ago |
Created | 2 years ago |
Authors |
|
Languages |
Deutsch English French Korean Polish Português (Brasil) Spanish italiano 中文 日本語 |
Systems |
Dnd5e Dungeonworld Pf2e Wfrp4e Sfrpg Sw5e Demonlord Pf1 Lancer D35E Swade Starwarsffg Tormenta20 Blades-in-the-dark Symbaroum Od6s Alienrpg Cthack Kamigakari Tagmar Tagmar_rpg Ds4 Coc Cof Forbidden-lands Dnd4e Earthdawn4e Gurps Space1889 CoC7 Cleenmain |
Project source | Project URL |
This module populates a floating HUD, showing common actions for a controllable token. Supports DND5e, Pathfinder 2E, SWADE, WFRP4e, 3.5 SRD, Pathfinder 1E, Dungeon World, Starfinder RPG, Shadow of the Demonlord, Star Wars FFG, Star Wars 5e, LANCER. The information shown is system dependent. In DND5e, for example, it shows items, feats, ability checks, and spells. its intent is to save GMs and players from having to frequently open character sheets to access actions, and to allow people to focus on the table.
If you have some programming knowledge and would like to add support for your system, please get in touch.
The bar in action:
Previous releases are available from Github and if you have any feedback, bugs, or wishes, please let me know.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: token-action-hud or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
Simply wonderful. No need to have the sheet open. Every attack or feature available just by selecting a token.
Tried a few similar modules during my time with Foundry, but this is the one that really does things right for me, fantastic
This module is a must for players on laptops or with small displays. Even with a large high resolution display, I find I prefer using the HUD over opening the token character sheet. It just makes selecting an action so much easier.
This is one of THE most handy modules. In my experience, it saves lots of time in combat because it reduces the clutter and choice paralysis one can experience when staring at a character sheet.
Nice job. I’m using it for dnd5e, but in our game (Adventures for Middle Earth) we have additional custom abilities and I got an error in this file: dnd5e-actions.js (cannot read property ‘value’ of ‘undefined)
I fixed it with this:
try
{
if (abilities[e[0]].value === 0)
{
return;
}
}
catch
{
return;
}
Just wanted to let you know that there is a change for a null reference exception here, in case you wanted to make a proper fix. (mine is a crude one, I know) 🙂
It’s in line 480 by the way.
This allows me access the most important actions for every token without having to open the character sheet, saving me a ton of time when I need to handle a lot of tokens. Highly recommended for any GM who finds they are having their screen cluttered with far too many character sheets from tokens.