mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Charizard ex"
|
||||
en: "Charizard ex",
|
||||
fr: "Dracaufeu-ex",
|
||||
es: "Charizard ex",
|
||||
it: "Charizard-ex",
|
||||
de: "Glurak-ex",
|
||||
'pt-br': "Charizard ex",
|
||||
ko: "리자몽 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -22,17 +28,35 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Stoke"
|
||||
en: "Stoke",
|
||||
fr: "Attisement",
|
||||
es: "Atizador",
|
||||
it: "Attizzatoio",
|
||||
de: "Anheizen",
|
||||
'pt-br': "Carregar",
|
||||
ko: "타오르기"
|
||||
},
|
||||
|
||||
cost: ["Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Take 3 [Fire] Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Take 3 {R} Energy from your Energy Zone and attach it to this Pokémon.",
|
||||
fr: "Prenez 3 Énergies {R} de votre zone Énergie et attachez-les à ce Pokémon.",
|
||||
es: "Une 3 Energías {R} de tu área de Energía a este Pokémon.",
|
||||
it: "Prendi 3 Energie {R} dalla tua Zona Energia e assegnale a questo Pokémon.",
|
||||
de: "Lege 3 {R}-Energien aus deinem Energiebereich an dieses Pokémon an.",
|
||||
'pt-br': "Pegue 3 Energias {R} da sua Zona de Energia e ligue-as a este Pokémon.",
|
||||
ko: "자신의 에너지존에서 {R}에너지를 3개 내보내 이 포켓몬에게 붙인다."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Steam Artillery"
|
||||
en: "Steam Artillery",
|
||||
fr: "Artillerie Vapeur",
|
||||
es: "Artillería de Vapor",
|
||||
it: "Artiglieria Vapore",
|
||||
de: "Dampfgeschütz",
|
||||
'pt-br': "Artilharia de Vapor",
|
||||
ko: "타오르는대포"
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
@ -48,4 +72,4 @@ const card: Card = {
|
||||
rarity: "Two Shiny"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user