mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] Countdown Rols And Randomzie (#1329)
* . * . * . * Raised system version
This commit is contained in:
parent
9e0bc3cff1
commit
d137e33c3d
37 changed files with 281 additions and 87 deletions
|
|
@ -738,7 +738,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "actionRoll",
|
||||
"max": "1d6",
|
||||
"start": 1,
|
||||
"startFormula": "1d6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -794,7 +794,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "actionRoll",
|
||||
"max": "2d6",
|
||||
"start": 1,
|
||||
"startFormula": "2d6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -476,7 +476,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "custom",
|
||||
"max": "6",
|
||||
"start": 1,
|
||||
"startFormula": "6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -579,7 +579,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "actionRoll",
|
||||
"max": "2d6",
|
||||
"start": 1,
|
||||
"startFormula": "2d6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -623,7 +623,8 @@
|
|||
"progress": {
|
||||
"looping": "decreasing",
|
||||
"type": "actionRoll",
|
||||
"max": "8",
|
||||
"start": 1,
|
||||
"startFormula": "8",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -634,7 +634,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "actionRoll",
|
||||
"max": "1d8",
|
||||
"start": 1,
|
||||
"startFormula": "1d8",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -630,7 +630,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "custom",
|
||||
"max": "4",
|
||||
"start": 1,
|
||||
"startFormula": "4",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -361,7 +361,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "characterAttack",
|
||||
"max": "5",
|
||||
"start": 1,
|
||||
"startFormula": "5",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -640,7 +640,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "actionRoll",
|
||||
"max": "1d6",
|
||||
"start": 1,
|
||||
"startFormula": "1d6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -376,7 +376,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "custom",
|
||||
"max": "8",
|
||||
"start": 1,
|
||||
"startFormula": "8",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -625,7 +625,8 @@
|
|||
"progress": {
|
||||
"looping": "looping",
|
||||
"type": "actionRoll",
|
||||
"max": "1d6",
|
||||
"start": 1,
|
||||
"startFormula": "1d6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -488,7 +488,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "custom",
|
||||
"max": "6",
|
||||
"start": 1,
|
||||
"startFormula": "6",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -543,7 +543,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "custom",
|
||||
"max": "8",
|
||||
"start": 1,
|
||||
"startFormula": "8",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
|
|
@ -862,7 +862,8 @@
|
|||
"progress": {
|
||||
"looping": "noLooping",
|
||||
"type": "fear",
|
||||
"max": "1d12",
|
||||
"start": 1,
|
||||
"startFormula": "1d12",
|
||||
"current": 1
|
||||
},
|
||||
"ownership": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue