diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-14 16:00:33 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 9a30ef0fc5a5a6fb45e1dc9d72cfa762fe8285b5 (patch) | |
tree | 07824ecd26d75bea7262b763971932919f44e51b /data.js | |
parent | 0b0448e15af131ef263d2f9ee903e5e48fa41c89 (diff) | |
download | table-battles-9a30ef0fc5a5a6fb45e1dc9d72cfa762fe8285b5.tar.gz |
WIP Hothenfriedberg
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -16426,7 +16426,8 @@ cards: [ "effect": "1 hit per die. 1 self per action.", "target_list": [ 537, - 538 + 538, + 536 ] }, { @@ -16435,7 +16436,8 @@ cards: [ "target": "Weissenfels", "effect": "1 hit.", "target_list": [ - 537 + 537, + 536 ] } ], @@ -16462,7 +16464,8 @@ cards: [ "effect": "1 hit per die. 1 self per action.", "target_list": [ 538, - 539 + 539, + 536 ] }, { @@ -16472,7 +16475,8 @@ cards: [ "effect": "1 hit.", "target_list": [ 538, - 539 + 539, + 536 ] } ], @@ -16500,7 +16504,8 @@ cards: [ "effect": "1 hit per die. 1 self per action.", "target_list": [ 539, - 538 + 538, + 536 ] }, { @@ -16510,7 +16515,8 @@ cards: [ "effect": "1 hit.", "target_list": [ 539, - 538 + 538, + 536 ] } ], |