mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 21:39: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: "Heracross"
|
||||
en: "Heracross",
|
||||
fr: "Scarhino",
|
||||
es: "Heracross",
|
||||
it: "Heracross",
|
||||
de: "Skaraborn",
|
||||
'pt-br': "Heracross",
|
||||
ko: "헤라크로스"
|
||||
},
|
||||
|
||||
illustrator: "Satoshi Shirai",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "It loves sweet nectar. To keep all the nectar to itself, it hurls rivals away with its prized horn."
|
||||
en: "It loves sweet nectar. To keep all the nectar to itself, it hurls rivals away with its prized horn.",
|
||||
fr: "Il aime tellement la sève qu'il la défend\njalousement : à l'aide de son imposante corne,\nil projette quiconque s'en approche dans les airs.",
|
||||
es: "Le encanta la savia dulce y usa su cuerno para lanzar\npor los aires a cualquiera que se acerque a ella.",
|
||||
it: "È ghiotto della dolce linfa degli alberi e\nper non farsela rubare scaglia lontano\ni nemici con il suo possente corno.",
|
||||
de: "Es liebt süßen Baumsaft. Mit seinem Horn, auf\ndas es sehr stolz ist, schleudert es Rivalen hinfort,\num allen Baumsaft für sich zu beanspruchen.",
|
||||
'pt-br': "Este Pokémon adora néctar doce. Para ficar com todo\no néctar para si mesmo, arremessa os rivais para longe\ncom seu chifre precioso.",
|
||||
ko: "달콤한 꿀을 아주 좋아해서\n혼자 독차지하기 위해\n자랑스런 뿔을 써서 상대를 내동댕이친다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Single-Horn Throw"
|
||||
en: "Single-Horn Throw",
|
||||
fr: "Lancer Unicorne",
|
||||
es: "Lanzamiento Cuerno",
|
||||
it: "Lancio Monocorno",
|
||||
de: "Einzelhornwurf",
|
||||
'pt-br': "Arremesso Unicórnio",
|
||||
ko: "한판던지기"
|
||||
},
|
||||
|
||||
damage: "50+",
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. If both of them are heads, this attack does 70 more damage."
|
||||
en: "Flip 2 coins. If both of them are heads, this attack does 70 more damage.",
|
||||
fr: "Lancez 2 pièces. Si toutes sont côté face, cette attaque inflige 70 dégâts de plus.",
|
||||
es: "Lanza 2 monedas. Si en las dos sale cara, este ataque hace 70 puntos de daño más.",
|
||||
it: "Lancia 2 volte una moneta. Se esce testa entrambe le volte, questo attacco infligge 70 danni in più.",
|
||||
de: "Wirf 2 Münzen. [Gr:Count p=\"Zeigen alle Münzen Kopf,\" one=\"Bei Kopf\" two=\"Zeigen beide Münzen Kopf,\" ] fügt diese Attacke 70 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue 2 moedas. Se as duas saírem cara, este ataque causará 70 pontos de dano a mais.",
|
||||
ko: "동전을 2번 던져서 모두 앞면이 나오면 70데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Burmy"
|
||||
en: "Burmy",
|
||||
fr: "Cheniti",
|
||||
es: "Burmy",
|
||||
it: "Burmy",
|
||||
de: "Burmy",
|
||||
'pt-br': "Burmy",
|
||||
ko: "도롱충이"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "To shelter itself from cold, wintry winds, it cover itself with a cloak made of twigs and leaves."
|
||||
en: "To shelter itself from cold, wintry winds, it covers\nitself with a cloak made of twigs and leaves.",
|
||||
fr: "Pour se protéger des vents glacés de l'hiver,\nil s'est tissé une cape de feuilles et de brindilles.",
|
||||
es: "Para protegerse de los vientos fríos invernales,\nse cubre con un caparazón de ramas y hojas.",
|
||||
it: "Per ripararsi dal freddo e dai venti invernali\nsi copre con un manto fatto di rami e foglie.",
|
||||
de: "Um sich vor dem eisigen Winterwind zu schützen,\nlegt es sich unter einen Umhang aus Ästen und Laub.",
|
||||
'pt-br': "Para se proteger dos ventos gelados do inverno, cobre-se\ncom um manto feito de galhos e folhas.",
|
||||
ko: "차가운 초겨울 바람을 막으려고\n작은 가지나 낙엽을 재료로\n도롱이를 만들어 몸을 감싼다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Mothim"
|
||||
en: "Mothim",
|
||||
fr: "Papilord",
|
||||
es: "Mothim",
|
||||
it: "Mothim",
|
||||
de: "Moterpel",
|
||||
'pt-br': "Mothim",
|
||||
ko: "나메일"
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It loves the honey of flowers and steals honey collected by Combee."
|
||||
en: "It loves the honey of flowers and steals honey collected by Combee.",
|
||||
fr: "Il aime le nectar des fleurs et n'hésite\npas à voler celui que récupère Apitrini.",
|
||||
es: "Le encanta la miel de las flores y roba la que recoge Combee.",
|
||||
it: "Ama il nettare dei fiori. Ruba e mangia\nil nettare raccolto da Combee.",
|
||||
de: "Es liebt Honig und stiehlt den Honig,\nder von Wadribie gesammelt wurde.",
|
||||
'pt-br': "Adora o néctar das flores e rouba mel\ncoletado por Combee.",
|
||||
ko: "꽃의 꿀을 매우 좋아한다.\n세꿀버리가 모아둔 꿀을\n가로채어 먹어 버린다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gust"
|
||||
en: "Gust",
|
||||
fr: "Tornade",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
de: "Windstoß",
|
||||
'pt-br': "Lufada de Vento",
|
||||
ko: "바람일으키기"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Combee"
|
||||
en: "Combee",
|
||||
fr: "Apitrini",
|
||||
es: "Combee",
|
||||
it: "Combee",
|
||||
de: "Wadribie",
|
||||
'pt-br': "Combee",
|
||||
ko: "세꿀버리"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "At night, Combee sleep in a group of about a hundred, packed closely together in a lump."
|
||||
en: "At night, Combee sleep in a group of about a hundred, packed closely together in a lump.",
|
||||
fr: "À la nuit tombée, les Apitrini s'agglutinent\npar grappes de cent pour dormir.",
|
||||
es: "Cuando llega la noche, se juntan unos cien\nCombee y duermen formando una gran colmena.",
|
||||
it: "Scesa la notte, formano dei grandi alveari di\ncirca 100 esemplari e dormono raggruppati.",
|
||||
de: "Des Nachts schmiegen sich bis zu 100 Wadribie\naneinander und formieren sich so zum Schlafen\nzu einem großen Gebilde.",
|
||||
'pt-br': "À noite, Combee dormem amontados\nem grupos de aproximadamente cem indivíduos.",
|
||||
ko: "밤이 되면 100마리 정도의\n세꿀버리가 모여\n커다란 덩어리가 되어 잠잔다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
de: "Käferbiss",
|
||||
'pt-br': "Picada",
|
||||
ko: "벌레먹기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Vespiquen"
|
||||
en: "Vespiquen",
|
||||
fr: "Apireine",
|
||||
es: "Vespiquen",
|
||||
it: "Vespiquen",
|
||||
de: "Honweisel",
|
||||
'pt-br': "Vespiquen",
|
||||
ko: "비퀸"
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It houses its colony in cells in its body and releases various pheromones to make those grubs do its bidding."
|
||||
en: "It houses its colony in cells in its body and releases various pheromones to make those grubs do its bidding.",
|
||||
fr: "Son abdomen abrite ses petits, qu'il\ncontrôle grâce à des phéromones.",
|
||||
es: "Cría larvas en los panales de su cuerpo y\nsegrega diversas feromonas para controlarlas.",
|
||||
it: "Nell'addome ospita la sua progenie, sulla quale esercita\nun controllo assoluto tramite i feromoni che rilascia.",
|
||||
de: "Sein Rumpf fungiert als Wabe für die Larven,\ndie es mithilfe verschiedener Pheromone frei\nherumkommandieren kann.",
|
||||
'pt-br': "Guarda sua colônia em células do seu corpo\ne libera vários feromônios para que as larvas\ncumpram suas exigências.",
|
||||
ko: "몸통은 새끼들의 둥지다.\n여러 페로몬을 내뿜어\n새끼들을 자유롭게 조종한다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Reckless Charge"
|
||||
en: "Reckless Charge",
|
||||
fr: "Attaque Imprudente",
|
||||
es: "Carga Descuidada",
|
||||
it: "Carica Avventata",
|
||||
de: "Waghalsiger Sturmangriff",
|
||||
'pt-br': "Carga Indomável",
|
||||
ko: "돌격"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Grass", "Grass", "Grass"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 30 dégâts.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon também causa 30 pontos de dano a si mesmo.",
|
||||
ko: "이 포켓몬에게도 30데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cherubi"
|
||||
en: "Cherubi",
|
||||
fr: "Ceribou",
|
||||
es: "Cherubi",
|
||||
it: "Cherubi",
|
||||
de: "Kikugi",
|
||||
'pt-br': "Cherubi",
|
||||
ko: "체리버"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "It nimbly dashes about to avoid getting pecked by bird Pokémon that would love to make off with its small, nutrient-rich storage ball."
|
||||
en: "It nimbly dashes about to avoid getting pecked by bird Pokémon that would love to make off with its small, nutrient-rich storage ball.",
|
||||
fr: "Il s'enfuit à la vue des Pokémon oiseaux, dont le mets\nfavori est sa petite boule remplie de nutriments.",
|
||||
es: "Se ve obligado a huir constantemente de\nlos Pokémon pájaro, pues su pequeña esfera\nrepleta de nutrientes es su manjar predilecto.",
|
||||
it: "Fugge dai Pokémon alati, ghiotti della\nsua pallina ricca di sostanze nutritive.",
|
||||
de: "Sein nährstoffreiches Bällchen erfreut sich bei\nVogel-Pokémon großer Beliebtheit. Es ist ständig\nauf der Flucht, damit es nicht gefressen wird.",
|
||||
'pt-br': "Corre agilmente para evitar ser bicado por Pokémon\npássaro que adorariam fugir com sua bolinha\nde armazenamento rica em nutrientes.",
|
||||
ko: "영양이 듬뿍 담긴 구슬을\n새포켓몬들이 아주 좋아한다.\n쪼이지 않기 위해 도망 다닌다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leafage"
|
||||
en: "Leafage",
|
||||
fr: "Feuillage",
|
||||
es: "Follaje",
|
||||
it: "Fogliame",
|
||||
de: "Blattwerk",
|
||||
'pt-br': "Folhagem",
|
||||
ko: "나뭇잎"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cherrim"
|
||||
en: "Cherrim",
|
||||
fr: "Ceriflor",
|
||||
es: "Cherrim",
|
||||
it: "Cherrim",
|
||||
de: "Kinoso",
|
||||
'pt-br': "Cherrim",
|
||||
ko: "체리꼬"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -19,21 +25,40 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "As a bud, it barely moves. It sits still, placidly waiting for sunlight to appear."
|
||||
en: "As a bud, it barely moves. It sits still, placidly waiting for sunlight to appear.",
|
||||
fr: "Pendant sa période de bourgeonnement, il reste\npresque totalement immobile et attend que le soleil se lève.",
|
||||
es: "Permanece casi inmóvil cerrado en un capullo\na la espera de que lo bañen los rayos del sol.",
|
||||
it: "Quando è un bocciolo rimane pressoché\nimmobile in attesa che spunti il sole.",
|
||||
de: "Als Knospe verhält es sich ruhig und bewegt sich kaum,\nwährend es geduldig auf Sonnenschein wartet.",
|
||||
'pt-br': "Como um botão, quase não se move. Fica parado,\nesperando tranquilamente a luz do sol aparecer.",
|
||||
ko: "봉오리일 때는 얌전하고\n거의 움직이지 않는다. 햇빛이\n들기를 가만히 기다리고 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Worry Seed"
|
||||
en: "Worry Seed",
|
||||
fr: "Soucigraine",
|
||||
es: "Abatidoras",
|
||||
it: "Affannoseme",
|
||||
de: "Sorgensamen",
|
||||
'pt-br': "Semente de Preocupação",
|
||||
ko: "고민씨"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused."
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 혼란으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Confuso."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cherrim"
|
||||
en: "Cherrim",
|
||||
fr: "Ceriflor",
|
||||
es: "Cherrim",
|
||||
it: "Cherrim",
|
||||
de: "Kinoso",
|
||||
'pt-br': "Cherrim",
|
||||
ko: "체리꼬"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "After absorbing plenty of sunlight, Cherrim takes this form. It's full of energy while it's like this, and its liveliness will go on until sundown."
|
||||
en: "After absorbing plenty of sunlight, Cherrim takes this form. It's full of energy while it's like this, and its liveliness will go on until sundown.",
|
||||
fr: "Il prend cette forme lorsqu'il a fait le plein de soleil.\nIl déborde alors d'énergie et reste très actif jusqu'au crépuscule.",
|
||||
es: "Adopta esta forma cuando lo bañan los rayos del sol. Siempre\nestá rebosante de energía y se mantiene activo hasta el ocaso.",
|
||||
it: "Assume questa forma dopo essersi esposto\nalla luce solare e aver fatto il pieno di energia.\nResta vivace fino al crepuscolo.",
|
||||
de: "Diese Form nimmt Kinoso an, wenn es viel Sonne\ngetankt und dadurch seine Energie aufgefüllt hat.\nEs bleibt bis zum Sonnenuntergang aktiv.",
|
||||
'pt-br': "Após absorver uma grande quantidade de luz solar,\nCherrim assume esta forma. Enquanto estiver assim, fica\ncheio de energia, e seu vigor permanece até o cair do sol.",
|
||||
ko: "태양의 빛을 받아\n기운이 넘치는 모습.\n해가 지기 전까지는 활발하다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leech Seed"
|
||||
en: "Leech Seed",
|
||||
fr: "Vampigraine",
|
||||
es: "Drenadoras",
|
||||
it: "Parassiseme",
|
||||
de: "Egelsamen",
|
||||
'pt-br': "Semente Sanguessuga",
|
||||
ko: "씨뿌리기"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Grass", "Grass"],
|
||||
|
||||
effect: {
|
||||
en: "Heal 20 damage from this Pokémon."
|
||||
en: "Heal 20 damage from this Pokémon.",
|
||||
fr: "Soignez 20 dégâts de ce Pokémon.",
|
||||
es: "Cura 20 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 20 danni.",
|
||||
de: "Heile 20 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 20 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 20회복."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Carnivine"
|
||||
en: "Carnivine",
|
||||
fr: "Vortente",
|
||||
es: "Carnivine",
|
||||
it: "Carnivine",
|
||||
de: "Venuflibis",
|
||||
'pt-br': "Carnivine",
|
||||
ko: "무스틈니"
|
||||
},
|
||||
|
||||
illustrator: "Shiburingaru",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey."
|
||||
en: "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey.",
|
||||
fr: "Il attire sa proie avec sa salive odorante avant\nde la croquer. Il lui faut une journée pour l'avaler.",
|
||||
es: "Atrae a sus presas con saliva de olor dulce y\nlas mastica. Tarda todo un día en comérselas.",
|
||||
it: "Attira le prede con il dolce aroma della saliva e poi\nle ingoia. Impiega un giorno per mangiare una preda.",
|
||||
de: "Sein süßlich riechender Speichel zieht Beute an,\ndie es frisst. Es braucht einen Tag, sie zu fressen.",
|
||||
'pt-br': "Atrai presas com sua saliva doce e depois as mastiga.\nLeva um dia inteiro para comer uma presa.",
|
||||
ko: "달콤한 냄새의 타액으로 먹이를\n끌어들여 큰 턱으로 꿀꺽한다.\n하루에 걸쳐 먹이를 먹는다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,17 +36,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Power Link"
|
||||
en: "Power Link",
|
||||
fr: "Lien Puissance",
|
||||
es: "Vínculo Poderoso",
|
||||
it: "Potenza Simbiotica",
|
||||
de: "Kraftkopplung",
|
||||
'pt-br': "Elo de Poder",
|
||||
ko: "파워 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon do +30 damage to your opponent's Active Pokémon."
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon do +30 damage to your opponent's Active Pokémon.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, les attaques utilisées par ce Pokémon infligent + 30 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques de este Pokémon hacen Arceus+30 puntos[/Ctrl:NoBreak] de daño al Pokémon Activo de tu rival.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, gli attacchi usati da questo Pokémon infliggono +30 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, fügen die von diesem Pokémon eingesetzten Attacken dem Aktiven Pokémon deines Gegners + 30 Schadenspunkte zu.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, os ataques usados por este Pokémon causarão +30 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 사용하는 기술이 상대의 배틀 포켓몬에게 주는 데미지를 Arceus+30[/Ctrl:NoBreak]한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Vine Whip"
|
||||
en: "Vine Whip",
|
||||
fr: "Fouet Lianes",
|
||||
es: "Látigo Cepa",
|
||||
it: "Frustata",
|
||||
de: "Rankenhieb",
|
||||
'pt-br': "Chicote de Vinha",
|
||||
ko: "덩굴채찍"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Leafeon ex"
|
||||
en: "Leafeon ex",
|
||||
fr: "Phyllali-ex",
|
||||
es: "Leafeon ex",
|
||||
it: "Leafeon-ex",
|
||||
de: "Folipurba-ex",
|
||||
'pt-br': "Leafeon ex",
|
||||
ko: "리피아 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Forest Breath"
|
||||
en: "Forest Breath",
|
||||
fr: "Souffle Forestier",
|
||||
es: "Aliento del Bosque",
|
||||
it: "Forestasoffio",
|
||||
de: "Waldatem",
|
||||
'pt-br': "Hálito da Floresta",
|
||||
ko: "숲의 숨결"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a <span class=\"energy-text energy-text--type-grass\"></span> Energy from your Energy Zone and attach it to 1 of your <span class=\"energy-text energy-text--type-grass\"></span> Pokémon."
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a {G} Energy from your Energy Zone and attach it to 1 of your {G} Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez prendre une Énergie {G} de votre zone Énergie et l'attacher à l'un de vos Pokémon {G}.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes unir 1 Energía {G} de tu área de Energía a uno de tus Pokémon {G}.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi prendere un'Energia {G} dalla tua Zona Energia e assegnarla a uno dei tuoi Pokémon {G}.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 1 {G}-Energie aus deinem Energiebereich an 1 deiner {G}-Pokémon anlegen.",
|
||||
'pt-br': "Uma vez durante o seu turno, se este Pokémon estiver no Campo Ativo, você poderá pegar 1 Energia {G} da sua Zona de Energia e ligá-la a 1 dos seus Pokémon {G}.",
|
||||
ko: "이 포켓몬이 배틀필드에 있다면 자신의 차례에 1번 사용할 수 있다. 자신의 에너지존에서 {G}에너지를 1개 내보내 {G}포켓몬에게 붙인다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Solar Beam"
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio",
|
||||
de: "Solarstrahl",
|
||||
'pt-br': "Raio Solar",
|
||||
ko: "솔라빔"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -50,4 +74,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Houndour"
|
||||
en: "Houndour",
|
||||
fr: "Malosse",
|
||||
es: "Houndour",
|
||||
it: "Houndour",
|
||||
de: "Hunduster",
|
||||
'pt-br': "Houndour",
|
||||
ko: "델빌"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "It is smart enough to hunt in packs. It uses a variety of cries for communicating with others."
|
||||
en: "It is smart enough to hunt in packs. It uses a variety of cries for communicating with others.",
|
||||
fr: "Ce Pokémon est rusé. Il chasse en meute en communiquant\navec les siens grâce à une variété de cris.",
|
||||
es: "Tiene suficiente inteligencia para cazar en manada.\nSe comunica con los demás a través de diversos aullidos.",
|
||||
it: "È abbastanza intelligente da cacciare in\nbranco, utilizzando una varietà di versi\nper comunicare con i compagni.",
|
||||
de: "Es ist intelligent genug, um bei der Jagd über eine ganze\nReihe von Rufen mit seinem Rudel zu kommunizieren.",
|
||||
'pt-br': "É inteligente o suficiente para caçar em bandos.\nEle usa uma variedade de choros para se comunicar\ncom os outros.",
|
||||
ko: "수많은 울음소리를 가려 써서\n동료들과 의사소통을 하며\n사냥을 하는 지능을 가지고 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flare"
|
||||
en: "Flare",
|
||||
fr: "Flamboiement",
|
||||
es: "Llama",
|
||||
it: "Fiammata",
|
||||
de: "Flackern",
|
||||
'pt-br': "Chama",
|
||||
ko: "불꽃"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Houndoom"
|
||||
en: "Houndoom",
|
||||
fr: "Démolosse",
|
||||
es: "Houndoom",
|
||||
it: "Houndoom",
|
||||
de: "Hundemon",
|
||||
'pt-br': "Houndoom",
|
||||
ko: "헬가"
|
||||
},
|
||||
|
||||
illustrator: "Hajime Kusajima",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If you are burned by the flames it shoots from its mouth, the pain will never go away."
|
||||
en: "If you are burned by the flames it shoots from its mouth, the pain will never go away.",
|
||||
fr: "Les blessures provoquées par son souffle enflammé\nsont permanentes, et la douleur ne disparaît jamais.",
|
||||
es: "Si alguien se quema con las llamas que lanza\npor la boca, el dolor no desaparecerá nunca.",
|
||||
it: "Se si viene ustionati dalle fiamme che sputa\ndalla bocca, il dolore rimarrà per sempre.",
|
||||
de: "Wird man von den Flammen getroffen, die es\naus seinem Maul schießt, so erleidet man eine\nBrandwunde, deren Schmerz nie nachlässt.",
|
||||
'pt-br': "Se você for queimado pelas chamas disparadas\nde sua boca, a dor nunca passará.",
|
||||
ko: "입에서 뿜어내는 불꽃에 의해\n화상을 입으면 시간이 아무리 지나도\n상처 난 자리가 욱신거린다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Corner"
|
||||
en: "Corner",
|
||||
fr: "Coinçage",
|
||||
es: "Arrinconar",
|
||||
it: "Trappola",
|
||||
de: "Bedrängen",
|
||||
'pt-br': "Quina",
|
||||
ko: "몰아붙이기"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬은 후퇴할 수 없다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Heatran"
|
||||
en: "Heatran",
|
||||
fr: "Heatran",
|
||||
es: "Heatran",
|
||||
it: "Heatran",
|
||||
de: "Heatran",
|
||||
'pt-br': "Heatran",
|
||||
ko: "히드런"
|
||||
},
|
||||
|
||||
illustrator: "Kazumasa Yasukuni",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls."
|
||||
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.",
|
||||
fr: "Il hante les grottes volcaniques. Il rampe au mur\net au plafond grâce à ses pieds en forme de croix.",
|
||||
es: "Habita cuevas volcánicas. Cava con sus pies en\nforma de cruz para trepar por techos y paredes.",
|
||||
it: "Vive nelle cavità dei vulcani. Scava con i suoi piedi\na croce per scalare pareti e arrampicarsi sui soffitti.",
|
||||
de: "Es lebt in vulkanischen Höhlen. Mit seinen kreuzförmigen\nKlauen kann es sogar an der Decke laufen.",
|
||||
'pt-br': "Ele habita crateras vulcânicas. Ele escava com seus pés\nem forma de cruz para rastejar em telhados e paredes.",
|
||||
ko: "화산의 동굴에서 서식한다.\n십자형의 발톱을 박아서\n벽이나 천장을 돌아다닌다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,24 +36,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Speed Link"
|
||||
en: "Speed Link",
|
||||
fr: "Lien Vitesse",
|
||||
es: "Vínculo Veloz",
|
||||
it: "Agilità Simbiotica",
|
||||
de: "Tempokopplung",
|
||||
'pt-br': "Elo de Velocidade",
|
||||
ko: "스피드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon n'a aucun Coût de Retraite.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, este Pokémon no tiene ningún Coste de Retirada.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon non ha costo di ritirata.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, hat dieses Pokémon keine Rückzugskosten.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon não terá custo de Recuo.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬의 후퇴에 필요한 에너지를 모두 없앤다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ragin' Mad Strike"
|
||||
en: "Ragin' Mad Strike",
|
||||
fr: "Rage Furibonde",
|
||||
es: "Golpe Furibundo",
|
||||
it: "Colpo Furibondo",
|
||||
de: "Tobender Wutangriff",
|
||||
'pt-br': "Golpe Cabeça Furiosa",
|
||||
ko: "대노봄버"
|
||||
},
|
||||
|
||||
damage: "40+",
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has damage on it, this attack does 40 more damage."
|
||||
en: "If this Pokémon has damage on it, this attack does 40 more damage.",
|
||||
fr: "Si ce Pokémon a subi des dégâts, cette attaque inflige 40 dégâts de plus.",
|
||||
es: "Si este Pokémon ya tiene daño, este ataque hace 40 puntos de daño más.",
|
||||
it: "Se questo Pokémon è danneggiato, questo attacco infligge 40 danni in più.",
|
||||
de: "Wenn diesem Pokémon bereits Schaden zugefügt wurde, fügt diese Attacke 40 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se este Pokémon estiver danificado, este ataque causará 40 pontos de dano a mais.",
|
||||
ko: "이 포켓몬이 데미지를 받고 있다면 40데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Marill"
|
||||
en: "Marill",
|
||||
fr: "Marill",
|
||||
es: "Marill",
|
||||
it: "Marill",
|
||||
de: "Marill",
|
||||
'pt-br': "Marill",
|
||||
ko: "마릴"
|
||||
},
|
||||
|
||||
illustrator: "Tika Matsuno",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "The fur on its body naturally repels water. It can stay dry even when it plays in the water."
|
||||
en: "The fur on its body naturally repels water. It can stay dry even when it plays in the water.",
|
||||
fr: "Sa fourrure est imperméable, si bien qu'il\nreste sec même quand il joue dans l'eau.",
|
||||
es: "Tiene un pelaje que repele el agua, por lo\nque está seco incluso después de bañarse.",
|
||||
it: "La pelliccia è idrorepellente. Così, rimane\nasciutto anche giocando nell'acqua.",
|
||||
de: "Sein Fell ist von Natur aus wasserabweisend.\nEs bleibt trocken, auch wenn es im Wasser spielt.",
|
||||
'pt-br': "A sua pelagem repele água naturalmente.\nPode brincar na água por horas sem se molhar.",
|
||||
ko: "전신의 털은\n물을 튕겨 내는 성질을 지녀\n물을 끼얹어도 말라 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Water Gun"
|
||||
en: "Water Gun",
|
||||
fr: "Pistolet à O",
|
||||
es: "Pistola Agua",
|
||||
it: "Pistolacqua",
|
||||
de: "Aquaknarre",
|
||||
'pt-br': "Revólver d'Água",
|
||||
ko: "물대포"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Azumarill"
|
||||
en: "Azumarill",
|
||||
fr: "Azumarill",
|
||||
es: "Azumarill",
|
||||
it: "Azumarill",
|
||||
de: "Azumarill",
|
||||
'pt-br': "Azumarill",
|
||||
ko: "마릴리"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its long ears are superb sensors. It can distinguish the movements of things in water and tell what they are."
|
||||
en: "Its long ears are superb sensors. It can distinguish the movements of things in water and tell what they are.",
|
||||
fr: "Ses longues oreilles lui permettent d'entendre tout\nce qui se passe sous l'eau de manière très distincte.",
|
||||
es: "Sus largas orejas son unos sensores excepcionales que le\npermiten diferenciar e identificar lo que oye dentro del agua.",
|
||||
it: "Le sue lunghe orecchie sono ricettori sensibilissimi.\nRiesce a distinguere e identificare ogni minimo\nrumore perfino sott'acqua.",
|
||||
de: "Seine langen Ohren sind hervorragende\nSensoren, mit denen es Geräusche unter\nWasser unterscheiden und zuordnen kann.",
|
||||
'pt-br': "Suas orelhas longas são sensores soberbos.\nEle é capaz de diferenciar os movimentos\ndos objetos nas águas e dizer o que eles são.",
|
||||
ko: "긴 귀는 뛰어난 센서.\n물속의 소리를 구별하여\n무엇이 움직이는지 알 수 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Waterfall"
|
||||
en: "Waterfall",
|
||||
fr: "Cascade",
|
||||
es: "Cascada",
|
||||
it: "Cascata",
|
||||
de: "Kaskade",
|
||||
'pt-br': "Cachoeira",
|
||||
ko: "폭포오르기"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Barboach"
|
||||
en: "Barboach",
|
||||
fr: "Barloche",
|
||||
es: "Barboach",
|
||||
it: "Barboach",
|
||||
de: "Schmerbe",
|
||||
'pt-br': "Barboach",
|
||||
ko: "미꾸리"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "Its two whiskers provide a sensitive radar. Even in muddy waters, it can detect its prey's location."
|
||||
en: "Its two whiskers provide a sensitive radar. Even in muddy waters, it can detect its prey's location.",
|
||||
fr: "Il se sert de ses barbillons comme d'un radar\nultrasophistiqué. Ils lui permettent de détecter\nses proies même dans l'eau boueuse.",
|
||||
es: "Sus bigotes son muy sensibles y le sirven de\nradar. Puede detectar la posición de su presa\nincluso en el agua turbia de los lodazales.",
|
||||
it: "I suoi baffi sono un radar sensibilissimo in grado di\nindividuare la preda persino nelle acque più torbide.",
|
||||
de: "Seine zwei Barteln dienen ihm als empfindliches\nRadarsystem. Selbst in schlammigem Wasser kann\nes so die Position seiner Beute ausmachen.",
|
||||
'pt-br': "Seus dois bigodes fornecem um radar sensível.\nPode localizar as suas presas até mesmo\nem águas lamacentas.",
|
||||
ko: "2개의 수염은 민감한 레이더이다.\n진흙으로 탁해진 물속에서도\n먹이의 위치를 감지한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mud-Slap"
|
||||
en: "Mud-Slap",
|
||||
fr: "Coud'Boue",
|
||||
es: "Bofetón Lodo",
|
||||
it: "Fangosberla",
|
||||
de: "Lehmschelle",
|
||||
'pt-br': "Tapa de Lama",
|
||||
ko: "진흙뿌리기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Whiscash"
|
||||
en: "Whiscash",
|
||||
fr: "Barbicha",
|
||||
es: "Whiscash",
|
||||
it: "Whiscash",
|
||||
de: "Welsar",
|
||||
'pt-br': "Whiscash",
|
||||
ko: "메깅"
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It is extremely protective of its territory. If any foe approaches, it attacks using vicious tremors."
|
||||
en: "It is extremely protective of its territory. If any foe approaches, it attacks using vicious tremors.",
|
||||
fr: "Il est très protecteur vis-à-vis de son territoire.\nSi des ennemis approchent, il le défend\nen déclenchant des secousses terribles.",
|
||||
es: "Protege su territorio por encima de todo. Si se acerca\nun enemigo, lo ataca con violentos temblores de tierra.",
|
||||
it: "È molto protettivo del suo territorio e, se\nun nemico si avvicina, reagisce facendo\ntremare violentemente la terra.",
|
||||
de: "Es hat ein ausgeprägtes Revierverhalten.\nNähert sich ein Feind, greift es diesen an,\nindem es die Erde heftig beben lässt.",
|
||||
'pt-br': "Protege seu território com muito afinco. Se algum\ninimigo se aproxima, ataca-o usando tremores perversos.",
|
||||
ko: "영역 의식이 매우 강하여\n외부의 적이 다가오면 격렬하게\n지면을 울리며 덤벼든다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thrash"
|
||||
en: "Thrash",
|
||||
fr: "Mania",
|
||||
es: "Saña",
|
||||
it: "Colpo",
|
||||
de: "Fuchtler",
|
||||
'pt-br': "Castigar",
|
||||
ko: "난동부리기"
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Water", "Water", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage. If tails, this Pokémon also does 20 damage to itself."
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage. If tails, this Pokémon also does 20 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts de plus. Si c'est pile, ce Pokémon s'inflige aussi 20 dégâts.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 60 puntos de daño más. Si sale cruz, este Pokémon también se hace 20 puntos de daño a sí mismo.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 60 danni in più. Se esce croce, questo Pokémon infligge anche 20 danni a se stesso.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 60 Schadenspunkte mehr zu. Bei Zahl fügt dieses Pokémon auch sich selbst 20 Schadenspunkte zu.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, este ataque causará 60 pontos de dano a mais. Se sair coroa, este Pokémon também causará 20 pontos de dano a si mesmo.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 60데미지를 추가한다. 뒷면이 나오면 이 포켓몬에게도 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Snorunt"
|
||||
en: "Snorunt",
|
||||
fr: "Stalgamin",
|
||||
es: "Snorunt",
|
||||
it: "Snorunt",
|
||||
de: "Schneppke",
|
||||
'pt-br': "Snorunt",
|
||||
ko: "눈꼬마"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "It is said that several Snorunt gather under giant leaves and live together in harmony."
|
||||
en: "It is said that several Snorunt gather under giant leaves and live together in harmony.",
|
||||
fr: "On dit qu'ils vivent en groupe et\nen harmonie sous des feuilles gigantesques.",
|
||||
es: "Se dice que se reúnen en grupos bajo hojas\ngigantescas y viven allí en total armonía.",
|
||||
it: "Si dice che vivano in armonia riunendosi\nin gruppi all'ombra di enormi foglie.",
|
||||
de: "Gerüchten zufolge versammeln sich Schneppke unter\nriesigen Blättern und leben dort friedlich zusammen.",
|
||||
'pt-br': "Dizem que vários Snorunt se juntam\nsob folhas gigantes e vivem em harmonia.",
|
||||
ko: "커다란 잎사귀 아래서\n여러 마리의 눈꼬마가 모여\n사이좋게 살고 있다고 한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Icicle"
|
||||
en: "Icicle",
|
||||
fr: "Concrétion Glacée",
|
||||
es: "Témpano",
|
||||
it: "Stalattite",
|
||||
de: "Eiszapfen",
|
||||
'pt-br': "Pingente de Gelo",
|
||||
ko: "고드름"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Froslass"
|
||||
en: "Froslass",
|
||||
fr: "Momartik",
|
||||
es: "Froslass",
|
||||
it: "Froslass",
|
||||
de: "Frosdedje",
|
||||
'pt-br': "Froslass",
|
||||
ko: "눈여아"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it finds humans or Pokémon it likes, it freezes them and takes them to its chilly den, where they become decorations."
|
||||
en: "When it finds humans or Pokémon it likes, it freezes them and takes them to its chilly den, where they become decorations.",
|
||||
fr: "Il congèle les êtres humains et les Pokémon\nqui lui plaisent. Il les emmène ensuite\ndans sa tanière pour les admirer à loisir.",
|
||||
es: "Con su gélido aliento congela a todo Pokémon\no humano que le llame la atención y se lo lleva\na su guarida para usarlo como objeto decorativo.",
|
||||
it: "Con il suo alito glaciale congela gli esseri\numani e i Pokémon che gli piacciono\ne li usa per decorare la sua tana.",
|
||||
de: "Menschen und Pokémon, die ihm gefallen,\nfriert es mit eisiger Luft ein. Dann nimmt es\nsie mit in seinen Bau und stellt sie dort aus.",
|
||||
'pt-br': "Quando encontra humanos ou Pokémon de que gosta,\ncongela-os e os leva para seu covil gelado,\nonde são transformados em decoração.",
|
||||
ko: "마음에 든 인간과 포켓몬을\n냉기로 얼린 다음\n보금자리에 가져가서 장식한다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blizzard"
|
||||
en: "Blizzard",
|
||||
fr: "Blizzard",
|
||||
es: "Ventisca",
|
||||
it: "Bora",
|
||||
de: "Blizzard",
|
||||
'pt-br': "Nevasca",
|
||||
ko: "눈보라"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 10 damage to each of your opponent's Benched Pokémon."
|
||||
en: "This attack also does 10 damage to each of your opponent's Benched Pokémon.",
|
||||
fr: "Cette attaque inflige aussi 10 dégâts à chaque Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque también hace 10 puntos de daño a cada uno de los Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge anche 10 danni a ciascuno dei Pokémon nella panchina del tuo avversario.",
|
||||
de: "Diese Attacke fügt auch jedem Pokémon auf der Bank deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque também causa 10 pontos de dano a cada Pokémon no Banco do seu oponente.",
|
||||
ko: "상대의 벤치 포켓몬 전원에게도 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Snover"
|
||||
en: "Snover",
|
||||
fr: "Blizzi",
|
||||
es: "Snover",
|
||||
it: "Snover",
|
||||
de: "Shnebedeck",
|
||||
'pt-br': "Snover",
|
||||
ko: "눈쓰개"
|
||||
},
|
||||
|
||||
illustrator: "otumami",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "During cold seasons, it migrates to the mountain's lower reaches. It returns to the snow-covered summit in the spring."
|
||||
en: "During cold seasons, it migrates to the mountain's lower reaches. It returns to the snow-covered summit in the spring.",
|
||||
fr: "Il s'aventure jusqu'au pied des montagnes en hiver,\nmais se réfugie sur les pics neigeux au printemps.",
|
||||
es: "En las estaciones frías baja al pie de la montaña,\npero regresa a las cimas nevadas en primavera.",
|
||||
it: "In inverno scende fino ai piedi delle\nmontagne, ma in primavera se ne torna\nsulle cime montuose dove c'è ancora neve.",
|
||||
de: "In der kalten Jahreszeit steigt es bis zum Fuß\nder Berge hinab. Im Frühjahr kehrt es auf die\nGipfel zurück, wo noch Schnee liegt.",
|
||||
'pt-br': "Durante as temporadas frias, migra para as partes baixas\nda montanha. Na primavera, retorna para o cume nevado.",
|
||||
ko: "추운 계절에는 산기슭까지\n내려오지만 봄이 되면\n눈이 남아 있는 산 정상으로 돌아간다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Corkscrew Punch"
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing Tire-Bouchon",
|
||||
es: "Puño Tirabuzón",
|
||||
it: "Pugno Rotante",
|
||||
de: "Korkenzieherhieb",
|
||||
'pt-br': "Soco Saca-rolha",
|
||||
ko: "쥐어박기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Abomasnow"
|
||||
en: "Abomasnow",
|
||||
fr: "Blizzaroi",
|
||||
es: "Abomasnow",
|
||||
it: "Abomasnow",
|
||||
de: "Rexblisar",
|
||||
'pt-br': "Abomasnow",
|
||||
ko: "눈설왕"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards."
|
||||
en: "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards.",
|
||||
fr: "Il vit paisiblement dans les massifs où s'amoncellent les neiges\néternelles, et il déclenche des blizzards pour se cacher.",
|
||||
es: "Vive en paz en cordilleras de nieves eternas.\nGenera ventiscas para ocultarse.",
|
||||
it: "Vive nella pace delle cime montuose tra le nevi\nperenni. Si nasconde scatenando bufere di neve.",
|
||||
de: "Es führt ein ruhiges Leben im Gebirge, wo\newiger Schnee liegt, und löst Blizzards aus,\num sich zu verstecken.",
|
||||
'pt-br': "Leva uma vida tranquila em montanhas que estão\npermanentemente cobertas de neve. Ele se esconde\nprovocando nevascas.",
|
||||
ko: "만년설이 쌓인 산맥에서 조용히 지낸다.\n블리자드를 발생시켜 모습을 감춘다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Vigor Link"
|
||||
en: "Vigor Link",
|
||||
fr: "Lien Vigueur",
|
||||
es: "Vínculo Apremiante",
|
||||
it: "Vigore Simbiotico",
|
||||
de: "Vitalkopplung",
|
||||
'pt-br': "Elo de Vigor",
|
||||
ko: "허슬 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon cost 1 less <span class=\"energy-text energy-text--type-colorless\"></span> Energy."
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon cost 1 less {C} Energy.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, les attaques utilisées par ce Pokémon coûtent une Énergie {C} de moins.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques de este Pokémon cuestan 1 Energía {C} menos.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, il costo degli attacchi usati da questo Pokémon è ridotto di un'Energia {C}.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, verringern sich die Kosten der von diesem Pokémon eingesetzten Attacken um 1 {C}-Energie.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, os ataques usados por este Pokémon custarão 1 Energia {C} a menos.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 기술을 사용하기 위한 에너지를 {C}에너지 1개만큼 적게 만든다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch"
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
de: "Megahieb",
|
||||
'pt-br': "Megassoco",
|
||||
ko: "메가톤펀치"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Glaceon ex"
|
||||
en: "Glaceon ex",
|
||||
fr: "Givrali-ex",
|
||||
es: "Glaceon ex",
|
||||
it: "Glaceon-ex",
|
||||
de: "Glaziola-ex",
|
||||
'pt-br': "Glaceon ex",
|
||||
ko: "글레이시아 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Snowy Terrain"
|
||||
en: "Snowy Terrain",
|
||||
fr: "Terrain Enneigé",
|
||||
es: "Campo Níveo",
|
||||
it: "Terreno Innevato",
|
||||
de: "Schneefeld",
|
||||
'pt-br': "Terreno Nevado",
|
||||
ko: "스노 필드"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon."
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon.",
|
||||
fr: "Pendant le Contrôle Pokémon, si ce Pokémon est sur le Poste Actif, infligez 10 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Durante el Chequeo Pokémon, si este Pokémon está en el Puesto Activo, inflige 10 puntos de daño al Pokémon Activo de tu rival.",
|
||||
it: "Durante il controllo Pokémon, se questo Pokémon è in posizione attiva, infliggi 10 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn dieses Pokémon beim Pokémon-Check in der Aktiven Position ist, füge dem Aktiven Pokémon deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o Checape Pokémon, se este Pokémon estiver no Campo Ativo, cause 10 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "이 포켓몬이 배틀필드에 있는 한, 포켓몬 체크 때마다 상대의 배틀 포켓몬에게 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Freezing Wind"
|
||||
en: "Freezing Wind",
|
||||
fr: "Vent Glaçant",
|
||||
es: "Viento Gélido",
|
||||
it: "Ventogelido",
|
||||
de: "Polarwind",
|
||||
'pt-br': "Vento Gelado",
|
||||
ko: "프리즈윈드"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Origin Forme Palkia"
|
||||
en: "Origin Forme Palkia",
|
||||
fr: "PalkiaForme Originelle",
|
||||
es: "PalkiaOrigen",
|
||||
it: "PalkiaForma Originale",
|
||||
de: "Ur-Palkia",
|
||||
'pt-br': "PalkiaForma Origem",
|
||||
ko: "오리진펄기아"
|
||||
},
|
||||
|
||||
illustrator: "toriyufu",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "It soars across the sky in a form that greatly resembles the creator of all things. Perhaps this imitation of appearance is Palkia's strategy for gaining Arceus's powers."
|
||||
en: "It soars across the sky in a form that greatly resembles the creator of all things. Perhaps this imitation of appearance is Palkia's strategy for gaining Arceus's powers.",
|
||||
fr: "Cette forme qui sillonne les cieux me fait penser\nau créateur de toutes choses. Je pense qu'épouser cette\napparence prodigue à Palkia les pouvoirs du créateur.",
|
||||
es: "Esta forma que surca el cielo me hace pensar\nen el creador de todo lo existente. Quizá adopte\ndicha forma para hacerse con su poder.",
|
||||
it: "Vederlo solcare i cieli mi riporta alla mente l'entità\ncreatrice. Che, imitandone la forma, stia forse\ncercando di impadronirsi del suo potere?",
|
||||
de: "Dem Schöpfer aller Dinge gleich gleitet es über das\nHimmelszelt. Womöglich gebärdet es sich auf diese Weise,\num sich die Macht der Schöpfergottheit zu eigen zu machen.",
|
||||
'pt-br': "Dispara pelos céus com uma forma que se assemelha\nmuito ao criador de todas as coisas. Pode ser que essa\nimitação de aparência de Palkia seja uma estratégia\npara conquistar os poderes de Arceus.",
|
||||
ko: "하늘을 나는 모습은 만물의 창조주를 연상케한다.\n창조주의 모습을 흉내 냄으로써\n그 힘을 자신의 것으로 만들었다고 추측된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Zone Smash"
|
||||
en: "Zone Smash",
|
||||
fr: "Zone d'Impact",
|
||||
es: "Zona Demoledora",
|
||||
it: "Urto Spaziale",
|
||||
de: "Zonenbruch",
|
||||
'pt-br': "Zona de Colisão",
|
||||
ko: "존브레이크"
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage."
|
||||
en: "Flip a coin. If heads, this attack does 60 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts de plus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 60 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 60 danni in più.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, este ataque causará 60 pontos de dano a mais.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 60데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Phione"
|
||||
en: "Phione",
|
||||
fr: "Phione",
|
||||
es: "Phione",
|
||||
it: "Phione",
|
||||
de: "Phione",
|
||||
'pt-br': "Phione",
|
||||
ko: "피오네"
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "When the water warms, they inflate the flotation sac on their heads and drift languidly on the sea in packs."
|
||||
en: "When the water warms, they inflate the flotation sac on their heads and drift languidly on the sea in packs.",
|
||||
fr: "Il gonfle la bouée de sa tête et se laisse flotter\nà la surface quand la mer se réchauffe.",
|
||||
es: "Si sube la temperatura del mar, infla el flotador\nde su cabeza y flota en grupo en la superficie.",
|
||||
it: "Quando la temperatura del mare si alza, gonfia\nil galleggiante che ha in testa e fluttua in gruppo.",
|
||||
de: "Steigt die Meerestemperatur, bläst es seinen\nSchwimmbeutel auf und treibt in Schwärmen\nauf dem Wasser.",
|
||||
'pt-br': "Em águas mornas, inflam as boias de suas cabeças\ne, em bando, flutuam lentamente no mar.",
|
||||
ko: "바다 온도가 높아지면\n머리의 부낭을 부풀려서\n해수면을 집단으로 떠돈다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Water Pulse"
|
||||
en: "Water Pulse",
|
||||
fr: "Vibraqua",
|
||||
es: "Hidropulso",
|
||||
it: "Idropulsar",
|
||||
de: "Aquawelle",
|
||||
'pt-br': "Pulso d'Água",
|
||||
ko: "물의파동"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Water", "Water"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep."
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt schläft.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 잠듦으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Adormecido."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pikachu"
|
||||
en: "Pikachu",
|
||||
fr: "Pikachu",
|
||||
es: "Pikachu",
|
||||
it: "Pikachu",
|
||||
de: "Pikachu",
|
||||
'pt-br': "Pikachu",
|
||||
ko: "피카츄"
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "When it is angered, it immediately discharges the energy stored in the pouches in its cheeks."
|
||||
en: "When it is angered, it immediately discharges the energy stored in the pouches in its cheeks.",
|
||||
fr: "Quand il s'énerve, il libère instantanément\nl'énergie emmagasinée dans les poches de\nses joues.",
|
||||
es: "Cuando se enfada, este Pokémon\ndescarga la energía que almacena en\nel interior de las bolsas de las mejillas.",
|
||||
it: "Quando s'arrabbia, libera subito l'energia\naccumulata nelle sacche sulle guance.",
|
||||
de: "Ist es wütend, entlädt sich augenblicklich die\nElektrizität, die es in seinen Backentaschen\ngespeichert hat.",
|
||||
'pt-br': "Quando está com raiva, descarrega\nimediatamente a energia armazenada\nnas bolsas em suas bochechas.",
|
||||
ko: "양 볼에는 전기를 저장하는 주머니가 있다.\n화가 나면 저장한 전기를 단숨에 방출한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Spark"
|
||||
en: "Spark",
|
||||
fr: "Étincelle",
|
||||
es: "Chispa",
|
||||
it: "Scintilla",
|
||||
de: "Funkensprung",
|
||||
'pt-br': "Faísca",
|
||||
ko: "스파크"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 10 damage to 1 of your opponent's Benched Pokémon."
|
||||
en: "This attack also does 10 damage to 1 of your opponent's Benched Pokémon.",
|
||||
fr: "Cette attaque inflige aussi 10 dégâts à un des Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque también hace 10 puntos de daño a 1 de los Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge anche 10 danni a uno dei Pokémon nella panchina del tuo avversario.",
|
||||
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque também causa 10 pontos de dano a 1 dos Pokémon no Banco do seu oponente.",
|
||||
ko: "상대의 벤치 포켓몬 1마리에게도 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Raichu"
|
||||
en: "Raichu",
|
||||
fr: "Raichu",
|
||||
es: "Raichu",
|
||||
it: "Raichu",
|
||||
de: "Raichu",
|
||||
'pt-br': "Raichu",
|
||||
ko: "라이츄"
|
||||
},
|
||||
|
||||
illustrator: "Nisota Niso",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its tail discharges electricity into the ground, protecting it from getting shocked."
|
||||
en: "Its tail discharges electricity into the ground, protecting it from getting shocked.",
|
||||
fr: "Il se protège des décharges grâce à sa queue,\nqui dissipe l'électricité dans le sol.",
|
||||
es: "Su cola actúa como toma de tierra\ny descarga electricidad al suelo, lo\nque le protege de los calambrazos.",
|
||||
it: "La sua coda scarica elettricità a terra,\nproteggendolo dalle scosse elettriche.",
|
||||
de: "Mithilfe seines Schweifs entlädt es Elektrizität\nin den Boden, um sich auf diese Weise vor\nelektrischen Schlägen zu schützen.",
|
||||
'pt-br': "Sua cauda descarrega a eletricidade\nno solo, protegendo-o contra choques.",
|
||||
ko: "꼬리가 어스 역할을 하여\n전기를 지면으로 흘려보내므로\n자신은 감전되거나 하지 않는다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -28,24 +40,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Resilience Link"
|
||||
en: "Resilience Link",
|
||||
fr: "Lien Protection",
|
||||
es: "Vínculo Protector",
|
||||
it: "Tenacia Simbiotica",
|
||||
de: "Widerstandskopplung",
|
||||
'pt-br': "Elo de Resiliência",
|
||||
ko: "가드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon subit − 30 dégâts provenant des attaques.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques hacen -30 puntos de daño a este Pokémon.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon subisce -30 danni dagli attacchi.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, werden diesem Pokémon durch Attacken − 30 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon receberá −30 pontos de dano de ataques.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 받는 기술의 데미지를 -30한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Spark"
|
||||
en: "Spark",
|
||||
fr: "Étincelle",
|
||||
es: "Chispa",
|
||||
it: "Scintilla",
|
||||
de: "Funkensprung",
|
||||
'pt-br': "Faísca",
|
||||
ko: "스파크"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning", "Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon."
|
||||
en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon.",
|
||||
fr: "Cette attaque inflige aussi 20 dégâts à un des Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque también hace 20 puntos de daño a 1 de los Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge anche 20 danni a uno dei Pokémon nella panchina del tuo avversario.",
|
||||
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque também causa 20 pontos de dano a 1 dos Pokémon no Banco do seu oponente.",
|
||||
ko: "상대의 벤치 포켓몬 1마리에게도 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Electrike"
|
||||
en: "Electrike",
|
||||
fr: "Dynavolt",
|
||||
es: "Electrike",
|
||||
it: "Electrike",
|
||||
de: "Frizelbliz",
|
||||
'pt-br': "Electrike",
|
||||
ko: "썬더라이"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches."
|
||||
en: "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.",
|
||||
fr: "Il émet des décharges à partir de l'électricité\nstatique accumulée dans sa fourrure. Il produit\ndes étincelles lorsque le temps devient orageux.",
|
||||
es: "Acumula electricidad estática en el pelaje para lanzar descargas.\nCuando va a haber tormenta, suelta chispas por todo el cuerpo.",
|
||||
it: "Accumula elettricità statica nella pelliccia e poi la rilascia.\nSe si avvicina una tempesta, emette scintille.",
|
||||
de: "In seinem Fell speichert es statische Elektrizität\nfür spätere Entladungen. Braut sich ein Sturm\nzusammen, entlädt es Funken.",
|
||||
'pt-br': "Ele armazena eletricidade estática no pelo\npara depois descarregá-la.\nQuando uma tempestade se aproxima, solta fagulhas.",
|
||||
ko: "정전기를 털에 비축하여\n방전한다. 폭풍이 가까이 오면\n온몸에서 불꽃을 튀긴다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Zap Kick"
|
||||
en: "Zap Kick",
|
||||
fr: "Coup de Pied Ravageur",
|
||||
es: "Electropatada",
|
||||
it: "Dinamocalcio",
|
||||
de: "Stromtritt",
|
||||
'pt-br': "Chute Zap",
|
||||
ko: "일렉트릭킥"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Manectric"
|
||||
en: "Manectric",
|
||||
fr: "Élecsprint",
|
||||
es: "Manectric",
|
||||
it: "Manectric",
|
||||
de: "Voltenso",
|
||||
'pt-br': "Manectric",
|
||||
ko: "썬더볼트"
|
||||
},
|
||||
|
||||
illustrator: "match",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It stimulates its own muscles with electricity, so it can move quickly. It eases its soreness with electricity, too, so it can recover quickly as well."
|
||||
en: "It stimulates its own muscles with electricity, so it can move quickly. It eases its soreness with electricity, too, so it can recover quickly as well.",
|
||||
fr: "Il diffuse de l'électricité dans ses membres\npour augmenter sa vitesse. C'est également\nainsi qu'il apaise ses douleurs musculaires.",
|
||||
es: "La electricidad estimula su musculatura para\nque pueda moverse a gran velocidad y le ayuda\na recuperarse del dolor muscular rápidamente.",
|
||||
it: "L'elettricità gli stimola i muscoli rendendolo più\nveloce e inoltre allevia i suoi dolori muscolari\nfacendolo tornare rapidamente in forma.",
|
||||
de: "Da es seine Muskeln mit Elektrizität stimuliert,\nkann es sich sehr schnell bewegen.\nAuch Muskelkater heilt es sofort mit Strom.",
|
||||
'pt-br': "Estimula eletricamente os próprios músculos para\nmover-se mais rapidamente. Alivia também as suas dores\ncom eletricidade, para se recuperar mais rápido.",
|
||||
ko: "전기로 근육을 자극해서\n재빠르게 움직일 수 있다. 근육통도\n전기로 풀기 때문에 금방 낫는다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flash"
|
||||
en: "Flash",
|
||||
fr: "Flash",
|
||||
es: "Destello",
|
||||
it: "Flash",
|
||||
de: "Blitz",
|
||||
'pt-br': "Clarão",
|
||||
ko: "플래시"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, if the Defending Pokémon tries to use an attack, your opponent flips a coin. If tails, that attack doesn't happen."
|
||||
en: "During your opponent's next turn, if the Defending Pokémon tries to use an attack, your opponent flips a coin. If tails, that attack doesn't happen.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, si le Pokémon Défenseur essaie d'utiliser une attaque, votre adversaire lance une pièce. Si c'est pile, l'attaque n'est pas lancée.",
|
||||
es: "Durante el próximo turno de tu rival, si el Pokémon Defensor intenta usar un ataque, tu rival lanza 1 moneda. Si sale cruz, ese ataque no se lleva a cabo.",
|
||||
it: "Durante il prossimo turno del tuo avversario, se il Pokémon difensore prova a usare un attacco, il tuo avversario lancia una moneta. Se esce croce, quell'attacco non avviene.",
|
||||
de: "Wenn das Verteidigende Pokémon während des nächsten Zuges deines Gegners versucht, eine Attacke einzusetzen, wirft dein Gegner 1 Münze. Bei Zahl wird jene Attacke nicht ausgeführt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, se o Pokémon Defensor tentar usar um ataque, seu oponente jogará uma moeda. Se sair coroa, aquele ataque não acontecerá.",
|
||||
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬이 기술을 사용할 때 상대는 동전을 1번 던진다. 뒷면이 나오면 그 기술은 실패한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Clefairy"
|
||||
en: "Clefairy",
|
||||
fr: "Mélofée",
|
||||
es: "Clefairy",
|
||||
it: "Clefairy",
|
||||
de: "Piepi",
|
||||
'pt-br': "Clefairy",
|
||||
ko: "삐삐"
|
||||
},
|
||||
|
||||
illustrator: "rika",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon."
|
||||
en: "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.",
|
||||
fr: "On dit que ceux qui voient danser un groupe de Mélofée\nsous la pleine lune connaîtront un grand bonheur.",
|
||||
es: "Se dice que la felicidad llegará\na quien vea un grupo de Clefairy\nbailando a la luz de la luna llena.",
|
||||
it: "Si dice che vedere un gruppo di Clefairy ballare\ncon la luna piena sia di ottimo auspicio.",
|
||||
de: "Eine Ansammlung von Piepi bei Vollmond tanzen\nzu sehen, soll ein glückliches Leben verheißen.",
|
||||
'pt-br': "Acredita-se que a felicidade virá para aqueles\nque virem um grupo de Clefairy dançando sob\na lua cheia.",
|
||||
ko: "보름달 밤에 삐삐가 모여\n춤을 추는 모습을 보면\n행복해진다고 전해진다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Smack"
|
||||
en: "Smack",
|
||||
fr: "Claque",
|
||||
es: "Palmetazo",
|
||||
it: "Schiaffo",
|
||||
de: "Klatscher",
|
||||
'pt-br': "Estalo",
|
||||
ko: "수벽치기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Clefable"
|
||||
en: "Clefable",
|
||||
fr: "Mélodelfe",
|
||||
es: "Clefable",
|
||||
it: "Clefable",
|
||||
de: "Pixi",
|
||||
'pt-br': "Clefable",
|
||||
ko: "픽시"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people."
|
||||
en: "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.",
|
||||
fr: "Ce Pokémon s'apparente à une petite fée\nqui n'apparaît que rarement devant les humains.\nIl court se cacher dès qu'il ressent une présence.",
|
||||
es: "Este Pokémon de aspecto feérico, raramente\nvisto por los humanos, corre a esconderse\nen cuanto detecta que hay alguien cerca.",
|
||||
it: "Timido Pokémon Fata, molto raro a\nvedersi. Scappa e si nasconde non\nappena avverte la presenza delle persone.",
|
||||
de: "Ein feenhaftes und scheues Pokémon,\ndas sofort die Flucht ergreift, wenn es\nMenschen wahrnimmt.",
|
||||
'pt-br': "Um tímido Pokémon fada raramente visto,\ncorre e esconde-se assim que percebe\na presença de pessoas.",
|
||||
ko: "요정의 동료로 좀처럼\n사람 앞에 나타나지 않는다. 기척을\n느끼면 바로 도망가는 듯하다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Moonblast"
|
||||
en: "Moonblast",
|
||||
fr: "Pouvoir Lunaire",
|
||||
es: "Fuerza Lunar",
|
||||
it: "Forza Lunare",
|
||||
de: "Mondgewalt",
|
||||
'pt-br': "Explosão Lunar",
|
||||
ko: "문포스"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, attacks used by the Defending Pokémon do −30 damage."
|
||||
en: "During your opponent's next turn, attacks used by the Defending Pokémon do −30 damage.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques utilisées par le Pokémon Défenseur infligent − 30 dégâts.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques del Pokémon Defensor hacen -30 puntos de daño.",
|
||||
it: "Durante il prossimo turno del tuo avversario, gli attacchi usati dal Pokémon difensore infliggono -30 danni.",
|
||||
de: "Während des nächsten Zuges deines Gegners fügen die Attacken des Verteidigenden Pokémon − 30 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, os ataques usados pelo Pokémon Defensor causarão −30 pontos de dano.",
|
||||
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬이 사용하는 기술의 데미지를 -30한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gastly"
|
||||
en: "Gastly",
|
||||
fr: "Fantominus",
|
||||
es: "Gastly",
|
||||
it: "Gastly",
|
||||
de: "Nebulak",
|
||||
'pt-br': "Gastly",
|
||||
ko: "고오스"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
@ -15,20 +21,39 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "It wraps its opponent in its gas-like body, slowly weakening its prey by poisoning it through the skin."
|
||||
en: "It wraps its opponent in its gas-like body, slowly weakening its prey by poisoning it through the skin.",
|
||||
fr: "Il enveloppe ses proies dans le nuage de gaz\nque forme son corps et les empoisonne à travers\nleur peau afin de les affaiblir petit à petit.",
|
||||
es: "Su estrategia consiste en envolver al rival con su\ncuerpo gaseoso y envenenarlo a través de la piel.",
|
||||
it: "Avvolge le prede nel corpo gassoso\ne le indebolisce lentamente facendo\npenetrare il veleno nella loro pelle.",
|
||||
de: "Es hüllt seine Beute in seinen Gaskörper ein\nund schwächt sie, indem es sie nach und nach\nüber die Haut vergiftet.",
|
||||
'pt-br': "Envolve o oponente em seu corpo gasoso,\nenfraquecendo sua presa lentamente\ne a envenenando pela pele.",
|
||||
ko: "가스로 된 몸으로 휘감은 다음\n먹이의 피부를 통해 조금씩\n독을 흘려보내어 약하게 만든다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Astonish"
|
||||
en: "Astonish",
|
||||
fr: "Étonnement",
|
||||
es: "Impresionar",
|
||||
it: "Sgomento",
|
||||
de: "Erstauner",
|
||||
'pt-br': "Abismar",
|
||||
ko: "놀래키기"
|
||||
},
|
||||
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent reveals a random card from their hand and shuffles it into their deck."
|
||||
en: "Flip a coin. If heads, your opponent reveals a random card from their hand and shuffles it into their deck.",
|
||||
fr: "Lancez une pièce. Si c'est face, votre adversaire montre une carte de sa main au hasard, puis la mélange avec son deck.",
|
||||
es: "Lanza 1 moneda. Si sale cara, tu rival enseña 1 carta aleatoria de su mano, la pone de nuevo en su baraja y las baraja todas.",
|
||||
it: "Lancia una moneta. Se esce testa, il tuo avversario mostra una carta a caso dalla sua mano e la rimischia nel suo mazzo.",
|
||||
de: "Wirf 1 Münze. Bei Kopf zeigt dein Gegner dir 1 zufällige Karte aus seiner Hand und mischt sie in sein Deck.",
|
||||
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 상대의 패를 랜덤으로 1장 앞면을 보고 상대의 덱으로 되돌린다.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, seu oponente revelará 1 carta aleatória da mão dele e a embaralhará no baralho dele."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Haunter"
|
||||
en: "Haunter",
|
||||
fr: "Spectrum",
|
||||
es: "Haunter",
|
||||
it: "Haunter",
|
||||
de: "Alpollo",
|
||||
'pt-br': "Haunter",
|
||||
ko: "고우스트"
|
||||
},
|
||||
|
||||
illustrator: "Eri Yamaki",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering."
|
||||
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering.",
|
||||
fr: "Il adore se tapir dans l'ombre et faire frissonner\nses proies pour l'éternité en leur touchant l'épaule.",
|
||||
es: "Le gusta acechar en la oscuridad y tocarles el\nhombro a sus víctimas con su mano gaseosa.\nEstas se quedan temblando para siempre.",
|
||||
it: "Adora stare in agguato nei luoghi bui e toccare\nle spalle delle vittime con le sue mani gassose.\nIl suo tocco causa brividi incontenibili.",
|
||||
de: "Es lauert gern im Dunkeln und tippt Leuten mit\nseiner gasförmigen Hand auf die Schulter.\nSeine Berührung erzeugt endloses Schaudern.",
|
||||
'pt-br': "Gosta de se esconder no escuro e bater nos\nombros dos outros com sua mão gasosa.\nSeu toque causa arrepios que não acabam mais.",
|
||||
ko: "어둠을 틈타 가스로 된 손을 뻗쳐\n사람의 어깨를 두드리기 좋아한다.\n그 손에 닿으면 떨림이 멈추지 않는다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mumble"
|
||||
en: "Mumble",
|
||||
fr: "Murmure",
|
||||
es: "Farfullar",
|
||||
it: "Borbottio",
|
||||
de: "Grummeln",
|
||||
'pt-br': "Resmungo",
|
||||
ko: "중얼거리기"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gengar"
|
||||
en: "Gengar",
|
||||
fr: "Ectoplasma",
|
||||
es: "Gengar",
|
||||
it: "Gengar",
|
||||
de: "Gengar",
|
||||
'pt-br': "Gengar",
|
||||
ko: "팬텀"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -19,21 +25,40 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "To steal the life of its target, it slips into the prey's shadow and silently waits for an opportunity."
|
||||
en: "To steal the life of its target, it slips into the prey's shadow and silently waits for an opportunity.",
|
||||
fr: "Il se cache dans l'ombre de sa victime et attend\npatiemment le bon moment pour lui voler sa vie.",
|
||||
es: "Para quitarle la vida a su presa, se desliza en su\nsombra y espera su oportunidad en silencio.",
|
||||
it: "Per sottrarre energia alla vittima si\nnasconde nella sua ombra e attende\nin silenzio il momento opportuno.",
|
||||
de: "Um Beute zu erlegen, versteckt es sich\nin deren Schatten und wartet still auf\neine günstige Gelegenheit.",
|
||||
'pt-br': "Este Pokémon aguarda pela oportunidade\nperfeita para se esconder na sombra de sua\npresa e roubar a vida dela.",
|
||||
ko: "생명을 빼앗기로 정한 먹잇감의\n그림자에 숨어들어\n꼼짝하지 않고 기회를 노린다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hypnoblast"
|
||||
en: "Hypnoblast",
|
||||
fr: "Hypnoblast",
|
||||
es: "Hipnorrayo",
|
||||
it: "Ipnobomba",
|
||||
de: "Hypnoschuss",
|
||||
'pt-br': "Borrifada Hipnótica",
|
||||
ko: "최면파동"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Psychic", "Psychic"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep."
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt schläft.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 잠듦으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Adormecido."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Unown"
|
||||
en: "Unown",
|
||||
fr: "Zarbi",
|
||||
es: "Unown",
|
||||
it: "Unown",
|
||||
de: "Icognito",
|
||||
'pt-br': "Unown",
|
||||
ko: "안농"
|
||||
},
|
||||
|
||||
illustrator: "Tetsu Kayama",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning."
|
||||
en: "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning.",
|
||||
fr: "Son corps plat et fin est toujours collé aux murs.\nOn pense que sa forme a une signification.",
|
||||
es: "Su cuerpo fino y plano aparece siempre en los\nmuros. Su forma parece tener algún significado.",
|
||||
it: "Il corpo piatto e sottile sta sempre attaccato ai muri.\nPare che la forma abbia un preciso significato.",
|
||||
de: "Sein flacher, dünner Körper hängt immer an Wänden.\nSeine Form scheint eine Bedeutung zu haben.",
|
||||
'pt-br': "Seu corpo delgado e plano fica sempre colado\nnas paredes. Sua forma parece ter algum propósito.",
|
||||
ko: "몸 자체는 굉장히 얇고\n항상 벽에 들러붙어 있다.\n모습에는 뭔가 의미가 있는 듯하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,17 +36,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "CHECK"
|
||||
en: "CHECK",
|
||||
fr: "CHECK",
|
||||
es: "COMPROBACIÓN",
|
||||
it: "CONTROLLO",
|
||||
de: "CHECK",
|
||||
'pt-br': "CHECAR",
|
||||
ko: "CHECK 체크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may choose either player. Look at the top card of that player's deck."
|
||||
en: "Once during your turn, you may choose either player. Look at the top card of that player's deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez choisir l'un des joueurs. Regardez une carte du dessus du deck de ce joueur.",
|
||||
es: "Una vez durante tu turno, puedes elegir a cualquier jugador. Mira la primera carta de la baraja de ese jugador.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scegliere uno dei giocatori. Guarda la prima carta del mazzo di quel giocatore.",
|
||||
de: "Einmal während deines Zuges kannst du einen Spieler auswählen. Schau dir die oberste Karte des Decks dieses Spielers an.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá escolher um dos jogadores. Olhe 1 carta de cima do baralho daquele jogador.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 자신 또는 상대 중 하나를 선택해서 선택된 플레이어의 덱을 위에서부터 1장 보고 원래대로 되돌린다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hidden Power"
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance Cachée",
|
||||
es: "Poder Oculto",
|
||||
it: "Introforza",
|
||||
de: "Kraftreserve",
|
||||
'pt-br': "Poder Oculto",
|
||||
ko: "잠재파워"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rotom"
|
||||
en: "Rotom",
|
||||
fr: "Motisma",
|
||||
es: "Rotom",
|
||||
it: "Rotom",
|
||||
de: "Rotom",
|
||||
'pt-br': "Rotom",
|
||||
ko: "로토무"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "Its electricity-like body can enter some kinds of machines and take control in order to make mischief."
|
||||
en: "Its electricity-like body can enter some kinds of machines and take control in order to make mischief.",
|
||||
fr: "Son corps semblable à de l'électricité lui permet\nde prendre le contrôle de certains appareils\nménagers pour jouer des tours aux autres.",
|
||||
es: "Con su cuerpo eléctrico puede infiltrarse en algunos\naparatos para controlarlos y hacer travesuras.",
|
||||
it: "Il suo corpo simile all'elettricità può introdursi in alcuni\napparecchi, di cui prende il controllo per combinare guai.",
|
||||
de: "Sein Körper ähnelt Elektrizität und erlaubt es ihm,\nin einige Geräte einzudringen, um dann damit für\nChaos zu sorgen.",
|
||||
'pt-br': "Seu corpo elétrico pode penetrar em alguns tipos\nde máquinas e assumir o controle para fazer malvadezas.",
|
||||
ko: "전기 같은 몸은\n일부 기계에 들어갈 수 있다.\n그리고 그 몸으로 장난을 친다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,23 +36,47 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Speed Link"
|
||||
en: "Speed Link",
|
||||
fr: "Lien Vitesse",
|
||||
es: "Vínculo Veloz",
|
||||
it: "Agilità Simbiotica",
|
||||
de: "Tempokopplung",
|
||||
'pt-br': "Elo de Velocidade",
|
||||
ko: "스피드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon n'a aucun Coût de Retraite.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, este Pokémon no tiene ningún Coste de Retirada.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon non ha costo di ritirata.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, hat dieses Pokémon keine Rückzugskosten.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon não terá custo de Recuo.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬의 후퇴에 필요한 에너지를 모두 없앤다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dash Attack"
|
||||
en: "Dash Attack",
|
||||
fr: "Attaque Brusque",
|
||||
es: "Ataque Carrera",
|
||||
it: "Scattattacco",
|
||||
de: "Spurtangriff",
|
||||
'pt-br': "Ataque Arremetida",
|
||||
ko: "대시어택"
|
||||
},
|
||||
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent's Benched Pokémon."
|
||||
en: "This attack does 20 damage to 1 of your opponent's Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts à un des Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque hace 20 puntos de daño a 1 de los Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni a uno dei Pokémon nella panchina del tuo avversario.",
|
||||
de: "Diese Attacke fügt 1 Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a 1 dos Pokémon no Banco do seu oponente.",
|
||||
ko: "상대의 벤치 포켓몬 1마리에게 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Sudowoodo"
|
||||
en: "Sudowoodo",
|
||||
fr: "Simularbre",
|
||||
es: "Sudowoodo",
|
||||
it: "Sudowoodo",
|
||||
de: "Mogelbaum",
|
||||
'pt-br': "Sudowoodo",
|
||||
ko: "꼬지모"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "Although it always pretends to be a tree, its composition appears more similar to rock than to vegetation."
|
||||
en: "Although it always pretends to be a tree, its composition appears more similar to rock than to vegetation.",
|
||||
fr: "Bien qu'il fasse semblant d'être un arbre, par sa composition,\nil semble plus proche d'un minéral que d'un végétal.",
|
||||
es: "Aunque pretende ser un árbol, en su composición\nse parece más a una roca que a una planta.",
|
||||
it: "Sebbene finga di essere un albero, il suo corpo\nha una composizione più simile a quella di una\nroccia che a quella di un vegetale.",
|
||||
de: "Obwohl es vorgibt, ein Baum zu sein, kommt seine\nZusammensetzung einem Stein näher als einer Pflanze.",
|
||||
'pt-br': "Apesar de sempre fingir ser uma árvore, sua composição\ntem mais semelhanças com pedras do que com vegetação.",
|
||||
ko: "항상 나무인 척하고 있다.\n몸의 구조는 식물보다\n돌이나 바위에 가까운 듯하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fighting Headbutt"
|
||||
en: "Fighting Headbutt",
|
||||
fr: "Coup d'Boule Combatif",
|
||||
es: "Cabezazo Lucha",
|
||||
it: "Bottintesta Combattente",
|
||||
de: "Kämpferische Kopfnuss",
|
||||
'pt-br': "Cabeçada de Luta",
|
||||
ko: "투지의박치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Pokémon ex, this attack does 30 more damage."
|
||||
en: "If your opponent's Active Pokémon is a Pokémon {ex}, this attack does 30 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-{ex}, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon {ex}, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-{ex}, questo attacco infligge 30 danni in più.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-{ex} ist, fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se o Pokémon Ativo do seu oponente for um Pokémon {ex}, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "상대의 배틀 포켓몬이 「포켓몬 {ex}」라면 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Phanpy"
|
||||
en: "Phanpy",
|
||||
fr: "Phanpy",
|
||||
es: "Phanpy",
|
||||
it: "Phanpy",
|
||||
de: "Phanpy",
|
||||
'pt-br': "Phanpy",
|
||||
ko: "코코리"
|
||||
},
|
||||
|
||||
illustrator: "Asako Ito",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "This Pokémon lives and nests on a riverbank. After playing in the mud, it won't be able to settle down unless it washes its body."
|
||||
en: "This Pokémon lives and nests on a riverbank. After playing in the mud, it won't be able to settle down unless it washes its body.",
|
||||
fr: "Les Phanpy vivent dans les trous qu'ils creusent,\nprès des rivières. Après avoir joué dans la boue,\nils ont besoin de faire leur toilette pour se calmer.",
|
||||
es: "Vive en hoyos que cava en la ribera de los ríos. Tras retozar en el\nlodo, no se queda tranquilo hasta haberse lavado bien el cuerpo.",
|
||||
it: "Vive in tane che costruisce in riva ai fiumi.\nDopo aver giocato nel fango, non riesce\na star tranquillo finché non si è lavato.",
|
||||
de: "Es lebt in Nestern, die es an Flussufern baut.\nNach dem Spielen im Schlamm muss es sich\nerst waschen, um sich wohlzufühlen.",
|
||||
'pt-br': "Este Pokémon vive e constrói seu ninho nas margens\ndos rios. Depois de brincar na lama, não sossega\naté se lavar direito.",
|
||||
ko: "냇가에 굴을 파고 산다.\n흙장난을 한 뒤에 몸을 씻지 못하면\n안절부절못하기 때문이다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rollout"
|
||||
en: "Rollout",
|
||||
fr: "Roulade",
|
||||
es: "Rodar",
|
||||
it: "Rotolamento",
|
||||
de: "Walzer",
|
||||
'pt-br': "Rolagem",
|
||||
ko: "구르기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Donphan"
|
||||
en: "Donphan",
|
||||
fr: "Donphan",
|
||||
es: "Donphan",
|
||||
it: "Donphan",
|
||||
de: "Donphan",
|
||||
'pt-br': "Donphan",
|
||||
ko: "코리갑"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Donphan is covered in tough hide, so even being hit by a car won't faze this Pokémon. However, it is extremely susceptible to rain."
|
||||
en: "Donphan is covered in tough hide, so even being hit by a car won't faze this Pokémon. However, it is extremely susceptible to rain.",
|
||||
fr: "Sa peau est si dure qu'une collision avec\nune voiture le laisserait indifférent. En revanche,\nil est extrêmement sensible à la pluie.",
|
||||
es: "Su dura piel podría resistir el choque contra un coche sin\nsufrir un rasguño. La lluvia, sin embargo, es su punto débil.",
|
||||
it: "La sua pelle è così dura che anche se sbatte\ncontro una macchina non si fa un graffio.\nLa pioggia è il suo punto debole.",
|
||||
de: "Seine Haut ist so hart, dass ihm nicht einmal der\nZusammenprall mit einem Auto etwas anhaben kann.\nRegen setzt ihm jedoch stark zu.",
|
||||
'pt-br': "Donphan é recoberto por uma couraça resistente\ne não se abala nem quando é atingido por um carro.\nNo entanto, é extremamente vulnerável a chuva.",
|
||||
ko: "튼튼한 피부로 둘러싸여 있기 때문에\n차에 부딪혀도 끄떡없다.\n그러나 비에는 매우 약하다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rolling Spin"
|
||||
en: "Rolling Spin",
|
||||
fr: "Tournis Roulis",
|
||||
es: "Giro Ondulante",
|
||||
it: "Ruzzolata",
|
||||
de: "Drehwalze",
|
||||
'pt-br': "Giro Rolante",
|
||||
ko: "롤링스핀"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Fighting", "Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Rolling Spin attack does +60 damage."
|
||||
en: "During your next turn, this Pokémon's Rolling Spin attack does +60 damage.",
|
||||
fr: "Pendant votre prochain tour, l'attaque Tournis Roulis de ce Pokémon inflige + 60 dégâts.",
|
||||
es: "Durante tu próximo turno, el ataque Giro Ondulante de este Pokémon hace Rolling Spin+60 puntos[/Ctrl:NoBreak] de daño.",
|
||||
it: "Durante il tuo prossimo turno, l'attacco Ruzzolata di questo Pokémon infligge +60 danni.",
|
||||
de: "Während deines nächsten Zuges fügt die Attacke Drehwalze von diesem Pokémon + 60 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o seu próximo turno, o ataque Giro Rolante deste Pokémon causará + 60 pontos de dano.",
|
||||
ko: "자신의 다음 차례에 이 포켓몬의 「롤링스핀」의 데미지를 +60한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Larvitar"
|
||||
en: "Larvitar",
|
||||
fr: "Embrylex",
|
||||
es: "Larvitar",
|
||||
it: "Larvitar",
|
||||
de: "Larvitar",
|
||||
'pt-br': "Larvitar",
|
||||
ko: "애버라스"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "Born deep underground, this Pokémon becomes a pupa after eating enough dirt to make a mountain."
|
||||
en: "Born deep underground, this Pokémon becomes a pupa after eating enough dirt to make a mountain.",
|
||||
fr: "Il naît dans les profondeurs terrestres. Après\navoir englouti une quantité de terre équivalente\nà une montagne, il se transforme en chrysalide.",
|
||||
es: "Nacido en las profundidades subterráneas,\neste Pokémon se convierte en pupa al comer\nla cantidad de tierra equivalente a una montaña.",
|
||||
it: "Nasce nel profondo sottosuolo e dopo\naver mangiato una montagna di terra\nsi trasforma in una crisalide.",
|
||||
de: "Es wird tief im Erdreich geboren. Hat es einen Berg\nErde gefressen, verpuppt sich dieses Pokémon.",
|
||||
'pt-br': "Este Pokémon nasce no subsolo e se torna uma pupa\napós comer terra o suficiente para fazer uma montanha.",
|
||||
ko: "땅속 깊은 곳에서 태어나\n산을 이룰 정도의 흙을 먹고 나면\n몸을 만들기 위해 번데기가 된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Corkscrew Punch"
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing Tire-Bouchon",
|
||||
es: "Puño Tirabuzón",
|
||||
it: "Pugno Rotante",
|
||||
de: "Korkenzieherhieb",
|
||||
'pt-br': "Soco Saca-rolha",
|
||||
ko: "쥐어박기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pupitar"
|
||||
en: "Pupitar",
|
||||
fr: "Ymphect",
|
||||
es: "Pupitar",
|
||||
it: "Pupitar",
|
||||
de: "Pupitar",
|
||||
'pt-br': "Pupitar",
|
||||
ko: "데기라스"
|
||||
},
|
||||
|
||||
illustrator: "match",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its shell is as hard as bedrock, and it is also very strong. Its thrashing can topple a mountain."
|
||||
en: "Its shell is as hard as bedrock, and it is also very strong. Its thrashing can topple a mountain.",
|
||||
fr: "Il est très fort, et sa carapace est aussi\ndure que la pierre. Lorsqu'il est furieux,\nses coups peuvent raser une montagne.",
|
||||
es: "Su caparazón es duro como una piedra y muy\nresistente. Sus golpes pueden derribar montañas.",
|
||||
it: "Il suo corpo è ricoperto da un guscio duro come\nla roccia ed è molto forte. Quando si infuria, è\ncapace di abbattere persino una montagna.",
|
||||
de: "Es ist sehr stark und hat einen steinharten Panzer.\nGerät es außer Kontrolle, kann es Berge dem\nErdboden gleichmachen.",
|
||||
'pt-br': "Seu casco é duro como rocha e muito forte.\nSuas pancadas podem derrubar uma montanha.",
|
||||
ko: "암반 같은 단단한 껍질로\n둘러싸여 있지만 힘이 강해서\n난동을 부리면 산도 무너져 버린다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Speed Attack"
|
||||
en: "Speed Attack",
|
||||
fr: "Attaque Rapide",
|
||||
es: "Ataque Fugaz",
|
||||
it: "Attacco Veloce",
|
||||
de: "Tempoangriff",
|
||||
'pt-br': "Ataque em Velocidade",
|
||||
ko: "스피드어택"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tyranitar"
|
||||
en: "Tyranitar",
|
||||
fr: "Tyranocif",
|
||||
es: "Tyranitar",
|
||||
it: "Tyranitar",
|
||||
de: "Despotar",
|
||||
'pt-br': "Tyranitar",
|
||||
ko: "마기라스"
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Extremely strong, it can change the landscape. It is so insolent that it doesn't care about others."
|
||||
en: "Extremely strong, it can change the landscape. It is so insolent that it doesn't care about others.",
|
||||
fr: "Ce Pokémon est si fort qu'il est capable\nde modifier la topographie d'un lieu.\nIl ne se préoccupe pas des autres.",
|
||||
es: "Tiene tanta fuerza que puede cambiar el paisaje.\nSu naturaleza insolente le hace ser muy egoísta.",
|
||||
it: "Con la sua forza smisurata riesce a trasformare\nil paesaggio con estrema facilità. La sua indole\ninsolente lo rende indifferente al mondo.",
|
||||
de: "Dieses kaltblütige und rücksichtslose Pokémon ist\nso stark, dass es mit Leichtigkeit das Aussehen\nganzer Landstriche verändern kann.",
|
||||
'pt-br': "Extremamente forte, pode modificar a paisagem.\nÉ tão insolente que não se preocupa com os outros.",
|
||||
ko: "주변 지형을 바꾸는 정도쯤은\n쉽게 해낼 정도의 힘을 가지고 있다.\n주위를 신경 쓰지 않는 대담한 성격."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Power Link"
|
||||
en: "Power Link",
|
||||
fr: "Lien Puissance",
|
||||
es: "Vínculo Poderoso",
|
||||
it: "Potenza Simbiotica",
|
||||
de: "Kraftkopplung",
|
||||
'pt-br': "Elo de Poder",
|
||||
ko: "파워 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon do +30 damage to your opponent's Active Pokémon."
|
||||
en: "If you have Arceus or Arceus ex in play, attacks used by this Pokémon do +30 damage to your opponent's Active Pokémon.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, les attaques utilisées par ce Pokémon infligent + 30 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques de este Pokémon hacen Arceus+30 puntos[/Ctrl:NoBreak] de daño al Pokémon Activo de tu rival.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, gli attacchi usati da questo Pokémon infliggono +30 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, fügen die von diesem Pokémon eingesetzten Attacken dem Aktiven Pokémon deines Gegners + 30 Schadenspunkte zu.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, os ataques usados por este Pokémon causarão +30 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 사용하는 기술이 상대의 배틀 포켓몬에게 주는 데미지를 Arceus+30[/Ctrl:NoBreak]한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Land Crush"
|
||||
en: "Land Crush",
|
||||
fr: "Écras'Terre",
|
||||
es: "Aterrizaje",
|
||||
it: "Schiacciaterra",
|
||||
de: "Schollenbrecher",
|
||||
'pt-br': "Aperto de Terra",
|
||||
ko: "랜드크래시"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Nosepass"
|
||||
en: "Nosepass",
|
||||
fr: "Tarinor",
|
||||
es: "Nosepass",
|
||||
it: "Nosepass",
|
||||
de: "Nasgnet",
|
||||
'pt-br': "Nosepass",
|
||||
ko: "코코파스"
|
||||
},
|
||||
|
||||
illustrator: "Satoshi Shirai",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "It moves less than an inch a year, but when it's in a jam, it will spin and drill down into the ground in a split second."
|
||||
en: "It moves less than an inch a year, but when it's in a jam, it will spin and drill down into the ground in a split second.",
|
||||
fr: "Il ne se déplace que d'un centimètre\npar an, mais s'il se sent menacé, il virevolte\net s'enfonce dans le sol en un instant.",
|
||||
es: "Solo se desplaza un centímetro al año, pero,\nsi se siente amenazado, gira sobre sí mismo\ny se hunde bajo tierra en un abrir y cerrar de ojos.",
|
||||
it: "Si sposta di 1 cm all'anno, ma quando si trova in difficoltà\nruota su se stesso e in un attimo si nasconde sottoterra.",
|
||||
de: "Es bewegt sich nur 1 cm pro Jahr, aber in\nNotlagen bohrt es sich mit seinem Körper\nblitzschnell in den Boden.",
|
||||
'pt-br': "Este Pokémon move-se 3 centímetros por ano,\nmas quando está em uma enrascada, gira e perfura o solo\nem questão de segundos.",
|
||||
ko: "1년에 1cm밖에 움직이지 않지만\n위기에 처하면 회전하여\n순식간에 땅속으로 파고든다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Meditite"
|
||||
en: "Meditite",
|
||||
fr: "Méditikka",
|
||||
es: "Meditite",
|
||||
it: "Meditite",
|
||||
de: "Meditie",
|
||||
'pt-br': "Meditite",
|
||||
ko: "요가랑"
|
||||
},
|
||||
|
||||
illustrator: "Mina Nakai",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "It never skips its daily yoga training. It heightens its inner strength through meditation."
|
||||
en: "It never skips its daily yoga training. It heightens its inner strength through meditation.",
|
||||
fr: "Méditikka ne rate jamais une séance\nde yoga. Il augmente sa force\nintérieure par la méditation.",
|
||||
es: "Practica yoga a diario y no se pierde ni una sesión.\nMediante la meditación, aumenta su fuerza interior.",
|
||||
it: "Non rinuncia mai alla sua ora di yoga\nquotidiana. La meditazione gli permette\ndi aumentare la sua forza interiore.",
|
||||
de: "Es vergisst nie sein tägliches Yogatraining.\nDurch Meditation erhöht es seine innere Stärke.",
|
||||
'pt-br': "Nunca perde um dia de ioga.\nAumenta sua força interior com meditação.",
|
||||
ko: "매일 요가 수행을 거르지 않는다.\n명상을 통해서 정신력을 높인다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Kick"
|
||||
en: "Kick",
|
||||
fr: "Koud'Pied",
|
||||
es: "Patada",
|
||||
it: "Calcio",
|
||||
de: "Tritt",
|
||||
'pt-br': "Chute",
|
||||
ko: "킥"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Medicham"
|
||||
en: "Medicham",
|
||||
fr: "Charmina",
|
||||
es: "Medicham",
|
||||
it: "Medicham",
|
||||
de: "Meditalis",
|
||||
'pt-br': "Medicham",
|
||||
ko: "요가램"
|
||||
},
|
||||
|
||||
illustrator: "Tetsu Kayama",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Through yoga training, it gained the psychic power to predict its foe's next move."
|
||||
en: "Through yoga training, it gained the psychic power to predict its foe's next move.",
|
||||
fr: "Ses pouvoirs psychiques, renforcés\npar la pratique du yoga, lui permettent\nde prédire les mouvements de ses adversaires.",
|
||||
es: "Puede prever los movimientos de su rival usando\nsus poderes psíquicos, fortalecidos por el yoga.",
|
||||
it: "È in grado di conoscere in anticipo le mosse\ndel nemico grazie ai poteri di preveggenza\nottenuti con le pratiche yoga.",
|
||||
de: "Mit Yogaübungen hat es seine Psycho-Kräfte geschärft\nund ahnt so die Attacken seiner Gegner voraus.",
|
||||
'pt-br': "Através do treinamento de ioga, ganhou o poder psíquico\nde prever o movimento seguinte do oponente.",
|
||||
ko: "요가 수행으로 단련된\n사이코 파워로 상대의 움직임을\n예상할 수 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Kick Shot"
|
||||
en: "Kick Shot",
|
||||
fr: "Coup d'Ergots",
|
||||
es: "Disparo Patada",
|
||||
it: "Colpocalcio",
|
||||
de: "Kickschuss",
|
||||
'pt-br': "Chute Tiro",
|
||||
ko: "한방차기"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing."
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
|
||||
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto.",
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen.",
|
||||
'pt-br': "Jogue uma moeda. Se sair coroa, este ataque não fará nada.",
|
||||
ko: "동전을 1번 던져서 뒷면이 나오면 이 기술은 실패한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gible"
|
||||
en: "Gible",
|
||||
fr: "Griknot",
|
||||
es: "Gible",
|
||||
it: "Gible",
|
||||
de: "Kaumalat",
|
||||
'pt-br': "Gible",
|
||||
ko: "딥상어동"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth."
|
||||
en: "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth.",
|
||||
fr: "Il attend qu'une proie passe pour bondir hors de son trou\net la croquer. Dans son élan, il se casse parfois les dents.",
|
||||
es: "Permanece oculto en cuevas y, cuando pasa una\npresa, se abalanza sobre ella y la muerde con\ntanta fuerza que hasta se le rompen los dientes.",
|
||||
it: "Aspetta nemici e prede in agguato nella sua\ntana. Quando gli arrivano a tiro, li addenta\ncon tale forza che a volte si spezza i denti.",
|
||||
de: "Es verbirgt sich in kleinen Höhlen, aus denen es\nherausspringt und vorbeilaufende Gegner oder\nBeute beißt. Manchmal bricht dabei ein Zahn ab.",
|
||||
'pt-br': "Esconde-se em cavernas e quando presas ou inimigos\npassam, sai e os devora. A força do seu ataque às vezes\nquebra seus dentes.",
|
||||
ko: "구멍에 숨어서 먹이나 적이\n지나가면 뛰쳐나가 문다.\n기세가 대단해 이가 빠질 때도 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gabite"
|
||||
en: "Gabite",
|
||||
fr: "Carmache",
|
||||
es: "Gabite",
|
||||
it: "Gabite",
|
||||
de: "Knarksel",
|
||||
'pt-br': "Gabite",
|
||||
ko: "한바이트"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "In rare cases, it molts and sheds its scales. Medicine containing its scales as an ingredient will make a weary body feel invigorated."
|
||||
en: "In rare cases, it molts and sheds its scales. Medicine containing its scales as an ingredient will make a weary body feel invigorated.",
|
||||
fr: "Lorsqu'il mue, il perd parfois ses écailles. Les remèdes\nconcoctés à partir de celles-ci sont de puissants toniques.",
|
||||
es: "Muy ocasionalmente puede mudar la piel y\nperder las escamas. Las medicinas que las usan\ncomo ingrediente son muy reconstituyentes.",
|
||||
it: "Fa la muta molto di rado. Con le scaglie perse\nin questo modo si possono preparare tonici che\nalleviano la stanchezza e ripristinano le energie.",
|
||||
de: "Ab und zu häutet es sich und verliert Schuppen.\nMedizin, die solche Schuppen enthält, macht\nmüde Körper munter.",
|
||||
'pt-br': "Troca de pele raramente e deixa suas escamas para trás.\nRemédios feitos com suas escamas farão um adoecido\nsentir-se revigorado.",
|
||||
ko: "드물게 탈피해서 비늘이 벗겨진다.\n그 성분이 들어 있는 약은\n피곤한 몸을 회복시켜 준다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Sharp Scythe"
|
||||
en: "Sharp Scythe",
|
||||
fr: "Faucille Acérée",
|
||||
es: "Guadaña Afilada",
|
||||
it: "Falcetagliente",
|
||||
de: "Scharfe Sense",
|
||||
'pt-br': "Foice Afiada",
|
||||
ko: "날카로운낫"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Garchomp ex"
|
||||
en: "Garchomp ex",
|
||||
fr: "Carchacrok-ex",
|
||||
es: "Garchomp ex",
|
||||
it: "Garchomp-ex",
|
||||
de: "Knakrack-ex",
|
||||
'pt-br': "Garchomp ex",
|
||||
ko: "한카리아스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -23,17 +29,35 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Linear Attack"
|
||||
en: "Linear Attack",
|
||||
fr: "Attaque Linéaire",
|
||||
es: "Ataque Lineal",
|
||||
it: "Attacco Lineare",
|
||||
de: "Linearer Angriff",
|
||||
'pt-br': "Ataque Linear",
|
||||
ko: "직격탄"
|
||||
},
|
||||
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon."
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts à l'un des Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 50 puntos de daño a 1 de los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 50 danni a uno dei Pokémon\ndel tuo avversario.",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 50 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque causa 50 pontos de dano a 1 dos Pokémon do seu oponente.",
|
||||
ko: "상대의 포켓몬 1마리에게 50데미지를 준다."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Claw"
|
||||
en: "Dragon Claw",
|
||||
fr: "Draco-Griffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
de: "Drachenklaue",
|
||||
'pt-br': "Garra de Dragão",
|
||||
ko: "드래곤클로"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Zubat"
|
||||
en: "Zubat",
|
||||
fr: "Nosferapti",
|
||||
es: "Zubat",
|
||||
it: "Zubat",
|
||||
de: "Zubat",
|
||||
'pt-br': "Zubat",
|
||||
ko: "주뱃"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "It emits ultrasonic waves from its mouth to check its surroundings. Even in tight caves, Zubat flies around with skill."
|
||||
en: "It emits ultrasonic waves from its mouth to check its surroundings. Even in tight caves, Zubat flies around with skill.",
|
||||
fr: "Il sonde les environs en émettant des ultrasons\navec sa bouche, et peut ainsi se frayer un chemin\nmême dans les grottes les plus étroites.",
|
||||
es: "Emite ondas ultrasónicas por la boca\npara escrutar el entorno, lo que le permite\nvolar con pericia por cuevas angostas.",
|
||||
it: "Sonda l'ambiente circostante emettendo\nultrasuoni dalla bocca. In questo modo riesce\na volteggiare agilmente anche in caverne strette.",
|
||||
de: "Über den Mund stößt es Ultraschallwellen aus,\num seine Umgebung zu erkunden. So kann es\nselbst in engen Höhlen geschickt umherfliegen.",
|
||||
'pt-br': "Emite ondas ultrassônicas de sua boca para\nverificar os arredores. Zubat voa com certa\ndestreza mesmo em cavernas apertadas.",
|
||||
ko: "입에서 내보내는 초음파로\n주위의 상황을 살핀다. 좁은\n동굴에서도 능숙하게 날아다닌다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite"
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
de: "Biss",
|
||||
'pt-br': "Mordida",
|
||||
ko: "물기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Golbat"
|
||||
en: "Golbat",
|
||||
fr: "Nosferalto",
|
||||
es: "Golbat",
|
||||
it: "Golbat",
|
||||
de: "Golbat",
|
||||
'pt-br': "Golbat",
|
||||
ko: "골뱃"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It loves to drink other creatures' blood. It's said that if it finds others of its kind going hungry, it sometimes shares the blood it's gathered."
|
||||
en: "It loves to drink other creatures' blood. It's said that if it finds others of its kind going hungry, it sometimes shares the blood it's gathered.",
|
||||
fr: "Le sang des êtres vivants est son péché mignon.\nOn dit qu'il partage parfois ce précieux breuvage\navec ses congénères affamés.",
|
||||
es: "Le encanta chuparles la sangre a los seres\nvivos. En ocasiones comparte la preciada\ncolecta con otros congéneres hambrientos.",
|
||||
it: "Va matto per il sangue di altre creature. Si dice\nche a volte lo condivida con i compagni affamati.",
|
||||
de: "Das Blut anderer Lebewesen ist seine Leibspeise.\nMan sagt, dass es das abgesaugte Blut manchmal\nmit hungrigen Artgenossen teilt.",
|
||||
'pt-br': "Ama beber o sangue de outras criaturas. Dizem que,\nse encontra outros de sua espécie passando fome,\nàs vezes compartilha o sangue que recolheu.",
|
||||
ko: "살아 있는 생물의 혈액을 좋아한다.\n굶주린 동료에게 빨아들인 피를\n나눠주기도 한다고 한다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite"
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
de: "Biss",
|
||||
'pt-br': "Mordida",
|
||||
ko: "물기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Crobat"
|
||||
en: "Crobat",
|
||||
fr: "Nostenfer",
|
||||
es: "Crobat",
|
||||
it: "Crobat",
|
||||
de: "Iksbat",
|
||||
'pt-br': "Crobat",
|
||||
ko: "크로뱃"
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Both of its legs have turned into wings. Without a sound, Crobat flies swiftly toward its prey and sinks its fangs into the nape of its target's neck."
|
||||
en: "Both of its legs have turned into wings. Without a sound, Crobat flies swiftly toward its prey and sinks its fangs into the nape of its target's neck.",
|
||||
fr: "Ses pattes sont devenues des ailes.\nIl fond sur sa proie furtivement puis\nplante ses crocs dans sa nuque.",
|
||||
es: "Sus patas se han convertido en alas. Se lanza\nsobre su presa en un vuelo silencioso a alta\nvelocidad y le clava los colmillos en la nuca.",
|
||||
it: "Le due zampe si sono mutate in ali. Vola verso\nla preda ad alta velocità senza fare alcun\nrumore e le affonda le zanne nella nuca.",
|
||||
de: "Seine zwei Beine wurden zu Flügeln. Es fliegt\nschnell und lautlos zu seiner Beute, um ihr dann\ndie Zähne in den Nacken zu bohren.",
|
||||
'pt-br': "Suas duas pernas se transformaram em asas.\nSilenciosamente, Crobat voa de forma ágil em direção\nà sua presa e afunda seus dentes na nuca de seu alvo.",
|
||||
ko: "양발이 날개로 변화했다.\n소리를 내지 않고 고속으로 날아\n먹이의 목덜미에 이빨을 꽂는다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Cunning Link"
|
||||
en: "Cunning Link",
|
||||
fr: "Lien Malice",
|
||||
es: "Vínculo Astuto",
|
||||
it: "Astuzia Simbiotica",
|
||||
de: "Trickkopplung",
|
||||
'pt-br': "Elo de Traquinagem",
|
||||
ko: "트릭 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if you have Arceus or Arceus ex in play, you may do 30 damage to your opponent's Active Pokémon."
|
||||
en: "Once during your turn, if you have Arceus or Arceus ex in play, you may do 30 damage to your opponent's Active Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si vous avez Arceus ou Arceus-ex en jeu, vous pouvez infliger 30 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Una vez durante tu turno, si tienes a Arceus o Arceus ex en juego, puedes hacer 30 puntos de daño al Pokémon Activo de tu rival.",
|
||||
it: "Una sola volta durante il tuo turno, se hai in gioco Arceus o Arceus-ex, puoi infliggere 30 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, kannst du einmal während deines Zuges dem Aktiven Pokémon deines Gegners 30 Schadenspunkte zufügen.",
|
||||
'pt-br': "Uma vez durante o seu turno, se você tiver Arceus ou Arceus ex em jogo, você poderá causar 30 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 자신의 차례에 1번 사용할 수 있다. 상대의 배틀 포켓몬에게 30데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Darkness Fang"
|
||||
en: "Darkness Fang",
|
||||
fr: "Croc Obscur",
|
||||
es: "Colmillo de Oscuridad",
|
||||
it: "Oscurizanna",
|
||||
de: "Fänge der Dunkelheit",
|
||||
'pt-br': "Presa Sombria",
|
||||
ko: "어둠엄니"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Croagunk"
|
||||
en: "Croagunk",
|
||||
fr: "Cradopaud",
|
||||
es: "Croagunk",
|
||||
it: "Croagunk",
|
||||
de: "Glibunkel",
|
||||
'pt-br': "Croagunk",
|
||||
ko: "삐딱구리"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab."
|
||||
en: "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.",
|
||||
fr: "Il fait gonfler ses glandes venimeuses tout en émettant un son\neffrayant, ce qui lui permet d'empoisonner ses proies pétrifiées.",
|
||||
es: "Infla sus bolsas venenosas para emitir un sonido macabro\na su alrededor y envenena al rival en cuanto se amedrenta.",
|
||||
it: "Gonfia le sue sacche di veleno emettendo un verso\nsinistro che fa impietrire l'avversario, poi lo avvelena.",
|
||||
de: "Bläst es seine Giftbeutel auf, ertönt ein\nunheimliches Geräusch. Wenn Gegner\ndadurch zurückschrecken, vergiftet es sie.",
|
||||
'pt-br': "Ao inflar suas bolsas de veneno, preenche a área\ncom um som peculiar e acerta os oponentes assustados\ncom um soco venenoso.",
|
||||
ko: "독주머니를 부풀리며 울어서\n주변에 으스스한 소리를 퍼트린 후\n상대가 풀죽으면 독찌르기를 한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Beat"
|
||||
en: "Beat",
|
||||
fr: "Bataille",
|
||||
es: "Toque",
|
||||
it: "Battuta",
|
||||
de: "Verprügler",
|
||||
'pt-br': "Pulso",
|
||||
ko: "때리기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Toxicroak"
|
||||
en: "Toxicroak",
|
||||
fr: "Coatox",
|
||||
es: "Toxicroak",
|
||||
it: "Toxicroak",
|
||||
de: "Toxiquak",
|
||||
'pt-br': "Toxicroak",
|
||||
ko: "독개굴"
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima",
|
||||
@ -19,20 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Swaying and dodging the attacks of its foes, it weaves its flexible body in close, then lunges out with its poisonous claws."
|
||||
en: "Swaying and dodging the attacks of its foes, it weaves its flexible body in close, then lunges out with its poisonous claws.",
|
||||
fr: "Il esquive avec souplesse les attaques de ses\nadversaires tout en bondissant dans leur direction,\npuis il riposte de ses griffes empoisonnées.",
|
||||
es: "Esquiva ágilmente los ataques de sus\nenemigos mientras va acortando distancias\npara contraatacar con sus garras venenosas.",
|
||||
it: "Con il suo corpo flessibile schiva l'attacco del\nnemico e lo trafigge al volo con spine velenose.",
|
||||
de: "Mit seinem geschmeidigen Körper weicht es\nAttacken aus und durchbricht die Deckung des\nGegners, um mit seinen Giftklauen zuzustechen.",
|
||||
'pt-br': "Balançando e desviando dos ataques dos inimigos,\neste Pokémon usa seu corpo flexível para se aproximar\ne, em seguida, atacar com suas garras venenosas.",
|
||||
ko: "유연한 몸으로 상대의 공격을 피하며\n깊숙이 뛰어들어 독가시를 꿰찌른다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Toxic"
|
||||
en: "Toxic",
|
||||
fr: "Toxik",
|
||||
es: "Tóxico",
|
||||
it: "Tossina",
|
||||
de: "Toxin",
|
||||
'pt-br': "Tóxico",
|
||||
ko: "맹독"
|
||||
},
|
||||
|
||||
cost: ["Darkness"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Do 20 damage to this Pokémon instead of the usual amount for this Special Condition."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Do 20 damage to this Pokémon instead of the usual amount for this Special Condition.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Infligez 20 dégâts à ce Pokémon au lieu de la quantité habituelle pour cet État Spécial.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Ese Pokémon sufre 20 puntos de daño en vez de la cantidad habitual por esta Condición Especial.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Infliggi 20 danni a quel Pokémon invece della quantità normalmente prevista per questa condizione speciale.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Füge dem Pokémon 20 Schadenspunkte zu anstelle der für diesen Speziellen Zustand üblichen Menge an Schadenspunkten.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 독으로 만든다. 이 독의 데미지는 20이 된다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Envenenado. Cause 20 pontos de dano a este Pokémon em vez da quantidade normal desta Condição Especial."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magnemite"
|
||||
en: "Magnemite",
|
||||
fr: "Magnéti",
|
||||
es: "Magnemite",
|
||||
it: "Magnemite",
|
||||
de: "Magnetilo",
|
||||
'pt-br': "Magnemite",
|
||||
ko: "코일"
|
||||
},
|
||||
|
||||
illustrator: "OKACHEKE",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float."
|
||||
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float.",
|
||||
fr: "Les ondes électromagnétiques émises par ses extrémités\nlui permettent de défier les lois de la gravité et de flotter.",
|
||||
es: "Las unidades laterales crean ondas\nelectromagnéticas que contrarrestan\nla gravedad y le permiten flotar.",
|
||||
it: "Le onde elettromagnetiche generate dagli\nelementi laterali neutralizzano la gravità\npermettendogli di levitare a mezz'aria.",
|
||||
de: "Die seitlichen Module halten es in der Luft,\nindem sie mit elektromagnetischen Wellen\ndie Schwerkraft überlisten.",
|
||||
'pt-br': "As ondas eletromagnéticas emitidas pelas\nunidades nas laterais de sua cabeça geram\nantigravidade, o que faz com que ele possa flutuar.",
|
||||
ko: "좌우에 있는 유닛에서 나오는\n전자파를 이용해\n중력을 거슬러 하늘에 떠 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magneton"
|
||||
en: "Magneton",
|
||||
fr: "Magnéton",
|
||||
es: "Magneton",
|
||||
it: "Magneton",
|
||||
de: "Magneton",
|
||||
'pt-br': "Magneton",
|
||||
ko: "레어코일"
|
||||
},
|
||||
|
||||
illustrator: "Souichirou Gunjima",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Three Magnemite are linked by a strong magnetic force. Earaches will occur if you get too close."
|
||||
en: "Three Magnemite are linked by a strong magnetic force. Earaches will occur if you get too close.",
|
||||
fr: "Le lien magnétique qui rattache ces trois Magnéti est si puissant\nqu'il fait mal aux oreilles si on s'en approche trop.",
|
||||
es: "Tres Magnemite se enlazan mediante una\nintensa fuerza magnética. Provoca un fuerte\npitido en los oídos a quien se le acerque.",
|
||||
it: "Tre Magnemite sono uniti da una\npotente forza magnetica. Se ci si\navvicina troppo, le orecchie fischiano.",
|
||||
de: "Drei Magnetilo sind durch ein starkes\nMagnetfeld verbunden. In seiner Nähe\nbekommt man Ohrensausen.",
|
||||
'pt-br': "Três Magnemite estão vinculados por uma força\nmagnética muito poderosa. Se você chegar\nmuito perto, ficará com dor de ouvido.",
|
||||
ko: "3개의 코일은 강한 자력으로\n연결되어 있다. 가까이 다가가면\n강한 귀울림에 시달리게 된다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rolling Attack"
|
||||
en: "Rolling Attack",
|
||||
fr: "Attaque Qui Roule",
|
||||
es: "Ataque Giro",
|
||||
it: "Attacco Rotolante",
|
||||
de: "Rollender Angriff",
|
||||
'pt-br': "Golpe Rolador",
|
||||
ko: "볼어택"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magnezone"
|
||||
en: "Magnezone",
|
||||
fr: "Magnézone",
|
||||
es: "Magnezone",
|
||||
it: "Magnezone",
|
||||
de: "Magnezone",
|
||||
'pt-br': "Magnezone",
|
||||
ko: "자포코일"
|
||||
},
|
||||
|
||||
illustrator: "toriyufu",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin while transmitting signals of unknown purpose."
|
||||
en: "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin while transmitting signals of unknown purpose.",
|
||||
fr: "Il parcourt le ciel en émettant et en\nrecevant des ondes bien mystérieuses.",
|
||||
es: "Se dice que mientras vuela emite unas ondas eléctricas\nmisteriosas, a la vez que recibe otras ondas desconocidas.",
|
||||
it: "Vola per il cielo inviando misteriose onde\nelettromagnetiche e ricevendo onde sconosciute.",
|
||||
de: "Es heißt, dass es beim Herumfliegen mysteriöse Funkwellen\naussende und unbekannte Wellen empfange.",
|
||||
'pt-br': "Dizem que enquanto voa pelo céu, emite ondas\neletromagnéticas misteriosas enquanto recebe\nondas desconhecidas.",
|
||||
ko: "괴전파를 발신하며 하늘을 날면서\n미지의 전파를 수신한다고 한다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Resilience Link"
|
||||
en: "Resilience Link",
|
||||
fr: "Lien Protection",
|
||||
es: "Vínculo Protector",
|
||||
it: "Tenacia Simbiotica",
|
||||
de: "Widerstandskopplung",
|
||||
'pt-br': "Elo de Resiliência",
|
||||
ko: "가드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon subit − 30 dégâts provenant des attaques.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques hacen -30 puntos de daño a este Pokémon.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon subisce -30 danni dagli attacchi.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, werden diesem Pokémon durch Attacken − 30 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon receberá −30 pontos de dano de ataques.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 받는 기술의 데미지를 -30한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Power Beam"
|
||||
en: "Power Beam",
|
||||
fr: "Puissant Rayon",
|
||||
es: "Rayo de Luz Poderoso",
|
||||
it: "Raggiopotenza",
|
||||
de: "Power-Strahl",
|
||||
'pt-br': "Raio de Poder",
|
||||
ko: "파워빔"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Mawile"
|
||||
en: "Mawile",
|
||||
fr: "Mysdibule",
|
||||
es: "Mawile",
|
||||
it: "Mawile",
|
||||
de: "Flunkifer",
|
||||
'pt-br': "Mawile",
|
||||
ko: "입치트"
|
||||
},
|
||||
|
||||
illustrator: "tetsuya koizumi",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "It uses its docile-looking face to lull foes into complacency, then bites with its huge, relentless jaws."
|
||||
en: "It uses its docile-looking face to lull foes into complacency, then bites with its huge, relentless jaws.",
|
||||
fr: "Trompés par son visage innocent, ses ennemis se font happer\npar ses énormes mâchoires et ne peuvent plus s'échapper.",
|
||||
es: "Con su cara inocente hace que el rival se confíe\ny, al bajar la guardia, le da un mordisco con sus\nenormes fauces del que no se puede liberar.",
|
||||
it: "Distrae i nemici con la sua faccia innocente,\nper poi azzannarli con le sue possenti mascelle.\nNon molla la presa a nessun costo.",
|
||||
de: "Mit seinem friedlichen Gesicht wiegt es Gegner\nin Sicherheit und beißt dann mit seinem riesigen\nKiefer zu. Danach gibt es kein Entkommen mehr.",
|
||||
'pt-br': "Usa seu rosto dócil para fazer seus inimigos\ncomplacentes e então os morde com suas\nmandíbulas enormes sem dar trégua.",
|
||||
ko: "얌전한 얼굴로 상대를 방심하게\n만들고 큰 턱으로 덥석 문다.\n한번 물면 절대로 놓지 않는다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Iron Beam Breaker"
|
||||
en: "Iron Beam Breaker",
|
||||
fr: "Broyeur d'Acier",
|
||||
es: "Acerañicos",
|
||||
it: "Spaccametallo",
|
||||
de: "Stahlgerüstbrecher",
|
||||
'pt-br': "Quebrador de Viga Férrea",
|
||||
ko: "철골깨기"
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a <span class=\"energy-text energy-text--type-metal\"></span> Pokémon, this attack does 30 more damage."
|
||||
en: "If your opponent's Active Pokémon is a {M} Pokémon, this attack does 30 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon {M}, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon {M}, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon {M}, questo attacco infligge 30 danni in più.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein {M}-Pokémon ist, fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se o Pokémon Ativo do seu oponente for um Pokémon {M}, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "상대의 배틀 포켓몬이 {M}포켓몬이라면 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Probopass ex"
|
||||
en: "Probopass ex",
|
||||
fr: "Tarinorme-ex",
|
||||
es: "Probopass ex",
|
||||
it: "Probopass-ex",
|
||||
de: "Voluminas-ex",
|
||||
'pt-br': "Probopass ex",
|
||||
ko: "대코파스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Defensive Unit"
|
||||
en: "Defensive Unit",
|
||||
fr: "Unité Défensive",
|
||||
es: "Unidad Protectora",
|
||||
it: "Unità Protettiva",
|
||||
de: "Schutzeinheit",
|
||||
'pt-br': "Unidade Defensiva",
|
||||
ko: "프로텍트유닛"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Metal", "Metal", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks."
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit − 20 dégâts provenant des attaques.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon.",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce -20 danni dagli attacchi.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, este Pokémon receberá −20 pontos de dano de ataques.",
|
||||
ko: "상대의 다음 차례에 이 포켓몬이 받는 기술의 데미지를 -20한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bronzor"
|
||||
en: "Bronzor",
|
||||
fr: "Archéomire",
|
||||
es: "Bronzor",
|
||||
it: "Bronzor",
|
||||
de: "Bronzel",
|
||||
'pt-br': "Bronzor",
|
||||
ko: "동미러"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "Ancient people believed that the pattern on Bronzor's back contained a mysterious power."
|
||||
en: "Ancient people believed that the pattern on Bronzor's back contained a mysterious power.",
|
||||
fr: "On croyait autrefois que les motifs qui ornent\nson dos renfermaient une puissance mystique.",
|
||||
es: "Antaño se creía que en el dibujo de su parte\nposterior residía una fuerza misteriosa.",
|
||||
it: "Nell'antichità si credeva che una forza misteriosa\ndimorasse nei disegni sul dorso di Bronzor.",
|
||||
de: "Früher glaubten die Menschen, dem Muster auf\nseinem Rücken wohne eine mysteriöse Kraft inne.",
|
||||
'pt-br': "Os povos antigos acreditavam que o padrão nas costas\nde Bronzor continha um poder misterioso.",
|
||||
ko: "옛날 사람들은 동미러의\n등 무늬에 신비한 힘이\n깃들어 있다고 믿었다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bronzong"
|
||||
en: "Bronzong",
|
||||
fr: "Archéodong",
|
||||
es: "Bronzong",
|
||||
it: "Bronzong",
|
||||
de: "Bronzong",
|
||||
'pt-br': "Bronzong",
|
||||
ko: "동탁군"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "In ages past, this Pokémon was revered as a bringer of rain. It was found buried in the ground."
|
||||
en: "In ages past, this Pokémon was revered as a bringer of rain. It was found buried in the ground.",
|
||||
fr: "Il a longtemps été vénéré pour avoir apporté\nla pluie. On le trouve parfois enterré dans le sol.",
|
||||
es: "Antaño se adoraba a este Pokémon para\nque propiciara lluvias abundantes. A veces,\npuede encontrarse enterrado bajo tierra.",
|
||||
it: "È stato venerato per secoli come Pokémon che\nporta la pioggia. A volte lo si trova sepolto nel terreno.",
|
||||
de: "Vor Urzeiten wurden sie als Regenmacher verehrt.\nManchmal findet man eines von ihnen im Boden vergraben.",
|
||||
'pt-br': "Nas idades antigas, este Pokémon era reverenciado\ncomo aquele que fazia chover. Ele foi descoberto\nenterrado no chão.",
|
||||
ko: "비구름을 부르는 포켓몬으로\n아주 옛날부터 떠받들어졌다.\n가끔 땅에 묻혀 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Psychic"
|
||||
en: "Psychic",
|
||||
fr: "Psyko",
|
||||
es: "Psíquico",
|
||||
it: "Psichico",
|
||||
de: "Psychokinese",
|
||||
'pt-br': "Psíquico",
|
||||
ko: "사이코키네시스"
|
||||
},
|
||||
|
||||
damage: "50+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon."
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts de plus pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
de: "Diese Attacke fügt für jede an das Aktive Pokémon deines Gegners angelegte Energie 20 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
ko: "상대 배틀 포켓몬의 에너지의 개수 × 20데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Origin Forme Dialga"
|
||||
en: "Origin Forme Dialga",
|
||||
fr: "DialgaForme Originelle",
|
||||
es: "DialgaOrigen",
|
||||
it: "DialgaForma Originale",
|
||||
de: "Ur-Dialga",
|
||||
'pt-br': "DialgaForma Origem",
|
||||
ko: "오리진디아루가"
|
||||
},
|
||||
|
||||
illustrator: "akagi",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "Radiant light caused Dialga to take on a form bearing a striking resemblance to the creator Pokémon. Dialga now wields such colossal strength that one must conclude this is its true form."
|
||||
en: "Radiant light caused Dialga to take on a form bearing a striking resemblance to the creator Pokémon. Dialga now wields such colossal strength that one must conclude this is its true form.",
|
||||
fr: "La lumière lui a donné cette forme semblable à celle du créateur\nde toutes choses. La force qu'il déploie est telle que je ne peux\nm'empêcher de penser qu'il est sous sa forme véritable.",
|
||||
es: "La luz desencadena el cambio a esta forma, que recuerda\nal creador de todo lo existente. La colosal fuerza de la que\nhace gala nos sugiere que se trata de su verdadera forma.",
|
||||
it: "La luce ha cagionato in lui un cambio di forma radicale,\nrendendolo un simulacro della divinità creatrice sì potente\nche fatico a non ritenere questa la sua forma veritiera.",
|
||||
de: "Licht lässt es eine Form annehmen, die der Schöpfergottheit\nzu gleichen scheint. Die gewaltige Stärke nährt den Verdacht,\ndass es sich bei dieser Gestalt um sein wahres Antlitz handelt.",
|
||||
'pt-br': "Uma luz radiante fez com que Dialga assumisse uma\nforma semelhante ao Pokémon criador. Sua força é tão\ncolossal que acreditam ser essa a sua verdadeira forma.",
|
||||
ko: "밝은 빛이 폼체인지의 방아쇠가 되었다.\n창조신과 흡사한 이 모습이야말로 진정한 모습임에\n의심할 여지가 없을 정도로 강력한 힘을 발휘한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Time Mash"
|
||||
en: "Time Mash",
|
||||
fr: "Compression Temporelle",
|
||||
es: "Espacio Ácrono",
|
||||
it: "Botta Temporale",
|
||||
de: "Zeitenbrecher",
|
||||
'pt-br': "Esmagamento de Tempo",
|
||||
ko: "타임크래시"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Metal", "Metal", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, during your next turn, this Pokémon can't attack."
|
||||
en: "Flip a coin. If tails, during your next turn, this Pokémon can't attack.",
|
||||
fr: "Lancez une pièce. Si c'est pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este Pokémon no puede atacar durante tu próximo turno.",
|
||||
it: "Lancia una moneta. Se esce croce, durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
de: "Wirf 1 Münze. Bei Zahl kann dieses Pokémon während deines nächsten Zuges nicht angreifen.",
|
||||
'pt-br': "Jogue uma moeda. Se sair coroa, durante o seu próximo turno, este Pokémon não poderá atacar.",
|
||||
ko: "동전을 1번 던져서 뒷면이 나오면 자신의 다음 차례에 이 포켓몬은 기술을 사용할 수 없다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Giratina"
|
||||
en: "Giratina",
|
||||
fr: "Giratina",
|
||||
es: "Giratina",
|
||||
it: "Giratina",
|
||||
de: "Giratina",
|
||||
'pt-br': "Giratina",
|
||||
ko: "기라티나"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Dragon"],
|
||||
|
||||
description: {
|
||||
en: "This Pokémon is said to live in a world on the reverse side of ours, where common knowledge is distorted and strange."
|
||||
en: "This Pokémon is said to live in a world on the reverse side of ours, where common knowledge is distorted and strange.",
|
||||
fr: "Il vit dans le Monde Distorsion,\nun monde à l'opposé du nôtre\nqui échappe au sens commun.",
|
||||
es: "Vive en el Mundo Distorsión, un mundo opuesto\nal nuestro y cuyas leyes desafían el sentido común.",
|
||||
it: "Vive nel Mondo Distorto che, sfidando l'ordine\ncosmico, si trova sul lato opposto al nostro.",
|
||||
de: "Es lebt in einer Zerrwelt, die auf der Kehrseite\nder unseren liegt und die sich aller Logik entzieht.",
|
||||
'pt-br': "Dizem que este Pokémon vive em um mundo reverso\nao nosso, onde o senso comum é distorcido e estranho.",
|
||||
ko: "상식이 통하지 않는\n이 세상의 이면에 있다고 불리는\n깨어진 세계에 서식한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Crisis Dive"
|
||||
en: "Crisis Dive",
|
||||
fr: "Plongeon Critique",
|
||||
es: "Crisis en Picado",
|
||||
it: "Picchiata Critica",
|
||||
de: "Krisensprung",
|
||||
'pt-br': "Mergulho de Calamidade",
|
||||
ko: "크라이시스 다이브"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Grass", "Psychic", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 random Energy from this Pokémon."
|
||||
en: "Discard 2 random Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies au hasard de ce Pokémon.",
|
||||
es: "Descarta 2 Energías aleatorias de este Pokémon.",
|
||||
it: "Rimuovi 2 Energie a caso da questo Pokémon.",
|
||||
de: "Lege 2 zufällige Energien von diesem Pokémon ab.",
|
||||
|
||||
ko: "이 포켓몬에서 에너지를 랜덤으로 2개 트래쉬한다.",
|
||||
'pt-br': "Descarte 2 Energias aleatórias deste Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Eevee"
|
||||
en: "Eevee",
|
||||
fr: "Évoli",
|
||||
es: "Eevee",
|
||||
it: "Eevee",
|
||||
de: "Evoli",
|
||||
'pt-br': "Eevee",
|
||||
ko: "이브이"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "Its ability to evolve into many forms allows it to adapt smoothly and perfectly to any environment."
|
||||
en: "Its ability to evolve into many forms allows it to adapt smoothly and perfectly to any environment.",
|
||||
fr: "Ses multiples évolutions lui permettent\nde s'adapter à tout type de milieu naturel.",
|
||||
es: "Es capaz de evolucionar de muchas maneras\npara adaptarse sin problemas a cualquier medio.",
|
||||
it: "La capacità di evolversi in diverse specie gli permette\ndi adattarsi perfettamente a qualsiasi tipo di ambiente.",
|
||||
de: "Um sich jeder Umgebung perfekt anpassen zu\nkönnen, ist es in der Lage, sich zu verschiedenen\nPokémon zu entwickeln.",
|
||||
'pt-br': "Sua capacidade de evoluir para muitas formas\npermite que se adapte fácil e perfeitamente\na qualquer ambiente.",
|
||||
ko: "환경 변화에 곧바로 적응할 수 있도록\n여러 형태로 진화할 수 있는\n가능성을 가지고 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tail Whap"
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
es: "Coletón",
|
||||
it: "Codabotta",
|
||||
de: "Schweifvertrimmer",
|
||||
'pt-br': "Surra de Cauda",
|
||||
ko: "꼬리로 막치기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Snorlax"
|
||||
en: "Snorlax",
|
||||
fr: "Ronflex",
|
||||
es: "Snorlax",
|
||||
it: "Snorlax",
|
||||
de: "Relaxo",
|
||||
'pt-br': "Snorlax",
|
||||
ko: "잠만보"
|
||||
},
|
||||
|
||||
illustrator: "burari",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep."
|
||||
en: "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.",
|
||||
fr: "Ronflex n'est pas satisfait tant qu'il n'a pas avalé\nses 400 kg de nourriture quotidienne. Dès qu'il\na fini, il commence une sieste pour digérer.",
|
||||
es: "No se encuentra satisfecho hasta haber\ningerido 400 kg de comida cada día.\nCuando acaba de comer, se queda dormido.",
|
||||
it: "Dopo aver trangugiato i suoi immancabili 400 kg\ndi cibo quotidiani, cade in un sonno profondo.",
|
||||
de: "Es muss über 400 kg Nahrung am Tag fressen,\num satt zu werden. Ist es mit dem Essen fertig,\nschläft es sofort ein.",
|
||||
'pt-br': "Não se satisfaz a menos que coma mais de\n400 kg de alimentos todos os dias. Quando\ntermina de comer, dorme imediatamente.",
|
||||
ko: "하루에 400kg의 음식을\n먹지 않으면 성에 차지 않는다.\n다 먹으면 잠이 들어 버린다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Collapse"
|
||||
en: "Collapse",
|
||||
fr: "Effondrement",
|
||||
es: "Colapso",
|
||||
it: "Collassare",
|
||||
de: "Kollaps",
|
||||
'pt-br': "Colapso",
|
||||
ko: "쓰러지기"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon is now Asleep."
|
||||
en: "This Pokémon is now Asleep.",
|
||||
fr: "Ce Pokémon est maintenant Endormi.",
|
||||
es: "Este Pokémon pasa a estar Dormido.",
|
||||
it: "Questo Pokémon viene addormentato.",
|
||||
de: "Dieses Pokémon ist jetzt schläft.",
|
||||
|
||||
ko: "이 포켓몬을 잠듦으로 만든다.",
|
||||
'pt-br': "Este Pokémon agora está Adormecido."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Hoothoot"
|
||||
en: "Hoothoot",
|
||||
fr: "Hoothoot",
|
||||
es: "Hoothoot",
|
||||
it: "Hoothoot",
|
||||
de: "Hoothoot",
|
||||
'pt-br': "Hoothoot",
|
||||
ko: "부우부"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "It always stands on one foot. It changes feet so fast, the movement can rarely be seen."
|
||||
en: "It always stands on one foot. It changes feet so fast, the movement can rarely be seen.",
|
||||
fr: "Il se tient toujours sur un pied.\nIl en change si vite qu'on peut\nà peine distinguer ce mouvement.",
|
||||
es: "Se apoya en una sola pata y, cuando cambia de una\na otra, se mueve tan rápido que apenas se percibe.",
|
||||
it: "Sta sempre su una zampa sola. Cambia\nzampa così rapidamente che è quasi\nimpossibile seguirne i movimenti.",
|
||||
de: "Es steht immer auf einem Bein. Es wechselt sein\nStandbein so schnell, dass man es kaum sieht.",
|
||||
'pt-br': "Sempre fica sobre um pé e troca de pé tão rápido\nque o movimento raramente é percebido.",
|
||||
ko: "항상 한 발로 서 있다.\n발을 교체하는 순간이\n빨라서 좀처럼 볼 수 없다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Peck"
|
||||
en: "Peck",
|
||||
fr: "Picpic",
|
||||
es: "Picotazo",
|
||||
it: "Beccata",
|
||||
de: "Pikser",
|
||||
'pt-br': "Bicada",
|
||||
ko: "쪼기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Noctowl"
|
||||
en: "Noctowl",
|
||||
fr: "Noarfang",
|
||||
es: "Noctowl",
|
||||
it: "Noctowl",
|
||||
de: "Noctuh",
|
||||
'pt-br': "Noctowl",
|
||||
ko: "야부엉"
|
||||
},
|
||||
|
||||
illustrator: "DOM",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its eyes are specially developed to enable it to see clearly even in murky darkness and minimal light."
|
||||
en: "Its eyes are specially developed to enable it to see clearly even in murky darkness and minimal light.",
|
||||
fr: "Ses yeux à la structure particulière\nsont capables de voir comme en plein\njour même quand il fait très sombre.",
|
||||
es: "Tiene los ojos muy desarrollados y puede ver con\nincreíble claridad en la oscuridad más absoluta.",
|
||||
it: "Grazie alla speciale struttura dei suoi occhi,\ngli basta la luce più fioca per vedere anche\nnell'oscurità come fosse pieno giorno.",
|
||||
de: "Seine Augen sind so gut entwickelt, dass es selbst in fast\nkompletter Dunkelheit so klar sehen kann, als wäre es Tag.",
|
||||
'pt-br': "Seus olhos são especialmente desenvolvidos\npara permitir que ele enxergue na mais sombria\nescuridão e com o mínimo de luz.",
|
||||
ko: "특수한 구조의 두 눈은\n약간의 빛만 있으면\n어둠 속에서도 낮처럼 볼 수 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Silent Wing"
|
||||
en: "Silent Wing",
|
||||
fr: "Aile Silencieuse",
|
||||
es: "Ala Silenciosa",
|
||||
it: "Ala Silenziosa",
|
||||
de: "Lautlose Flügel",
|
||||
'pt-br': "Asa Silenciosa",
|
||||
ko: "사일런트윙"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent reveals their hand."
|
||||
en: "Your opponent reveals their hand.",
|
||||
fr: "Votre adversaire dévoile sa main.",
|
||||
es: "Tu rival enseña las cartas de su mano.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano.",
|
||||
de: "Dein Gegner zeigt dir seine Handkarten.",
|
||||
'pt-br': "Seu oponente revela a mão dele.",
|
||||
ko: "상대의 패의 앞면을 모두 본다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Starly"
|
||||
en: "Starly",
|
||||
fr: "Étourmi",
|
||||
es: "Starly",
|
||||
it: "Starly",
|
||||
de: "Staralili",
|
||||
'pt-br': "Starly",
|
||||
ko: "찌르꼬"
|
||||
},
|
||||
|
||||
illustrator: "Apios",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying."
|
||||
en: "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying.",
|
||||
fr: "Ils cherchent des Pokémon Insecte par monts et par\nvaux en grandes volées. Leur chant est très bruyant.",
|
||||
es: "Sobrevuela los campos en bandada buscando Pokémon\nde tipo Bicho. Chilla de forma muy estridente.",
|
||||
it: "Sorvola i campi in grandi stormi a caccia di Pokémon\nColeottero. Il suo canto è alquanto fastidioso.",
|
||||
de: "Auf der Suche nach Käfer-Pokémon fliegen Schwärme\nvon ihnen durchs Land. Ihr Ruf erzeugt großen Lärm.",
|
||||
'pt-br': "Juntam-se ao redor de montanhas e campos,\ncaçando Pokémon inseto. Seu canto é barulhento\ne irritante.",
|
||||
ko: "벌레포켓몬을 노리고 산과 들을\n많은 무리로 날아다닌다.\n울음소리가 무척 시끄럽다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Glide"
|
||||
en: "Glide",
|
||||
fr: "Glissement",
|
||||
es: "Planeo",
|
||||
it: "Aliante",
|
||||
de: "Gleiten",
|
||||
'pt-br': "Planeio",
|
||||
ko: "활공"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Staravia"
|
||||
en: "Staravia",
|
||||
fr: "Étourvol",
|
||||
es: "Staravia",
|
||||
it: "Staravia",
|
||||
de: "Staravia",
|
||||
'pt-br': "Staravia",
|
||||
ko: "찌르버드"
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Recognizing their own weakness, they always live in a group. When alone, a Staravia cries noisily."
|
||||
en: "Recognizing their own weakness, they always live in a group. When alone, a Staravia cries noisily.",
|
||||
fr: "Conscient de sa faiblesse, il vit toujours en groupe.\nQuand il se retrouve seul, il se met à piailler bruyamment.",
|
||||
es: "Son conscientes de su debilidad, así que siempre viven\nen grupo. Si se encuentran solos, lloran a gritos.",
|
||||
it: "Conscio della propria debolezza, forma grandi\ngruppi con i propri simili. Quando si ritrova\nsolo, canta con voce insistente e fastidiosa.",
|
||||
de: "Da sie sich ihrer eigenen Schwäche bewusst sind,\nleben Staravia stets in Schwärmen. Sind sie allein,\nstoßen sie laute Rufe aus.",
|
||||
'pt-br': "Reconhecendo suas próprias fraquezas, eles sempre vivem\nem grupo. Quando sozinho, um Staravia chora\nde forma ruidosa.",
|
||||
ko: "자신의 약함을 잘 알고 있기에\n항상 무리를 지어 살고 있다.\n혼자가 되면 요란하게 운다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Wing Attack"
|
||||
en: "Wing Attack",
|
||||
fr: "Cru-Ailes",
|
||||
es: "Ataque Ala",
|
||||
it: "Attacco d'Ala",
|
||||
de: "Flügelschlag",
|
||||
'pt-br': "Ataque de Asa",
|
||||
ko: "날개치기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Staraptor"
|
||||
en: "Staraptor",
|
||||
fr: "Étouraptor",
|
||||
es: "Staraptor",
|
||||
it: "Staraptor",
|
||||
de: "Staraptor",
|
||||
'pt-br': "Staraptor",
|
||||
ko: "찌르호크"
|
||||
},
|
||||
|
||||
illustrator: "Minahamu",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings."
|
||||
en: "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.",
|
||||
fr: "Quand Étourvol évolue en Étouraptor, il quitte son groupe\npour vivre seul. Ses ailes sont très souples et puissantes.",
|
||||
es: "Al evolucionar a Staraptor, deja su bandada y\npasa a vivir en soledad. Sus alas son inmensas.",
|
||||
it: "Non appena si evolve, lascia lo stormo e affronta la\nvita da solo. Le sue ali sono estremamente robuste.",
|
||||
de: "Entwickelt sich Staravia zu Staraptor, verlässt es\nden Schwarm und lebt allein. Die Spannweite\nseiner Flügel ist gigantisch.",
|
||||
'pt-br': "Quando um Staravia evolui para Staraptor,\ndeixa o bando para viver sozinho. Têm asas robustas.",
|
||||
ko: "찌르호크가 되면 무리에서\n떨어져 혼자서 살아간다.\n강인한 날개를 가지고 있다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Brave Bird"
|
||||
en: "Brave Bird",
|
||||
fr: "Rapace",
|
||||
es: "Pájaro Osado",
|
||||
it: "Baldeali",
|
||||
de: "Sturzflug",
|
||||
'pt-br': "Pássaro Bravo",
|
||||
ko: "브레이브버드"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 20 damage to itself."
|
||||
en: "This Pokémon also does 20 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 20 dégâts.",
|
||||
es: "Este Pokémon también se hace 20 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 20 danni a se stesso.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 20 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon também causa 20 pontos de dano a si mesmo.",
|
||||
ko: "이 포켓몬에게도 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Shaymin"
|
||||
en: "Shaymin",
|
||||
fr: "Shaymin",
|
||||
es: "Shaymin",
|
||||
it: "Shaymin",
|
||||
de: "Shaymin",
|
||||
'pt-br': "Shaymin",
|
||||
ko: "쉐이미"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers."
|
||||
en: "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers.",
|
||||
fr: "Il peut dissoudre les toxines dans l'air pour transformer\nun désert en un champ de fleurs luxuriantes.",
|
||||
es: "Puede disolver las toxinas del aire para\ntransformar tierra yerma en campos de flores.",
|
||||
it: "Può dissolvere le tossine nell'aria per mutare\nall'istante una terra arida in un rigoglioso campo fiorito.",
|
||||
de: "Es kann die Luft von Giften reinigen und Ödland\nin ein üppig blühendes Blumenfeld verwandeln.",
|
||||
'pt-br': "Pode dissolver toxinas no ar para instantaneamente\ntransformar terras arruinadas em campos\nde flores deslumbrantes.",
|
||||
ko: "대기의 독소를 분해해서\n거칠어진 대지를 일순간에\n꽃밭으로 만드는 힘을 가지고 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,17 +36,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Sky Support"
|
||||
en: "Sky Support",
|
||||
fr: "Soutien Céleste",
|
||||
es: "Apoyo Aéreo",
|
||||
it: "Supporto Celeste",
|
||||
de: "Himmelshilfe",
|
||||
'pt-br': "Suporte Celeste",
|
||||
ko: "스카이 서포트"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As long as this Pokémon is on your Bench, your Active Basic Pokémon's Retreat Cost is 1 less."
|
||||
en: "As long as this Pokémon is on your Bench, your Active Basic Pokémon's Retreat Cost is 1 less.",
|
||||
fr: "Tant que ce Pokémon est sur votre Banc, le Coût de Retraite de votre Pokémon de base Actif est diminué de 1.",
|
||||
es: "Mientras este Pokémon esté en tu Banca, el Coste de Retirada de tu Pokémon Básico Activo es de 1 menos.",
|
||||
it: "Fintanto che questo Pokémon è nella tua panchina, il costo di ritirata del tuo Pokémon Base attivo è ridotto di 1.",
|
||||
de: "Solange sich dieses Pokémon auf deiner Bank befindet, verringern sich die Rückzugskosten deines Aktiven Basis-Pokémon um 1.",
|
||||
'pt-br': "Enquanto este Pokémon estiver no seu Banco, o custo de Recuo do seu Pokémon Básico Ativo será 1 a menos.",
|
||||
ko: "이 포켓몬이 벤치에 있는 한, 자신의 배틀필드의 Basic Pokémon기본 포켓몬의 후퇴에 필요한 에너지를 1개 적게 만든다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flap"
|
||||
en: "Flap",
|
||||
fr: "Battement",
|
||||
es: "Aleteo",
|
||||
it: "Alabattito",
|
||||
de: "Flattern",
|
||||
'pt-br': "Asa",
|
||||
ko: "홰치기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arceus"
|
||||
en: "Arceus",
|
||||
fr: "Arceus",
|
||||
es: "Arceus",
|
||||
it: "Arceus",
|
||||
de: "Arceus",
|
||||
'pt-br': "Arceus",
|
||||
ko: "아르세우스"
|
||||
},
|
||||
|
||||
illustrator: "Nurikabe",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world."
|
||||
en: "According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world.",
|
||||
fr: "La mythologie de Sinnoh veut\nqu'il soit apparu sous forme\nd'Œuf et ait créé le monde.",
|
||||
es: "Según la mitología de Sinnoh, Arceus surgió\nde un huevo y después creó todo el mundo.",
|
||||
it: "Secondo la mitologia di Sinnoh, Arceus è\nnato da un uovo e poi ha creato il mondo.",
|
||||
de: "In den Legenden Sinnohs heißt es, es sei aus einem Ei\ngeschlüpft und hätte die gesamte Welt geschaffen.",
|
||||
'pt-br': "De acordo com lendas de Sinnoh, este Pokémon surgiu\nde um ovo e construiu tudo o que há neste mundo.",
|
||||
ko: "알에서 모습을 나타내\n모든 세계를 창조했다고\n신오신화에서 묘사된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Power Blast"
|
||||
en: "Power Blast",
|
||||
fr: "Violente Déflagration",
|
||||
es: "Estallido Vigoroso",
|
||||
it: "Forzacolpo",
|
||||
de: "Powerschuss",
|
||||
'pt-br': "Explosão Poderosa",
|
||||
ko: "파워블라스트"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Energy from this Pokémon."
|
||||
en: "Discard a random Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie au hasard de ce Pokémon.",
|
||||
es: "Descarta 1 Energía aleatoria de este Pokémon.",
|
||||
it: "Rimuovi un'Energia a caso da questo Pokémon.",
|
||||
de: "Lege 1 zufällige Energie von diesem Pokémon ab.",
|
||||
|
||||
ko: "이 포켓몬에서 에너지를 랜덤으로 1개 트래쉬한다.",
|
||||
'pt-br': "Descarte 1 Energia aleatória deste Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arceus ex"
|
||||
en: "Arceus ex",
|
||||
fr: "Arceus-ex",
|
||||
es: "Arceus ex",
|
||||
it: "Arceus-ex",
|
||||
de: "Arceus-ex",
|
||||
'pt-br': "Arceus ex",
|
||||
ko: "아르세우스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -20,24 +26,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fabled Luster"
|
||||
en: "Fabled Luster",
|
||||
fr: "Éclat de Légende",
|
||||
es: "Lustre Mítico",
|
||||
it: "Lustro Mitologico",
|
||||
de: "Sagenhafter Glanz",
|
||||
'pt-br': "Esplendor Mitológico",
|
||||
ko: "신화의 반짝임"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon can't be affected by any Special Conditions."
|
||||
en: "This Pokémon can't be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
es: "Este Pokémon no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "Questo Pokémon non può essere influenzato da condizioni speciali.",
|
||||
de: "Dieses Pokémon kann nicht von Speziellen Zuständen betroffen werden.",
|
||||
'pt-br': "Este Pokémon não pode ser afetado por quaisquer Condições Especiais.",
|
||||
ko: "이 포켓몬은 특수 상태가 되지 않는다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ultimate Force"
|
||||
en: "Ultimate Force",
|
||||
fr: "Pouvoir Ultime",
|
||||
es: "Fuerza Definitiva",
|
||||
it: "Forza Suprema",
|
||||
de: "Ultimative Macht",
|
||||
'pt-br': "Força Suprema",
|
||||
ko: "얼티메이트 포스"
|
||||
},
|
||||
|
||||
damage: "70+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon."
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada uno de tus Pokémon en Banca.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf deiner Bank 20 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada um dos seus Pokémon no Banco.",
|
||||
ko: "자신의 벤치 포켓몬의 수 × 20데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Irida"
|
||||
en: "Irida",
|
||||
fr: "Nacchara",
|
||||
es: "Nákara",
|
||||
it: "Perula",
|
||||
de: "Perla",
|
||||
'pt-br': "Irida",
|
||||
ko: "주혜"
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa",
|
||||
@ -13,10 +19,16 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 40 damage from each of your Pokémon that has any <span class=\"energy-text energy-text--type-water\"></span> Energy attached."
|
||||
en: "Heal 40 damage from each of your Pokémon that has any {W} Energy attached.",
|
||||
fr: "Soignez 40 dégâts de chacun de vos Pokémon auquel de l'Énergie {W} est attachée.",
|
||||
es: "Cura 40 puntos de daño a cada uno de tus Pokémon que tenga alguna Energía {W} unida a él.",
|
||||
it: "Cura ciascuno dei tuoi Pokémon che abbia delle Energie {W} assegnate da 40 danni.",
|
||||
de: "Heile 40 Schadenspunkte bei jedem deiner Pokémon, an das mindestens 1 {W}-Energie angelegt ist.",
|
||||
'pt-br': "Cure 40 pontos de dano de cada um dos seus Pokémon que tiver alguma Energia {W} ligada.",
|
||||
ko: "{W}에너지가 붙어 있는 자신의 포켓몬 전원의 HP를 40회복."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Celestic Town Elder"
|
||||
en: "Celestic Town Elder",
|
||||
fr: "Doyenne de Célestia",
|
||||
es: "Anciana de Pueblo Caelestis",
|
||||
it: "Anziana di Memoride",
|
||||
de: "Älteste von Elyses",
|
||||
'pt-br': "Anciã da Cidade Celestic",
|
||||
ko: "봉신마을의 장로"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 random Basic Pokémon from your discard pile into your hand."
|
||||
en: "Put 1 random Basic Pokémon from your discard pile into your hand.",
|
||||
fr: "Ajoutez au hasard à votre main un Pokémon de base de votre pile de défausse.",
|
||||
es: "Pon 1 Pokémon Básico aleatorio de tu pila de descartes en tu mano.",
|
||||
it: "Prendi un Pokémon Base a caso dalla tua pila degli scarti e aggiungilo alle carte che hai in mano.",
|
||||
de: "Nimm 1 zufälliges Basis-Pokémon aus deinem Ablagestapel auf deine Hand.",
|
||||
'pt-br': "Coloque 1 Pokémon Básico aleatório da sua pilha de descarte na sua mão.",
|
||||
ko: "자신의 트래쉬에서 기본 포켓몬eul_reul 랜덤으로 1장 패로 가져온다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Barry"
|
||||
en: "Barry",
|
||||
fr: "René",
|
||||
es: "Israel",
|
||||
it: "Barry",
|
||||
de: "Barry",
|
||||
'pt-br': "Barry",
|
||||
ko: "용식"
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less <span class=\"energy-text energy-text--type-colorless\"></span> Energy."
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less {C} Energy.",
|
||||
fr: "Pendant ce tour, les attaques de vos Ronflex, Scarhino et Étouraptor coûtent 2 Énergies {C} de moins.",
|
||||
es: "Durante este turno, los ataques de tu Snorlax, tu Heracross o tu Staraptor cuestan 2 Energías {C} menos.",
|
||||
it: "Durante questo turno, il costo degli attacchi usati dai tuoi Snorlax, Heracross e Staraptor è ridotto di 2 Energie {C}.",
|
||||
de: "Während dieses Zuges verringern sich die Kosten der eingesetzten Attacken von deinem Relaxo, Skaraborn und Staraptor um 2 {C}-Energien.",
|
||||
'pt-br': "Durante este turno, os ataques usados por seus Snorlax, Heracross e Staraptor custarão 2 Energias{C} a menos.",
|
||||
ko: "이 차례에 자신의 「잠만보」「헤라크로스」「찌르호크」 기술을 사용하기 위한 에너지를 {C}에너지 2개만큼 적게 만든다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Adaman"
|
||||
en: "Adaman",
|
||||
fr: "Adamantin",
|
||||
es: "Adamas",
|
||||
it: "Damon",
|
||||
de: "Diam",
|
||||
'pt-br': "Ádamo",
|
||||
ko: "찬석"
|
||||
},
|
||||
|
||||
illustrator: "akagi",
|
||||
@ -13,10 +19,16 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, all of your <span class=\"energy-text energy-text--type-metal\"></span> Pokémon take −20 damage from attacks from your opponent's Pokémon."
|
||||
en: "During your opponent's next turn, all of your {M} Pokémon take −20 damage from attacks from your opponent's Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous vos Pokémon {M} subissent − 20 dégâts provenant des attaques des Pokémon de votre adversaire.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques de los Pokémon de tu rival hacen -20 puntos de daño a todos tus Pokémon {M}.",
|
||||
it: "Durante il prossimo turno del tuo avversario, tutti i tuoi Pokémon {M} subiscono -20 danni dagli attacchi dei Pokémon avversari.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden allen deinen {M}-Pokémon durch Attacken von Pokémon deines Gegners − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, todos os seus Pokémon {M} receberão −20 pontos de dano de ataques dos Pokémon do seu oponente.",
|
||||
ko: "상대의 다음 차례에 자신의 {M}포켓몬 전원이 상대의 포켓몬으로부터 받는 기술의 데미지를 -20한다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Houndoom"
|
||||
en: "Houndoom",
|
||||
fr: "Démolosse",
|
||||
es: "Houndoom",
|
||||
it: "Houndoom",
|
||||
de: "Hundemon",
|
||||
'pt-br': "Houndoom",
|
||||
ko: "헬가"
|
||||
},
|
||||
|
||||
illustrator: "matazo",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If you are burned by the flames it shoots from its mouth, the pain will never go away."
|
||||
en: "If you are burned by the flames it shoots from its mouth, the pain will never go away.",
|
||||
fr: "Les blessures provoquées par son souffle enflammé\nsont permanentes, et la douleur ne disparaît jamais.",
|
||||
es: "Si alguien se quema con las llamas que lanza\npor la boca, el dolor no desaparecerá nunca.",
|
||||
it: "Se si viene ustionati dalle fiamme che sputa\ndalla bocca, il dolore rimarrà per sempre.",
|
||||
de: "Wird man von den Flammen getroffen, die es\naus seinem Maul schießt, so erleidet man eine\nBrandwunde, deren Schmerz nie nachlässt.",
|
||||
'pt-br': "Se você for queimado pelas chamas disparadas\nde sua boca, a dor nunca passará.",
|
||||
ko: "입에서 뿜어내는 불꽃에 의해\n화상을 입으면 시간이 아무리 지나도\n상처 난 자리가 욱신거린다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Corner"
|
||||
en: "Corner",
|
||||
fr: "Coinçage",
|
||||
es: "Arrinconar",
|
||||
it: "Trappola",
|
||||
de: "Bedrängen",
|
||||
'pt-br': "Quina",
|
||||
ko: "몰아붙이기"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬은 후퇴할 수 없다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Marill"
|
||||
en: "Marill",
|
||||
fr: "Marill",
|
||||
es: "Marill",
|
||||
it: "Marill",
|
||||
de: "Marill",
|
||||
'pt-br': "Marill",
|
||||
ko: "마릴"
|
||||
},
|
||||
|
||||
illustrator: "Taiga Kayama",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "The fur on its body naturally repels water. It can stay dry even when it plays in the water."
|
||||
en: "The fur on its body naturally repels water. It can stay dry even when it plays in the water.",
|
||||
fr: "Sa fourrure est imperméable, si bien qu'il\nreste sec même quand il joue dans l'eau.",
|
||||
es: "Tiene un pelaje que repele el agua, por lo\nque está seco incluso después de bañarse.",
|
||||
it: "La pelliccia è idrorepellente. Così, rimane\nasciutto anche giocando nell'acqua.",
|
||||
de: "Sein Fell ist von Natur aus wasserabweisend.\nEs bleibt trocken, auch wenn es im Wasser spielt.",
|
||||
'pt-br': "A sua pelagem repele água naturalmente.\nPode brincar na água por horas sem se molhar.",
|
||||
ko: "전신의 털은\n물을 튕겨 내는 성질을 지녀\n물을 끼얹어도 말라 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Water Gun"
|
||||
en: "Water Gun",
|
||||
fr: "Pistolet à O",
|
||||
es: "Pistola Agua",
|
||||
it: "Pistolacqua",
|
||||
de: "Aquaknarre",
|
||||
'pt-br': "Revólver d'Água",
|
||||
ko: "물대포"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Unown"
|
||||
en: "Unown",
|
||||
fr: "Zarbi",
|
||||
es: "Unown",
|
||||
it: "Unown",
|
||||
de: "Icognito",
|
||||
'pt-br': "Unown",
|
||||
ko: "안농"
|
||||
},
|
||||
|
||||
illustrator: "IKEDA Saki",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning."
|
||||
en: "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning.",
|
||||
fr: "Son corps plat et fin est toujours collé aux murs.\nOn pense que sa forme a une signification.",
|
||||
es: "Su cuerpo fino y plano aparece siempre en los\nmuros. Su forma parece tener algún significado.",
|
||||
it: "Il corpo piatto e sottile sta sempre attaccato ai muri.\nPare che la forma abbia un preciso significato.",
|
||||
de: "Sein flacher, dünner Körper hängt immer an Wänden.\nSeine Form scheint eine Bedeutung zu haben.",
|
||||
'pt-br': "Seu corpo delgado e plano fica sempre colado\nnas paredes. Sua forma parece ter algum propósito.",
|
||||
ko: "몸 자체는 굉장히 얇고\n항상 벽에 들러붙어 있다.\n모습에는 뭔가 의미가 있는 듯하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,17 +36,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "CHECK"
|
||||
en: "CHECK",
|
||||
fr: "CHECK",
|
||||
es: "COMPROBACIÓN",
|
||||
it: "CONTROLLO",
|
||||
de: "CHECK",
|
||||
'pt-br': "CHECAR",
|
||||
ko: "CHECK 체크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may choose either player. Look at the top card of that player's deck."
|
||||
en: "Once during your turn, you may choose either player. Look at the top card of that player's deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez choisir l'un des joueurs. Regardez une carte du dessus du deck de ce joueur.",
|
||||
es: "Una vez durante tu turno, puedes elegir a cualquier jugador. Mira la primera carta de la baraja de ese jugador.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scegliere uno dei giocatori. Guarda la prima carta del mazzo di quel giocatore.",
|
||||
de: "Einmal während deines Zuges kannst du einen Spieler auswählen. Schau dir die oberste Karte des Decks dieses Spielers an.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá escolher um dos jogadores. Olhe 1 carta de cima do baralho daquele jogador.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 자신 또는 상대 중 하나를 선택해서 선택된 플레이어의 덱을 위에서부터 1장 보고 원래대로 되돌린다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hidden Power"
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance Cachée",
|
||||
es: "Poder Oculto",
|
||||
it: "Introforza",
|
||||
de: "Kraftreserve",
|
||||
'pt-br': "Poder Oculto",
|
||||
ko: "잠재파워"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Sudowoodo"
|
||||
en: "Sudowoodo",
|
||||
fr: "Simularbre",
|
||||
es: "Sudowoodo",
|
||||
it: "Sudowoodo",
|
||||
de: "Mogelbaum",
|
||||
'pt-br': "Sudowoodo",
|
||||
ko: "꼬지모"
|
||||
},
|
||||
|
||||
illustrator: "Yuriko Akase",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "Although it always pretends to be a tree, its composition appears more similar to rock than to vegetation."
|
||||
en: "Although it always pretends to be a tree, its composition appears more similar to rock than to vegetation.",
|
||||
fr: "Bien qu'il fasse semblant d'être un arbre, par sa composition,\nil semble plus proche d'un minéral que d'un végétal.",
|
||||
es: "Aunque pretende ser un árbol, en su composición\nse parece más a una roca que a una planta.",
|
||||
it: "Sebbene finga di essere un albero, il suo corpo\nha una composizione più simile a quella di una\nroccia che a quella di un vegetale.",
|
||||
de: "Obwohl es vorgibt, ein Baum zu sein, kommt seine\nZusammensetzung einem Stein näher als einer Pflanze.",
|
||||
'pt-br': "Apesar de sempre fingir ser uma árvore, sua composição\ntem mais semelhanças com pedras do que com vegetação.",
|
||||
ko: "항상 나무인 척하고 있다.\n몸의 구조는 식물보다\n돌이나 바위에 가까운 듯하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fighting Headbutt"
|
||||
en: "Fighting Headbutt",
|
||||
fr: "Coup d'Boule Combatif",
|
||||
es: "Cabezazo Lucha",
|
||||
it: "Bottintesta Combattente",
|
||||
de: "Kämpferische Kopfnuss",
|
||||
'pt-br': "Cabeçada de Luta",
|
||||
ko: "투지의박치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Pokémon ex, this attack does 30 more damage."
|
||||
en: "If your opponent's Active Pokémon is a Pokémon ex, this attack does 30 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-{ex}, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon {ex}, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-{ex}, questo attacco infligge 30 danni in più.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-{ex} ist, fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se o Pokémon Ativo do seu oponente for um Pokémon {ex}, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "상대의 배틀 포켓몬이 「포켓몬 {ex}」라면 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magnemite"
|
||||
en: "Magnemite",
|
||||
fr: "Magnéti",
|
||||
es: "Magnemite",
|
||||
it: "Magnemite",
|
||||
de: "Magnetilo",
|
||||
'pt-br': "Magnemite",
|
||||
ko: "코일"
|
||||
},
|
||||
|
||||
illustrator: "Yukihiro Tada",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
description: {
|
||||
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float."
|
||||
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float.",
|
||||
fr: "Les ondes électromagnétiques émises par ses extrémités\nlui permettent de défier les lois de la gravité et de flotter.",
|
||||
es: "Las unidades laterales crean ondas\nelectromagnéticas que contrarrestan\nla gravedad y le permiten flotar.",
|
||||
it: "Le onde elettromagnetiche generate dagli\nelementi laterali neutralizzano la gravità\npermettendogli di levitare a mezz'aria.",
|
||||
de: "Die seitlichen Module halten es in der Luft,\nindem sie mit elektromagnetischen Wellen\ndie Schwerkraft überlisten.",
|
||||
'pt-br': "As ondas eletromagnéticas emitidas pelas\nunidades nas laterais de sua cabeça geram\nantigravidade, o que faz com que ele possa flutuar.",
|
||||
ko: "좌우에 있는 유닛에서 나오는\n전자파를 이용해\n중력을 거슬러 하늘에 떠 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Shaymin"
|
||||
en: "Shaymin",
|
||||
fr: "Shaymin",
|
||||
es: "Shaymin",
|
||||
it: "Shaymin",
|
||||
de: "Shaymin",
|
||||
'pt-br': "Shaymin",
|
||||
ko: "쉐이미"
|
||||
},
|
||||
|
||||
illustrator: "MINAMINAMI Take",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers."
|
||||
en: "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers.",
|
||||
fr: "Il peut dissoudre les toxines dans l'air pour transformer\nun désert en un champ de fleurs luxuriantes.",
|
||||
es: "Puede disolver las toxinas del aire para\ntransformar tierra yerma en campos de flores.",
|
||||
it: "Può dissolvere le tossine nell'aria per mutare\nall'istante una terra arida in un rigoglioso campo fiorito.",
|
||||
de: "Es kann die Luft von Giften reinigen und Ödland\nin ein üppig blühendes Blumenfeld verwandeln.",
|
||||
'pt-br': "Pode dissolver toxinas no ar para instantaneamente\ntransformar terras arruinadas em campos\nde flores deslumbrantes.",
|
||||
ko: "대기의 독소를 분해해서\n거칠어진 대지를 일순간에\n꽃밭으로 만드는 힘을 가지고 있다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,17 +36,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Sky Support"
|
||||
en: "Sky Support",
|
||||
fr: "Soutien Céleste",
|
||||
es: "Apoyo Aéreo",
|
||||
it: "Supporto Celeste",
|
||||
de: "Himmelshilfe",
|
||||
'pt-br': "Suporte Celeste",
|
||||
ko: "스카이 서포트"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As long as this Pokémon is on your Bench, your Active Basic Pokémon's Retreat Cost is 1 less."
|
||||
en: "As long as this Pokémon is on your Bench, your Active Basic Pokémon's Retreat Cost is 1 less.",
|
||||
fr: "Tant que ce Pokémon est sur votre Banc, le Coût de Retraite de votre Pokémon de base Actif est diminué de 1.",
|
||||
es: "Mientras este Pokémon esté en tu Banca, el Coste de Retirada de tu Pokémon Básico Activo es de 1 menos.",
|
||||
it: "Fintanto che questo Pokémon è nella tua panchina, il costo di ritirata del tuo Pokémon Base attivo è ridotto di 1.",
|
||||
de: "Solange sich dieses Pokémon auf deiner Bank befindet, verringern sich die Rückzugskosten deines Aktiven Basis-Pokémon um 1.",
|
||||
'pt-br': "Enquanto este Pokémon estiver no seu Banco, o custo de Recuo do seu Pokémon Básico Ativo será 1 a menos.",
|
||||
ko: "이 포켓몬이 벤치에 있는 한, 자신의 배틀필드의 Basic Pokémon기본 포켓몬의 후퇴에 필요한 에너지를 1개 적게 만든다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flap"
|
||||
en: "Flap",
|
||||
fr: "Battement",
|
||||
es: "Aleteo",
|
||||
it: "Alabattito",
|
||||
de: "Flattern",
|
||||
'pt-br': "Asa",
|
||||
ko: "홰치기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Leafeon ex"
|
||||
en: "Leafeon ex",
|
||||
fr: "Phyllali-ex",
|
||||
es: "Leafeon ex",
|
||||
it: "Leafeon-ex",
|
||||
de: "Folipurba-ex",
|
||||
'pt-br': "Leafeon ex",
|
||||
ko: "리피아 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Forest Breath"
|
||||
en: "Forest Breath",
|
||||
fr: "Souffle Forestier",
|
||||
es: "Aliento del Bosque",
|
||||
it: "Forestasoffio",
|
||||
de: "Waldatem",
|
||||
'pt-br': "Hálito da Floresta",
|
||||
ko: "숲의 숨결"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a <span class=\"energy-text energy-text--type-grass\"></span> Energy from your Energy Zone and attach it to 1 of your <span class=\"energy-text energy-text--type-grass\"></span> Pokémon."
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a {G} Energy from your Energy Zone and attach it to 1 of your {G} Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez prendre une Énergie {G} de votre zone Énergie et l'attacher à l'un de vos Pokémon {G}.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes unir 1 Energía {G} de tu área de Energía a uno de tus Pokémon {G}.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi prendere un'Energia {G} dalla tua Zona Energia e assegnarla a uno dei tuoi Pokémon {G}.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 1 {G}-Energie aus deinem Energiebereich an 1 deiner {G}-Pokémon anlegen.",
|
||||
'pt-br': "Uma vez durante o seu turno, se este Pokémon estiver no Campo Ativo, você poderá pegar 1 Energia {G} da sua Zona de Energia e ligá-la a 1 dos seus Pokémon {G}.",
|
||||
ko: "이 포켓몬이 배틀필드에 있다면 자신의 차례에 1번 사용할 수 있다. 자신의 에너지존에서 {G}에너지를 1개 내보내 {G}포켓몬에게 붙인다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Solar Beam"
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio",
|
||||
de: "Solarstrahl",
|
||||
'pt-br': "Raio Solar",
|
||||
ko: "솔라빔"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -50,4 +74,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Glaceon ex"
|
||||
en: "Glaceon ex",
|
||||
fr: "Givrali-ex",
|
||||
es: "Glaceon ex",
|
||||
it: "Glaceon-ex",
|
||||
de: "Glaziola-ex",
|
||||
'pt-br': "Glaceon ex",
|
||||
ko: "글레이시아 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Snowy Terrain"
|
||||
en: "Snowy Terrain",
|
||||
fr: "Terrain Enneigé",
|
||||
es: "Campo Níveo",
|
||||
it: "Terreno Innevato",
|
||||
de: "Schneefeld",
|
||||
'pt-br': "Terreno Nevado",
|
||||
ko: "스노 필드"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon."
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon.",
|
||||
fr: "Pendant le Contrôle Pokémon, si ce Pokémon est sur le Poste Actif, infligez 10 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Durante el Chequeo Pokémon, si este Pokémon está en el Puesto Activo, inflige 10 puntos de daño al Pokémon Activo de tu rival.",
|
||||
it: "Durante il controllo Pokémon, se questo Pokémon è in posizione attiva, infliggi 10 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn dieses Pokémon beim Pokémon-Check in der Aktiven Position ist, füge dem Aktiven Pokémon deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o Checape Pokémon, se este Pokémon estiver no Campo Ativo, cause 10 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "이 포켓몬이 배틀필드에 있는 한, 포켓몬 체크 때마다 상대의 배틀 포켓몬에게 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Freezing Wind"
|
||||
en: "Freezing Wind",
|
||||
fr: "Vent Glaçant",
|
||||
es: "Viento Gélido",
|
||||
it: "Ventogelido",
|
||||
de: "Polarwind",
|
||||
'pt-br': "Vento Gelado",
|
||||
ko: "프리즈윈드"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Garchomp ex"
|
||||
en: "Garchomp ex",
|
||||
fr: "Carchacrok-ex",
|
||||
es: "Garchomp ex",
|
||||
it: "Garchomp-ex",
|
||||
de: "Knakrack-ex",
|
||||
'pt-br': "Garchomp ex",
|
||||
ko: "한카리아스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -23,17 +29,35 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Linear Attack"
|
||||
en: "Linear Attack",
|
||||
fr: "Attaque Linéaire",
|
||||
es: "Ataque Lineal",
|
||||
it: "Attacco Lineare",
|
||||
de: "Linearer Angriff",
|
||||
'pt-br': "Ataque Linear",
|
||||
ko: "직격탄"
|
||||
},
|
||||
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon."
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts à l'un des Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 50 puntos de daño a 1 de los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 50 danni a uno dei Pokémon\ndel tuo avversario.",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 50 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque causa 50 pontos de dano a 1 dos Pokémon do seu oponente.",
|
||||
ko: "상대의 포켓몬 1마리에게 50데미지를 준다."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Claw"
|
||||
en: "Dragon Claw",
|
||||
fr: "Draco-Griffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
de: "Drachenklaue",
|
||||
'pt-br': "Garra de Dragão",
|
||||
ko: "드래곤클로"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Probopass ex"
|
||||
en: "Probopass ex",
|
||||
fr: "Tarinorme-ex",
|
||||
es: "Probopass ex",
|
||||
it: "Probopass-ex",
|
||||
de: "Voluminas-ex",
|
||||
'pt-br': "Probopass ex",
|
||||
ko: "대코파스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Defensive Unit"
|
||||
en: "Defensive Unit",
|
||||
fr: "Unité Défensive",
|
||||
es: "Unidad Protectora",
|
||||
it: "Unità Protettiva",
|
||||
de: "Schutzeinheit",
|
||||
'pt-br': "Unidade Defensiva",
|
||||
ko: "프로텍트유닛"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Metal", "Metal", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks."
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit − 20 dégâts provenant des attaques.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon.",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce -20 danni dagli attacchi.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, este Pokémon receberá −20 pontos de dano de ataques.",
|
||||
ko: "상대의 다음 차례에 이 포켓몬이 받는 기술의 데미지를 -20한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arceus ex"
|
||||
en: "Arceus ex",
|
||||
fr: "Arceus-ex",
|
||||
es: "Arceus ex",
|
||||
it: "Arceus-ex",
|
||||
de: "Arceus-ex",
|
||||
'pt-br': "Arceus ex",
|
||||
ko: "아르세우스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -20,24 +26,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fabled Luster"
|
||||
en: "Fabled Luster",
|
||||
fr: "Éclat de Légende",
|
||||
es: "Lustre Mítico",
|
||||
it: "Lustro Mitologico",
|
||||
de: "Sagenhafter Glanz",
|
||||
'pt-br': "Esplendor Mitológico",
|
||||
ko: "신화의 반짝임"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon can't be affected by any Special Conditions."
|
||||
en: "This Pokémon can't be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
es: "Este Pokémon no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "Questo Pokémon non può essere influenzato da condizioni speciali.",
|
||||
de: "Dieses Pokémon kann nicht von Speziellen Zuständen betroffen werden.",
|
||||
'pt-br': "Este Pokémon não pode ser afetado por quaisquer Condições Especiais.",
|
||||
ko: "이 포켓몬은 특수 상태가 되지 않는다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ultimate Force"
|
||||
en: "Ultimate Force",
|
||||
fr: "Pouvoir Ultime",
|
||||
es: "Fuerza Definitiva",
|
||||
it: "Forza Suprema",
|
||||
de: "Ultimative Macht",
|
||||
'pt-br': "Força Suprema",
|
||||
ko: "얼티메이트 포스"
|
||||
},
|
||||
|
||||
damage: "70+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon."
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada uno de tus Pokémon en Banca.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf deiner Bank 20 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada um dos seus Pokémon no Banco.",
|
||||
ko: "자신의 벤치 포켓몬의 수 × 20데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Irida"
|
||||
en: "Irida",
|
||||
fr: "Nacchara",
|
||||
es: "Nákara",
|
||||
it: "Perula",
|
||||
de: "Perla",
|
||||
'pt-br': "Irida",
|
||||
ko: "주혜"
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa",
|
||||
@ -13,10 +19,16 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 40 damage from each of your Pokémon that has any <span class=\"energy-text energy-text--type-water\"></span> Energy attached."
|
||||
en: "Heal 40 damage from each of your Pokémon that has any {W} Energy attached.",
|
||||
fr: "Soignez 40 dégâts de chacun de vos Pokémon auquel de l'Énergie {W} est attachée.",
|
||||
es: "Cura 40 puntos de daño a cada uno de tus Pokémon que tenga alguna Energía {W} unida a él.",
|
||||
it: "Cura ciascuno dei tuoi Pokémon che abbia delle Energie {W} assegnate da 40 danni.",
|
||||
de: "Heile 40 Schadenspunkte bei jedem deiner Pokémon, an das mindestens 1 {W}-Energie angelegt ist.",
|
||||
'pt-br': "Cure 40 pontos de dano de cada um dos seus Pokémon que tiver alguma Energia {W} ligada.",
|
||||
ko: "{W}에너지가 붙어 있는 자신의 포켓몬 전원의 HP를 40회복."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Celestic Town Elder"
|
||||
en: "Celestic Town Elder",
|
||||
fr: "Doyenne de Célestia",
|
||||
es: "Anciana de Pueblo Caelestis",
|
||||
it: "Anziana di Memoride",
|
||||
de: "Älteste von Elyses",
|
||||
'pt-br': "Anciã da Cidade Celestic",
|
||||
ko: "봉신마을의 장로"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 random Basic Pokémon from your discard pile into your hand."
|
||||
en: "Put 1 random Basic Pokémon from your discard pile into your hand.",
|
||||
fr: "Ajoutez au hasard à votre main un Pokémon de base de votre pile de défausse.",
|
||||
es: "Pon 1 Pokémon Básico aleatorio de tu pila de descartes en tu mano.",
|
||||
it: "Prendi un Pokémon Base a caso dalla tua pila degli scarti e aggiungilo alle carte che hai in mano.",
|
||||
de: "Nimm 1 zufälliges Basis-Pokémon aus deinem Ablagestapel auf deine Hand.",
|
||||
'pt-br': "Coloque 1 Pokémon Básico aleatório da sua pilha de descarte na sua mão.",
|
||||
ko: "자신의 트래쉬에서 기본 포켓몬eul_reul 랜덤으로 1장 패로 가져온다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Barry"
|
||||
en: "Barry",
|
||||
fr: "René",
|
||||
es: "Israel",
|
||||
it: "Barry",
|
||||
de: "Barry",
|
||||
'pt-br': "Barry",
|
||||
ko: "용식"
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less <span class=\"energy-text energy-text--type-colorless\"></span> Energy."
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less {C} Energy.",
|
||||
fr: "Pendant ce tour, les attaques de vos Ronflex, Scarhino et Étouraptor coûtent 2 Énergies {C} de moins.",
|
||||
es: "Durante este turno, los ataques de tu Snorlax, tu Heracross o tu Staraptor cuestan 2 Energías {C} menos.",
|
||||
it: "Durante questo turno, il costo degli attacchi usati dai tuoi Snorlax, Heracross e Staraptor è ridotto di 2 Energie {C}.",
|
||||
de: "Während dieses Zuges verringern sich die Kosten der eingesetzten Attacken von deinem Relaxo, Skaraborn und Staraptor um 2 {C}-Energien.",
|
||||
'pt-br': "Durante este turno, os ataques usados por seus Snorlax, Heracross e Staraptor custarão 2 Energias{C} a menos.",
|
||||
ko: "이 차례에 자신의 「잠만보」「헤라크로스」「찌르호크」 기술을 사용하기 위한 에너지를 {C}에너지 2개만큼 적게 만든다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Adaman"
|
||||
en: "Adaman",
|
||||
fr: "Adamantin",
|
||||
es: "Adamas",
|
||||
it: "Damon",
|
||||
de: "Diam",
|
||||
'pt-br': "Ádamo",
|
||||
ko: "찬석"
|
||||
},
|
||||
|
||||
illustrator: "akagi",
|
||||
@ -13,10 +19,16 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, all of your <span class=\"energy-text energy-text--type-metal\"></span> Pokémon take −20 damage from attacks from your opponent's Pokémon."
|
||||
en: "During your opponent's next turn, all of your {M} Pokémon take −20 damage from attacks from your opponent's Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous vos Pokémon {M} subissent − 20 dégâts provenant des attaques des Pokémon de votre adversaire.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques de los Pokémon de tu rival hacen -20 puntos de daño a todos tus Pokémon {M}.",
|
||||
it: "Durante il prossimo turno del tuo avversario, tutti i tuoi Pokémon {M} subiscono -20 danni dagli attacchi dei Pokémon avversari.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden allen deinen {M}-Pokémon durch Attacken von Pokémon deines Gegners − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, todos os seus Pokémon {M} receberão −20 pontos de dano de ataques dos Pokémon do seu oponente.",
|
||||
ko: "상대의 다음 차례에 자신의 {M}포켓몬 전원이 상대의 포켓몬으로부터 받는 기술의 데미지를 -20한다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Leafeon ex"
|
||||
en: "Leafeon ex",
|
||||
fr: "Phyllali-ex",
|
||||
es: "Leafeon ex",
|
||||
it: "Leafeon-ex",
|
||||
de: "Folipurba-ex",
|
||||
'pt-br': "Leafeon ex",
|
||||
ko: "리피아 ex"
|
||||
},
|
||||
|
||||
illustrator: "saino misaki",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Forest Breath"
|
||||
en: "Forest Breath",
|
||||
fr: "Souffle Forestier",
|
||||
es: "Aliento del Bosque",
|
||||
it: "Forestasoffio",
|
||||
de: "Waldatem",
|
||||
'pt-br': "Hálito da Floresta",
|
||||
ko: "숲의 숨결"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a <span class=\"energy-text energy-text--type-grass\"></span> Energy from your Energy Zone and attach it to 1 of your <span class=\"energy-text energy-text--type-grass\"></span> Pokémon."
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may take a {G} Energy from your Energy Zone and attach it to 1 of your {G} Pokémon.",
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez prendre une Énergie {G} de votre zone Énergie et l'attacher à l'un de vos Pokémon {G}.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes unir 1 Energía {G} de tu área de Energía a uno de tus Pokémon {G}.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi prendere un'Energia {G} dalla tua Zona Energia e assegnarla a uno dei tuoi Pokémon {G}.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 1 {G}-Energie aus deinem Energiebereich an 1 deiner {G}-Pokémon anlegen.",
|
||||
'pt-br': "Uma vez durante o seu turno, se este Pokémon estiver no Campo Ativo, você poderá pegar 1 Energia {G} da sua Zona de Energia e ligá-la a 1 dos seus Pokémon {G}.",
|
||||
ko: "이 포켓몬이 배틀필드에 있다면 자신의 차례에 1번 사용할 수 있다. 자신의 에너지존에서 {G}에너지를 1개 내보내 {G}포켓몬에게 붙인다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Solar Beam"
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio",
|
||||
de: "Solarstrahl",
|
||||
'pt-br': "Raio Solar",
|
||||
ko: "솔라빔"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -50,4 +74,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Glaceon ex"
|
||||
en: "Glaceon ex",
|
||||
fr: "Givrali-ex",
|
||||
es: "Glaceon ex",
|
||||
it: "Glaceon-ex",
|
||||
de: "Glaziola-ex",
|
||||
'pt-br': "Glaceon ex",
|
||||
ko: "글레이시아 ex"
|
||||
},
|
||||
|
||||
illustrator: "rika",
|
||||
@ -25,17 +31,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Snowy Terrain"
|
||||
en: "Snowy Terrain",
|
||||
fr: "Terrain Enneigé",
|
||||
es: "Campo Níveo",
|
||||
it: "Terreno Innevato",
|
||||
de: "Schneefeld",
|
||||
'pt-br': "Terreno Nevado",
|
||||
ko: "스노 필드"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon."
|
||||
en: "During Pokémon Checkup, if this Pokémon is in the Active Spot, do 10 damage to your opponent's Active Pokémon.",
|
||||
fr: "Pendant le Contrôle Pokémon, si ce Pokémon est sur le Poste Actif, infligez 10 dégâts au Pokémon Actif de votre adversaire.",
|
||||
es: "Durante el Chequeo Pokémon, si este Pokémon está en el Puesto Activo, inflige 10 puntos de daño al Pokémon Activo de tu rival.",
|
||||
it: "Durante il controllo Pokémon, se questo Pokémon è in posizione attiva, infliggi 10 danni al Pokémon attivo del tuo avversario.",
|
||||
de: "Wenn dieses Pokémon beim Pokémon-Check in der Aktiven Position ist, füge dem Aktiven Pokémon deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o Checape Pokémon, se este Pokémon estiver no Campo Ativo, cause 10 pontos de dano ao Pokémon Ativo do seu oponente.",
|
||||
ko: "이 포켓몬이 배틀필드에 있는 한, 포켓몬 체크 때마다 상대의 배틀 포켓몬에게 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Freezing Wind"
|
||||
en: "Freezing Wind",
|
||||
fr: "Vent Glaçant",
|
||||
es: "Viento Gélido",
|
||||
it: "Ventogelido",
|
||||
de: "Polarwind",
|
||||
'pt-br': "Vento Gelado",
|
||||
ko: "프리즈윈드"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Garchomp ex"
|
||||
en: "Garchomp ex",
|
||||
fr: "Carchacrok-ex",
|
||||
es: "Garchomp ex",
|
||||
it: "Garchomp-ex",
|
||||
de: "Knakrack-ex",
|
||||
'pt-br': "Garchomp ex",
|
||||
ko: "한카리아스 ex"
|
||||
},
|
||||
|
||||
illustrator: "toriyufu",
|
||||
@ -23,17 +29,35 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Linear Attack"
|
||||
en: "Linear Attack",
|
||||
fr: "Attaque Linéaire",
|
||||
es: "Ataque Lineal",
|
||||
it: "Attacco Lineare",
|
||||
de: "Linearer Angriff",
|
||||
'pt-br': "Ataque Linear",
|
||||
ko: "직격탄"
|
||||
},
|
||||
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon."
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts à l'un des Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 50 puntos de daño a 1 de los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 50 danni a uno dei Pokémon\ndel tuo avversario.",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 50 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque causa 50 pontos de dano a 1 dos Pokémon do seu oponente.",
|
||||
ko: "상대의 포켓몬 1마리에게 50데미지를 준다."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Dragon Claw"
|
||||
en: "Dragon Claw",
|
||||
fr: "Draco-Griffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
de: "Drachenklaue",
|
||||
'pt-br': "Garra de Dragão",
|
||||
ko: "드래곤클로"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Probopass ex"
|
||||
en: "Probopass ex",
|
||||
fr: "Tarinorme-ex",
|
||||
es: "Probopass ex",
|
||||
it: "Probopass-ex",
|
||||
de: "Voluminas-ex",
|
||||
'pt-br': "Probopass ex",
|
||||
ko: "대코파스 ex"
|
||||
},
|
||||
|
||||
illustrator: "Masa",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Defensive Unit"
|
||||
en: "Defensive Unit",
|
||||
fr: "Unité Défensive",
|
||||
es: "Unidad Protectora",
|
||||
it: "Unità Protettiva",
|
||||
de: "Schutzeinheit",
|
||||
'pt-br': "Unidade Defensiva",
|
||||
ko: "프로텍트유닛"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Metal", "Metal", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks."
|
||||
en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit − 20 dégâts provenant des attaques.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon.",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce -20 danni dagli attacchi.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, este Pokémon receberá −20 pontos de dano de ataques.",
|
||||
ko: "상대의 다음 차례에 이 포켓몬이 받는 기술의 데미지를 -20한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arceus ex"
|
||||
en: "Arceus ex",
|
||||
fr: "Arceus-ex",
|
||||
es: "Arceus ex",
|
||||
it: "Arceus-ex",
|
||||
de: "Arceus-ex",
|
||||
'pt-br': "Arceus ex",
|
||||
ko: "아르세우스 ex"
|
||||
},
|
||||
|
||||
illustrator: "Takumi Wada",
|
||||
@ -20,24 +26,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fabled Luster"
|
||||
en: "Fabled Luster",
|
||||
fr: "Éclat de Légende",
|
||||
es: "Lustre Mítico",
|
||||
it: "Lustro Mitologico",
|
||||
de: "Sagenhafter Glanz",
|
||||
'pt-br': "Esplendor Mitológico",
|
||||
ko: "신화의 반짝임"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon can't be affected by any Special Conditions."
|
||||
en: "This Pokémon can't be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
es: "Este Pokémon no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "Questo Pokémon non può essere influenzato da condizioni speciali.",
|
||||
de: "Dieses Pokémon kann nicht von Speziellen Zuständen betroffen werden.",
|
||||
'pt-br': "Este Pokémon não pode ser afetado por quaisquer Condições Especiais.",
|
||||
ko: "이 포켓몬은 특수 상태가 되지 않는다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ultimate Force"
|
||||
en: "Ultimate Force",
|
||||
fr: "Pouvoir Ultime",
|
||||
es: "Fuerza Definitiva",
|
||||
it: "Forza Suprema",
|
||||
de: "Ultimative Macht",
|
||||
'pt-br': "Força Suprema",
|
||||
ko: "얼티메이트 포스"
|
||||
},
|
||||
|
||||
damage: "70+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon."
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada uno de tus Pokémon en Banca.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf deiner Bank 20 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada um dos seus Pokémon no Banco.",
|
||||
ko: "자신의 벤치 포켓몬의 수 × 20데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arceus ex"
|
||||
en: "Arceus ex",
|
||||
fr: "Arceus-ex",
|
||||
es: "Arceus ex",
|
||||
it: "Arceus-ex",
|
||||
de: "Arceus-ex",
|
||||
'pt-br': "Arceus ex",
|
||||
ko: "아르세우스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -20,24 +26,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fabled Luster"
|
||||
en: "Fabled Luster",
|
||||
fr: "Éclat de Légende",
|
||||
es: "Lustre Mítico",
|
||||
it: "Lustro Mitologico",
|
||||
de: "Sagenhafter Glanz",
|
||||
'pt-br': "Esplendor Mitológico",
|
||||
ko: "신화의 반짝임"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon can't be affected by any Special Conditions."
|
||||
en: "This Pokémon can't be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
es: "Este Pokémon no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "Questo Pokémon non può essere influenzato da condizioni speciali.",
|
||||
de: "Dieses Pokémon kann nicht von Speziellen Zuständen betroffen werden.",
|
||||
'pt-br': "Este Pokémon não pode ser afetado por quaisquer Condições Especiais.",
|
||||
ko: "이 포켓몬은 특수 상태가 되지 않는다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ultimate Force"
|
||||
en: "Ultimate Force",
|
||||
fr: "Pouvoir Ultime",
|
||||
es: "Fuerza Definitiva",
|
||||
it: "Forza Suprema",
|
||||
de: "Ultimative Macht",
|
||||
'pt-br': "Força Suprema",
|
||||
ko: "얼티메이트 포스"
|
||||
},
|
||||
|
||||
damage: "70+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon."
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada uno de tus Pokémon en Banca.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf deiner Bank 20 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada um dos seus Pokémon no Banco.",
|
||||
ko: "자신의 벤치 포켓몬의 수 × 20데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user