ssod

<d12> Tag Documentation

Overview

The <d12> tag in The Seven Spells of Destruction triggers a 12-sided dice roll (D12) when the paragraph is parsed. This tag is used to introduce random chance or probabilistic outcomes into the story or mechanics.

Tag Syntax

<d12>

This tag does not accept any parameters or attributes.

Behaviour

Use Cases

Example

<d12>
<if g_dice gt 8> You land safely. <br> <else> You sprain your ankle and lose 2 stamina. <br> <endif>

In this example, the <d12> tag determines whether the player succeeds or suffers a penalty based on their roll.

Notes