Updated SRD cases that should use long-term countdowns

This commit is contained in:
WBHarry 2026-01-10 01:01:05 +01:00
parent 7611f04d08
commit 9ac5923e77
2 changed files with 6 additions and 6 deletions

View file

@ -346,15 +346,15 @@
"countdown": [
{
"name": "Casus Belli",
"type": "narrative",
"type": "longterm",
"defaultOwnership": -1,
"img": "icons/sundries/scrolls/scroll-bound-sealed-red-tan.webp",
"progress": {
"looping": "noLooping",
"type": "custom",
"start": 1,
"startFormula": "8",
"current": 1
"current": 1,
"start": 1
},
"ownership": {}
}

View file

@ -180,15 +180,15 @@
"countdown": [
{
"name": "Final Preparations",
"type": "encounter",
"type": "longterm",
"defaultOwnership": -1,
"img": "icons/magic/unholy/hands-circle-light-green.webp",
"progress": {
"looping": "noLooping",
"type": "custom",
"start": 1,
"startFormula": "8",
"current": 1
"current": 1,
"start": 1
},
"ownership": {}
}