1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

Fixed errors in Base sets

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-12 14:53:27 +01:00
parent ca97603427
commit 24aaf09aed
18 changed files with 22 additions and 40 deletions

View File

@ -58,7 +58,7 @@ const card: Card = {
en: "Water Gun",
},
text: {
en: "Does 30 damage plus 10 more damage for each Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.",
en: "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.",
},
damage: 30
},{
@ -97,4 +97,3 @@ const card: Card = {
}
export default card