<?xml version="1.0" encoding="utf-8"?>
<custom_dice>
<set>
<title>Action Points</title>
<die>
<title>Description</title>
<face>
<title><i>This set rolls the appropriate number of Action Point dice per level range and displays the highest roll therein.</i><br/></title>
<weight>1</weight>
</face>
</die>
<die>
<title>Display Dice</title>
<face>
<title><big><u>1st-7th</u></big></title>
<weight>1</weight>
</face>
</die>
<die>
<title>1-7</title>
<face>
<title>%%<br/></title>
<weight>1</weight>
<expression>d6</expression>
</face>
</die>
<die>
<title>Display Dice</title>
<face>
<title><big><u>8th-14th</u></big></title>
<weight>1</weight>
</face>
</die>
<die>
<title>8-14</title>
<face>
<title>%%<br/></title>
<weight>1</weight>
<expression>max(d6,d6)</expression>
</face>
</die>
<die>
<title>Display Dice</title>
<face>
<title><big><u>15th-20th</u></big></title>
<weight>1</weight>
</face>
</die>
<die>
<title>15-20</title>
<face>
<title>%%</title>
<weight>1</weight>
<expression>max( max(d6,d6),d6)</expression>
</face>
</die>
</set>
</custom_dice>