diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-16 21:11:53 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2024-12-16 21:11:53 +0100 |
commit | 9704b9f460e37ba6e461f06def50f4fec76f8fef (patch) | |
tree | 9c8612fb489089ac7ef6e5deaa93ba3116202a9e /data.ts | |
parent | 72afc8e31c9dcef58b1308eddd4d1dde489e4670 (diff) | |
download | land-and-freedom-9704b9f460e37ba6e461f06def50f4fec76f8fef.tar.gz |
update resolve card icons, track limits and spend hero points
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -887,7 +887,7 @@ const data: StaticData = { { id: 61, effects: [ - create_effect('attack', ARAGON, -2), + create_effect('attack', ARAGON, -4), create_effect('attack', CLOSEST_TO_VICTORY, -2), create_effect('hero_points', PLAYER_WITH_MOST_HERO_POINTS, -1), ], |