Add rules-aware lookup dice rolling
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
<p class="panel-copy"><code>GET /api/reference-data</code></p>
|
||||
<pre class="code-block">{
|
||||
"attackTables": [
|
||||
{ "key": "broadsword", "label": "Broadsword" }
|
||||
{
|
||||
"key": "broadsword",
|
||||
"label": "Broadsword",
|
||||
"attackKind": "melee",
|
||||
"fumbleMinRoll": 1,
|
||||
"fumbleMaxRoll": 2
|
||||
}
|
||||
],
|
||||
"criticalTables": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user