mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 12:59:18 +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: "Oddish"
|
||||
en: "Oddish",
|
||||
fr: "Mystherbe",
|
||||
es: "Oddish",
|
||||
it: "Oddish",
|
||||
de: "Myrapla",
|
||||
'pt-br': "Oddish",
|
||||
ko: "뚜벅쵸"
|
||||
},
|
||||
|
||||
illustrator: "Asako Ito",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds."
|
||||
en: "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds.",
|
||||
fr: "Il ne bouge que lorsqu'il est exposé aux rayons de la lune.\nIl se déplace alors pour disséminer ses graines.",
|
||||
es: "Se mueve al exponerse a la luz de la luna.\nMerodea por la noche para esparcir sus semillas.",
|
||||
it: "Inizia a muoversi quando è illuminato dalla luce\nlunare. Di notte se ne va in giro a spargere semi.",
|
||||
de: "Wird es vom Mondschein getroffen, bewegt es\nsich. Nachts wandert es weite Wege, um seine\nSamen zu verstreuen.",
|
||||
'pt-br': "Ao ser exposto à luz da lua, começa\na se mover. Aventura-se por aí durante\na noite para espalhar suas sementes.",
|
||||
ko: "달빛을 받아 움직인다.\n밤중에 씨앗을 여기저기\n뿌리기 위해 돌아다닌다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blot"
|
||||
en: "Blot",
|
||||
fr: "Pâté",
|
||||
es: "Absorción",
|
||||
it: "Macchia",
|
||||
de: "Klecks",
|
||||
'pt-br': "Borrão",
|
||||
ko: "조금흡수"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon."
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 10 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 10회복."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user