Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Monster Hit Dice"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=MonsterHitDice |author={{user profile|104025|Aaron C. M.}} |version=0.1 |lastmodified=2015-02-01}} {{stub}} Set Monster hit dice on add, usually via d...")
 
m (update to 0.3.8, add inof)
 
Line 2: Line 2:
 
|name=MonsterHitDice
 
|name=MonsterHitDice
 
|author={{user profile|104025|Aaron C. M.}}
 
|author={{user profile|104025|Aaron C. M.}}
|version=0.1
+
|version=0.3.8
|lastmodified=2015-02-01}}
+
|lastmodified=2020-05-05}}
 
{{stub}}
 
{{stub}}
  
 
Set Monster hit dice on add, usually via drag from journal.
 
Set Monster hit dice on add, usually via drag from journal.
<br clear="all">
+
 
 +
Automatically fills in the hit points for a characters dragged onto the table top.
 +
 
 +
The default token for the character needs to represent that creature but should not have the bar used for hit points linked to an attribute. Use the settings below to configure the script for how you calculate hit points in your game. There are several sheets for which the configurations are built in or you can use the more detailed settings. Details about each setting are included along with it.
 +
 
 +
===Commands===
 +
<code>!mhd</code>
 +
 
 +
This will reroll hitpoints for all selected tokens.
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|0.3.8|2020-05-05|* update}}
 
{{changelog version|0.1|2015-02-01|* Release}}
 
{{changelog version|0.1|2015-02-01|* Release}}

Latest revision as of 14:28, 17 June 2020

API ScriptAuthor: Aaron C. M.
Version: 0.3.8
Last Modified: 2020-05-05
Code: MonsterHitDice
Dependencies: None
Conflicts: None


Set Monster hit dice on add, usually via drag from journal.

Automatically fills in the hit points for a characters dragged onto the table top.

The default token for the character needs to represent that creature but should not have the bar used for hit points linked to an attribute. Use the settings below to configure the script for how you calculate hit points in your game. There are several sheets for which the configurations are built in or you can use the more detailed settings. Details about each setting are included along with it.

[edit] Commands

!mhd

This will reroll hitpoints for all selected tokens.

[edit] Changelog

v0.3.8 (2020-05-05)

  • update


v0.1 (2015-02-01)

  • Release