diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-19 21:24:36 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 0be97b9a6b967d473a3391868030b56e82faee14 (patch) | |
tree | a22812c0da593e85a2333a0cfb55a83d76e123f2 /data.js | |
parent | e1c23703e9a4cfab415eb57693adc46f095aba03 (diff) | |
download | nevsky-0be97b9a6b967d473a3391868030b56e82faee14.tar.gz |
Fix card categorization.
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ cards:[ {"name":"T12","event":"Khan Baty","when":"now","capability":"Ordensburgen","this_lord":false,"lords":null}, {"name":"T13","event":"Heinrich Sees the Curia","when":"hold","capability":"William of Modena","this_lord":false,"lords":null}, {"name":"T14","event":"Bountiful Harvest","when":"now","capability":"Trebuchets","this_lord":true,"lords":[0,1,2,3,4,5]}, -{"name":"T15","event":"Mindaugas","when":"now","capability":"Warrior Monks","this_lord":false,"lords":[0,4]}, +{"name":"T15","event":"Mindaugas","when":"now","capability":"Warrior Monks","this_lord":true,"lords":[0,4]}, {"name":"T16","event":"Famine","when":"this_campaign","capability":"Ransom","this_lord":false,"lords":null}, {"name":"T17","event":"Dietrich von GrĂ¼ningen","when":"hold","capability":"Stonemasons","this_lord":true,"lords":[0,1,2,3,4,5]}, {"name":"T18","event":"Swedish Crusade","when":"now","capability":"Cogs","this_lord":true,"lords":[0,1,3]}, |