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: "Morpeko"
|
||||
en: "Morpeko",
|
||||
fr: "Morpeko",
|
||||
de: "Morpeko",
|
||||
es: "Morpeko",
|
||||
pt: "Morpeko",
|
||||
it: "Morpeko"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -25,21 +30,41 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Famished"
|
||||
en: "Famished",
|
||||
fr: "Glouton",
|
||||
de: "Ausgehungert",
|
||||
es: "Hambriento",
|
||||
pt: "Faminto",
|
||||
it: "Famelico"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Draw a card."
|
||||
en: "Draw a card.",
|
||||
fr: "Piochez une carte.",
|
||||
de: "Ziehe 1 Karte.",
|
||||
es: "Roba 1 carta.",
|
||||
pt: "Compre 1 carta.",
|
||||
it: "Pesca una carta."
|
||||
}
|
||||
}, {
|
||||
cost: ["Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Thunder Shock"
|
||||
en: "Thunder Shock",
|
||||
fr: "Éclair",
|
||||
de: "Donnerschock",
|
||||
es: "Impactrueno",
|
||||
pt: "Trovoada de Choques",
|
||||
it: "Tuonoshock"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
de: "Wirf 1 Münze. Bei Kopf ist das Aktive Pokémon deines Gegners jetzt paralysiert.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Paralizado.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, o Pokémon Ativo do seu oponente ficará Paralisado.",
|
||||
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene paralizzato."
|
||||
},
|
||||
|
||||
damage: 40
|
||||
|
Reference in New Issue
Block a user