Skip to content

Commit

Permalink
Add wiki links for headline features to README (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagusti authored Oct 12, 2022
1 parent 0fb9012 commit bf657d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. The format

## Unreleased
See [Issue Backlog](../../issues) and [Roadmap](../../milestones).
* *Added* headline features to README to make it easier for users to get an overview of what's available in the Toolkit suite.
* *Added* advice about replacing macro hotbar shortcuts to avoid compatibility issues.
* *Added* headline features (with wiki links) to README to make it easier for users to get an overview of what's available in the Toolkit suite. [`2da77fa`](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/commit/2da77fa27c40ce9f93d5234ba519b25da0df5e55)
* *Added* advice about replacing macro hotbar shortcuts to avoid compatibility issues.
* *Fixed* issue where Launch Damage Console was not translated in Toolkit Maintenance dialog. [#177](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/177)
* *Fixed* issue where Toolkit Maintenance would not show compendium versions of macros. [#176](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/176)
* *Fixed* issue where the game would not be paused for connected players when the GM ran the Session Turnover macro. [#182](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/182)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GM Toolkit (WFRP 4e)

[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/Jagusti/fvtt-wfrp4e-gmtoolkit/master/module.json&label=Current+Version&query=version&color=blue)](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest)
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/Jagusti/fvtt-wfrp4e-gmtoolkit/dev/module.json&label=Current+Version&query=version&color=blue)](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest)
[![Foundry Compatibility](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2FJagusti%2Ffvtt-wfrp4e-gmtoolkit%2Fdev%2Fmodule.json&label=Foundry%20VTT%20Version&query=$.compatibility.minimum&colorB=orange)](https://foundryvtt.com/releases/)
[![GitHub release](https://img.shields.io/github/release-date/Jagusti/fvtt-wfrp4e-gmtoolkit?label=Released&color=brightgreen)](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases)
[![GitHub commits](https://img.shields.io/github/commits-since/Jagusti/fvtt-wfrp4e-gmtoolkit/latest?label=Commits%20Since%20Release&color=yellowgreen)](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/commits/)<br>
Expand All @@ -10,13 +10,13 @@
Utility module with tweaks, enhancements and macros to help GMs manage games of [Warhammer Fantasy Roleplay (4e)](https://github.com/moo-man/WFRP4e-FoundryVTT) in [Foundry Virtual Tabletop](https://foundryvtt.com/).

See the [wiki](../../wiki) for details about features, including (but not only):
* Automating individual and group Advantage
* Sending Dark Whispers
* Setting token vision and light (including handling Night Vision range correctly)
* Rolling secret group skill tests
* Dealing out non-combat damage to multiple actors and vehicles
* Managing session turnover admin (including adding Experience Points and resetting Fortune)
* Extending the Token Hud (to access key attributes and skills without opening the character sheet)
* Automating individual and group [Advantage](../../wiki/advantage-handling)
* Sending [Dark Whispers](../../wiki/send-dark-whispers)
* Setting [token vision and light](../../wiki/set-token-vision-and-light) (including handling Night Vision range correctly)
* Rolling secret [group skill tests](../../wiki/group-test)
* Dealing out non-combat [damage](../../wiki/launch-damage-console) to multiple actors and vehicles
* Managing [session turnover](../../wiki/session-turnover) admin (including [adding Experience Points](../../wiki/add-xp) and [resetting Fortune](../../wiki/reset-fortune))
* Extending the [Token Hud](../../wiki/token-hud-extensions) (to access key attributes and skills without opening the character sheet)

## Compatibility

Expand Down

0 comments on commit bf657d9

Please sign in to comment.