Latest version | 3.0.21 |
---|---|
Minimum Core | 9.236 |
Compatible Core | 9 |
Last updated | 1 year ago |
Created | 4 years ago |
Authors | |
Languages |
Deutsch English French Korean Polish Português (Brasil) Spanish italiano 中文 日本語 正體中文 |
Systems |
Alienrpg Blades-in-the-dark Cleenmain Coc CoC7 Cof Cthack Cyphersystem D35E Demonlord Dnd4e Dnd5e Ds4 Dungeonworld Earthdawn4e Forbidden-lands Gurps Kamigakari Lancer Od6s Pf1 Pf2e Sfrpg Space1889 Sw5e Swade Swnr Starwarsffg Symbaroum Tagmar Tagmar_rpg Tormenta20 Wfrp4e |
Project source | Project URL |
This module populates a floating HUD, showing common actions for a controllable token. Supports 3.5e SRD, Alien RPG, Blades In The Dark, Call of Cthulhu 7th edition (Unofficial), Chroniques Oubliées Contemporain, Chroniques Oubliées Fantasy, Clé en main, Cthulhu Hack, DnD 4th Edition, Dungeon World, Dungeonslayers 4, Forbidden Lands, GURPS 4th Edition Game Aid (Unofficial), Kamigakari: God Hunter, LANCER, Savage Worlds Adventure Edition, Shadow of the Demon Lord, Star Wars FFG system for Foundry VTT, Starfinder, Symbaroum, Tagmar RPG, Tormenta20, Warhammer Fantasy Roleplay 4th Edition. The information shown is system dependent. 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:
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.