mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Léviator",
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Rare",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -38,7 +38,7 @@ const card: Card = {
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each damage counter on each of your Benched Magikarp.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -54,7 +54,7 @@ const card: Card = {
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage. If tails, this Pokémon does 30 damage to itself.",
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user