mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -21,7 +21,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Dottler",
|
||||
fr: "Coléodôme"
|
||||
fr: "Coléodôme",
|
||||
es: "Dottler",
|
||||
it: "Dottler",
|
||||
pt: "Dottler",
|
||||
de: "Keradar"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
@ -36,7 +40,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "For each Energy attached to this Pokémon, search your deck for a Stage 2 Pokémon, except Orbeetle, and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Pour chaque Énergie attachée à ce Pokémon, cherchez dans votre deck un Pokémon de Niveau 2, à l’exception d’Astronelle, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
fr: "Pour chaque Énergie attachée à ce Pokémon, cherchez dans votre deck un Pokémon de Niveau 2, à l'exception d'Astronelle, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Por cada Energía unida a este Pokémon, busca en tu baraja 1 Pokémon de Fase 2, excepto Orbeetle, y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Per ogni Energia assegnata a questo Pokémon, cerca nel tuo mazzo un Pokémon di Fase 2, a eccezione di Orbeetle, e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Para cada Energia ligada a este Pokémon, procure por 1 Pokémon Estágio 2 no seu baralho, exceto por Orbeetle, e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
@ -47,7 +51,7 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Zen Headbutt",
|
||||
fr: "Psykoud’Boul",
|
||||
fr: "Psykoud'Boul",
|
||||
es: "Cabezazo Zen",
|
||||
it: "Cozzata Zen",
|
||||
pt: "Cabeçada Zen",
|
||||
@ -81,8 +85,8 @@ const card: Card = {
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It emits psychic energy to observe and study what’s around it—and what’s around it can include things over six miles away."
|
||||
en: "It emits psychic energy to observe and study what's around it—and what's around it can include things over six miles away."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user