mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Frost Rotom",
|
||||
fr: "Motisma Froid",
|
||||
es: "Rotom Frío",
|
||||
it: "Rotom Gelo",
|
||||
pt: "Rotom Congelante",
|
||||
de: "Frost-Rotom"
|
||||
},
|
||||
illustrator: "MAHOU",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Roto Motor",
|
||||
fr: "Moti-Moteur",
|
||||
es: "Motor Rotom",
|
||||
it: "Rotomotore",
|
||||
pt: "Rotom Motor",
|
||||
de: "Roto-Motor"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have 9 or more Pokémon Tool cards in your discard pile, ignore all Energy in the attack cost of each of this Pokémon's attacks.",
|
||||
en: "If you have 9 or more Pokémon Tool cards in your discard pile, ignore all Energy in the attack cost of each of this Pokémon’s attacks.",
|
||||
fr: "Si vous avez 9 cartes Outil Pokémon ou plus dans votre pile de défausse, ignorez toutes les Énergies dans le coût d’attaque de chacune des attaques de ce Pokémon.",
|
||||
es: "Si tienes 9 o más cartas de Herramienta Pokémon en tu pila de descartes, ignora todas las Energías en el coste de los ataques de este Pokémon.",
|
||||
it: "Se hai nove o più carte Oggetto Pokémon nella tua pila degli scarti, ignora tutte le Energie necessarie per usare ciascuno degli attacchi di questo Pokémon.",
|
||||
pt: "Se você tiver 9 ou mais cartas de Ferramenta Pokémon na sua pilha de descarte, ignore todas as Energias no custo do ataque de cada ataque deste Pokémon.",
|
||||
de: "Wenn du 9 Pokémon-Ausrüstungen oder mehr in deinem Ablagestapel hast, ignoriere alle Energien in den Attackenkosten jeder Attacke dieses Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,12 +55,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Frost Crush",
|
||||
fr: "Écrasement Froid",
|
||||
es: "Comprimir Frío",
|
||||
it: "Rompigelo",
|
||||
pt: "Esmagada Congelante",
|
||||
de: "Frostschmettern"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage times the amount of Energy attached to all of your opponent's Pokémon.",
|
||||
en: "This attack does 20 more damage times the amount of Energy attached to all of your opponent’s Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires multipliés par le nombre d’Énergies attachées aux Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Energía unida a todos los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Energia assegnata ai Pokémon del tuo avversario.",
|
||||
pt: "Este ataque causa 20 pontos de dano a mais vezes a quantidade de Energia ligada a todos os Pokémon do seu oponente.",
|
||||
de: "Diese Attacke fügt 20 Schadenspunkte mehr mal der Anzahl der an alle Pokémon deines Gegners angelegten Energien zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user