1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -4,21 +4,28 @@ import Set from '../SM Black Star Promos'
const card: Card = {
name: {
en: "Celesteela-GX",
fr: "Bamboiselle-GX",
es: "Celesteela-GX",
it: "Celesteela-GX",
pt: "Celesteela-GX",
de: "Kaguron-GX"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
797,
],
hp: 200,
types: [
"Metal",
],
suffix: "GX",
attacks: [
@ -30,11 +37,21 @@ const card: Card = {
],
name: {
en: "Rocket Fall",
fr: "Chute Propulsée",
es: "Caída Cohete",
it: "Caduta Razzo",
pt: "Queda Propulsada",
de: "Raketeneinschlag"
},
effect: {
en: "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
en: "This attack does 30 more damage for each Colorless in your opponents Active Pokémons Retreat Cost.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire.",
es: "Este ataque hace 30 puntos de daño más por cada Colorless en el Coste de Retirada del Pokémon Activo de tu rival.",
it: "Questo attacco infligge 30 danni in più per ogni Colorless nel costo di ritirata del Pokémon attivo del tuo avversario.",
pt: "Este ataque causa 30 pontos de dano a mais para cada Colorless no custo de Recuo do Pokémon Ativo do seu oponente.",
de: "Diese Attacke fügt 30 Schadenspunkte mehr mal der Anzahl der Colorless-Symbole in den Rückzugskosten des Aktiven Pokémon deines Gegners zu."
},
damage: 30,
damage: "30+",
},
{
@ -46,6 +63,11 @@ const card: Card = {
],
name: {
en: "Moon Press",
fr: "Pression Lunaire",
es: "Presión Lunar",
it: "Pressa Lunare",
pt: "Pressão Lunar",
de: "Mondkraft"
},
damage: 130,
@ -59,21 +81,33 @@ const card: Card = {
"Colorless",
],
name: {
en: "Blaster-GX",
en: "Blaster GX",
fr: "Réacteur GX",
es: "Cohete GX",
it: "Propulsus GX",
pt: "Detonador GX",
de: "Blaster GX"
},
effect: {
en: "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) (You can't use more than 1 GX attack in a game.)",
en: "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) (You cant use more than 1 GX attack in a game.)",
fr: "Tournez toutes vos cartes Récompense face découverte. (Ces cartes Récompense restent face découverte pour le reste de la partie.) (Vous ne pouvez utiliser quune attaque GX par partie.)",
es: "Pon todas tus cartas de Premio boca arriba. (Esas cartas de Premio permanecerán boca arriba durante el resto de la partida). (No puedes usar más de 1 ataque GX en una partida).",
it: "Gira tutte le tue carte Premio a faccia in su (rimarranno così per il resto della partita). Non puoi usare più di un attacco GX a partita.",
pt: "Vire para cima todas as suas cartas de Prêmio (elas permanecerão viradas para cima pelo resto da partida). (Você não pode usar mais de 1 ataque GX por partida.)",
de: "Decke alle deine Preiskarten auf. (Jene Preiskarten bleiben für den Rest des Spiels aufgedeckt.) (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
},
damage: 180,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -81,9 +115,7 @@ const card: Card = {
},
],
retreat: 4
}
export default card