mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,24 +4,33 @@ import Set from '../Unified Minds'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite-GX",
|
||||
fr: "Dracolosse-GX",
|
||||
es: "Dragonite-GX",
|
||||
it: "Dragonite-GX",
|
||||
pt: "Dragonite-GX",
|
||||
de: "Dragoran-GX"
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: undefined,
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
149,
|
||||
],
|
||||
|
||||
hp: 250,
|
||||
|
||||
types: [
|
||||
"Dragon",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Dragonair",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -32,6 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Claw",
|
||||
fr: "Dracogriffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
pt: "Garra de Dragão",
|
||||
de: "Drachenklaue"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
@ -47,9 +61,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sky Judgment",
|
||||
fr: "Jugement Céleste",
|
||||
es: "Juicio Celeste",
|
||||
it: "Giudizio Celeste",
|
||||
pt: "Julgamento Celeste",
|
||||
de: "Himmelsurteil"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy from this Pokémon.",
|
||||
fr: "Défaussez 3 Énergies de ce Pokémon.",
|
||||
es: "Descarta 3 Energías de este Pokémon.",
|
||||
it: "Scarta tre Energie assegnate a questo Pokémon.",
|
||||
pt: "Descarte 3 Energias deste Pokémon.",
|
||||
de: "Lege 3 Energien von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 270,
|
||||
|
||||
@ -60,13 +84,24 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mach Delivery GX",
|
||||
fr: "Livraison Flash GX",
|
||||
es: "Reparto Mach GX",
|
||||
it: "Consegna Mach GX",
|
||||
pt: "Entrega Supersônica GX",
|
||||
de: "Überschall-Lieferung GX"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Vous pouvez défausser autant de cartes que vous voulez de votre main jusqu’à en avoir 9 ou moins. Piochez des cartes jusqu’à ce que vous ayez 10 cartes en main. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "Puedes descartar cualquier cantidad de cartas de tu mano hasta que tengas 9 o menos. Roba cartas hasta que tengas 10 cartas en tu mano. (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Puoi scartare un numero qualsiasi di carte che hai in mano finché ne hai nove o meno. Pesca fino ad avere 10 carte in mano. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "Você pode descartar qualquer número de cartas da sua mão até ter 9 cartas ou menos. Compre cartas até ter 10 cartas na sua mão (você não pode usar mais de 1 ataque GX por partida).",
|
||||
de: "Du kannst beliebig viele Karten aus deiner Hand auf deinen Ablagestapel legen, bis du 9 oder weniger Karten auf der Hand hast. Ziehe so lang Karten, bis du 10 Karten auf deiner Hand hast. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fairy",
|
||||
@ -74,10 +109,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user