1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 08:21:59 +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: "Slam",
},
text: {
en: "Flip 2 coins. This attack does 30 times number of heads.",
en: "Flip 2 coins. This attack does 30 damage times the number of heads.",
},
},{
cost: [
@@ -71,7 +71,7 @@ const card: Card = {
en: "Hyper Beam",
},
text: {
en: "If the Defending Pokémon has energy cards attached to it, choose 1 of them and discard it.",
en: "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it.",
},
damage: 20
}],
@@ -96,4 +96,3 @@ const card: Card = {
}
export default card