mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -8,7 +8,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Blastoise V"
|
||||
en: "Blastoise V",
|
||||
fr: "Tortank V",
|
||||
de: "Turtok V",
|
||||
es: "Blastoise V",
|
||||
pt: "Blastoise V",
|
||||
it: "Blastoise V"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -20,7 +25,12 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Water Gun"
|
||||
en: "Water Gun",
|
||||
fr: "Pistolet à O",
|
||||
de: "Aquaknarre",
|
||||
es: "Pistola Agua",
|
||||
pt: "Revólver d'Água",
|
||||
it: "Pistolacqua"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
@ -28,11 +38,21 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Torrential Cannon"
|
||||
en: "Torrential Cannon",
|
||||
fr: "Canon Torrentiel",
|
||||
de: "Sintflutkanone",
|
||||
es: "Cañón Torrencial",
|
||||
pt: "Canhão Torrencial",
|
||||
it: "Cannone Torrenziale"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can't use Torrential Cannon."
|
||||
en: "During your next turn, this Pokémon can't use Torrential Cannon.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Canon Torrentiel.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon Sintflutkanone nicht einsetzen.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede usar Cañón Torrencial.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá usar Canhão Torrencial.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Cannone Torrenziale."
|
||||
},
|
||||
|
||||
damage: 200
|
||||
|
Reference in New Issue
Block a user