aus "Ohmnibus.NET"

QdrDe: HERO System

Die Seite "QdrDe.Hero" existiert nicht.

Englisch Version:


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

URL: http://www.ohmnibus.net/wiki/index.php?n=QdrDe.Hero
Zuletzt geƤndert am 28.03.2024 12:25 Uhr