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: "Pikachu",
fr: "Pikachu"
fr: "Pikachu",
es: "Pikachu",
it: "Pikachu",
pt: "Pikachu",
de: "Pikachu"
},
illustrator: "Hideki Ishikawa",
rarity: "Common",
rarity: "None",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
en: "Iron Tail",
fr: "Queue de Fer"
fr: "Queue de Fer",
es: "Cola Férrea",
it: "Codacciaio",
pt: "Iron Tail",
de: "Eisenschweif"
},
effect: {
en: "Flip a coin until you get tails. This attack does 30 damage for each heads.",
fr: "Lancez une pièce jusquà obtenir un côté pile. Cette attaque inflige 30 dégâts pour chaque côté face."
fr: "Lancez une pièce jusqu'à obtenir un côté pile. Cette attaque inflige 30 dégâts pour chaque côté face.",
es: "Lanza 1 moneda hasta que salga cruz. Este ataque hace 30 puntos de daño por cada cara.",
it: "Lancia una moneta finché non esce croce. Questo attacco infligge 30 danni ogni volta che esce testa.",
pt: "Flip a coin until you get tails. This attack does 30 damage for each heads.",
de: "Wirf so lange 1 Münze, bis zum ersten Mal das Ergebnis Zahl kommt. Diese Attacke fügt 30 Schadenspunkte pro Kopf zu."
},
damage: "30×",
@ -31,7 +43,11 @@ const card: Card = {
}, {
name: {
en: "Electro Ball",
fr: "Boule Élek"
fr: "Boule Élek",
es: "Bola Voltio",
it: "Energisfera",
pt: "Electro Ball",
de: "Elektroball"
},
damage: 60,
@ -43,7 +59,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