module

Token Action HUD Classic

Endorsements
51
Installs
31.43%
Comments
7
Latest version3.0.21
Minimum Core9.236
Compatible Core9
Last updated10 months ago
Created3 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:

The bar in action in DND5e

Subscribe
Notify of
7 Comments
Inline Feedbacks
View all comments
Ravenknight
3 years ago

Simply wonderful. No need to have the sheet open. Every attack or feature available just by selecting a token.

Blitz
Blitz
3 years ago

Tried a few similar modules during my time with Foundry, but this is the one that really does things right for me, fantastic

vaughn-romero
3 years ago

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.

laurelwood.dnd
2 years ago

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.

Minas
2 years ago

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) 🙂

Minas
2 years ago
Reply to  Minas

It’s in line 480 by the way.

ghost
2 years ago

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.

7
0
Would love your thoughts, please comment.x
()
x