1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -6,11 +6,15 @@ const card: Card = {
name: {
en: "Flapple",
fr: "Pomdrapi"
fr: "Pomdrapi",
es: "Flapple",
it: "Flapple",
pt: "Flapple",
de: "Drapfel"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
rarity: "None",
category: "Pokemon",
hp: 80,
types: ["Grass"],
@ -25,24 +29,40 @@ const card: Card = {
name: {
en: "Apple Drop",
fr: "Chute de Pommes"
fr: "Chute de Pommes",
es: "Caída de Manzanas",
it: "Caduta Mele",
pt: "Apple Drop",
de: "Apfelfall"
},
effect: {
en: "Once during your turn, you may put 2 damage counters on 1 of your opponents Pokémon. If you placed any damage counters in this way, shuffle this Pokémon and all attached cards into your deck.",
fr: "Une fois pendant votre tour, vous pouvez placer 2 marqueurs de dégâts sur lun des Pokémon de votre adversaire. Si vous avez placé des marqueurs de dégâts de cette façon, mélangez dans votre deck ce Pokémon et toutes les cartes attachées."
en: "Once during your turn, you may put 2 damage counters on 1 of your opponent's Pokémon. If you placed any damage counters in this way, shuffle this Pokémon and all attached cards into your deck.",
fr: "Une fois pendant votre tour, vous pouvez placer 2 marqueurs de dégâts sur l'un des Pokémon de votre adversaire. Si vous avez placé des marqueurs de dégâts de cette façon, mélangez dans votre deck ce Pokémon et toutes les cartes attachées.",
es: "Una vez durante tu turno, puedes poner 2 contadores de daño en 1 de los Pokémon de tu rival. Si has puesto algún contador de daño de esta manera, pon este Pokémon y todas las cartas unidas a él en tu baraja, y baraja todas las cartas.",
it: "Una sola volta durante il tuo turno, puoi mettere due segnalini danno su uno dei Pokémon del tuo avversario. Se hai messo dei segnalini danno in questo modo, rimischia questo Pokémon e tutte le carte a esso assegnate nel tuo mazzo.",
pt: "Once during your turn, you may put 2 damage counters on 1 of your opponent's Pokémon. If you placed any damage counters in this way, shuffle this Pokémon and all attached cards into your deck.",
de: "Einmal während deines Zuges kannst du 2 Schadensmarken auf 1 Pokémon deines Gegners legen. Wenn du auf diese Weise Schadensmarken platziert hast, mische dieses Pokémon und alle angelegten Karten in dein Deck."
}
}],
attacks: [{
name: {
en: "Acid Spray",
fr: "Bombe Acide"
fr: "Bombe Acide",
es: "Bomba Ácida",
it: "Acidobomba",
pt: "Acid Spray",
de: "Säurespeier"
},
effect: {
en: "Flip a coin. If heads, discard an Energy attached to your opponents Active Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie du Pokémon Actif de votre adversaire."
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie du Pokémon Actif de votre adversaire.",
es: "Lanza 1 moneda. Si sale cara, descarta 1 Energía del Pokémon Activo de tu rival.",
it: "Lancia una moneta. Se esce testa, scarta un'Energia dal Pokémon attivo del tuo avversario.",
pt: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
de: "Wirf 1 Münze. Lege bei Kopf 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
},
damage: 60,
@ -54,7 +74,23 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
description: {
en: "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns."
},
stage: "Stage1",
dexId: [841],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
regulationMark: "D"
}
export default card
export default card