mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09: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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Grimer",
|
||||
fr: "Tadmorv"
|
||||
fr: "Tadmorv",
|
||||
es: "Grimer",
|
||||
it: "Grimer",
|
||||
pt: "Grimer",
|
||||
de: "Sleima"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -40,8 +44,8 @@ const card: Card = {
|
||||
de: "Dreifachgift"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During Pokémon Checkup, put 3 damage counters on that Pokémon instead of 1.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le Contrôle Pokémon, placez 3 marqueurs de dégâts sur ce Pokémon-là au lieu d’un.",
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 3 damage counters on that Pokémon instead of 1.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le Contrôle Pokémon, placez 3 marqueurs de dégâts sur ce Pokémon-là au lieu d'un.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Durante el Chequeo Pokémon, pon 3 contadores de daño en ese Pokémon en vez de 1.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Durante il controllo Pokémon, metti tre segnalini danno invece di uno su quel Pokémon.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Durante o Checape Pokémon, coloque 3 contadores de dano ao invés de 1 naquele Pokémon.",
|
||||
@ -90,7 +94,7 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Because they scatter germs everywhere, they’ve long been targeted for extermination, leading to a steep decline in their population."
|
||||
en: "Because they scatter germs everywhere, they've long been targeted for extermination, leading to a steep decline in their population."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user