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:
@ -38,11 +38,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
pt: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
pt: "Your opponent's Active Pokémon is now Asleep.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
|
||||
},
|
||||
|
||||
@ -58,11 +58,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is affected by a Special Condition, this attack does 90 more damage. Then, that Pokémon recovers from all Special Conditions.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 90 dégâts supplémentaires. Ensuite, ce Pokémon-là guérit de tous les États Spéciaux.",
|
||||
en: "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 90 more damage. Then, that Pokémon recovers from all Special Conditions.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 90 dégâts supplémentaires. Ensuite, ce Pokémon-là guérit de tous les États Spéciaux.",
|
||||
es: "Si el Pokémon Activo de tu rival se ve afectado por una Condición Especial, este ataque hace 90 puntos de daño más. Después, ese Pokémon se recupera de todas las Condiciones Especiales.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è influenzato da una condizione speciale, questo attacco infligge 90 danni in più. Poi quel Pokémon guarisce da tutte le condizioni speciali.",
|
||||
pt: "If your opponent’s Active Pokémon is affected by a Special Condition, this attack does 90 more damage. Then, that Pokémon recovers from all Special Conditions.",
|
||||
pt: "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 90 more damage. Then, that Pokémon recovers from all Special Conditions.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners von einem Speziellen Zustand betroffen ist, fügt diese Attacke 90 Schadenspunkte mehr zu. Jenes Pokémon erholt sich anschließend von allen Speziellen Zuständen."
|
||||
},
|
||||
|
||||
@ -80,7 +80,23 @@ const card: Card = {
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
|
||||
evolveFrom: {
|
||||
en: "Drowzee",
|
||||
fr: "Soporifik",
|
||||
es: "Drowzee",
|
||||
it: "Drowzee",
|
||||
pt: "Drowzee",
|
||||
de: "Traumato"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "There are some Hypno that assist doctors with patients who can't sleep at night in hospitals."
|
||||
},
|
||||
|
||||
dexId: [97],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user