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,14 @@ const card: Card = {
name: {
en: "Pikachu",
fr: "Pikachu"
fr: "Pikachu",
es: "Pikachu",
pt: "Pikachu",
de: "Pikachu"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
@ -18,19 +21,28 @@ const card: Card = {
attacks: [{
name: {
en: "Tail Whip",
fr: "Mimi-Queue"
fr: "Mimi-Queue",
es: "Látigo",
pt: "Tail Whip",
de: "Rutenschlag"
},
effect: {
en: "Flip a coin. If heads, during your opponents next turn, the Defending Pokémon cant attack.",
fr: "Lancez une pièce. Si cest face, pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas attaquer."
en: "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack.",
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas attaquer.",
es: "Lanza 1 moneda. Si sale cara, durante el próximo turno de tu rival, el Pokémon Defensor no puede atacar.",
pt: "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack.",
de: "Wirf 1 Münze. Bei Kopf kann sich das Verteidigende Pokémon während des nächsten Zuges deines Gegners nicht zurückziehen."
},
cost: ["Colorless"]
}, {
name: {
en: "Pika Bolt",
fr: "PikÉclair"
fr: "Pik'Éclair",
es: "Rayo Pika",
pt: "Pika Bolt",
de: "Pikaschuss"
},
damage: 50,
@ -42,7 +54,23 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
description: {
en: "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy."
},
stage: "Basic",
dexId: [25],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
regulationMark: "D"
}
export default card
export default card