mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Updated SRD cases that should use long-term countdowns
This commit is contained in:
parent
7611f04d08
commit
9ac5923e77
2 changed files with 6 additions and 6 deletions
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue