prepare gui env

This commit is contained in:
Maxime Réaux 2026-01-15 12:43:40 +01:00
parent 02e7221149
commit d2bcf3bdd8
25 changed files with 291 additions and 198 deletions

View file

@ -1,17 +1,20 @@
{
"version": 1,
"players": {
"P1": {
"name": "Alice"
"players": [
{
"id" : "p1",
"name" :"Alice"
},
"P2": {
"name": "Bob"
{
"id" : "p2",
"name" :"Bob"
},
"P3": {
"name": "Charlie"
{
"id" : "p3",
"name" :"Charlie"
}
},
],
"wars": [
{
@ -20,11 +23,11 @@
"year": 2025,
"registered_players": {
"P1": {
"p1": {
"war_points": 0,
"influence_tokens": 1
},
"P2": {
"p2": {
"war_points": 0,
"influence_tokens": 0
}
@ -35,10 +38,10 @@
"id": "CAMP01",
"name": "Widower's Wood",
"order": 1,
"month" : "June",
"participants": {
"P1": { "campaign_points": 0 },
"P2": { "campaign_points": 0 }
"p1": { "campaign_points": 0 },
"p2": { "campaign_points": 0 }
},
"rounds": [
@ -47,15 +50,15 @@
"sectors": ["North", "South"],
"choices": {
"P1": { "primary": "North", "secondary": "South" },
"P2": { "primary": "North", "secondary": "South" }
"p1": { "primary": "North", "secondary": "South" },
"p2": { "primary": "North", "secondary": "South" }
},
"battles": [
{
"sector": "North",
"players": ["P1", "P2"],
"winner": "P1",
"players": ["p1", "p2"],
"winner": "p1",
"effects": {
"campaign_points": 1,