Skip to content

Commit

Permalink
Added support for multiple Growth sets
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiMidgard committed Dec 17, 2020
1 parent 8ec6f5b commit 1132f2b
Show file tree
Hide file tree
Showing 5 changed files with 2,619 additions and 460 deletions.
62 changes: 37 additions & 25 deletions sample/Ashes-renews-the-land.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "./../spirit-schema.json",
"name": "Ashes Renews the Land",
"boarder": "feather.png",
"boarder": {
"path": "feather.png",
"artistName": "PNG ALL",
"y": 712
},
"image": {
"path": "553878_miststrara_phoenix-rising.jpg",
"artistName": "miststrara"
Expand All @@ -26,30 +30,38 @@
"setup": "You start with two minor powers in the ashes (see special rule Fuled with Power). Put 1 {presence} in highest numberd mountain and one {presence} in the highest numberd sands.",
"playStyle": "Play how you want",
"growth": {
"title": "GROWTH (Pick the first and one other)",
"choise": [
"gain-power-card",
[
"forget-power-card",
"reclaim-all"
],
[
"gain-power-card",
{
"type": "gain-energy",
"number": 2
}
],
[
{
"type": "add-presence",
"range": 2
},
{
"type": "gain-element",
"element": "any"
}
]
"title": "GROWTH",
"subGrowth": [
{
"title": "always:",
"choice": "gain-power-card"
},
{
"title": "pick one of:",
"choice": [
[
"forget-power-card",
"reclaim-all"
],
[
"gain-power-card",
{
"type": "gain-energy",
"number": 2
}
],
[
{
"type": "add-presence",
"range": 2
},
{
"type": "gain-element",
"element": "any"
}
]
]
}
]
},
"summaryPower": {
Expand Down
Loading

0 comments on commit 1132f2b

Please sign in to comment.