Difference between revisions of "CuAnnan/Oakenshield"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
If you want a tracker for your Oakenshield | If you want a tracker for your Oakenshield | ||
+ | |||
+ | <pre> | ||
@create Oakenshield | @create Oakenshield | ||
@parent oakenshield = #10469 | @parent oakenshield = #10469 | ||
Then you run the following commands | Then you run the following commands | ||
− | + | +set pool = <the number of dice in your pool> | |
− | + | +set diff = <the diff of the cantrip> | |
− | + | +oak | |
+ | |||
+ | There is a command to lose health | ||
+ | +shed [n] | ||
+ | If n is not provided, you shed 1. Otherwise it sheds n. If you don't have n oakenshield health levels left to lose, it's down to you to manage your health levels. | ||
This will roll <pool> dice against <diff> | This will roll <pool> dice against <diff> | ||
− | +report will | + | +report will show you the results in granular detail and show you how many hit points you have left. |
− | + | +report room will show you, and everyone in the room, the same. | |
+ | </pre> | ||
[[Category:Unofficial]] | [[Category:Unofficial]] |
Latest revision as of 10:40, 17 December 2020
If you want a tracker for your Oakenshield
@create Oakenshield @parent oakenshield = #10469 Then you run the following commands +set pool = <the number of dice in your pool> +set diff = <the diff of the cantrip> +oak There is a command to lose health +shed [n] If n is not provided, you shed 1. Otherwise it sheds n. If you don't have n oakenshield health levels left to lose, it's down to you to manage your health levels. This will roll <pool> dice against <diff> +report will show you the results in granular detail and show you how many hit points you have left. +report room will show you, and everyone in the room, the same.