Difference between revisions of "CuAnnan/Oakenshield"

From City of Hope MUSH
Jump to navigation Jump to search
Line 16: Line 16:
 
This will roll <pool> dice against <diff>
 
This will roll <pool> dice against <diff>
  
+report will broadcast to the room the results of the roll.
+
+report will broadcast to the room the results of the roll and show you how many health levels you have left.
 +
 
 +
At present this broadcasts to the room. I am in the process of adding flags to only show you.
 
</pre>
 
</pre>
 
[[Category:Unofficial]]
 
[[Category:Unofficial]]

Revision as of 08:03, 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 broadcast to the room the results of the roll and show you how many health levels you have left.

At present this broadcasts to the room. I am in the process of adding flags to only show you.