Skip to content

Commit

Permalink
Release 3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout committed Apr 27, 2023
1 parent 0f18491 commit 1218999
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Call to Arms! Token Action HUD is moving to [Token Action HUD Core](https://foun

If you're interested in picking up development of the Token Action HUD system module for your favourite system, please get in touch with me at the [Token Action HUD Core repos](https://github.com/Larkinabout/fvtt-token-action-hud-core) or on Discord (Russell#7071).

# [3.0.20] 2023-04-27
- Chroniques Oubliées - Fix capacity bug, courtesy of Qaw.
- Pathfinder 2 - Update French localization, courtesy of rectulo.
- SWADE - Add skill icons to Skills, courtesy of mclemente (#392).
- SWADE - Do not display the Wild Die for Skills, courtesy of mclemente (#393).
- SWADE - Add support for Actions, courtesy of mclemente (#394).
- SWADE - Add icons to Status Effects, courtesy of mclemente.
- SWADE - Update the Brazilian Portuguese localization, courtesy of mclemente.

# [3.0.19] 2023-01-28
- Forbidden Lands - Fix missing Animal Handling and Sleight of Hand language references (#371).
- Forbidden Lands - Fix actions not rolling due to required click event (#378).
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"url": "https://github.com/Drental/fvtt-tokenactionhud",
"flags": {},
"version": "3.0.19",
"version": "3.0.20",
"compatibility": {
"minimum": "10",
"verified": "10.291"
Expand Down Expand Up @@ -244,7 +244,7 @@
},
"socket": false,
"manifest": "https://github.com/Drental/fvtt-tokenactionhud/releases/latest/download/module.json",
"download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/3.0.19/module.zip",
"download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/3.0.20/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
Expand Down
32 changes: 17 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ This module populates a repositionable HUD showing the most common actions for a
## Recommended Modules
Token Action HUD uses either the [Color Picker](https://foundryvtt.com/packages/color-picker), [libThemer](https://foundryvtt.com/packages/lib-themer) or [VTTColorSettings](https://foundryvtt.com/packages/colorsettings) library modules for its color picker settings. Only one is required.

# Token Action HUD Core

Token Action HUD Core is a new version of Token Action HUD designed to support dedicated system-specific modules. If your system of choice is listed here, you might find Token Action HUD Core a better fit.

The following Token Action HUD system modules are available for Token Action HUD Core:

- [Token Action HUD CypherSystem](https://foundryvtt.com/packages/token-action-hud-cyphersystem)
- [Token Action HUD D&D 5e](https://foundryvtt.com/packages/token-action-hud-dnd5e)
- [Token Action HUD Exalted Third Edition](https://foundryvtt.com/packages/token-action-hud-exaltedthird)
- [Token Action HUD OpenD6 Space](https://foundryvtt.com/packages/token-action-hud-od6s)
- [Token Action HUD Pathfinder 1e](https://foundryvtt.com/packages/token-action-hud-pf1)
- [Token Action HUD Pathfinder 2](https://foundryvtt.com/packages/token-action-hud-pf2e)

If you would like to support your favourite system, check out the [Token Action HUD Core](https://github.com/Larkinabout/fvtt-token-action-hud-core/issues) repos.

# Supported Systems

- 3.5e SRD
Expand All @@ -24,38 +39,27 @@ Token Action HUD uses either the [Color Picker](https://foundryvtt.com/packages/
- Chroniques Oubliées Fantasy
- Clé en main
- Cthulhu Hack
- Cypher System
- DnD 4th Edition
- DnD5e, including [MinorQol](https://gitlab.com/tposney/minor-qol), [Magic Items](https://gitlab.com/riccisi/foundryvtt-magic-items/), and [Item Macro](https://github.com/Kekilla0/Item-Macro).
- Dungeon World
- Dungeonslayers 4
- Earthdawn 4th Edition
- Forbidden Lands
- GURPS 4th Edition Game Aid (Unofficial)
- Kamigakari: God Hunter
- LANCER
- OpenD6 Space
- Pathfinder 1
- Pathfinder Second Edition (Official)
- Savage Worlds Adventure Edition
- Shadow of the Demon Lord
- Starfinder
- Star Wars FFG system for Foundry VTT
- Symbaroum
- Tagmar RPG
- Tormenta20
- Warhammer Fantasy Roleplay 4th Edition

## Supporting Other Systems
If you'd like a system to be supported by Token Action HUD and are able to develop it yourself, feel free to submit a pull request. See [How to Add Support for a System/Module](adding_systems.md) for help in developing Token Action HUD. Otherwise, raise a feature request for the system [here](https://github.com/Drental/fvtt-tokenactionhud/issues).
- Warhammer Fantasy Roleplay 4th Edition

# Usage

Once activated, selecting a token that has an actor/character sheet associated with it and that you have permission to control should display an an action bar that is populated with the actions and abilities available for that token. The HUD can be disabled on a per-user basis if so desired.

Offers a variety of settings including support for third-party roll handlers (Please contact me if you'd like to add yours, or improve the functionality of those offered), and can be repositioned.
![Customizable settings](.github/readme/tah-settings_and_repositioning.gif)

## How to Use Custom Categories

See [How to Use Custom Categories](custom_categories.md)
Expand All @@ -78,9 +82,7 @@ See [How to Use Custom Categories](custom_categories.md)

# Support

For questions, feature requests or bug reports, please open an issue [here](https://github.com/Drental/fvtt-tokenactionhud/issues).

Pull requests are welcome. Please include a reason for the request or create an issue before starting one.
This version of Token Action HUD is now only supported via pull requests and bug fixes. Systems supported by Token Action HUD Core will no longer receive updates outside of pull requests from other developers.

# Thanks

Expand Down

0 comments on commit 1218999

Please sign in to comment.