mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -8,7 +8,8 @@ const card: Card = {
|
||||
en: "Squawkabilly ex",
|
||||
fr: "Tapatoès-ex",
|
||||
es: "Squawkabilly ex",
|
||||
it: "Squawkabilly-ex"
|
||||
it: "Squawkabilly-ex",
|
||||
de: "Krawalloro-ex"
|
||||
},
|
||||
|
||||
rarity: "Shiny Ultra Rare",
|
||||
@ -24,14 +25,16 @@ const card: Card = {
|
||||
en: "Squawk and Seize",
|
||||
fr: "Tapage et Prise",
|
||||
es: "Graznido y Captura",
|
||||
it: "Strilla e Afferra"
|
||||
it: "Strilla e Afferra",
|
||||
de: "Krawallkrallen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your first turn, you may discard your hand and draw 6 cards. You can't use more than 1 Squawk and Seize Ability during your turn.",
|
||||
fr: "Une fois pendant votre premier tour, vous pouvez défausser votre main et piocher 6 cartes. Vous ne pouvez utiliser qu'un talent Tapage et Prise pendant votre tour.",
|
||||
es: "Una vez durante tu primer turno, puedes descartar las cartas de tu mano y robar 6 cartas. No puedes usar más de una habilidad Graznido y Captura durante tu turno.",
|
||||
it: "Una sola volta durante il tuo primo turno, puoi scartare le carte che hai in mano e pescare sei carte. Non puoi usare più di un'abilità Strilla e Afferra durante il tuo turno."
|
||||
it: "Una sola volta durante il tuo primo turno, puoi scartare le carte che hai in mano e pescare sei carte. Non puoi usare più di un'abilità Strilla e Afferra durante il tuo turno.",
|
||||
de: "Einmal während deines ersten Zuges kannst du deine Handkarten auf deinen Ablagestapel legen und 6 Karten ziehen. Du kannst die Fähigkeit Krawallkrallen nur einmal während deines Zuges einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -42,14 +45,16 @@ const card: Card = {
|
||||
en: "Motivate",
|
||||
fr: "Motivation",
|
||||
es: "Motivar",
|
||||
it: "Incentivo"
|
||||
it: "Incentivo",
|
||||
de: "Motivieren"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Attach up to 2 Basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
|
||||
fr: "Attachez jusqu'à 2 cartes Énergie de base de votre pile de défausse à l'un de vos Pokémon de Banc.",
|
||||
es: "Une hasta 2 cartas de Energía Básica de tu pila de descartes a uno de tus Pokémon en Banca.",
|
||||
it: "Assegna a uno dei tuoi Pokémon in panchina fino a due carte Energia base dalla tua pila degli scarti."
|
||||
it: "Assegna a uno dei tuoi Pokémon in panchina fino a due carte Energia base dalla tua pila degli scarti.",
|
||||
de: "Lege bis zu 2 Basis-Energiekarten aus deinem Ablagestapel an 1 Pokémon auf deiner Bank an."
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user