From ff44b203a8bf9c348d796f4bb4dd7f493c8f8a19 Mon Sep 17 00:00:00 2001
From: CDeenen <68693756+CDeenen@users.noreply.github.com>
Date: Tue, 24 Nov 2020 18:11:00 +0100
Subject: [PATCH] Updated Token Actions (markdown)
---
Token-Actions.md | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/Token-Actions.md b/Token-Actions.md
index 33af212..e6897ba 100644
--- a/Token-Actions.md
+++ b/Token-Actions.md
@@ -21,22 +21,35 @@ Toggles whether or not the button should display the token's name
### Display Icon
Toggles whether or not the button should display the token's icon
+### System
+Sets the game system that you are using.
+This is only relevant for the displayed stats and the 'toggle condition' function (see below).
+Currently DnD 5e, DnD 3.5e and Pathfinder 2e are supported.
+
### Stats
You can select a stat to be displayed on the button (under the name, if 'Display Name' is selected).
-You can choose between the following stats (currently only dnd5e is supported):
+You can choose between the following stats:
* Hit points
+* Temporary hit points
* Armor class
+* Shield hit points (pfe2 only)
* Movement speed
* Initiative
+* Passive Perception (dnd5e only)
+* Passive Investigation (dnd5e only)
-Each of these have their own default icon (heart for HP, shield for AC, etc) that will be displayed if 'Display Icon' is deselected.
+Some of these have their own default icon (heart for HP, shield for AC, etc) that will be displayed if 'Display Icon' is deselected.
### On Click
Determines what Foundry should do when you press the button:
* Do Nothing - Does nothing
* Center on Token - Centers the view on the selected token
-* Open Character Sheet - Opens the token's character sheet
-* Open Token Config - Opens the token's configuration screen
+* Open Character Sheet - Opens the selected token's character sheet
+* Open Token Config - Opens the selected token's configuration screen
+* Toggle Visibility - Toggles the visibility of the selected token
+* Toggle Combat State - Toggles the combat state of the selected token
+* Target Token - Targets the selected token
+* Toggle Condition - Toggles a condition on the selected token
### Background
Sets the background color. The icon needs to have transparent parts (so no jpeg).