81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
{
|
|
"version": 1,
|
|
|
|
"players": [
|
|
{
|
|
"id" : "p1",
|
|
"name" :"Alice"
|
|
},
|
|
{
|
|
"id" : "p2",
|
|
"name" :"Bob"
|
|
},
|
|
{
|
|
"id" : "p3",
|
|
"name" :"Charlie"
|
|
}
|
|
],
|
|
|
|
"wars": [
|
|
{
|
|
"id": "WAR2025",
|
|
"name": "Llael War 2025",
|
|
"year": 2025,
|
|
|
|
"registered_players": {
|
|
"p1": {
|
|
"war_points": 0,
|
|
"influence_tokens": 1
|
|
},
|
|
"p2": {
|
|
"war_points": 0,
|
|
"influence_tokens": 0
|
|
}
|
|
},
|
|
|
|
"campaigns": [
|
|
{
|
|
"id": "CAMP01",
|
|
"name": "Widower's Wood",
|
|
"order": 1,
|
|
"month" : "June",
|
|
"participants": {
|
|
"p1": { "campaign_points": 0 },
|
|
"p2": { "campaign_points": 0 }
|
|
},
|
|
|
|
"rounds": [
|
|
{
|
|
"number": 1,
|
|
"sectors": ["North", "South"],
|
|
|
|
"choices": {
|
|
"p1": { "primary": "North", "secondary": "South" },
|
|
"p2": { "primary": "North", "secondary": "South" }
|
|
},
|
|
|
|
"battles": [
|
|
{
|
|
"sector": "North",
|
|
"players": ["p1", "p2"],
|
|
"winner": "p1",
|
|
|
|
"effects": {
|
|
"campaign_points": 1,
|
|
"grants_influence_token": false
|
|
}
|
|
}
|
|
],
|
|
|
|
"completed": true
|
|
}
|
|
],
|
|
|
|
"completed": false
|
|
}
|
|
],
|
|
|
|
"completed": false
|
|
}
|
|
]
|
|
}
|