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:
@ -21,7 +21,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Cherubi",
|
||||
fr: "Ceribou"
|
||||
fr: "Ceribou",
|
||||
de: "Kikugi",
|
||||
es: "Cherubi",
|
||||
pt: "Cherubi",
|
||||
it: "Cherubi"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
@ -31,16 +35,18 @@ const card: Card = {
|
||||
en: "Spring Bloom",
|
||||
es: "Floración Primaveral",
|
||||
it: "Fioritura Primaverile",
|
||||
pt: "Spring Bloom",
|
||||
de: "Frühlingsblühen"
|
||||
pt: "Florescer Primaveril",
|
||||
de: "Frühlingsblühen",
|
||||
fr: "Floraison Vernale"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As often as you like during your turn, you may attach a Grass Energy card from your hand to 1 of your Pokémon that doesn't have a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes).",
|
||||
es: "Todas las veces que quieras durante tu turno, puedes unir 1 carta de Energía Grass de tu mano a 1 de tus Pokémon que no tenga un recuadro de regla (Pokémon V, Pokémon-GX, etc. tienen recuadros de regla).",
|
||||
it: "Durante il tuo turno, puoi assegnare a uno dei tuoi Pokémon che non ha una regola speciale una carta Energia Grass dalla tua mano tutte le volte che vuoi. I Pokémon-V, i Pokémon-GX, ecc. hanno regole speciali.",
|
||||
pt: "As often as you like during your turn, you may attach a Grass Energy card from your hand to 1 of your Pokémon that doesn't have a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes).",
|
||||
de: "Beliebig oft während deines Zuges kannst du 1 Grass-Energiekarte aus deiner Hand an 1 deiner Pokémon anlegen, das kein Regelfeld hat (Pokémon-V, Pokémon-GX usw. haben Regelfelder)."
|
||||
en: "As often as you like during your turn, you may attach a {G} Energy card from your hand to 1 of your Pokémon that doesn't have a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes).",
|
||||
es: "Todas las veces que quieras durante tu turno, puedes unir 1 carta de Energía {G} de tu mano a 1 de tus Pokémon que no tenga un recuadro de regla (Pokémon V, Pokémon-GX, etc. tienen recuadros de regla).",
|
||||
it: "Durante il tuo turno, puoi assegnare a uno dei tuoi Pokémon che non ha una regola speciale una carta Energia {G} dalla tua mano tutte le volte che vuoi. I Pokémon-V, i Pokémon-GX, ecc. hanno regole speciali.",
|
||||
pt: "Quantas vezes desejar durante o seu turno, você poderá ligar 1 carta de Energia {G} da sua mão a 1 dos seus Pokémon que não tenha uma Caixa de Regras (Pokémon V, Pokémon-GX, etc. têm Caixas de Regras).",
|
||||
de: "Beliebig oft während deines Zuges kannst du 1 {G}-Energiekarte aus deiner Hand an 1 deiner Pokémon anlegen, das kein Regelfeld hat (Pokémon-V, Pokémon-GX usw. haben Regelfelder).",
|
||||
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie {G} de votre main à l'un de vos Pokémon n'ayant pas d'encadré Règle(les Pokémon-V, Pokémon-GX, etc. ont des encadrés Règle)."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -71,7 +77,7 @@ const card: Card = {
|
||||
fr: "Canon Graine",
|
||||
es: "Bomba Germen",
|
||||
it: "Semebomba",
|
||||
pt: "Seed Bomb",
|
||||
pt: "Bomba de Sementes",
|
||||
de: "Samenbomben"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user