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,19 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Noivern-GX",
|
||||
fr: "Bruyverne-GX",
|
||||
es: "Noivern-GX",
|
||||
it: "Noivern-GX",
|
||||
pt: "Noivern-GX",
|
||||
de: "UHaFnir-GX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
715,
|
||||
],
|
||||
|
||||
hp: 200,
|
||||
|
||||
types: [
|
||||
"Dragon",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Noibat",
|
||||
fr: "Sonistrelle",
|
||||
@ -34,48 +42,73 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Distort",
|
||||
fr: "Torsion",
|
||||
es: "Distorsionar",
|
||||
it: "Distorsione",
|
||||
pt: "Distorcer",
|
||||
de: "Knistern"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Item cards from their hand during their next turn.",
|
||||
en: "Your opponent can’t play any Item cards from their hand during their next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de carte Objet de sa main pendant son prochain tour.",
|
||||
es: "Tu rival no puede jugar ninguna carta de Objeto de su mano durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare le carte Strumento che ha in mano durante il suo prossimo turno.",
|
||||
pt: "Seu oponente não poderá jogar nenhuma carta de Item da própria mão durante a próxima vez dele(a) jogar.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Itemkarten aus seiner Hand spielen."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Psychic",
|
||||
"Darkness",
|
||||
"Psychic",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Sonic Volume",
|
||||
fr: "Volume Sonique",
|
||||
es: "Volumen Sónico",
|
||||
it: "Volume Audio",
|
||||
pt: "Volume Sônico",
|
||||
de: "Schallvolumen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Special Energy cards from their hand during their next turn.",
|
||||
en: "Your opponent can’t play any Special Energy cards from their hand during their next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de carte Énergie spéciale de sa main pendant son prochain tour.",
|
||||
es: "Tu rival no puede jugar ninguna carta de Energía Especial de su mano durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare le carte Energia speciale che ha in mano durante il suo prossimo turno.",
|
||||
pt: "Seu oponente não poderá jogar nenhuma carta de Energia Especial da própria mão durante a próxima vez dele(a) jogar.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Spezial-Energiekarten aus seiner Hand spielen."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Psychic",
|
||||
"Darkness",
|
||||
"Psychic",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Boomburst-GX",
|
||||
fr: "Bang Sonique-GX",
|
||||
en: "Boomburst GX",
|
||||
fr: "Bang Sonique GX",
|
||||
es: "Estruendo GX",
|
||||
it: "Ondaboato-GX",
|
||||
pt: "Rajada Explosiva GX",
|
||||
de: "Überschallknall GX"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
|
||||
en: "This attack does 50 damage to each of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.) (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Cette attaque inflige 50 dégâts à chacun des Pokémon de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "Este ataque hace 50 puntos de daño a cada uno de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca). (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Questo attacco infligge 50 danni a ciascuno dei Pokémon del tuo avversario. Ricorda che non puoi applicare debolezza e resistenza ai Pokémon in panchina. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "Este ataque causa 50 pontos de dano a cada um dos Pokémon do seu oponente (não aplique Fraqueza e Resistência aos Pokémon no Banco). (Você não pode usar mais de 1 ataque GX por partida.)",
|
||||
de: "Diese Attacke fügt jedem Pokémon deines Gegners 50 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.) (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fairy",
|
||||
@ -83,10 +116,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user