Skip to content

Commit

Permalink
Adding webp screenshots, and removing screenshots from .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Apr 19, 2021
1 parent 9b1015f commit 7dcca49
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
screenshots/
.svn/
.vs/
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simply use the install module screen within the FoundryVTT setup

## Usage & Current Features

![monks-tokenbar](/screenshots/TokenBar.png)
![monks-tokenbar](screenshots/TokenBar.webp)

The player tokens currently in the scene are automatically added. This is an easy way to make sure all players are represented. Clicking on the token iteself will center the screen on that token. Occasionaly I find that I lose track of where the players token is and this is an easy way to get to it quickly.

Expand All @@ -19,17 +19,17 @@ Right click on the token in the TokenBar to open a context menu with options to
You can the limit the movement of tokens. There are three options available, either free movement where tokens can be moved at will, no movement where tokens aren't allowed to be moved, or combat movement, where only the token whose turn is current can move. You can set the movement individually for each token via the right-click menu. Doing so is handy if you trust a player to clean up their movement after their turn is done while you move on to the next player.

### Saving Throw Dialog
![monks-tokenbar](/screenshots/SavingThrowDialog.png)
![monks-tokenbar](/screenshots/SavingThrowChatMessage.png)
![monks-tokenbar](screenshots/SavingThrowDialog.webp)
![monks-tokenbar](screenshots/SavingThrowChatMessage.webp)

Clicking on the saving throw button will open a dialog to facilitate a group saving throw.
Select tokens you wish included and click the button to open the dialog. Select what type of roll to make. Optionally enter in a DC to beat, this will only show to the GM but will automatically determine if the roll passed or not. Clicking the Add button will add any selected tokens not already on the list.

Clicking request will add a chat message and prompt players to roll the saving throw requested. Results will be show depending on the Roll Mode.

### Contested Roll Dialog
![monks-tokenbar](/screenshots/ContestedRoll.png)
![monks-tokenbar](/screenshots/ContestedRollChatMessage.png)
![monks-tokenbar](screenshots/ContestedRoll.webp)
![monks-tokenbar](screenshots/ContestedRollChatMessage.webp)

Clicking on the contested roll button will open a dialog to facilitate a contested roll.
If a token is selected and another is set as a target it will automatically fill the two slots. Otherwise the next token clicked will fill the next avaialble slot. Individually select what roll each token will make.
Expand All @@ -42,8 +42,8 @@ Blind Roll will only show the player that they're involved and will not show the
Blind mode won't show the players at all. The GM will have to roll the dice themselves.

### Assign XP Dialog
![monks-tokenbar](/screenshots/AssignXP.png)
![monks-tokenbar](/screenshots/AssignXPChatMessage.png)
![monks-tokenbar](screenshots/AssignXP.webp)
![monks-tokenbar](screenshots/AssignXPChatMessage.webp)

Clicking on the assign XP button will open a dialog to facilitate assigning XP.
Automatically fill with the current player characters associated with the current scene. Add experience at the top and it will divide between the players evenly.
Expand Down
Binary file removed screenshots/AssignXP.png
Binary file not shown.
Binary file added screenshots/AssignXP.webp
Binary file not shown.
Binary file removed screenshots/AssignXPChatMessage.png
Binary file not shown.
Binary file added screenshots/AssignXPChatMessage.webp
Binary file not shown.
Binary file removed screenshots/ContestedRoll.png
Binary file not shown.
Binary file added screenshots/ContestedRoll.webp
Binary file not shown.
Binary file removed screenshots/ContestedRollChatMessage.png
Binary file not shown.
Binary file added screenshots/ContestedRollChatMessage.webp
Binary file not shown.
Binary file removed screenshots/SavingThrowChatMessage.png
Binary file not shown.
Binary file added screenshots/SavingThrowChatMessage.webp
Binary file not shown.
Binary file removed screenshots/SavingThrowDialog.png
Binary file not shown.
Binary file added screenshots/SavingThrowDialog.webp
Binary file not shown.
Binary file removed screenshots/TokenBar.png
Binary file not shown.
Binary file added screenshots/TokenBar.webp
Binary file not shown.

0 comments on commit 7dcca49

Please sign in to comment.