Latest version | 1.2.1 |
---|---|
Minimum Core | 0.7.5 |
Compatible Core | 9.238 |
Last updated | 2 years ago |
Created | 4 years ago |
Authors | |
Languages |
English Korean Svenska 日本語 |
Systems | All systems |
Project source | Project URL |
Read-me | Readme URL |
Changelog | Changelog URL |
License | License URL |
Combat Numbers is a FoundryVTT module which showcases bouncing combat text on tokens, similar to old-school JRPGs. There's still work to do, but it allows for fine-grained control on what is broadcast to other players when an actor's HP changes.
Damage example:
Healing example:
If you have a system you would like to use but it is not in the list above, it may just work out of the box! If you're finding that it is not or misbehaving, read the section entitled "Advanced Customization for Unsupported Systems".
Combat Numbers includes an additional Canvas Layer Control button in the toolbar, seen as "#". Currently, this is only available for GMs. When clicked, you are presented with two toggleable options:
Adjust Combat Numbers settings within your macros! You can access the API via window.combatNumbers
, and have access to these methods which affect the canvas layer controls:
setIsPauseBroadcast
(boolean)setIsMask
(boolean)For example, to stop broadcasting HP changes as a GM, you could run:
window.combatNumbers.setIsPauseBroadcast(true);
Currently, it's tough to support every popular system out there for Foundry. In the module settings, you can specify "HP Object Path" and "Temporary HP Object Path". Some Foundry VTT systems support HP in a slightly different object structure. If you know how Actor and Token entities structure their data for the HP and temp HP attributes, you can specify this here.
For example, the default HP Object Path for the DnD5e system is attributes.hp.value
. For the Old-School Essentials system, it is hp.value
.
Please see our Wiki for details on already documented systems.
drdwing
for this localisation!touge
for this localisation!xdy
for this localisation!
Please see the Changelog for all changes between updates
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: combat-numbers 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.
This is cool, but I really wish there was a toggle option to make it only visible to the GM. I love all the automation feature for foundry, but I try to keep the video game-y feel low for my players and number pop ups is very video game-y. As a GM though I would find this very useful.