[Feature] Countdown Rols And Randomzie (#1329)

* .

* .

* .

* Raised system version
This commit is contained in:
WBHarry 2025-11-25 00:36:43 +01:00 committed by GitHub
parent 9e0bc3cff1
commit d137e33c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 281 additions and 87 deletions

View file

@ -738,7 +738,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "1d6",
"start": 1,
"startFormula": "1d6",
"current": 1
},
"ownership": {}

View file

@ -794,7 +794,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "2d6",
"start": 1,
"startFormula": "2d6",
"current": 1
},
"ownership": {}

View file

@ -476,7 +476,8 @@
"progress": {
"looping": "looping",
"type": "custom",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}

View file

@ -579,7 +579,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "2d6",
"start": 1,
"startFormula": "2d6",
"current": 1
},
"ownership": {}

View file

@ -623,7 +623,8 @@
"progress": {
"looping": "decreasing",
"type": "actionRoll",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}

View file

@ -634,7 +634,8 @@
"progress": {
"looping": "noLooping",
"type": "actionRoll",
"max": "1d8",
"start": 1,
"startFormula": "1d8",
"current": 1
},
"ownership": {}

View file

@ -630,7 +630,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "4",
"start": 1,
"startFormula": "4",
"current": 1
},
"ownership": {}

View file

@ -361,7 +361,8 @@
"progress": {
"looping": "noLooping",
"type": "characterAttack",
"max": "5",
"start": 1,
"startFormula": "5",
"current": 1
},
"ownership": {}

View file

@ -640,7 +640,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "1d6",
"start": 1,
"startFormula": "1d6",
"current": 1
},
"ownership": {}

View file

@ -376,7 +376,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}

View file

@ -625,7 +625,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "1d6",
"start": 1,
"startFormula": "1d6",
"current": 1
},
"ownership": {}

View file

@ -488,7 +488,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}

View file

@ -543,7 +543,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}

View file

@ -862,7 +862,8 @@
"progress": {
"looping": "noLooping",
"type": "fear",
"max": "1d12",
"start": 1,
"startFormula": "1d12",
"current": 1
},
"ownership": {}

View file

@ -63,7 +63,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}

View file

@ -545,7 +545,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}

View file

@ -291,7 +291,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}
@ -304,7 +305,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "4",
"start": 1,
"startFormula": "4",
"current": 1
},
"ownership": {}

View file

@ -283,7 +283,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}

View file

@ -225,7 +225,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}
@ -341,7 +342,7 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "4",
"startValue": "4",
"current": 1
},
"ownership": {}

View file

@ -174,7 +174,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "12",
"start": 1,
"startFormula": "12",
"current": 1
},
"ownership": {}

View file

@ -374,7 +374,8 @@
"progress": {
"looping": "noLooping",
"type": "fear",
"max": "6",
"start": 1,
"startFormula": "6",
"current": 1
},
"ownership": {}

View file

@ -197,7 +197,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "8",
"start": 1,
"startFormula": "8",
"current": 1
},
"ownership": {}
@ -607,7 +608,7 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "10",
"startValue": "10",
"current": 1
},
"ownership": {}

View file

@ -361,7 +361,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "5",
"start": 1,
"startFormula": "5",
"current": 1
},
"ownership": {}

View file

@ -404,7 +404,8 @@
"progress": {
"looping": "looping",
"type": "actionRoll",
"max": "4",
"start": 1,
"startFormula": "4",
"current": 1
},
"ownership": {}

View file

@ -183,7 +183,8 @@
"progress": {
"looping": "noLooping",
"type": "custom",
"max": "4",
"start": 1,
"startFormula": "4",
"current": 1
},
"ownership": {}