Skip to content

Commit

Permalink
Adds an icon to the announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
fxg42 committed Jun 26, 2021
1 parent aa91511 commit 68d52ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# NPC Scroll
# CT Scroll

Fantasy Grounds extension for the 5E ruleset that enables using the mouse wheel
to change the some "offense" abilities in the combat tracker.

### How to

On the combat tracker, while holding the Ctrl key and hovering an Offence ability, use the mouse
On the combat tracker, while holding the **Ctrl** key and hovering an Offence ability, use the mouse
wheel to increment or decrement either:
- the attack bonus;
- the number of damage or healing dice;
- the save DC;
- the recharge dice.

Hold the Alt key and use the mouse wheel to cycle through:
Hold the **Alt** key and use the mouse wheel to cycle through:
- the damage and healing die type (d4, d6, d8, d10 or d12);
- the saving throw's ability (str, dex, con, int, wis, cha).

Expand Down
5 changes: 3 additions & 2 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<root version="3.0">
<properties>
<name>5E Extension - NPC Scroll</name>
<version>0.2</version>
<version>0.3</version>
<author>fxg42</author>
<description>Increment and decrement NPC combat tracker entry attack bonuses and damage die with the scroll wheel.</description>
<loadorder>100</loadorder>
</properties>

<announcement text="NPC Scroll v0.3"/>
<announcement text="CT Scroll v0.3.1" font="emotefont" icon="raven"/>

<base>
<icon name="raven" file="raven-circ-30x30.png"/>
<includefile source="ct/ct_host.xml" />
</base>
</root>
Binary file added raven-circ-30x30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68d52ec

Please sign in to comment.