mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Natu",
|
||||
fr: "Natu"
|
||||
fr: "Natu",
|
||||
es: "Natu",
|
||||
it: "Natu",
|
||||
pt: "Natu",
|
||||
de: "Natu"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -28,17 +32,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Warp",
|
||||
fr: "Téléportation d’Énergie",
|
||||
fr: "Téléportation d'Énergie",
|
||||
es: "Teletransporte Energía",
|
||||
it: "Distorsione Energetica",
|
||||
pt: "Portal de Energia",
|
||||
de: "Energiewarp"
|
||||
},
|
||||
effect: {
|
||||
en: "Move an Energy from 1 of your opponent’s Benched Pokémon to their Active Pokémon.",
|
||||
fr: "Déplacez une Énergie de l’un des Pokémon de Banc de votre adversaire vers son Pokémon Actif.",
|
||||
en: "Move an Energy from 1 of your opponent's Benched Pokémon to their Active Pokémon.",
|
||||
fr: "Déplacez une Énergie de l'un des Pokémon de Banc de votre adversaire vers son Pokémon Actif.",
|
||||
es: "Mueve 1 Energía de 1 de los Pokémon en Banca de tu rival a su Pokémon Activo.",
|
||||
it: "Sposta un’Energia da uno dei Pokémon nella panchina del tuo avversario al suo Pokémon attivo.",
|
||||
it: "Sposta un'Energia da uno dei Pokémon nella panchina del tuo avversario al suo Pokémon attivo.",
|
||||
pt: "Mova 1 Energia de 1 dos Pokémon no Banco do seu oponente para o Pokémon Ativo dele(a).",
|
||||
de: "Verschiebe 1 Energie von 1 Pokémon auf der Bank deines Gegners auf sein Aktives Pokémon."
|
||||
},
|
||||
@ -57,8 +61,8 @@ const card: Card = {
|
||||
de: "Psychokinese"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Este ataque causa 30 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
|
Reference in New Issue
Block a user