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:
@ -13,7 +13,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Arrokuda"
|
||||
en: "Arrokuda",
|
||||
fr: "Embrochet",
|
||||
de: "Pikuda",
|
||||
es: "Arrokuda",
|
||||
pt: "Arrokuda",
|
||||
it: "Arrokuda"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -25,17 +30,32 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flock"
|
||||
en: "Flock",
|
||||
fr: "Nuée",
|
||||
de: "Ausschwärmen",
|
||||
es: "Multitud",
|
||||
pt: "Bando",
|
||||
it: "Frotta"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Arrokuda and put them onto your Bench. Then, shuffle your deck."
|
||||
en: "Search your deck for up to 2 Arrokuda and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Embrochet, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Pikuda und lege sie auf deine Bank. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Arrokuda y ponlas en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por até 2 Arrokuda no seu baralho e coloque-os no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo fino a due Arrokuda e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Peck"
|
||||
en: "Peck",
|
||||
fr: "Picpic",
|
||||
de: "Pikser",
|
||||
es: "Picotazo",
|
||||
pt: "Bicada",
|
||||
it: "Beccata"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user