From Ohmnibus.NET

QdrFr: HERO System

"QdrFr.Hero" n'existe pas.

Version anglaise:


Compute Normal Damage and Body Damage according to the HERO System.

Usage

Format
hero(poolSize)
Parameters
poolSize: Number of dice to roll. Half dice are supported.
Returns
Sum of all the dice rolled, and number of Body Damage.

Description

This function is used to calculate Normal Damage and Body Damage according to the HERO System rules.

The function rolls poolSize dice to obtain Normal Damage and Body Damage. These results are shown in the extended result.

The function takes in account half dice. To ignore half dice please use the rdn function: hero(rdn(poolSize)).

The function returns the total normal damage.

Examples

Some results generated by hero(3.5).
[1:0,1:0,6:2,{1:0}=9:2] = 9 (numbers in braces are half die result)
[1:0,4:1,4:1,{2:1}=11:3] = 11
[6:2,3:1,4:1,{1:0}=14:4] = 14

History

Supported since Quick Dice Roller 1.3.3

Récupéré sur http://www.ohmnibus.net/wiki/index.php?n=QdrFr.Hero
Page mise à jour le 24 April 2024 à 07h26