1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29: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

@ -21,7 +21,11 @@ const card: Card = {
evolveFrom: {
en: "Galarian Slowpoke",
fr: "Ramoloss de Galar"
fr: "Ramoloss de Galar",
es: "Slowpoke de Galar",
it: "Slowpoke di Galar",
pt: "Slowpoke de Galar",
de: "Galar-Flegmon"
},
abilities: [{
@ -38,7 +42,7 @@ const card: Card = {
effect: {
en: "Once during your turn, you may choose 1 of your Pokémon and flip a coin. If heads, heal 90 damage from that Pokémon. If tails, put 3 damage counters on that Pokémon.",
fr: "Une fois pendant votre tour, vous pouvez choisir lun de vos Pokémon et lancer une pièce. Si cest face, soignez 90 dégâts de ce Pokémon-là. Si cest pile, placez 3 marqueurs de dégâts sur ce même Pokémon.",
fr: "Une fois pendant votre tour, vous pouvez choisir l'un de vos Pokémon et lancer une pièce. Si c'est face, soignez 90 dégâts de ce Pokémon-là. Si c'est pile, placez 3 marqueurs de dégâts sur ce même Pokémon.",
es: "Una vez durante tu turno, puedes elegir 1 de tus Pokémon y lanzar 1 moneda. Si sale cara, cura 90 puntos de daño a ese Pokémon. Si sale cruz, pon 3 contadores de daño en ese Pokémon.",
it: "Una sola volta durante il tuo turno, puoi scegliere uno dei tuoi Pokémon e lanciare una moneta. Se esce testa, cura quel Pokémon da 90 danni. Se esce croce, metti tre segnalini danno sul quel Pokémon.",
pt: "Uma vez durante o seu turno, você poderá escolher 1 dos seus Pokémon e jogar 1 moeda. Se sair cara, cure 90 pontos de dano daquele Pokémon. Se sair coroa, coloque 3 contadores de dano naquele Pokémon.",
@ -78,8 +82,8 @@ const card: Card = {
stage: "Stage1",
description: {
en: "While chanting strange spells, this Pokémon combines its internal toxins with what its eaten, creating strange potions."
en: "While chanting strange spells, this Pokémon combines its internal toxins with what it's eaten, creating strange potions."
}
}
export default card
export default card