1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-07 14:41:58 +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

@@ -24,6 +24,10 @@ const card: Card = {
evolveFrom: {
en: "Stonjourner V",
fr: "Dolman-V",
es: "Stonjourner V",
it: "Stonjourner V",
pt: "Stonjourner V",
de: "Humanolith V"
},
stage: "VMAX",
@@ -43,7 +47,7 @@ const card: Card = {
},
effect: {
en: "Attach a Fighting Energy card from your hand to 1 of your Pokémon. If you do, heal 120 damage from that Pokémon.",
fr: "Attachez une carte Énergie Fighting de votre main à lun de vos Pokémon. Dans ce cas, soignez 120 dégâts de ce Pokémon-là.",
fr: "Attachez une carte Énergie Fighting de votre main à l'un de vos Pokémon. Dans ce cas, soignez 120 dégâts de ce Pokémon-là.",
es: "Une 1 carta de Energía Fighting de tu mano a 1 de tus Pokémon. Si lo haces, cura 120 puntos de daño a ese Pokémon.",
it: "Assegna a uno dei tuoi Pokémon una carta Energia Fighting dalla tua mano. Se lo fai, cura quel Pokémon da 120 danni.",
pt: "Ligue 1 carta de Energia Fighting da sua mão a 1 dos seus Pokémon. Se fizer isto, cure 120 pontos de dano daquele Pokémon.",
@@ -86,7 +90,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
dexId: [874]
}
export default card