1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49: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:
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: "Coalossal",
fr: "Monthracite"
fr: "Monthracite",
es: "Coalossal",
it: "Coalossal",
pt: "Coalossal",
de: "Montecarbo"
},
illustrator: "Kouki Saitou",
rarity: "Common",
rarity: "None",
category: "Pokemon",
hp: 160,
types: ["Fighting"],
@ -25,19 +29,31 @@ const card: Card = {
name: {
en: "Tar Generator",
fr: "Générateur de Poix"
fr: "Générateur de Poix",
es: "Generador Alquitrán",
it: "Generatore di Catrame",
pt: "Tar Generator",
de: "Teergenerator"
},
effect: {
en: "Once during your turn, you may attach a Fire Energy card, a Fighting Energy card, or 1 of each from your discard pile to your Pokémon in any way you like.",
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Fire, une carte Énergie Fighting, ou une de chaque de votre pile de défausse à vos Pokémon comme il vous plaît."
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Fire, une carte Énergie Fighting, ou une de chaque de votre pile de défausse à vos Pokémon comme il vous plaît.",
es: "Una vez durante tu turno, puedes unir 1 carta de Energía Fire, 1 carta de Energía Fighting o 1 de cada una de tu pila de descartes a tus Pokémon de la manera que desees.",
it: "Una sola volta durante il tuo turno, puoi assegnare ai tuoi Pokémon una carta Energia Fire, una carta Energia Fighting o entrambe dalla tua pila degli scarti nel modo che preferisci.",
pt: "Once during your turn, you may attach a Fire Energy card, a Fighting Energy card, or 1 of each from your discard pile to your Pokémon in any way you like.",
de: "Einmal während deines Zuges kannst du 1 Fire-Energiekarte, 1 Fighting-Energiekarte oder von beiden 1 aus deinem Ablagestapel beliebig an deine Pokémon anlegen."
}
}],
attacks: [{
name: {
en: "Flaming Avalanche",
fr: "Avalanche Ardente"
fr: "Avalanche Ardente",
es: "Avalancha Flamígera",
it: "Slavina Fiammeggiante",
pt: "Flaming Avalanche",
de: "Lodernde Lawine"
},
damage: 130,
@ -49,7 +65,23 @@ const card: Card = {
value: "×2"
}],
retreat: 4
retreat: 4,
description: {
en: "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit."
},
stage: "Stage2",
dexId: [839],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
regulationMark: "D"
}
export default card
export default card