diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-27 13:09:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-21 00:28:20 +0200 |
commit | e78db48e0bf7aab788731f1856af49f2e7d3f27a (patch) | |
tree | 40fc1648d01435f600c3fcdf4c9c6456b25af020 | |
parent | 6b24dd7fbd01298d558449c4404ece06a5187071 (diff) | |
download | washingtons-war-e78db48e0bf7aab788731f1856af49f2e7d3f27a.tar.gz |
campaign
-rw-r--r-- | tools/gendata.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 72379ec..783409a 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -134,6 +134,7 @@ data.cards = [ { title: "Minor Campaign", type: "campaign", + event: "campaign", count: 2, }, @@ -141,6 +142,7 @@ data.cards = [ { title: "Minor Campaign", type: "campaign", + event: "campaign", count: 2, }, @@ -148,6 +150,7 @@ data.cards = [ { title: "Minor Campaign", type: "campaign", + event: "campaign", count: 2, }, @@ -155,6 +158,7 @@ data.cards = [ { title: "Major Campaign", type: "campaign", + event: "campaign", count: 3, }, |