mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13:29: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: "Bulbasaur"
|
||||
en: "Bulbasaur",
|
||||
fr: "Bulbizarre",
|
||||
es: "Bulbasaur",
|
||||
it: "Bulbasaur",
|
||||
de: "Bisasam",
|
||||
'pt-br': "Bulbasaur",
|
||||
ko: "이상해씨"
|
||||
},
|
||||
|
||||
illustrator: "Narumi Sato",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
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: "40"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger.",
|
||||
fr: "Il y a une graine sur son dos depuis sa naissance.\nElle grossit un peu chaque jour.",
|
||||
es: "Este Pokémon nace con una semilla en el\nlomo, que brota con el paso del tiempo.",
|
||||
it: "Fin dalla nascita questo Pokémon ha sulla\nschiena un seme che cresce lentamente.",
|
||||
de: "Dieses Pokémon trägt von Geburt an einen\nSamen auf dem Rücken, der im Laufe der Zeit\nkeimt und wächst.",
|
||||
'pt-br': "Este Pokémon já nasce com uma semente\nnas costas. Aos poucos, a semente cresce.",
|
||||
ko: "태어났을 때부터 등에\n식물의 씨앗이 있으며\n조금씩 크게 자란다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Ivysaur"
|
||||
en: "Ivysaur",
|
||||
fr: "Herbizarre",
|
||||
es: "Ivysaur",
|
||||
it: "Ivysaur",
|
||||
de: "Bisaknosp",
|
||||
'pt-br': "Ivysaur",
|
||||
ko: "이상해풀"
|
||||
},
|
||||
|
||||
illustrator: "Kurata So",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf"
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'Herbe",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
de: "Rasierblatt",
|
||||
'pt-br': "Folha Navalha",
|
||||
ko: "잎날가르기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "When the bulb on its back grows large, it appears to lose the ability to stand on its hind legs.",
|
||||
fr: "Son bulbe dorsal est devenu si gros qu'il ne peut\nplus se tenir sur ses pattes postérieures.",
|
||||
es: "Cuando le crece bastante el bulbo del lomo, pierde\nla capacidad de erguirse sobre las patas traseras.",
|
||||
it: "Il bulbo sulla schiena è cresciuto così tanto da\nimpedirgli di alzarsi in piedi sulle zampe posteriori.",
|
||||
de: "Sobald die Knospe auf seinem Rücken\ngroß wird, kann Bisaknosp nicht mehr\nauf zwei Beinen stehen.",
|
||||
'pt-br': "À medida que o bulbo nas costas deste Pokémon\ncresce, ele parece perder a capacidade de se sustentar\napenas nas pernas de trás.",
|
||||
ko: "등에 있는 봉오리가 크게\n자라면 두 다리로\n설 수 없게 되는 듯하다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Venusaur"
|
||||
en: "Venusaur",
|
||||
fr: "Florizarre",
|
||||
es: "Venusaur",
|
||||
it: "Venusaur",
|
||||
de: "Bisaflor",
|
||||
'pt-br': "Venusaur",
|
||||
ko: "이상해꽃"
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
@ -21,11 +27,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Mega Drain"
|
||||
en: "Mega Drain",
|
||||
fr: "Méga-Sangsue",
|
||||
es: "Megaagotar",
|
||||
it: "Megassorbimento",
|
||||
de: "Megasauger",
|
||||
'pt-br': "Megadreno",
|
||||
ko: "메가드레인"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 30 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 30회복."
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
@ -41,6 +59,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.",
|
||||
fr: "Sa plante donne une grosse fleur quand\nelle absorbe les rayons du soleil. Il est toujours\nà la recherche des endroits les plus ensoleillés.",
|
||||
es: "La planta florece cuando absorbe energía solar,\nlo cual le obliga a buscar siempre la luz del sol.",
|
||||
it: "Il fiore sboccia assorbendo energia solare.\nSi muove continuamente in cerca di luce.",
|
||||
de: "Es nutzt Solarenergie als Nahrung und\nbringt so seine große Blume zum Blühen.\nEs geht dorthin, wo die Sonne scheint.",
|
||||
'pt-br': "Sua planta floresce ao absorver energia solar,\npor isso este Pokémon vive em busca da luz do sol.",
|
||||
ko: "태양에너지를 양분으로\n큰 꽃을 피운다. 양지를 향해\n이끌려가듯이 이동한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Venusaur ex"
|
||||
en: "Venusaur ex",
|
||||
fr: "Florizarre-ex",
|
||||
es: "Venusaur ex",
|
||||
it: "Venusaur-ex",
|
||||
de: "Bisaflor-ex",
|
||||
'pt-br': "Venusaur ex",
|
||||
ko: "이상해꽃 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf"
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'Herbe",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
de: "Rasierblatt",
|
||||
'pt-br': "Folha Navalha",
|
||||
ko: "잎날가르기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -30,11 +42,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Giant Bloom"
|
||||
en: "Giant Bloom",
|
||||
fr: "Pousse Géante",
|
||||
es: "Floración Gigante",
|
||||
it: "Gigafioritura",
|
||||
de: "Riesenblüte",
|
||||
'pt-br': "Florescimento Gigante",
|
||||
ko: "자이언트 블룸"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 30 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 30회복."
|
||||
},
|
||||
|
||||
damage: "100"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Caterpie"
|
||||
en: "Caterpie",
|
||||
fr: "Chenipan",
|
||||
es: "Caterpie",
|
||||
it: "Caterpie",
|
||||
de: "Raupy",
|
||||
'pt-br': "Caterpie",
|
||||
ko: "캐터피"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Find a Friend"
|
||||
en: "Find a Friend",
|
||||
fr: "Trouver un Ami",
|
||||
es: "Encontrar un Amigo",
|
||||
it: "Trovamico",
|
||||
de: "Freunde finden",
|
||||
'pt-br': "Encontre um Amigo",
|
||||
ko: "친구찾기"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put 1 random G Pokémon from your deck into your hand."
|
||||
en: "Put 1 random {G} Pokémon from your deck into your hand.",
|
||||
fr: "Ajoutez au hasard un Pokémon {G} de votre deck à votre main.",
|
||||
es: "Pon 1 Pokémon {G} aleatorio de tu baraja en tu mano.",
|
||||
it: "Prendi un Pokémon {G} a caso dal tuo mazzo e aggiungilo alle carte che hai in mano.",
|
||||
de: "Nimm 1 zufälliges {G}-Pokémon aus deinem Deck auf deine Hand.",
|
||||
'pt-br': "Coloque 1 Pokémon {G} aleatório do seu baralho na sua mão.",
|
||||
ko: "자신의 덱에서 {G}포켓몬을 랜덤으로 1장 패로 가져온다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -36,6 +54,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "For protection, it releases a horrible stench from the antenna on its head to drive away enemies.",
|
||||
fr: "Pour se protéger, il émet par ses antennes\nune odeur nauséabonde qui fait fuir ses ennemis.",
|
||||
es: "Para protegerse, despide un hedor horrible por\nlas antenas con el que repele a sus enemigos.",
|
||||
it: "Per proteggersi emette un puzzo terribile dalle\nantenne sul capo, con cui tiene lontani i nemici.",
|
||||
de: "Als Schutz vor Feinden sondert es einen übel\nriechenden Gestank mit seinen Antennen ab.",
|
||||
'pt-br': "Para se proteger, libera um fedor horrível das\nantenas na cabeça para afastar seus inimigos.",
|
||||
ko: "머리의 더듬이로부터\n강렬한 냄새를 내어\n적을 물리치고 몸을 보호한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Metapod"
|
||||
en: "Metapod",
|
||||
fr: "Chrysacier",
|
||||
es: "Metapod",
|
||||
it: "Metapod",
|
||||
de: "Safcon",
|
||||
'pt-br': "Metapod",
|
||||
ko: "단데기"
|
||||
},
|
||||
|
||||
illustrator: "Yuka Morii",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
de: "Käferbiss",
|
||||
'pt-br': "Picada",
|
||||
ko: "벌레먹기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It is waiting for the moment to evolve. At this stage, it can only harden, so it remains motionless to avoid attack.",
|
||||
fr: "En attendant sa prochaine évolution, il ne peut que durcir\nsa carapace et rester immobile pour éviter de se faire attaquer.",
|
||||
es: "Como en este estado solo puede\nendurecer su coraza, permanece\ninmóvil a la espera de evolucionar.",
|
||||
it: "In attesa di evolversi, l'unica cosa che può\nfare è indurire la sua corazza, quindi rimane\nimmobile per evitare di essere attaccato.",
|
||||
de: "In diesem Zustand wartet es auf die Entwicklung.\nEs kann nur seinen Panzer erhärten, daher bewegt\nes sich nicht, um nicht angegriffen zu werden.",
|
||||
'pt-br': "Metapod está aguardando o momento certo para\nevoluir. Neste estágio, só consegue endurecer,\nentão permanece imóvel para evitar ataques.",
|
||||
ko: "진화를 기다리고 있는 상태다.\n단단해지는 것밖에 할 수 없어서\n공격받지 않도록 꿈쩍 않고 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Butterfree"
|
||||
en: "Butterfree",
|
||||
fr: "Papilusion",
|
||||
es: "Butterfree",
|
||||
it: "Butterfree",
|
||||
de: "Smettbo",
|
||||
'pt-br': "Butterfree",
|
||||
ko: "버터플"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -21,11 +27,23 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Powder Heal"
|
||||
en: "Powder Heal",
|
||||
fr: "Soin Poudre",
|
||||
es: "Polvo Sanador",
|
||||
it: "Polvere Lenitiva",
|
||||
de: "Puderheilung",
|
||||
'pt-br': "Cura em Pó",
|
||||
ko: "파우더 힐"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may heal 20 damage from each of your Pokémon."
|
||||
en: "Once during your turn, you may heal 20 damage from each of your Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de chacun de vos Pokémon.",
|
||||
es: "Una vez durante tu turno, puedes curar 20 puntos de daño a cada uno de tus Pokémon.",
|
||||
it: "Una sola volta durante il tuo turno, puoi curare ciascuno dei tuoi Pokémon da 20 danni.",
|
||||
de: "Einmal während deines Zuges kannst du 20 Schadenspunkte bei jedem deiner Pokémon heilen.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá curar 20 pontos de dano de cada um dos seus Pokémon.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 자신의 포켓몬 전원의 HP를 20회복."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -33,7 +51,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Gust"
|
||||
en: "Gust",
|
||||
fr: "Tornade",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
de: "Windstoß",
|
||||
'pt-br': "Lufada de Vento",
|
||||
ko: "바람일으키기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -49,6 +73,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "In battle, it flaps its wings at great speed to release highly toxic dust into the air.",
|
||||
fr: "En combat, il bat des ailes très rapidement pour\nprojeter de la poudre toxique sur ses ennemis.",
|
||||
es: "Aletea a gran velocidad para lanzar al aire\nsus escamas extremadamente tóxicas.",
|
||||
it: "Sbatte le ali a gran velocità per liberare\nle sue polveri tossiche nell'aria.",
|
||||
de: "Wenn es sehr schnell mit den Flügeln schlägt,\nsetzt es hochgiftigen Flügelstaub frei.",
|
||||
'pt-br': "Durante as batalhas, bate as asas muito rápido\npara liberar uma poeira altamente tóxica no ar.",
|
||||
ko: "매우 빠르게 날갯짓하면\n맹독성의 인분이\n바람을 타고 날아간다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Weedle"
|
||||
en: "Weedle",
|
||||
fr: "Aspicot",
|
||||
es: "Weedle",
|
||||
it: "Weedle",
|
||||
de: "Hornliu",
|
||||
'pt-br': "Weedle",
|
||||
ko: "뿔충이"
|
||||
},
|
||||
|
||||
illustrator: "Hajime Kusajima",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Sting"
|
||||
en: "Sting",
|
||||
fr: "Dard",
|
||||
es: "Aguijonazo",
|
||||
it: "Puntura",
|
||||
de: "Einstich",
|
||||
'pt-br': "Ferroada",
|
||||
ko: "따끔따끔찌르기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.",
|
||||
fr: "On trouve souvent ce Pokémon dans les forêts\net les hautes herbes. L'aiguillon de 5 cm\nsur sa tête contient un venin très toxique.",
|
||||
es: "Suele habitar bosques y praderas.\nTiene un afilado y venenoso aguijón\nde unos 5 cm encima de la cabeza.",
|
||||
it: "Vive soprattutto nei boschi e nei prati. Sul capo\nha un affilato e velenoso pungiglione lungo 5 cm.",
|
||||
de: "Es lebt bevorzugt in Wäldern und in hohem Gras.\nAuf dem Kopf trägt es einen circa 5 cm langen,\nspitzen, giftigen Stachel.",
|
||||
'pt-br': "Encontrado frequentemente em florestas e\npradarias. Possui uma farpa afiada e tóxica\nde cerca de 5 cm em cima da cabeça.",
|
||||
ko: "숲이나 풀밭에 많이 서식한다.\n머리끝에 5cm 정도의\n작고 날카로운 독침을 지니고 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Kakuna"
|
||||
en: "Kakuna",
|
||||
fr: "Coconfort",
|
||||
es: "Kakuna",
|
||||
it: "Kakuna",
|
||||
de: "Kokuna",
|
||||
'pt-br': "Kakuna",
|
||||
ko: "딱충이"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
de: "Käferbiss",
|
||||
'pt-br': "Picada",
|
||||
ko: "벌레먹기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.",
|
||||
fr: "Incapable de se déplacer de lui-même,\nil se défend en durcissant sa carapace.",
|
||||
es: "Casi incapaz de moverse, este Pokémon solo\npuede endurecer su caparazón para protegerse.",
|
||||
it: "Quasi incapace di muoversi, questo Pokémon può\nsolo indurire il proprio guscio per proteggersi.",
|
||||
de: "Dieses Pokémon kann sich kaum bewegen.\nBei drohender Gefahr verhärtet es seinen Panzer.",
|
||||
'pt-br': "Quase incapaz de se mover, esse Pokémon\npode apenas endurecer sua carapaça para\nse proteger quando está em perigo.",
|
||||
ko: "스스로는 거의 움직일 수 없지만\n위험할 때는 단단해져서\n몸을 보호하고 있는 것 같다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Beedrill"
|
||||
en: "Beedrill",
|
||||
fr: "Dardargnan",
|
||||
es: "Beedrill",
|
||||
it: "Beedrill",
|
||||
de: "Bibor",
|
||||
'pt-br': "Beedrill",
|
||||
ko: "독침붕"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Sharp Sting"
|
||||
en: "Sharp Sting",
|
||||
fr: "Piqûre Pointue",
|
||||
es: "Aguijón Afilado",
|
||||
it: "Tagliospina",
|
||||
de: "Scharfer Stich",
|
||||
'pt-br': "Ferroada Afiada",
|
||||
ko: "날카로운침"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It has three poisonous stingers on its forelegs and its tail. They are used to jab its enemy repeatedly.",
|
||||
fr: "Il se sert de ses trois aiguillons empoisonnés\npour attaquer sans relâche ses adversaires.",
|
||||
es: "Tiene 3 aguijones venenosos en sus patas y cola.\nSuelen pinchar a sus enemigos repetidas veces.",
|
||||
it: "Possiede tre aculei velenosi sulle zampe anteriori\ne sull'addome con cui punge i nemici ripetutamente.",
|
||||
de: "Dieses Pokémon verfügt über drei Giftstachel.\nEs kann seine Gegner damit wiederholt stechen.",
|
||||
'pt-br': "Ele possui três ferrões venenosos nas patas\ndianteiras e na cauda. Eles são usados para\npicar repetidamente o inimigo.",
|
||||
ko: "양손과 엉덩이에 있는 3개의\n독침으로 상대를 찌르고 찌르고\n또 찌르며 공격한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Oddish"
|
||||
en: "Oddish",
|
||||
fr: "Mystherbe",
|
||||
es: "Oddish",
|
||||
it: "Oddish",
|
||||
de: "Myrapla",
|
||||
'pt-br': "Oddish",
|
||||
ko: "뚜벅쵸"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds.",
|
||||
fr: "Il ne bouge que lorsqu'il est exposé aux rayons de la lune.\nIl se déplace alors pour disséminer ses graines.",
|
||||
es: "Se mueve al exponerse a la luz de la luna.\nMerodea por la noche para esparcir sus semillas.",
|
||||
it: "Inizia a muoversi quando è illuminato dalla luce\nlunare. Di notte se ne va in giro a spargere semi.",
|
||||
de: "Wird es vom Mondschein getroffen, bewegt es\nsich. Nachts wandert es weite Wege, um seine\nSamen zu verstreuen.",
|
||||
'pt-br': "Ao ser exposto à luz da lua, começa\na se mover. Aventura-se por aí durante\na noite para espalhar suas sementes.",
|
||||
ko: "달빛을 받아 움직인다.\n밤중에 씨앗을 여기저기\n뿌리기 위해 돌아다닌다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gloom"
|
||||
en: "Gloom",
|
||||
fr: "Ortide",
|
||||
es: "Gloom",
|
||||
it: "Gloom",
|
||||
de: "Duflor",
|
||||
'pt-br': "Gloom",
|
||||
ko: "냄새꼬"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Drool"
|
||||
en: "Drool",
|
||||
fr: "Gluant",
|
||||
es: "Babeo",
|
||||
it: "Sbavare",
|
||||
de: "Sabbern",
|
||||
'pt-br': "Babar",
|
||||
ko: "침"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Its pistils exude an incredibly foul odor. The horrid stench can cause fainting at a distance of 1.25 miles.",
|
||||
fr: "Ses pistils sécrètent une odeur incroyablement fétide qui fait\nperdre connaissance à ses adversaires jusqu'à 2 km à la ronde.",
|
||||
es: "Libera un fétido olor por los pistilos.\nEl fuerte hedor hace perder el conocimiento a\ncualquiera que se encuentre en un radio de 2 km.",
|
||||
it: "I pistilli emanano un puzzo orribile, capace\ndi far svenire chiunque nel raggio di 2 km.",
|
||||
de: "Sein Stempel sondert einen unglaublich faulen\nGestank ab. Dieser stechende Geruch kann selbst\nbis zu 2 km entfernte Gegner bewusstlos machen.",
|
||||
'pt-br': "Seus pistilos exalam um odor incrivelmente\ndesagradável. Este mau cheiro pode causar\ndesmaios a 2 km de distância.",
|
||||
ko: "암술에서 내뿜는 지독하게\n구린 냄새는 2km 떨어진 곳까지\n퍼져 정신을 잃게 만든다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Vileplume"
|
||||
en: "Vileplume",
|
||||
fr: "Rafflesia",
|
||||
es: "Vileplume",
|
||||
it: "Vileplume",
|
||||
de: "Giflor",
|
||||
'pt-br': "Vileplume",
|
||||
ko: "라플레시아"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -21,11 +27,24 @@ const card: Card = {
|
||||
cost: ["Grass", "Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Soothing Scent"
|
||||
en: "Soothing Scent",
|
||||
fr: "Senteur Apaisante",
|
||||
es: "Aroma Sedante",
|
||||
it: "Aroma Calmante",
|
||||
de: "Beruhigender Duft",
|
||||
'pt-br': "Odor Calmante",
|
||||
ko: "아로마슬립"
|
||||
},
|
||||
|
||||
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."
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
@ -41,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It has the world's largest petals. With every step, the petals shake out heavy clouds of toxic pollen.",
|
||||
fr: "Il possède les plus gros pétales au monde, qui sèment\nd'épais nuages de pollen toxique à chacun de ses pas.",
|
||||
es: "Tiene los pétalos más grandes del mundo.\nAl caminar, de ellos se desprenden\ndensas nubes de polen tóxico.",
|
||||
it: "Ha i petali più grandi del mondo.\nAd ogni suo passo, i petali liberano\nfitte nubi di polline tossico.",
|
||||
de: "Es besitzt die größten Blütenblätter\nder Welt. Bei jedem Schritt streut es\ngroße Mengen an Giftpollen zu Boden.",
|
||||
'pt-br': "Tem as maiores pétalas do mundo.\nA cada passo, as pétalas se agitam\ne liberam pesadas nuvens de pólen tóxico.",
|
||||
ko: "세계에서 제일 큰 꽃잎은\n걸을 때마다 흔들려 대량의\n독 꽃가루를 흩뿌린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Paras"
|
||||
en: "Paras",
|
||||
fr: "Paras",
|
||||
es: "Paras",
|
||||
it: "Paras",
|
||||
de: "Paras",
|
||||
'pt-br': "Paras",
|
||||
ko: "파라스"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Scratch"
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
de: "Kratzer",
|
||||
'pt-br': "Arranhão",
|
||||
ko: "할퀴기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The mushrooms, known as tochukaso, are controlling the bug. Even if the bug bugs the mushrooms, they tell it to bug off.",
|
||||
fr: "Les champignons, appelés tochukaso,\ncontrôlent l'insecte contre sa volonté.",
|
||||
es: "Las setas que tiene en el dorso,\nllamadas tochukaso, controlan\nal insecto contra su voluntad.",
|
||||
it: "I funghi che crescono sul dorso di questo\nPokémon, chiamati tochukaso, controllano\nle sue azioni contro la sua volontà.",
|
||||
de: "Paras' Körper kann nicht nach seinem eigenen\nWillen handeln, da er von Tochukaso, den Pilzen\nauf seinem Rücken, kontrolliert wird.",
|
||||
'pt-br': "Os cogumelos, conhecidos como tochukaso,\ncontrolam o inseto. Quando o inseto perturba\nos cogumelos, eles o mandam catar coquinho.",
|
||||
ko: "동충하초라고 불리는 버섯이\n벌레를 조종하고 있다.\n벌레의 의사는 무시된다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Parasect"
|
||||
en: "Parasect",
|
||||
fr: "Parasect",
|
||||
es: "Parasect",
|
||||
it: "Parasect",
|
||||
de: "Parasek",
|
||||
'pt-br': "Parasect",
|
||||
ko: "파라섹트"
|
||||
},
|
||||
|
||||
illustrator: "Eri Yamaki",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Slash"
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
de: "Schlitzer",
|
||||
'pt-br': "Talho",
|
||||
ko: "베어가르기"
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The bug is mostly dead, with the mushroom on its back having become the main body. If the mushroom comes off, the bug stops moving.",
|
||||
fr: "L'insecte est quasiment mort, à ce stade,\net le champignon est devenu le véritable cerveau.\nSi on l'ôte de son dos, il ne peut plus bouger.",
|
||||
es: "La mayor parte de su cuerpo está atrofiada,\nexcepto la seta del dorso, que controla al resto.\nSi se desprende, Parasect ya no podrá moverse.",
|
||||
it: "La parte essenziale di questo Pokémon,\npraticamente morto, è costituita dal fungo sulla\nsua schiena. Se si stacca, non può più muoversi.",
|
||||
de: "Der Pilz auf seinem Rücken ist sein wichtigstes\nKörperteil. Der Rest ist quasi leblos und kann\nsich ohne den Pilz nicht bewegen.",
|
||||
'pt-br': "A maior parte do seu corpo está morta, exceto pelo cogumelo\nque está nas suas costas e que controla o resto. Se o cogumelo\nse desprender do corpo, este Pokémon não conseguirá se mover.",
|
||||
ko: "벌레는 거의 죽은 상태이고\n본체는 등의 버섯이다.\n떨어지면 더는 움직일 수 없다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Venonat"
|
||||
en: "Venonat",
|
||||
fr: "Mimitoss",
|
||||
es: "Venonat",
|
||||
it: "Venonat",
|
||||
de: "Bluzuk",
|
||||
'pt-br': "Venonat",
|
||||
ko: "콘팡"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Poison oozes from all over its body. It catches small bug Pokémon at night that are attracted by light.",
|
||||
fr: "Son corps sécrète un poison redoutable. La nuit, il capture\nde petits Pokémon Insecte attirés par la lumière.",
|
||||
es: "Rezuma veneno por todo su cuerpo.\nDe noche, atrapa y come pequeños\nPokémon insecto atraídos por la luz.",
|
||||
it: "Da tutto il suo corpo trasuda veleno.\nDi notte cattura piccoli Pokémon\nColeottero attratti dalla luce.",
|
||||
de: "Aus seinem ganzen Körper tritt Gift aus.\nEs fängt und frisst nachts kleine Käfer-Pokémon,\ndie von Licht angelockt wurden.",
|
||||
'pt-br': "Veneno escorre de todo o seu corpo. Durante a\nnoite, captura pequenos Pokémon inseto que são\natraídos pela luz.",
|
||||
ko: "전신에서 독이 스며 나온다.\n어두워지면 밝은 곳에 모인\n작은 벌레포켓몬을 잡아먹는다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Venomoth"
|
||||
en: "Venomoth",
|
||||
fr: "Aéromite",
|
||||
es: "Venomoth",
|
||||
it: "Venomoth",
|
||||
de: "Omot",
|
||||
'pt-br': "Venomoth",
|
||||
ko: "도나리"
|
||||
},
|
||||
|
||||
illustrator: "Mina Nakai",
|
||||
@ -21,11 +27,24 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Poison Powder"
|
||||
en: "Poison Powder",
|
||||
fr: "Poudre Toxik",
|
||||
es: "Polvo Veneno",
|
||||
it: "Velenpolvere",
|
||||
de: "Giftpuder",
|
||||
'pt-br': "Pó Venenoso",
|
||||
ko: "독가루"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 독으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Envenenado."
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -41,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The wings are covered with dustlike scales. Every time it flaps its wings, it looses highly toxic dust.",
|
||||
fr: "Ses ailes sont couvertes d'écailles poudreuses.\nÀ chaque battement d'ailes, il laisse tomber\nde la poudre hautement toxique.",
|
||||
es: "Tiene las alas cubiertas de escamas.\nCada vez que las bate, esparce un\npolvillo sumamente venenoso.",
|
||||
it: "Le ali sono ricoperte di scaglie. Ogni volta che le\nbatte, viene liberata nell'aria una polvere velenosa.",
|
||||
de: "Seine Flügel sind mit staubähnlichen Schuppen\nüberzogen. Mit jedem Flügelschlag verstreut es\nhochgiftigen Puder.",
|
||||
'pt-br': "As suas asas são cobertas por escamas\nsemelhantes a poeira. Toda vez que bate\nas asas, libera uma poeira altamente tóxica.",
|
||||
ko: "날개에 가루가 묻어 있어\n팔락팔락 날갯짓을 할 때마다\n맹독 가루를 흩뿌린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bellsprout"
|
||||
en: "Bellsprout",
|
||||
fr: "Chétiflor",
|
||||
es: "Bellsprout",
|
||||
it: "Bellsprout",
|
||||
de: "Knofensa",
|
||||
'pt-br': "Bellsprout",
|
||||
ko: "모다피"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
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"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Even though its body is extremely skinny, it is blindingly fast when catching its prey.",
|
||||
fr: "Même si son corps est très frêle, ce Pokémon\nest extrêmement rapide quand il attaque ses adversaires.",
|
||||
es: "Aunque su cuerpo es extremadamente delgado,\nes muy rápido a la hora de capturar sus presas.",
|
||||
it: "Sebbene abbia un corpo magrissimo, sa essere\nmolto rapido quando si scaglia sulla preda.",
|
||||
de: "Obwohl sein Körper sehr schmal ist,\nschnappt es blitzschnell nach Beute.",
|
||||
'pt-br': "Mesmo tendo um corpo extremamente magro,\né estupidamente rápido para pegar suas presas.",
|
||||
ko: "홀쭉한 체격이지만\n먹이를 잡을 때의 움직임은\n눈에 보이지 않을 정도로 빠르다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Weepinbell"
|
||||
en: "Weepinbell",
|
||||
fr: "Boustiflor",
|
||||
es: "Weepinbell",
|
||||
it: "Weepinbell",
|
||||
de: "Ultrigaria",
|
||||
'pt-br': "Weepinbell",
|
||||
ko: "우츠동"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf"
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'Herbe",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
de: "Rasierblatt",
|
||||
'pt-br': "Folha Navalha",
|
||||
ko: "잎날가르기"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The leafy parts act as cutters for slashing foes. It spits a fluid that dissolves everything.",
|
||||
fr: "Ses membres en forme de feuilles permettent\nà Boustiflor de trancher ses adversaires.\nIl crache un fluide capable de tout dissoudre.",
|
||||
es: "Las hojas que tiene actúan como cuchillas en combate.\nOtra de sus armas es el corrosivo fluido que expulsa.",
|
||||
it: "Si serve delle foglie laterali come lame contro i nemici.\nIl fluido che secerne dalla bocca scioglie qualsiasi cosa.",
|
||||
de: "Die Blätter werden eingesetzt, um Gegner\naufzuschlitzen. Dieses Pokémon spuckt eine\nFlüssigkeit, die alles auflöst.",
|
||||
'pt-br': "As partes folhosas funcionam como cortadores\npara dilacerar inimigos. Ele cospe um fluido\ncapaz de dissolver qualquer coisa.",
|
||||
ko: "잎사귀 부분은 칼날이 되어\n상대를 베어버린다. 입에서는\n무엇이든 녹이는 액체를 뿜어낸다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Victreebel"
|
||||
en: "Victreebel",
|
||||
fr: "Empiflor",
|
||||
es: "Victreebel",
|
||||
it: "Victreebel",
|
||||
de: "Sarzenia",
|
||||
'pt-br': "Victreebel",
|
||||
ko: "우츠보트"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -21,11 +27,23 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Fragrance Trap"
|
||||
en: "Fragrance Trap",
|
||||
fr: "Piège Parfumé",
|
||||
es: "Trampa Fragancia",
|
||||
it: "Trappola Aromatica",
|
||||
de: "Aromafalle",
|
||||
'pt-br': "Armadilha Cheirosa",
|
||||
ko: "향기의 덫"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot, once during your turn, you may switch in 1 of your opponent's Benched Basic Pokémon to the Active Spot."
|
||||
en: "If this Pokémon is in the Active Spot, once during your turn, you may switch in 1 of your opponent's Benched Basic Pokémon to the Active Spot.",
|
||||
fr: "Si ce Pokémon est sur le Poste Actif, une fois pendant votre tour, vous pouvez échanger l'un des Pokémon de base sur le Banc de votre adversaire contre son Pokémon Actif.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes cambiar 1 de los Pokémon Básicos en Banca de tu rival por su Pokémon Activo.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi scambiare uno dei Pokémon Base nella panchina del tuo avversario con il suo Pokémon in posizione attiva.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 1 Basis-Pokémon von der Bank deines Gegners in die Aktive Position einwechseln.",
|
||||
'pt-br': "Se este Pokémon estiver no Campo Ativo, uma vez durante o seu turno, você poderá mandar 1 dos Pokémon Básicos no Banco do seu oponente para o Campo Ativo.",
|
||||
ko: "이 포켓몬이 배틀필드에 있다면 자신의 차례에 1번 사용할 수 있다. 상대 벤치의 기본 포켓몬을 1마리 선택해서 배틀 포켓몬과 교체한다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -33,7 +51,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
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: "60"
|
||||
@ -49,6 +73,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Said to live in huge colonies deep in jungles, although no one has ever returned from there.",
|
||||
fr: "On dit qu'il vit en colonie dans la jungle,\nmais personne n'en est jamais revenu\nvivant pour le confirmer.",
|
||||
es: "Dicen que vive en grandes colonias en el interior\nde las junglas, aunque nadie ha podido verificarlo.",
|
||||
it: "Pare che viva in grandi colonie nel cuore della giungla,\nma nessuno è mai tornato da lì per raccontarlo.",
|
||||
de: "Dieses Pokémon soll in großen Kolonien\ntief im Dschungel leben, doch niemand\nkann dies bestätigen.",
|
||||
'pt-br': "Diz-se que vivem em enormes colônias nas\nprofundezas das florestas, embora ninguém\njamais tenha conseguido voltar de lá.",
|
||||
ko: "정글의 안쪽에 우츠보트만\n있는 지대가 있어서\n한 번 가면 두 번 다시 돌아올 수 없다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Exeggcute"
|
||||
en: "Exeggcute",
|
||||
fr: "Noeunoeuf",
|
||||
es: "Exeggcute",
|
||||
it: "Exeggcute",
|
||||
de: "Owei",
|
||||
'pt-br': "Exeggcute",
|
||||
ko: "아라리"
|
||||
},
|
||||
|
||||
illustrator: "kawayoo",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Seed Bomb"
|
||||
en: "Seed Bomb",
|
||||
fr: "Canon Graine",
|
||||
es: "Bomba Germen",
|
||||
it: "Semebomba",
|
||||
de: "Samenbomben",
|
||||
'pt-br': "Bomba de Sementes",
|
||||
ko: "씨폭탄"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Though it may look like it's just a bunch of eggs, it's a proper Pokémon. Exeggcute communicates with others of its kind via telepathy, apparently.",
|
||||
fr: "Même s'il ressemble à un tas d'œufs,\nil s'agit bien d'un Pokémon. Il paraît qu'ils\ncommuniquent entre eux par télépathie.",
|
||||
es: "Pese a su aspecto de mera piña de huevos,\nse trata de un Pokémon. Al parecer, sus\ncabezas se comunican entre sí por telepatía.",
|
||||
it: "Somiglia a un mucchio di uova, ma è\nun Pokémon a tutti gli effetti. Pare che\ncomunichi con i suoi simili telepaticamente.",
|
||||
de: "Owei mag zwar Eiern ähneln, ist aber ein echtes\nPokémon, das aus sechs Individuen besteht, die\nwohl telepathisch miteinander kommunizieren.",
|
||||
'pt-br': "Apesar de parecer só um monte de ovos, é um Pokémon\nde verdade. Exeggcute se comunica com outros de sua\nespécie por meio de telepatia.",
|
||||
ko: "알처럼 보이지만 엄연한\n포켓몬이다. 텔레파시로\n동료와 교신하는 듯하다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Exeggutor"
|
||||
en: "Exeggutor",
|
||||
fr: "Noadkoko",
|
||||
es: "Exeggutor",
|
||||
it: "Exeggutor",
|
||||
de: "Kokowei",
|
||||
'pt-br': "Exeggutor",
|
||||
ko: "나시"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
@ -21,11 +27,23 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Stomp"
|
||||
en: "Stomp",
|
||||
fr: "Écrasement",
|
||||
es: "Pisotón",
|
||||
it: "Pestone",
|
||||
de: "Stampfer",
|
||||
'pt-br': "Pisotear",
|
||||
ko: "짓밟기"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage."
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts de plus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 30 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 30 danni in più.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 30데미지를 추가한다."
|
||||
},
|
||||
|
||||
damage: "30+"
|
||||
@ -41,6 +59,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Each of Exeggutor's three heads is thinking different thoughts. The three don't seem to be very interested in one another.",
|
||||
fr: "Chacune de ses trois têtes pense de manière autonome.\nElles ne semblent s'intéresser qu'à elles-mêmes.",
|
||||
es: "Cada una de las tres cabezas piensa\nde forma independiente y apenas\nmuestra interés por el resto.",
|
||||
it: "Le sue tre teste ragionano in\nmodo indipendente. Sembra\nche ciascuna pensi solo a sé.",
|
||||
de: "Jeder der drei Köpfe hat einen\neigenen Willen und scheint sich\nnur für sich selbst zu interessieren.",
|
||||
'pt-br': "Cada uma das três cabeças de Exeggutor está\npensando em coisas diferentes. Elas não parecem\nse interessar umas pelas outras.",
|
||||
ko: "3개의 머리는 서로 다른\n생각을 하고 있다. 자신 외에는\n별로 흥미가 없는 듯하다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Exeggutor ex"
|
||||
en: "Exeggutor ex",
|
||||
fr: "Noadkoko-ex",
|
||||
es: "Exeggutor ex",
|
||||
it: "Exeggutor-ex",
|
||||
de: "Kokowei-ex",
|
||||
'pt-br': "Exeggutor ex",
|
||||
ko: "나시 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -20,11 +26,23 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Tropical Swing"
|
||||
en: "Tropical Swing",
|
||||
fr: "Coup Tropical",
|
||||
es: "Golpe Tropical",
|
||||
it: "Tropicolpo",
|
||||
de: "Tropenschwung",
|
||||
'pt-br': "Balanço Tropical",
|
||||
ko: "트로피컬스윙"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 more damage."
|
||||
en: "Flip a coin. If heads, this attack does 40 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts de plus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 40 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 40 danni in più.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 40 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, este ataque causará 40 pontos de dano a mais.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 40데미지를 추가한다."
|
||||
},
|
||||
|
||||
damage: "40+"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tangela"
|
||||
en: "Tangela",
|
||||
fr: "Saquedeneu",
|
||||
es: "Tangela",
|
||||
it: "Tangela",
|
||||
de: "Tangela",
|
||||
'pt-br': "Tangela",
|
||||
ko: "덩쿠리"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Absorb"
|
||||
en: "Absorb",
|
||||
fr: "Vole-Vie",
|
||||
es: "Absorber",
|
||||
it: "Assorbimento",
|
||||
de: "Absorber",
|
||||
'pt-br': "Absorção",
|
||||
ko: "흡수"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon."
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 10 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 10회복."
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Hidden beneath a tangle of vines that grows nonstop even if the vines are torn off, this Pokémon's true appearance remains a mystery.",
|
||||
fr: "On ne sait toujours pas ce qui se cache sous ses lianes.\nMême si on les coupe, elles repoussent à l'infini.",
|
||||
es: "Sus lianas no dejan de crecer aunque se le desprendan.\nAún se desconoce qué aspecto tiene sin ellas.",
|
||||
it: "Non è ancora chiaro quale sia il vero aspetto\ncelato dietro alle sue liane, che crescono\nall'infinito anche dopo essere state recise.",
|
||||
de: "Seine wahre Gestalt ist weiterhin ein Mysterium,\nda sie von Ranken verdeckt wird, die unaufhörlich\nnachwachsen, selbst wenn sie abreißen.",
|
||||
'pt-br': "Esconde-se sob um emaranhado de trepadeiras que\ncrescem sem parar mesmo se forem arrancadas.\nA verdadeira aparência deste Pokémon permanece um mistério.",
|
||||
ko: "잘려도 잘려도 무한으로 늘어나는\n덩굴 속의 정체는\n아직 밝혀지지 않았다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Scyther"
|
||||
en: "Scyther",
|
||||
fr: "Insécateur",
|
||||
es: "Scyther",
|
||||
it: "Scyther",
|
||||
de: "Sichlor",
|
||||
'pt-br': "Scyther",
|
||||
ko: "스라크"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
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"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It slashes through grass with its sharp scythes, moving too fast for the human eye to track.",
|
||||
fr: "Il fauche les herbes avec ses lames acérées.\nSes mouvements sont si rapides qu'ils sont\nimperceptibles à l'œil nu.",
|
||||
es: "Avanza por la hierba con sus afiladas guadañas,\nmás rápido de lo que el ojo humano puede percibir.",
|
||||
it: "Si fa strada tra l'erba grazie alle\nlame affilate, muovendosi troppo\nvelocemente per l'occhio umano.",
|
||||
de: "Es bahnt sich mit seinen scharfen Sicheln so\nschnell einen Weg durch das Gras, dass es dabei\nfür das menschliche Auge unsichtbar ist.",
|
||||
'pt-br': "Corta a grama com suas foices afiadas\ne se move tão rápido que o olho humano\nnão consegue enxergá-lo.",
|
||||
ko: "아주 예리한 낫을 이용해\n풀숲을 베며 나아간다.\n매우 빠른 움직임에 눈이 따라가지 못한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pinsir"
|
||||
en: "Pinsir",
|
||||
fr: "Scarabrute",
|
||||
es: "Pinsir",
|
||||
it: "Pinsir",
|
||||
de: "Pinsir",
|
||||
'pt-br': "Pinsir",
|
||||
ko: "쁘사이저"
|
||||
},
|
||||
|
||||
illustrator: "Eri Yamaki",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Grass"],
|
||||
|
||||
name: {
|
||||
en: "Double Horn"
|
||||
en: "Double Horn",
|
||||
fr: "Double Corne",
|
||||
es: "Cornada Doble",
|
||||
it: "Doppia Cornata",
|
||||
de: "Doppelhorn",
|
||||
'pt-br': "Chifre Duplo",
|
||||
ko: "더블혼"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 50 damage for each heads."
|
||||
en: "Flip 2 coins. This attack does 50 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts pour chaque côté face.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 50 puntos de daño por cada cara.",
|
||||
it: "Lancia 2 volte una moneta. Questo attacco infligge 50 danni ogni volta che esce testa.",
|
||||
de: "Wirf 2 Münzen. Diese Attacke fügt 50 Schadenspunkte pro Kopf zu.",
|
||||
'pt-br': "Jogue 2 moedas. Este ataque causa 50 pontos de dano para cada cara.",
|
||||
ko: "동전을 2번 던져서 앞면이 나온 수 × 50데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "50×"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "These Pokémon judge one another based on pincers. Thicker, more impressive pincers make for more popularity with the opposite gender.",
|
||||
fr: "Ses cornes déterminent son rang au sein\ndu groupe. Plus elles sont imposantes, plus\nles membres du sexe opposé l'apprécient.",
|
||||
es: "Los Pinsir se juzgan entre ellos por la robustez\nde la cornamenta. Cuanto más imponente sea,\nmás agradará a sus congéneres del sexo opuesto.",
|
||||
it: "I Pinsir si giudicano a vicenda in base alle corna.\nQuelli con corna grosse e imponenti hanno\npiù successo con gli esemplari dell'altro sesso.",
|
||||
de: "Der Status eines Pinsirs hängt von seinen Hörnern\nab. Je dicker und stattlicher diese sind, desto\nbeliebter ist es beim anderen Geschlecht.",
|
||||
'pt-br': "Estes Pokémon se julgam de acordo com\nsuas pinças. As pinças mais grossas e notáveis\nsão mais populares com o gênero oposto.",
|
||||
ko: "뿔로 서로의 등급을 매긴다.\n굵고 훌륭한 뿔을 가진\n쁘사이저일수록 이성에게 인기다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cottonee"
|
||||
en: "Cottonee",
|
||||
fr: "Doudouvet",
|
||||
es: "Cottonee",
|
||||
it: "Cottonee",
|
||||
de: "Waumboll",
|
||||
'pt-br': "Cottonee",
|
||||
ko: "소미안"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Attach"
|
||||
en: "Attach",
|
||||
fr: "Accrochage",
|
||||
es: "Pegarse",
|
||||
it: "Appiccicoso",
|
||||
de: "Festkleben",
|
||||
'pt-br': "Conectar",
|
||||
ko: "들러붙기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It shoots cotton from its body to protect itself. If it gets caught up in hurricane-strength winds, it can get sent to the other side of the Earth.",
|
||||
fr: "Il sème du coton pour se protéger.\nIl lui arrive d'être emporté par une\ntempête à l'autre bout du monde.",
|
||||
es: "Lanza bolas de algodón para defenderse.\nA veces, la fuerza de un tifón llega a\narrastrarlo hasta el otro extremo del mundo.",
|
||||
it: "Si difende creando una nuvola di cotone. A volte viene\ntrasportato fino all'altro capo del mondo dai tifoni.",
|
||||
de: "Sie schützen sich, indem sie Watte verstreuen.\nManche werden vom Wind bis ans andere Ende\nder Welt getragen.",
|
||||
'pt-br': "Dispara algodão do seu corpo para se proteger.\nSe este Pokémon for carregado por um furacão,\npode ir parar do outro lado da Terra.",
|
||||
ko: "솜을 날려 몸을 지킨다.\n태풍의 바람에 휩쓸려\n지구 반대편까지 갈 때도 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Whimsicott"
|
||||
en: "Whimsicott",
|
||||
fr: "Farfaduvet",
|
||||
es: "Whimsicott",
|
||||
it: "Whimsicott",
|
||||
de: "Elfun",
|
||||
'pt-br': "Whimsicott",
|
||||
ko: "엘풍"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Rolling Tackle"
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-Boulé",
|
||||
es: "Placaje Giro",
|
||||
it: "Rollazione",
|
||||
de: "Rolltackle",
|
||||
'pt-br': "Golpe de Colisão Rolante",
|
||||
ko: "구르기 태클"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It scatters cotton all over the place as a prank. If it gets wet, it'll become too heavy to move and have no choice but to answer for its mischief.",
|
||||
fr: "Il joue de mauvais tours en répandant son coton.\nSi on le mouille, il s'alourdit et ne peut plus\nbouger, ce qui l'oblige à s'avouer vaincu.",
|
||||
es: "Este travieso Pokémon se divierte esparciendo\nbolas de algodón. Al mojarlo, su peso aumenta\ntanto que no logra moverse y se da por vencido.",
|
||||
it: "Si diverte a spargere cotone ovunque.\nSe gli si versa dell'acqua addosso, diventa\ntroppo pesante per muoversi e si arrende.",
|
||||
de: "Es verstreut Watte, um Leute zu ärgern. Es hört\ndamit auf, wenn es nass wird, weil es dann zu\nschwer ist und sich nicht mehr bewegen kann.",
|
||||
'pt-br': "Gosta de pregar peças, espalhando algodão por todo canto.\nSe este Pokémon se molhar, ficará pesado demais para se mover\ne será obrigado a lidar com as consequências das suas traquinagens.",
|
||||
ko: "솜을 흩뿌리며 장난을 친다.\n물을 끼얹으면 무거워져서\n움직일 수 없게 되어 포기한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Petilil"
|
||||
en: "Petilil",
|
||||
fr: "Chlorobule",
|
||||
es: "Petilil",
|
||||
it: "Petilil",
|
||||
de: "Lilminip",
|
||||
'pt-br': "Petilil",
|
||||
ko: "치릴리"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Blot"
|
||||
en: "Blot",
|
||||
fr: "Pâté",
|
||||
es: "Absorción",
|
||||
it: "Macchia",
|
||||
de: "Klecks",
|
||||
'pt-br': "Borrão",
|
||||
ko: "조금흡수"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon."
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 10 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 10회복."
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The leaves on its head grow right back even if they fall out. These bitter leaves refresh those who eat them.",
|
||||
fr: "Les feuilles sur sa tête repoussent très vite.\nElles sont fort amères, mais elles revigorent\nles corps les plus éreintés.",
|
||||
es: "Las hojas de su cabeza vuelven a crecer\nrápidamente aunque se caigan. A pesar\nde ser amargas, restablecen la vitalidad.",
|
||||
it: "Se le foglie sul suo capo cadono, ricrescono subito. Sono\nmolto amare, ma se masticate rimettono subito in forze.",
|
||||
de: "Die Blätter auf seinem Kopf schmecken äußerst\nbitter, wirken aber erfrischend. Fallen sie aus,\nwachsen sie sofort nach.",
|
||||
'pt-br': "As folhas em sua cabeça crescem imediatamente\nde volta mesmo quando caem. Essas folhas amargas\nrefrescam aqueles que as comem.",
|
||||
ko: "빠져도 바로 자라나는\n머리의 잎사귀는 아주 쓰지만\n갉아 먹으면 바로 기운이 난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,13 +1,16 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lilligant"
|
||||
en: "Lilligant",
|
||||
fr: "Fragilady",
|
||||
es: "Lilligant",
|
||||
it: "Lilligant",
|
||||
de: "Dressella",
|
||||
ko: "드레디어",
|
||||
'pt-br': "Lilligant"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
@ -16,34 +19,42 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Petilil"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Grass"],
|
||||
|
||||
name: {
|
||||
en: "Leaf Supply"
|
||||
en: "Leaf Supply",
|
||||
fr: "Provision de Feuillage",
|
||||
es: "Aprovisionamiento Hoja",
|
||||
it: "Fogliascorta",
|
||||
de: "Blättervorrat",
|
||||
ko: "리프서플라이",
|
||||
'pt-br': "Estoque de Folha"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Take a G Energy from your Energy Zone and attach it to 1 of your Benched G Pokémon."
|
||||
en: "Take a {G} Energy from your Energy Zone and attach it to 1 of your Benched {G} Pokémon.",
|
||||
fr: "Prenez une Énergie {G} de votre zone Énergie et attachez-la à l'un de vos Pokémon {G} de Banc.",
|
||||
es: "Une 1 Energía {G} de tu área de Energía a 1 de tus Pokémon {G} en Banca.",
|
||||
it: "Prendi un'Energia {G} dalla tua Zona Energia e assegnala a uno dei tuoi Pokémon {G} in panchina.",
|
||||
de: "Lege 1 {G}-Energie aus deinem Energiebereich an 1 {G}-Pokémon auf deiner Bank an.",
|
||||
ko: "자신의 에너지존에서 {G}에너지를 1개 내보내 벤치의 {G} 포켓몬에게 붙인다.",
|
||||
'pt-br': "Pegue 1 Energia {G} da sua Zona de Energia e a 1 dos seus Pokémon {G} no Banco."
|
||||
},
|
||||
|
||||
damage: "50"
|
||||
}],
|
||||
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
rarity: "Two Diamond",
|
||||
|
||||
description: {
|
||||
en: "The fragrance of the garland on its head has a relaxing effect, but taking care of it is very difficult.",
|
||||
fr: "La fleur sur sa tête émet un parfum\nqui apaise instantanément, mais\nelle est très difficile à entretenir.",
|
||||
es: "El aroma que despide la flor de su tocado\ntiene efectos tranquilizantes, pero este\nPokémon requiere muchos cuidados.",
|
||||
it: "Il fiore che ha sulla testa emette un profumo davvero\nrilassante, ma è molto difficile prendersene cura.",
|
||||
de: "Der Blumenschmuck auf seinem Kopf\nsondert einen beruhigenden Duft ab,\nist jedoch nicht gerade pflegeleicht.",
|
||||
'pt-br': "A fragrância da guirlanda em sua cabeça possui um\nefeito relaxante. Ela murcha quando não é bem\ncuidada por um Treinador.",
|
||||
ko: "머리의 꽃 장식에서 나는\n향기를 맡으면 편안해지나\n손질이 아주 까다롭다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Skiddo"
|
||||
en: "Skiddo",
|
||||
fr: "Cabriolaine",
|
||||
es: "Skiddo",
|
||||
it: "Skiddo",
|
||||
de: "Mähikel",
|
||||
'pt-br': "Skiddo",
|
||||
ko: "메이클"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Surprise Attack"
|
||||
en: "Surprise Attack",
|
||||
fr: "Attaque Surprise",
|
||||
es: "Ataque Sorpresa",
|
||||
it: "Attacco a Sorpresa",
|
||||
de: "Überraschungsangriff",
|
||||
'pt-br': "Ataque Surpresa",
|
||||
ko: "허찌르기"
|
||||
},
|
||||
|
||||
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번 던져서 뒷면이 나오면 이 기술은 실패한다."
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Until recently, people living in the mountains would ride on the backs of these Pokémon to traverse the mountain paths.",
|
||||
fr: "Il y a encore peu, les personnes vivant dans\nles zones montagneuses se déplaçaient à dos\nde Cabriolaine.",
|
||||
es: "Hasta hace bien poco, los habitantes\nde las montañas se desplazaban por sus\nsenderos a lomos de este Pokémon.",
|
||||
it: "Fino a poco tempo fa, la gente di montagna era solita\npercorrere i sentieri montani in groppa a degli Skiddo.",
|
||||
de: "Bis vor Kurzem ritten die in den Bergen lebenden\nMenschen auf dem Rücken dieses Pokémon, um\nsich auf den Bergpfaden fortzubewegen.",
|
||||
'pt-br': "Até pouco tempo, as pessoas vivendo em montanhas\nmontavam nas costas deste Pokémon para atravessá-las.",
|
||||
ko: "최근까지도 산악 지대에 사는 사람들은\n메이클의 등에 올라타서\n산길을 이동했다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gogoat"
|
||||
en: "Gogoat",
|
||||
fr: "Chevroum",
|
||||
es: "Gogoat",
|
||||
it: "Gogoat",
|
||||
de: "Chevrumm",
|
||||
'pt-br': "Gogoat",
|
||||
ko: "고고트"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf"
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'Herbe",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
de: "Rasierblatt",
|
||||
'pt-br': "Folha Navalha",
|
||||
ko: "잎날가르기"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It can sense the feelings of others by touching them with its horns. This species has assisted people with their work since 5,000 years ago.",
|
||||
fr: "Il peut ressentir les émotions de ses adversaires\nen les touchant avec ses cornes. Il aide les êtres\nhumains dans leurs travaux depuis 5 000 ans.",
|
||||
es: "Puede percibir cómo se siente alguien tocándolo\ncon los cuernos. Lleva ayudando a los humanos\nen sus labores desde hace 5000 años.",
|
||||
it: "Riesce a percepire lo stato d'animo di\nchiunque tocchi con le corna. Aiuta gli esseri\numani nelle loro attività da 5.000 anni.",
|
||||
de: "Berührt es sein Gegenüber mit den Hörnern, kann\nes dessen Gefühle erspüren. Seit 5000 Jahren\ngeht es den Menschen bei der Arbeit zur Hand.",
|
||||
'pt-br': "É capaz de saber o que os outros estão sentindo só\nde tocá-los com seus chifres. Esta espécie tem ajudado\nas pessoas com suas tarefas há mais de 5.000 anos.",
|
||||
ko: "뿔에 닿으면 상대의 기분을 느낄 수 있다.\n5천 년 전부터 인간의 일을 도왔다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,44 +1,57 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Charmander"
|
||||
en: "Charmander",
|
||||
fr: "Salamèche",
|
||||
es: "Charmander",
|
||||
it: "Charmander",
|
||||
de: "Glumanda",
|
||||
ko: "파이리",
|
||||
'pt-br': "Charmander"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fire"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Ember"
|
||||
en: "Ember",
|
||||
fr: "Flammèche",
|
||||
es: "Ascuas",
|
||||
it: "Braciere",
|
||||
de: "Glut",
|
||||
ko: "불꽃세례",
|
||||
'pt-br': "Brasa"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a R Energy from this Pokémon."
|
||||
en: "Discard a {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie {R} de ce Pokémon.",
|
||||
es: "Descarta 1 Energía {R} de este Pokémon.",
|
||||
it: "Rimuovi un'Energia {R} da questo Pokémon.",
|
||||
de: "Lege 1 {R}-Energie von diesem Pokémon ab.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 1개 트래쉬한다.",
|
||||
'pt-br': "Descarte 1 Energia {R} deste Pokémon."
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
rarity: "One Diamond",
|
||||
|
||||
description: {
|
||||
en: "It has a preference for hot things. When it rains, steam is said to spout from the tip of its tail.",
|
||||
fr: "Il préfère ce qui est chaud. En cas de pluie,\nde la vapeur se forme autour de sa queue.",
|
||||
es: "Prefiere las cosas calientes. Dicen que cuando\nllueve le sale vapor de la punta de la cola.",
|
||||
it: "Ama le cose calde. Si dice che quando piove\ngli esca vapore dalla punta della coda.",
|
||||
de: "Dieses Pokémon bevorzugt heiße Dinge.\nBei Regen soll seine Schwanzspitze dampfen.",
|
||||
'pt-br': "Prefere coisas quentes. Quando chove, dizem\nque solta vapor pela ponta de sua cauda.",
|
||||
ko: "뜨거운 것을 좋아하는 성격이다.\n비에 젖으면 꼬리 끝에서\n연기가 난다고 한다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Charmeleon"
|
||||
en: "Charmeleon",
|
||||
fr: "Reptincel",
|
||||
es: "Charmeleon",
|
||||
it: "Charmeleon",
|
||||
de: "Glutexo",
|
||||
'pt-br': "Charmeleon",
|
||||
ko: "리자드"
|
||||
},
|
||||
|
||||
illustrator: "kantaro",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Fire Claws"
|
||||
en: "Fire Claws",
|
||||
fr: "Griffes Enflammées",
|
||||
es: "Garras de Fuego",
|
||||
it: "Artigli Infuocati",
|
||||
de: "Feuerkrallen",
|
||||
'pt-br': "Garras de Fogo",
|
||||
ko: "불꽃의발톱"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.",
|
||||
fr: "Son souffle brûlant peut faire fondre la roche.\nIl est parfois la cause d'incendies de forêt.",
|
||||
es: "Escupe un fuego tan caliente que funde las\nrocas. Causa incendios forestales sin querer.",
|
||||
it: "Sputa fiamme incandescenti in grado di fondere\nle rocce. A volte causa incendi boschivi.",
|
||||
de: "Dieses Pokémon kann mit seinem\nFeueratem Felsen schmelzen.\nEs verursacht ab und zu Waldbrände.",
|
||||
'pt-br': "Cospe chamas quentes o bastante para\nderreter rochedos. Estas chamas podem\ncausar incêndios florestais.",
|
||||
ko: "암석도 태워버릴 정도로\n작열하는 화염을 뿜어\n산불을 일으킬 때가 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Charizard"
|
||||
en: "Charizard",
|
||||
fr: "Dracaufeu",
|
||||
es: "Charizard",
|
||||
it: "Charizard",
|
||||
de: "Glurak",
|
||||
'pt-br': "Charizard",
|
||||
ko: "리자몽"
|
||||
},
|
||||
|
||||
illustrator: "takuyoa",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Fire Spin"
|
||||
en: "Fire Spin",
|
||||
fr: "Danse Flammes",
|
||||
es: "Giro Fuego",
|
||||
it: "Turbofuoco",
|
||||
de: "Feuerwirbel",
|
||||
'pt-br': "Chama Furacão",
|
||||
ko: "회오리불꽃"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 R Energy from this Pokémon."
|
||||
en: "Discard 2 {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies {R} de ce Pokémon.",
|
||||
es: "Descarta 2 Energías {R} de este Pokémon.",
|
||||
it: "Rimuovi 2 Energie {R} da questo Pokémon.",
|
||||
de: "Lege 2 {R}-Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 2 Energias {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 2개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "150"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It has a barbaric nature. In battle, it whips its fiery tail around and slashes away with sharp claws.",
|
||||
fr: "Il est très brutal. En combat, il se sert de ses griffes acérées\net de sa queue enflammée pour mettre en pièces ses adversaires.",
|
||||
es: "Este Pokémon de naturaleza agresiva\nataca en combate con su cola llameante\ny hace trizas al rival con sus afiladas garras.",
|
||||
it: "Ha un'indole feroce. Usa la coda fiammeggiante come\nuna frusta e lacera l'avversario con gli artigli affilati.",
|
||||
de: "Es ist brutal veranlagt. Im Kampf schlägt es mit\nseinem brennenden Schweif um sich und schlitzt\nGegner mit seinen scharfen Klauen auf.",
|
||||
'pt-br': "Possui uma natureza bárbara. Em batalha, chicoteia\ncom sua cauda de fogo e corta com suas garras afiadas.",
|
||||
ko: "불타는 꼬리를 휘두르며\n날카로운 발톱으로 상대를\n베어 가르는 몹시 거친 성격이다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Charizard ex"
|
||||
en: "Charizard ex",
|
||||
fr: "Dracaufeu-ex",
|
||||
es: "Charizard ex",
|
||||
it: "Charizard-ex",
|
||||
de: "Glurak-ex",
|
||||
'pt-br': "Charizard ex",
|
||||
ko: "리자몽 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -23,7 +29,13 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Slash"
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
de: "Schlitzer",
|
||||
'pt-br': "Talho",
|
||||
ko: "베어가르기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -31,11 +43,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Crimson Storm"
|
||||
en: "Crimson Storm",
|
||||
fr: "Tempête Écarlate",
|
||||
es: "Tormenta Carmesí",
|
||||
it: "Tempestarossa",
|
||||
de: "Feuerroter Sturm",
|
||||
'pt-br': "Tempestade Carmim",
|
||||
ko: "홍련의바람"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 R Energy from this Pokémon."
|
||||
en: "Discard 2 {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies {R} de ce Pokémon.",
|
||||
es: "Descarta 2 Energías {R} de este Pokémon.",
|
||||
it: "Rimuovi 2 Energie {R} da questo Pokémon.",
|
||||
de: "Lege 2 {R}-Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 2 Energias {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 2개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "200"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Vulpix"
|
||||
en: "Vulpix",
|
||||
fr: "Goupix",
|
||||
es: "Vulpix",
|
||||
it: "Vulpix",
|
||||
de: "Vulpix",
|
||||
'pt-br': "Vulpix",
|
||||
ko: "식스테일"
|
||||
},
|
||||
|
||||
illustrator: "Toshinao Aoki",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Tail Whip"
|
||||
en: "Tail Whip",
|
||||
fr: "Mimi-Queue",
|
||||
es: "Látigo",
|
||||
it: "Colpocoda",
|
||||
de: "Rutenschlag",
|
||||
'pt-br': "Cauda Chicote",
|
||||
ko: "꼬리흔들기"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon can't attack during your opponent's next turn."
|
||||
en: "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur ne peut pas attaquer pendant le prochain tour de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Defensor no puede atacar durante el próximo turno de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, durante il prossimo\nturno del tuo avversario, il Pokémon difensore non può\nattaccare.",
|
||||
de: "Wirf 1 Münze. Bei Kopf kann das Verteidigende Pokémon während des nächsten Zuges deines Gegners nicht angreifen.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, o Pokémon Defensor não poderá atacar durante o próximo turno do seu oponente.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 상대의 다음 차례에 이 기술을 받은 포켓몬은 기술을 사용할 수 없다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -36,6 +54,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.",
|
||||
fr: "Quand il est jeune, ce Pokémon a six queues magnifiques.\nDe nouvelles queues apparaissent tout au long de sa croissance.",
|
||||
es: "De pequeño, tiene seis colas de gran belleza.\nA medida que crece, le van saliendo más.",
|
||||
it: "Quando è giovane ha sei meravigliose code,\nche si moltiplicano durante la sua crescita.",
|
||||
de: "In seiner Jugend hat es sechs hinreißende\nSchweife. Während es wächst, kommen noch\nweitere neue Schweife hinzu.",
|
||||
'pt-br': "Quando é jovem, tem seis belas caudas.\nQuando cresce, várias novas caudas brotam.",
|
||||
ko: "어리지만 6개의 꼬리가\n아름답다. 성장하면\n한층 꼬리 수가 늘어난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Ninetales"
|
||||
en: "Ninetales",
|
||||
fr: "Feunard",
|
||||
es: "Ninetales",
|
||||
it: "Ninetales",
|
||||
de: "Vulnona",
|
||||
'pt-br': "Ninetales",
|
||||
ko: "나인테일"
|
||||
},
|
||||
|
||||
illustrator: "You Iribi",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
name: {
|
||||
en: "Flamethrower"
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-Flammes",
|
||||
es: "Lanzallamas",
|
||||
it: "Lanciafiamme",
|
||||
de: "Flammenwurf",
|
||||
'pt-br': "Lança-chamas",
|
||||
ko: "화염방사"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 1 R Energy from this Pokémon."
|
||||
en: "Discard 1 {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie {R} de ce Pokémon.",
|
||||
es: "Descarta 1 Energía {R} de este Pokémon.",
|
||||
it: "Rimuovi un'Energia {R} da questo Pokémon.",
|
||||
de: "Lege 1 {R}-Energie von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 1 Energia {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 1개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "90"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers.",
|
||||
fr: "On dit qu'il vit 1 000 ans et que chacune\nde ses queues a un pouvoir magique.",
|
||||
es: "Cuentan que llega a vivir hasta mil\naños y que cada una de las colas\nposee poderes sobrenaturales.",
|
||||
it: "Dicono che viva un millennio. Ognuna delle\nsue code è dotata di un potere magico.",
|
||||
de: "Man sagt, es lebe 1000 Jahre und jedem seiner\nSchweife wohnen übernatürliche Kräfte inne.",
|
||||
'pt-br': "Dizem que vive 1.000 anos e que cada uma das\nsuas caudas é cheia de poderes sobrenaturais.",
|
||||
ko: "꼬리 하나하나에\n신통력이 담겨 있다.\n1000년을 산다고 한다."
|
||||
},
|
||||
|
||||
}
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Growlithe"
|
||||
en: "Growlithe",
|
||||
fr: "Caninos",
|
||||
es: "Growlithe",
|
||||
it: "Growlithe",
|
||||
de: "Fukano",
|
||||
'pt-br': "Growlithe",
|
||||
ko: "가디"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bite"
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
de: "Biss",
|
||||
'pt-br': "Mordida",
|
||||
ko: "물기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.",
|
||||
fr: "Courageux et fidèle, il se dresse vaillamment devant\nses ennemis même s'ils sont plus puissants que lui.",
|
||||
es: "De naturaleza valiente y honrada, se enfrenta\nsin miedo a enemigos más grandes y fuertes.",
|
||||
it: "Coraggioso e affidabile, si oppone senza\npaura anche a nemici più grandi e forti di lui.",
|
||||
de: "Es ist von Natur aus tapfer und vertrauenswürdig\nund scheut auch vor Gegnern nicht zurück,\ndie größer und stärker sind als es selbst.",
|
||||
'pt-br': "Tem uma natureza corajosa e leal e enfrenta\nsem medo adversários maiores e mais fortes.",
|
||||
ko: "자신보다 강하고\n큰 상대라도 겁 없이 맞서는\n용감하고 믿음직스런 성격이다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arcanine"
|
||||
en: "Arcanine",
|
||||
fr: "Arcanin",
|
||||
es: "Arcanine",
|
||||
it: "Arcanine",
|
||||
de: "Arkani",
|
||||
'pt-br': "Arcanine",
|
||||
ko: "윈디"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Heat Tackle"
|
||||
en: "Heat Tackle",
|
||||
fr: "Charge Énergétique",
|
||||
es: "Placaje Ardiente",
|
||||
it: "Calorazione",
|
||||
de: "Hitze-Tackle",
|
||||
'pt-br': "Golpe de Colisão Aquecido",
|
||||
ko: "히트태클"
|
||||
},
|
||||
|
||||
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데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "100"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "An ancient picture scroll shows that people were captivated by its movement as it ran through prairies.",
|
||||
fr: "Une vieille estampe montre que les êtres\nhumains étaient fascinés par ses mouvements\nlorsqu'il courait dans les champs.",
|
||||
es: "Cuenta un antiguo pergamino que la gente se\nquedaba fascinada al verlo correr por las praderas.",
|
||||
it: "Dal disegno su un'antica pergamena si vede come\nle sue corse sui prati incantassero le persone.",
|
||||
de: "Eine alte Bildrolle zeigt, dass die Menschen\nvon dem Anblick über Wiesen rennender\nArkani verzaubert waren.",
|
||||
'pt-br': "Um antigo pergaminho mostra que pessoas eram\ncativadas por seu movimento enquanto este\nPokémon corria pelas pradarias.",
|
||||
ko: "초원을 내달리는 모습은\n사람들의 마음을 사로잡았다고\n옛날 그림에 묘사되어 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Arcanine ex"
|
||||
en: "Arcanine ex",
|
||||
fr: "Arcanin-ex",
|
||||
es: "Arcanine ex",
|
||||
it: "Arcanine-ex",
|
||||
de: "Arkani-ex",
|
||||
'pt-br': "Arcanine ex",
|
||||
ko: "윈디 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
@ -23,11 +29,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Inferno Onrush"
|
||||
en: "Inferno Onrush",
|
||||
fr: "Torrent d'Enfer",
|
||||
es: "Infierno Desatado",
|
||||
it: "Assalto Infernale",
|
||||
de: "Inferno-Ansturm",
|
||||
'pt-br': "Investida Infernal",
|
||||
ko: "맹화의돌진"
|
||||
},
|
||||
|
||||
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데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "120"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Ponyta"
|
||||
en: "Ponyta",
|
||||
fr: "Ponyta",
|
||||
es: "Ponyta",
|
||||
it: "Ponyta",
|
||||
de: "Ponita",
|
||||
'pt-br': "Ponyta",
|
||||
ko: "포니타"
|
||||
},
|
||||
|
||||
illustrator: "Uta",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Flare"
|
||||
en: "Flare",
|
||||
fr: "Flamboiement",
|
||||
es: "Llama",
|
||||
it: "Fiammata",
|
||||
de: "Flackern",
|
||||
'pt-br': "Chama",
|
||||
ko: "불꽃"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It can't run properly when it's newly born. As it races around with others of its kind, its legs grow stronger.",
|
||||
fr: "À la naissance, il ne court pas très vite. C'est en faisant\nla course avec ses camarades qu'il se muscle les jambes.",
|
||||
es: "Al nacer es un poco lento, pero va\nfortaleciendo las patas paulatinamente\nal disputar carreras con sus congéneres.",
|
||||
it: "Appena nato non è un buon corridore, ma col tempo\nirrobustisce le sue zampe rincorrendo i suoi simili.",
|
||||
de: "Nach der Geburt fällt ihm das Laufen schwer.\nDie Wettrennen, die es sich mit seinen Freunden\nliefert, stärken jedoch seine Beinmuskulatur.",
|
||||
'pt-br': "Nasce sem saber correr muito bem, mas, à medida\nque corre com outros da sua espécie, suas pernas\nvão ficando mais fortes.",
|
||||
ko: "갓 태어났을 때는 달리는 것이 서툴다.\n동료와 달리기 경주를 하는 사이에\n하반신이 튼튼하게 성장한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rapidash"
|
||||
en: "Rapidash",
|
||||
fr: "Galopa",
|
||||
es: "Rapidash",
|
||||
it: "Rapidash",
|
||||
de: "Gallopa",
|
||||
'pt-br': "Rapidash",
|
||||
ko: "날쌩마"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Fire Mane"
|
||||
en: "Fire Mane",
|
||||
fr: "Crinière de Feu",
|
||||
es: "Crin de Fuego",
|
||||
it: "Criniera di Fuoco",
|
||||
de: "Flammenmähne",
|
||||
'pt-br': "Crina de Fogo",
|
||||
ko: "불꽃의갈기"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "This Pokémon can be seen galloping through fields at speeds of up to 150 mph, its fiery mane fluttering in the wind.",
|
||||
fr: "Ce Pokémon traverse les plaines à plus de 240 km/h,\nsa crinière flamboyante flottant au vent.",
|
||||
es: "Su ardiente crin ondea al viento mientras atraviesa\nextensas praderas a una velocidad de 240 km/h.",
|
||||
it: "Sfreccia nelle praterie a una velocità di 240 km/h,\nfacendo sventolare la sua criniera ardente.",
|
||||
de: "Die lodernde Mähne dieses Pokémon flattert im\nWind, wenn es mit einer Geschwindigkeit von\n240 km/h über Felder und Wiesen galoppiert.",
|
||||
'pt-br': "Este Pokémon pode ser encontrado galopando\nnas pradarias, com sua crina de fogo ao vento,\na velocidades de até 240 km/h.",
|
||||
ko: "불타는 갈기를 휘날리며\n시속 240km의 속도로\n넓은 초원을 달려나간다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magmar"
|
||||
en: "Magmar",
|
||||
fr: "Magmar",
|
||||
es: "Magmar",
|
||||
it: "Magmar",
|
||||
de: "Magmar",
|
||||
'pt-br': "Magmar",
|
||||
ko: "마그마"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
name: {
|
||||
en: "Magma Punch"
|
||||
en: "Magma Punch",
|
||||
fr: "Poing Magma",
|
||||
es: "Puño de Magma",
|
||||
it: "Magma-Pugno",
|
||||
de: "Magmahieb",
|
||||
'pt-br': "Soco de Magma",
|
||||
ko: "마그마펀치"
|
||||
},
|
||||
|
||||
damage: "50"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Magmar dispatches its prey with fire. But it regrets this habit once it realizes that it has burned its intended prey to a charred crisp.",
|
||||
fr: "Il achève ses proies avec ses flammes, mais\nil lui arrive de les calciner accidentellement,\nà son plus grand regret.",
|
||||
es: "Abate a sus presas con las llamas\nque genera y con frecuencia acaba\nreduciéndolas a carbonilla por accidente.",
|
||||
it: "Abbatte le sue prede con le fiamme, ma\nfinisce per carbonizzarle accidentalmente,\ncon suo grande rammarico.",
|
||||
de: "Magmar erlegt seine Beute mit Feuer. Manchmal\nröstet es diese zu seinem Bedauern so stark,\ndass sie versehentlich verkohlt.",
|
||||
'pt-br': "Magmar incendeia suas presas, mas sempre se\narrepende ao perceber que as reduziu a cinzas.",
|
||||
ko: "불꽃으로 먹이를 꼼짝 못 하게 한다.\n무의식중에 너무 오래 익혀서\n까맣게 태우고는 후회한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Flareon"
|
||||
en: "Flareon",
|
||||
fr: "Pyroli",
|
||||
es: "Flareon",
|
||||
it: "Flareon",
|
||||
de: "Flamara",
|
||||
'pt-br': "Flareon",
|
||||
ko: "부스터"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flamethrower"
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-Flammes",
|
||||
es: "Lanzallamas",
|
||||
it: "Lanciafiamme",
|
||||
de: "Flammenwurf",
|
||||
'pt-br': "Lança-chamas",
|
||||
ko: "화염방사"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 1 R Energy from this Pokémon."
|
||||
en: "Discard 1 {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie {R} de ce Pokémon.",
|
||||
es: "Descarta 1 Energía {R} de este Pokémon.",
|
||||
it: "Rimuovi un'Energia {R} da questo Pokémon.",
|
||||
de: "Lege 1 {R}-Energie von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 1 Energia {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 1개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "110"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Inhaled air is carried to its flame sac, heated, and exhaled as fire that reaches over 3,000 degrees Fahrenheit.",
|
||||
fr: "Sa glande enflammée chauffe l'air qu'il inspire.\nIl l'exhale ensuite sous forme de flamme\natteignant les 1 700 °C.",
|
||||
es: "Calienta el aire que inhala en su saca\nde fuego y lo expulsa a 1700 °C.",
|
||||
it: "L'aria che inspira si infiamma passando per la\nsacca ardente che ha nel corpo, per poi essere\nespirata alla temperatura di 1.700 ºC.",
|
||||
de: "Es speichert Atemluft in einem Flammensack.\nDort erhitzt es sie auf 1700 °C, um sie als\nFlammen auszuspucken.",
|
||||
'pt-br': "O ar inalado é transportado para sua bolsa\nde chamas, aquecido e exalado quando\no fogo atinge mais de 1600 ºC.",
|
||||
ko: "들이마신 공기를 체내의\n불꽃 주머니에 보내\n1700도의 불꽃으로 내뿜는다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Moltres"
|
||||
en: "Moltres",
|
||||
fr: "Sulfura",
|
||||
es: "Moltres",
|
||||
it: "Moltres",
|
||||
de: "Lavados",
|
||||
'pt-br': "Moltres",
|
||||
ko: "파이어"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Sky Attack"
|
||||
en: "Sky Attack",
|
||||
fr: "Piqué",
|
||||
es: "Ataque Aéreo",
|
||||
it: "Aeroattacco",
|
||||
de: "Himmelsfeger",
|
||||
'pt-br': "Ataque do Céu",
|
||||
ko: "불새"
|
||||
},
|
||||
|
||||
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번 던져서 뒷면이 나오면 이 기술은 실패한다."
|
||||
},
|
||||
|
||||
damage: "130"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It's one of the legendary bird Pokémon. When Moltres flaps its flaming wings, they glimmer with a dazzling red glow.",
|
||||
fr: "Il s'agit d'un des Pokémon oiseaux légendaires.\nDes flammes rouges d'une grande beauté\nétincellent lorsqu'il bat des ailes.",
|
||||
es: "Una de las aves legendarias. Al batir las alas, las llamas\nque las envuelven emiten un hermoso fulgor rojo.",
|
||||
it: "Uno dei leggendari Pokémon alati. Quando\nsbatte le ali, le fiamme che le circondano\nbrillano di uno splendido rosso acceso.",
|
||||
de: "Schlägt dieses Legendäre Vogel-Pokémon mit\nden Flügeln, so leuchten die Flammen an seinen\nSchwingen in einem bezaubernden Rot.",
|
||||
'pt-br': "É um dos lendários Pokémon pássaro.\nQuando Moltres bate suas asas em chamas,\nsolta faíscas vermelhas brilhantes.",
|
||||
ko: "날갯짓을 하면 날개의 불꽃이\n빨갛고 아름답게 빛나는\n전설의 새포켓몬 중 1마리다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Moltres ex"
|
||||
en: "Moltres ex",
|
||||
fr: "Sulfura-ex",
|
||||
es: "Moltres ex",
|
||||
it: "Moltres-ex",
|
||||
de: "Lavados-ex",
|
||||
'pt-br': "Moltres ex",
|
||||
ko: "파이어 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -19,17 +25,35 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Inferno Dance"
|
||||
en: "Inferno Dance",
|
||||
fr: "Danse Infernale",
|
||||
es: "Danza Infernal",
|
||||
it: "Danza Fiammeggiante",
|
||||
de: "Infernotanz",
|
||||
'pt-br': "Dança Infernal",
|
||||
ko: "열화의춤"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. Take an amount of R Energy from your Energy Zone equal to the number of heads and attach it to your Benched R Pokémon in any way you like."
|
||||
en: "Flip 3 coins. Take an amount of {R} Energy from your Energy Zone equal to the number of heads and attach it to your Benched {R} Pokémon in any way you like.",
|
||||
fr: "Lancez 3 pièces. Prenez le même nombre d'Énergie {R} de votre zone Énergie que le nombre de côté face obtenu et attachez-les à vos Pokémon {R} de Banc comme il vous plaît.",
|
||||
es: "Lanza 3 monedas. Une a tus Pokémon {R} en Banca, de la manera que desees, tantas Energías {R} de tu área de Energía como caras hayan salido.",
|
||||
it: "Lancia 3 volte una moneta. Prendi un numero di Energie {R} dalla tua Zona Energia uguale al numero di volte in cui è uscito testa e assegnale ai tuoi Pokémon {R} in panchina nel modo che preferisci.",
|
||||
de: "Wirf 3 Münzen. Lege pro Kopf 1 {R}-Energie aus deinem Energiebereich beliebig an die {R}-Pokémon auf deiner Bank an.",
|
||||
'pt-br': "Jogue 3 moedas. Pegue uma quantidade de Energia {R} da sua Zona de Energia equivalente ao número de caras e ligue aos seus Pokémon {R} no Banco como desejar.",
|
||||
ko: "동전을 3번 던져서 앞면이 나온 수만큼의 {R}에너지를 자신의 에너지존에서 내보내 벤치의 {R}포켓몬에게 원하는 대로 붙인다."
|
||||
}
|
||||
}, {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Heat Blast"
|
||||
en: "Heat Blast",
|
||||
fr: "Explosion de Chaleur",
|
||||
es: "Explosión de Calor",
|
||||
it: "Caldobomba",
|
||||
de: "Hitzestoß",
|
||||
'pt-br': "Raio de Calor",
|
||||
ko: "히트블라스트"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Heatmor"
|
||||
en: "Heatmor",
|
||||
fr: "Aflamanoir",
|
||||
es: "Heatmor",
|
||||
it: "Heatmor",
|
||||
de: "Furnifraß",
|
||||
'pt-br': "Heatmor",
|
||||
ko: "앤티골"
|
||||
},
|
||||
|
||||
illustrator: "Suwama Chiaki",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Combustion"
|
||||
en: "Combustion",
|
||||
fr: "Fournaise",
|
||||
es: "Combustión",
|
||||
it: "Fuoco Continuo",
|
||||
de: "Glühen",
|
||||
'pt-br': "Combustão",
|
||||
ko: "화염"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "There's a hole in its tail that allows it to draw in the air it needs to keep its fire burning. If the hole gets blocked, this Pokémon will fall ill.",
|
||||
fr: "Il aspire de l'air par le bout de sa queue\net produit ainsi sa fameuse langue de feu.\nSi on lui bouche la queue, il se sent mal.",
|
||||
es: "Absorbe aire por el orificio de la cola\npara prender las llamas que expulsa.\nSi la abertura se obstruye, enferma.",
|
||||
it: "Aspira aria dal foro nella coda per produrre delle\nfiamme. Se il foro viene tappato, inizia a sentirsi male.",
|
||||
de: "Es saugt über das Loch in seinem Schweif Luft für\nseine Flammen ein. Eine Verstopfung des Lochs\nschlägt Furnifraß sofort auf die Gesundheit.",
|
||||
'pt-br': "O buraco em sua cauda permite que absorva\no ar necessário para manter seu fogo aceso.\nSe o buraco for tampado, este Pokémon ficará doente.",
|
||||
ko: "꼬리의 구멍을 통해 공기를\n빨아들여 불꽃을 태운다.\n구멍이 막히면 상태가 나빠진다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Salandit"
|
||||
en: "Salandit",
|
||||
fr: "Tritox",
|
||||
es: "Salandit",
|
||||
it: "Salandit",
|
||||
de: "Molunk",
|
||||
'pt-br': "Salandit",
|
||||
ko: "야도뇽"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Scratch"
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
de: "Kratzer",
|
||||
'pt-br': "Arranhão",
|
||||
ko: "할퀴기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It taunts its prey and lures them into narrow, rocky areas where it then sprays them with toxic gas to make them dizzy and take them down.",
|
||||
fr: "Il provoque ses proies afin de les attirer dans\nd'étroites zones rocheuses, puis il les étourdit\navec son gaz toxique avant de les achever.",
|
||||
es: "Provoca a sus presas para conducirlas a zonas\nrocosas y estrechas, donde las aturde con un\ngas venenoso antes de acabar con ellas.",
|
||||
it: "Provoca le sue prede e le attira in stretti luoghi rocciosi,\nper poi stordirle con il suo gas velenoso e abbatterle.",
|
||||
de: "Es provoziert seine Beute und lockt sie\nin enge Felsspalten, wo es sie dann mit\nGiftgas ins Taumeln bringt und erlegt.",
|
||||
'pt-br': "Provoca suas presas e as atrai para áreas estreitas\ne rochosas. Em seguida, espirra sobre elas um gás\ntóxico para deixá-las atordoadas e dar o bote.",
|
||||
ko: "먹잇감을 도발해서\n좁은 암석 지대로 유인한 뒤\n어지러워지는 독가스를 뿜어서 마무리한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Salazzle"
|
||||
en: "Salazzle",
|
||||
fr: "Malamandre",
|
||||
es: "Salazzle",
|
||||
it: "Salazzle",
|
||||
de: "Amfira",
|
||||
'pt-br': "Salazzle",
|
||||
ko: "염뉴트"
|
||||
},
|
||||
|
||||
illustrator: "hatachu",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Fire Claws"
|
||||
en: "Fire Claws",
|
||||
fr: "Griffes Enflammées",
|
||||
es: "Garras de Fuego",
|
||||
it: "Artigli Infuocati",
|
||||
de: "Feuerkrallen",
|
||||
'pt-br': "Garras de Fogo",
|
||||
ko: "불꽃의발톱"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Salazzle makes its opponents light-headed with poisonous gas, then captivates them with alluring movements to turn them into loyal servants.",
|
||||
fr: "Il étourdit ses adversaires avec son gaz toxique,\npuis il les asservit en exécutant une danse envoûtante.",
|
||||
es: "Convierte a sus rivales en devotos súbditos\ntras marearlos con su gas venenoso y seducirlos\ncon los cautivadores movimientos de su cuerpo.",
|
||||
it: "Trasforma gli avversari in seguaci stordendoli con del\ngas tossico per poi sedurli con movenze ammalianti.",
|
||||
de: "Zuerst benebelt es Gegner mit Giftgas, um sie\ndanach mit fesselnden Körperbewegungen zu\nbetören und zu ergebenen Dienern zu machen.",
|
||||
'pt-br': "Salazzle deixa os oponentes zonzos com seu\ngás venenoso, depois os cativa com movimentos\nfascinantes para transformá-los em servos leais.",
|
||||
ko: "독가스에 어질어질해진 상대를\n요염한 몸놀림으로 유혹해서\n충실한 부하로 만들어 버린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Sizzlipede"
|
||||
en: "Sizzlipede",
|
||||
fr: "Grillepattes",
|
||||
es: "Sizzlipede",
|
||||
it: "Sizzlipede",
|
||||
de: "Thermopod",
|
||||
'pt-br': "Sizzlipede",
|
||||
ko: "태우지네"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Gnaw"
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
de: "Nagen",
|
||||
'pt-br': "Roída",
|
||||
ko: "갉기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It stores flammable gas in its body and uses it to generate heat. The yellow sections on its belly get particularly hot.",
|
||||
fr: "Il produit de la chaleur grâce au gaz inflammable\nqu'il emmagasine dans son corps. La partie jaune\nde son abdomen est particulièrement brûlante.",
|
||||
es: "Genera calor consumiendo el gas inflamable que\nalmacena en su cuerpo. Los círculos amarillos\ndel abdomen están particularmente calientes.",
|
||||
it: "Genera calore grazie ai gas combustibili\naccumulati nel suo corpo. Le parti gialle\ndel suo addome sono particolarmente calde.",
|
||||
de: "Mit dem entzündlichen Gas in seinem Körper\nerzeugt es Hitze. Die gelben Stellen an seinem\nBauch werden besonders heiß.",
|
||||
'pt-br': "Seu corpo armazena gás inflamável, que usa para\ngerar calor. As marcas amarelas na sua barriga\nficam especialmente quentes.",
|
||||
ko: "몸속에 모아둔 가연성 가스로\n열을 낸다. 특히 배 쪽의\n노란 부분이 뜨겁다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,13 +1,16 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Centiskorch"
|
||||
en: "Centiskorch",
|
||||
fr: "Scolocendre",
|
||||
es: "Centiskorch",
|
||||
it: "Centiskorch",
|
||||
de: "Infernopod",
|
||||
ko: "다태우지네",
|
||||
'pt-br': "Centiskorch"
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
@ -16,28 +19,38 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Sizzlipede"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Fire Blast"
|
||||
en: "Fire Blast",
|
||||
fr: "Déflagration",
|
||||
es: "Llamarada",
|
||||
it: "Fuocobomba",
|
||||
de: "Feuersturm",
|
||||
ko: "불대문자",
|
||||
'pt-br': "Rajada de Fogo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a R Energy from this Pokémon."
|
||||
en: "Discard a {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie {R} de ce Pokémon.",
|
||||
es: "Descarta 1 Energía {R} de este Pokémon.",
|
||||
it: "Rimuovi un'Energia {R} da questo Pokémon.",
|
||||
de: "Lege 1 {R}-Energie von diesem Pokémon ab.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 1개 트래쉬한다.",
|
||||
'pt-br': "Descarte 1 Energia {R} deste Pokémon."
|
||||
},
|
||||
|
||||
damage: "130"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
rarity: "Two Diamond",
|
||||
|
||||
description: {
|
||||
en: "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.",
|
||||
fr: "Quand il génère de la chaleur, sa température\nest d'environ 800 °C. Il se sert de son corps\ncomme d'un fouet pour sauter sur ses ennemis.",
|
||||
es: "Cuando genera calor, su temperatura corporal\nalcanza aproximadamente los 800 °C. Usa el\ncuerpo a modo de látigo para lanzarse al ataque.",
|
||||
it: "Quando genera calore, la temperatura del\nsuo corpo raggiunge gli 800 ºC. Si lancia\nall'attacco usando il corpo come una frusta.",
|
||||
de: "Wenn es Hitze erzeugt, beträgt seine Temperatur\netwa 800 °C. Es bewegt seinen Körper wie eine\nPeitsche, um dann den Gegner anzuspringen.",
|
||||
'pt-br': "Ao se aquecer, seu corpo atinge temperaturas de\ncerca de 800 ºC. Usa seu corpo como um chicote,\nlançando-se contra seus inimigos.",
|
||||
ko: "발열 시의 체온은 약 800도.\n몸을 채찍처럼 휘면서\n덤벼든다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Squirtle"
|
||||
en: "Squirtle",
|
||||
fr: "Carapuce",
|
||||
es: "Squirtle",
|
||||
it: "Squirtle",
|
||||
de: "Schiggy",
|
||||
'pt-br': "Squirtle",
|
||||
ko: "꼬부기"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
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"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "When it retracts its long neck into its shell, it squirts out water with vigorous force.",
|
||||
fr: "Quand il rentre son cou dans sa carapace,\nil peut projeter de l'eau à haute pression.",
|
||||
es: "Cuando retrae su largo cuello en el caparazón,\ndispara agua a una presión increíble.",
|
||||
it: "Quando ritrae il lungo collo dentro la\ncorazza sputa un vigoroso getto d'acqua.",
|
||||
de: "Zieht es seinen langen Hals in seinen Panzer\nzurück, verspritzt es Wasser mit unbändiger Kraft.",
|
||||
'pt-br': "Ao retrair o pescoço longo para dentro\ndo seu casco, lança um jato de água\nmuito poderoso.",
|
||||
ko: "기다란 목을 등껍질 속에\n감춘 다음 기세 좋게\n물대포를 발사한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Wartortle"
|
||||
en: "Wartortle",
|
||||
fr: "Carabaffe",
|
||||
es: "Wartortle",
|
||||
it: "Wartortle",
|
||||
de: "Schillok",
|
||||
'pt-br': "Wartortle",
|
||||
ko: "어니부기"
|
||||
},
|
||||
|
||||
illustrator: "Nelnal",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Wave Splash"
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse Vague",
|
||||
es: "Chapoteo Ondulante",
|
||||
it: "Schizzi d'Onda",
|
||||
de: "Wellenplatscher",
|
||||
'pt-br': "Onda Borrifante",
|
||||
ko: "스플래시"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It is recognized as a symbol of longevity. If its shell has algae on it, that Wartortle is very old.",
|
||||
fr: "Il est considéré comme un symbole de longévité.\nOn reconnaît les spécimens les plus âgés\nà la mousse qui pousse sur leur carapace.",
|
||||
es: "Se lo considera un símbolo de longevidad.\nLos ejemplares más ancianos tienen\nmusgo sobre el caparazón.",
|
||||
it: "È considerato un simbolo di longevità. Se c'è del\nmuschio sul suo guscio, significa che è molto anziano.",
|
||||
de: "Es gilt als Symbol für Langlebigkeit.\nSehr alte Exemplare erkennt man daran,\ndass ihr Panzer mit Algen übersät ist.",
|
||||
'pt-br': "É um símbolo estabelecido de longevidade.\nSe seu casco possui algas, Wartortle é muito velho.",
|
||||
ko: "장수의 상징으로 여겨진다.\n등껍질에 이끼가 붙어 있는 것은\n특히 장수한 어니부기다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,13 +1,16 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Blastoise"
|
||||
en: "Blastoise",
|
||||
fr: "Tortank",
|
||||
es: "Blastoise",
|
||||
it: "Blastoise",
|
||||
de: "Turtok",
|
||||
ko: "거북왕",
|
||||
'pt-br': "Blastoise"
|
||||
},
|
||||
|
||||
illustrator: "Nurikabe",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
@ -16,33 +19,42 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Wartortle"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Hydro Pump"
|
||||
en: "Hydro Pump",
|
||||
fr: "Hydrocanon",
|
||||
es: "Hidrobomba",
|
||||
it: "Idropompa",
|
||||
de: "Hydropumpe",
|
||||
ko: "하이드로펌프",
|
||||
'pt-br': "Jato d'Água"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 2 extra W Energy attached, this attack does 60 more damage."
|
||||
en: "If this Pokémon has at least 2 extra {W} Energy attached, this attack does 60 more damage.",
|
||||
fr: "Si ce Pokémon a au moins 2 Énergies {W} de plus, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene por lo menos 2 Energías {W} adicionales unidas a él, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha almeno 2 Energie {W} extra assegnate, questo attacco infligge 60 danni in più.",
|
||||
de: "Wenn an dieses Pokémon mindestens 2 extra {W}-Energien angelegt sind, fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
ko: "{W}에너지 2개가 추가로 붙어 있다면 60데미지를 추가한다.",
|
||||
'pt-br': "Se este Pokémon tiver pelo menos 2 Energia {W} extra ligada a ele, este ataque causará 60 pontos de dano a mais."
|
||||
},
|
||||
|
||||
damage: "80+"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
rarity: "Three Diamond",
|
||||
|
||||
description: {
|
||||
en: "It crushes its foe under its heavy body to cause fainting. In a pinch, it will withdraw inside its shell.",
|
||||
fr: "Il écrase ses adversaires de tout son poids\npour leur faire perdre connaissance.\nIl rentre dans sa carapace s'il se sent en danger.",
|
||||
es: "Para acabar con su enemigo, lo aplasta\ncon el peso de su cuerpo. En momentos\nde apuro, se esconde en el caparazón.",
|
||||
it: "Mette KO gli avversari schiacciandoli sotto il corpo\npossente. Se è in difficoltà, può ritrarsi nella corazza.",
|
||||
de: "Es begräbt seine Gegner mit seinem enormen\nKörpergewicht. Wenn es in einer aussichtslosen\nLage steckt, zieht es sich in seinen Panzer zurück.",
|
||||
'pt-br': "Esmaga seus inimigos com seu corpo pesado\naté que desmaiem. Quando está em apuros,\nse esconde dentro do seu casco.",
|
||||
ko: "무거운 몸으로 상대를\n덮쳐서 기절시킨다.\n위기에 처하면 등껍질에 숨는다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -1,13 +1,16 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Blastoise ex"
|
||||
en: "Blastoise ex",
|
||||
fr: "Tortank-ex",
|
||||
es: "Blastoise ex",
|
||||
it: "Blastoise-ex",
|
||||
de: "Turtok-ex",
|
||||
ko: "거북왕 ex",
|
||||
'pt-br': "Blastoise ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
@ -16,38 +19,46 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Wartortle"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Surf"
|
||||
en: "Surf",
|
||||
fr: "Surf",
|
||||
es: "Surf",
|
||||
it: "Surf",
|
||||
de: "Surfer",
|
||||
ko: "파도타기",
|
||||
'pt-br': "Surfar"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
}, {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Hydro Bazooka"
|
||||
en: "Hydro Bazooka",
|
||||
fr: "Aquazooka",
|
||||
es: "Hidrobazuca",
|
||||
it: "Idrobazooka",
|
||||
de: "Hydro-Bazooka",
|
||||
ko: "하이드로 바주카",
|
||||
'pt-br': "Bazuca d'Água"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 2 extra W Energy attached, this attack does 60 more damage."
|
||||
en: "If this Pokémon has at least 2 extra {W} Energy attached, this attack does 60 more damage.",
|
||||
fr: "Si ce Pokémon a au moins 2 Énergies {W} de plus, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene por lo menos 2 Energías {W} adicionales unidas a él, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha almeno 2 Energie {W} extra assegnate, questo attacco infligge 60 danni in più.",
|
||||
de: "Wenn an dieses Pokémon mindestens 2 extra {W}-Energien angelegt sind, fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
ko: "{W}에너지 2개가 추가로 붙어 있다면 60데미지를 추가한다.",
|
||||
'pt-br': "Se este Pokémon tiver pelo menos 2 Energia {W} extra ligada a ele, este ataque causará 60 pontos de dano a mais."
|
||||
},
|
||||
|
||||
damage: "100+"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
rarity: "Four Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Psyduck"
|
||||
en: "Psyduck",
|
||||
fr: "Psykokwak",
|
||||
es: "Psyduck",
|
||||
it: "Psyduck",
|
||||
de: "Enton",
|
||||
'pt-br': "Psyduck",
|
||||
ko: "고라파덕"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Headache"
|
||||
en: "Headache",
|
||||
fr: "Migraine",
|
||||
es: "Dolor de Cabeza",
|
||||
it: "Emicrania",
|
||||
de: "Kopfweh",
|
||||
'pt-br': "Dor de Cabeça",
|
||||
ko: "두통"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent can't use any Supporter cards from their hand during their next turn."
|
||||
en: "Your opponent can't use any Supporter cards from their hand during their next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de carte Supporter de sa main lors son prochain tour.",
|
||||
es: "Tu rival no puede jugar ninguna carta de Partidario de su mano durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare le carte Aiuto che ha in mano durante il suo prossimo turno.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Unterstützerkarten aus seiner Hand spielen.",
|
||||
'pt-br': "Seu oponente não poderá usar nenhuma carta de Apoiador durante o próximo turno dele.",
|
||||
ko: "상대의 다음 차례에 상대는 패에서 서포트를 꺼내서 사용할 수 없다."
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It is constantly wracked by a headache. When the headache turns intense, it begins using mysterious powers.",
|
||||
fr: "Ce Pokémon a tout le temps la migraine.\nQuand la douleur devient trop intense,\nil se met à utiliser des pouvoirs mystérieux.",
|
||||
es: "Padece continuamente dolores de\ncabeza. Cuando son muy fuertes,\nempieza a usar misteriosos poderes.",
|
||||
it: "È costantemente tormentato dal mal di testa.\nQuando il dolore si fa particolarmente\nintenso, inizia a usare strani poteri.",
|
||||
de: "Es wird permanent von Kopfschmerzen\ngeplagt. Wird der Schmerz stärker,\nsetzt es geheimnisvolle Kräfte ein.",
|
||||
'pt-br': "Sofre constantemente de dor de cabeça.\nQuando ela se intensifica, este Pokémon\ncomeça a usar poderes misteriosos.",
|
||||
ko: "항상 두통에 시달리고 있다.\n이 두통이 심해지면\n이상한 힘을 쓰기 시작한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Golduck"
|
||||
en: "Golduck",
|
||||
fr: "Akwakwak",
|
||||
es: "Golduck",
|
||||
it: "Golduck",
|
||||
de: "Entoron",
|
||||
'pt-br': "Golduck",
|
||||
ko: "골덕"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Aqua Edge"
|
||||
en: "Aqua Edge",
|
||||
fr: "Aqua-Dague",
|
||||
es: "Filo Agua",
|
||||
it: "Acquataglio",
|
||||
de: "Aquaschneide",
|
||||
'pt-br': "Aqua Gume",
|
||||
ko: "아쿠아에지"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "When it swims at full speed using its long, webbed limbs, its forehead somehow begins to glow.",
|
||||
fr: "Quand il nage à vitesse maximale grâce à\nses pattes palmées, son front se met à luire\npour une raison inconnue.",
|
||||
es: "Cuando nada a toda velocidad usando sus largas\nextremidades palmeadas, su frente comienza a brillar.",
|
||||
it: "Quando nuota a tutta velocità con i suoi\nlunghi arti palmati, la fronte gli si illumina.",
|
||||
de: "Wenn es mit den Schwimmflossen an seinen\nlangen Gliedmaßen schnell durchs Wasser\nschwimmt, beginnt seine Stirn zu glühen.",
|
||||
'pt-br': "Quando nada o mais rápido possível usando suas\nlongas membranas, a testa deste Pokémon\nde alguma forma começa a brilhar.",
|
||||
ko: "물갈퀴가 달린 긴 손발을 써서\n전력으로 헤엄치면\n왠지 이마에서 빛이 반짝인다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Poliwag"
|
||||
en: "Poliwag",
|
||||
fr: "Ptitard",
|
||||
es: "Poliwag",
|
||||
it: "Poliwag",
|
||||
de: "Quapsel",
|
||||
'pt-br': "Poliwag",
|
||||
ko: "발챙이"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Fin"
|
||||
en: "Razor Fin",
|
||||
fr: "Aileron-Rasoir",
|
||||
es: "Aleta Afilada",
|
||||
it: "Pinnalama",
|
||||
de: "Rasierflosse",
|
||||
'pt-br': "Barbatana Cortante",
|
||||
ko: "지느러미 커터"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "For Poliwag, swimming is easier than walking. The swirl pattern on its belly is actually part of the Pokémon's innards showing through the skin.",
|
||||
fr: "Il est plus à l'aise dans l'eau que sur la terre ferme.\nLe motif de spirale sur son ventre est en fait une\npartie de ses organes visibles à travers la peau.",
|
||||
es: "Es más ágil en el agua que en la tierra.\nLa espiral de su vientre no es más que parte\nde sus vísceras que se ven a través de la piel.",
|
||||
it: "È più portato per il nuoto che per la corsa.\nIl motivo spiraliforme sul ventre è parte dei\nsuoi organi interni visibili in trasparenza.",
|
||||
de: "Quapsel kann besser schwimmen als laufen.\nDas Spiralmuster auf seinem Bauch ist ein Teil\nseiner Innereien, der durch die Haut sichtbar ist.",
|
||||
'pt-br': "Para Poliwag, nadar é mais fácil do que andar.\nA espiral em sua barriga é, na verdade, parte dos órgãos\ndeste Pokémon que pode ser vista através de sua pele.",
|
||||
ko: "걷기보다 헤엄치기가 특기다.\n배의 소용돌이 모양은\n내장의 일부가 비쳐 보이는 것이다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Poliwhirl"
|
||||
en: "Poliwhirl",
|
||||
fr: "Têtarte",
|
||||
es: "Poliwhirl",
|
||||
it: "Poliwhirl",
|
||||
de: "Quaputzi",
|
||||
'pt-br': "Poliwhirl",
|
||||
ko: "슈륙챙이"
|
||||
},
|
||||
|
||||
illustrator: "Yuka Morii",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Knuckle Punch"
|
||||
en: "Knuckle Punch",
|
||||
fr: "Coud'Phalange",
|
||||
es: "Puño con Nudillos",
|
||||
it: "Noccapugno",
|
||||
de: "Knöchelhieb",
|
||||
'pt-br': "Soco com Punho",
|
||||
ko: "꿀밤"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Staring at the swirl on its belly causes drowsiness. This trait of Poliwhirl's has been used in place of lullabies to get children to go to sleep.",
|
||||
fr: "Il suffit de fixer la spirale sur son ventre pour\ns'assoupir. On se sert parfois de lui à la place\nd'une berceuse pour endormir les enfants.",
|
||||
es: "Mirar fijamente la espiral de su vientre provoca\nsomnolencia, por lo que puede usarse como\nalternativa a las nanas para dormir a los niños.",
|
||||
it: "Chi fissa a lungo il disegno spiraliforme sul ventre\nsi assopisce, tant'è che Poliwhirl lo utilizza al\nposto della ninnananna per far dormire i piccoli.",
|
||||
de: "Wer länger auf seine Bauchspirale blickt, wird\nschläfrig. Manche Leute nutzen dies anstelle\neines Schlaflieds, damit ihre Kinder einschlafen.",
|
||||
'pt-br': "Olhar para a espiral em sua barriga causa sonolência.\nEsta característica de Poliwhirl tem sido usada no lugar\nde canções de ninar para ajudar crianças a dormir.",
|
||||
ko: "배의 소용돌이를 계속 보다 보면\n잠이 온다. 자장가 대용으로\n아이를 재울 때도 사용한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Poliwrath"
|
||||
en: "Poliwrath",
|
||||
fr: "Tartard",
|
||||
es: "Poliwrath",
|
||||
it: "Poliwrath",
|
||||
de: "Quappo",
|
||||
'pt-br': "Poliwrath",
|
||||
ko: "강챙이"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Counterattack"
|
||||
en: "Counterattack",
|
||||
fr: "Contre-Attaque",
|
||||
es: "Contragolpe",
|
||||
it: "Respinta",
|
||||
de: "Gegenangriff",
|
||||
'pt-br': "Contra-ataque",
|
||||
ko: "반격"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon."
|
||||
en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon.",
|
||||
fr: "Si ce Pokémon est sur le Poste Actif et subit les dégâts d'une attaque d'un Pokémon de votre adversaire, le Pokémon Attaquant subit 20 dégâts.",
|
||||
es: "Si este Pokémon está en el Puesto Activo y resulta dañado por un ataque de los Pokémon de tu rival, el Pokémon Atacante sufre 20 puntos de daño.",
|
||||
it: "Se questo Pokémon è in posizione attiva e viene danneggiato da un attacco di un Pokémon del tuo avversario, il Pokémon attaccante subisce 20 danni.",
|
||||
de: "Wenn dieses Pokémon in der Aktiven Position ist und durch eine Attacke von Pokémon deines Gegners Schaden erhält, füge dem Angreifenden Pokémon 20 Schadenspunkte zu.",
|
||||
'pt-br': "Se este Pokémon estiver no Campo Ativo e for danificado por um ataque dos Pokémon do seu oponente, cause 20 pontos de dano ao Pokémon Atacante.",
|
||||
ko: "이 포켓몬이 배틀필드에서 상대의 포켓몬으로부터 기술의 데미지를 받았을 때 기술을 사용한 포켓몬에게 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -34,7 +52,13 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Mega Punch"
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
de: "Megahieb",
|
||||
'pt-br': "Megassoco",
|
||||
ko: "메가톤펀치"
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
@ -50,6 +74,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Its body is solid muscle. When swimming through cold seas, Poliwrath uses its impressive arms to smash through drift ice and plow forward.",
|
||||
fr: "Cette véritable montagne de muscles peut\nse frayer un chemin même dans les eaux glaciales\nen éclatant la banquise avec ses bras robustes.",
|
||||
es: "Su cuerpo es puro músculo. Logra\nabrirse paso por aguas gélidas partiendo\nel hielo con sus fornidos brazos.",
|
||||
it: "Il suo corpo è un ammasso di muscoli. Nuota\nanche nei mari più freddi frantumando il ghiaccio\nfluttuante con le braccia vigorose per farsi strada.",
|
||||
de: "Sein ganzer Körper besteht fast nur aus Muskeln.\nIn kalten Meeren zerschlägt es mit seinen starken\nArmen Treibeis, um voranzukommen.",
|
||||
'pt-br': "Seu corpo é puro músculo. Quando nada por mares\ngelados, Poliwrath usa seus braços incríveis para\nesmagar o gelo à frente e abrir caminho.",
|
||||
ko: "전신이 근육 덩어리다.\n추운 바다에서도 늠름한 팔로\n유빙을 부수며 힘차게 나아간다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tentacool"
|
||||
en: "Tentacool",
|
||||
fr: "Tentacool",
|
||||
es: "Tentacool",
|
||||
it: "Tentacool",
|
||||
de: "Tentacha",
|
||||
'pt-br': "Tentacool",
|
||||
ko: "왕눈해"
|
||||
},
|
||||
|
||||
illustrator: "Shinya Komatsu",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Gentle Slap"
|
||||
en: "Gentle Slap",
|
||||
fr: "Gifle Douce",
|
||||
es: "Bofetada Gentil",
|
||||
it: "Schiaffetto",
|
||||
de: "Sanfter Hieb",
|
||||
'pt-br': "Tapinha",
|
||||
ko: "세게때리기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Tentacool is not a particularly strong swimmer. It drifts across the surface of shallow seas as it searches for prey.",
|
||||
fr: "Peu doué pour la natation, ce Pokémon\nse contente de flotter à la surface des eaux\npeu profondes pour chasser ses proies.",
|
||||
es: "Sus facultades natatorias son más bien escasas,\npor lo que se limita a flotar a la deriva en\naguas poco profundas en busca de alimento.",
|
||||
it: "Non essendo molto abile a nuotare, va in cerca\ndi prede fluttuando in acque poco profonde.",
|
||||
de: "Da Tentacha kein besonders guter Schwimmer ist,\ntreibt es in seichten Gewässern an der\nWasseroberfläche und sucht nach Beute.",
|
||||
'pt-br': "Tentacool não nada particularmente bem.\nFlutua pela superfície de águas rasas\nenquanto procura por sua presa.",
|
||||
ko: "헤엄치는 힘은 강하지 않다.\n얕은 바다 수면을 떠다니면서\n먹이를 찾는다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tentacruel"
|
||||
en: "Tentacruel",
|
||||
fr: "Tentacruel",
|
||||
es: "Tentacruel",
|
||||
it: "Tentacruel",
|
||||
de: "Tentoxa",
|
||||
'pt-br': "Tentacruel",
|
||||
ko: "독파리"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
@ -22,11 +28,24 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Poison Tentacles"
|
||||
en: "Poison Tentacles",
|
||||
fr: "Tentacules Empoisonnés",
|
||||
es: "Tentáculos Venenosos",
|
||||
it: "Tentacoli Velenosi",
|
||||
de: "Giftige Tentakel",
|
||||
'pt-br': "Tentáculos Venenosos",
|
||||
ko: "독촉수"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 독으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Envenenado."
|
||||
},
|
||||
|
||||
damage: "50"
|
||||
@ -42,6 +61,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "When the red orbs on Tentacruel's head glow brightly, watch out. The Pokémon is about to fire off a burst of ultrasonic waves.",
|
||||
fr: "Il faut faire attention lorsque les globes rouges\nsur sa tête se mettent à briller intensément,\ncar c'est qu'il s'apprête à émettre des ultrasons.",
|
||||
es: "Si las esferas rojas que tiene a ambos lados\nde la cabeza brillan con intensidad, indica que\nestá a punto de lanzar ondas ultrasónicas.",
|
||||
it: "Meglio fare attenzione quando le sfere rosse\nche ha sulla testa brillano intensamente, perché\nvuol dire che sta per emettere ultrasuoni.",
|
||||
de: "Leuchten die roten Kugeln auf seinem Kopf stark\nauf, ist Vorsicht geboten, da es kurz danach\nUltraschallwellen ausstoßen wird.",
|
||||
'pt-br': "Quando o orbe vermelho na cabeça de Tantacruel\nbrilha intensamente, cuidado: este Pokémon está\nprestes a disparar uma rajada de ondas ultrassônicas.",
|
||||
ko: "머리의 빨간 구슬이\n밝게 빛나면 주의가 필요하다.\n초음파를 발산하려는 전조다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Seel"
|
||||
en: "Seel",
|
||||
fr: "Otaria",
|
||||
es: "Seel",
|
||||
it: "Seel",
|
||||
de: "Jurob",
|
||||
'pt-br': "Seel",
|
||||
ko: "쥬쥬"
|
||||
},
|
||||
|
||||
illustrator: "Masako Yamashita",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Headbutt"
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'Boule",
|
||||
es: "Golpe Cabeza",
|
||||
it: "Bottintesta",
|
||||
de: "Kopfnuss",
|
||||
'pt-br': "Cabeçada",
|
||||
ko: "박치기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Thanks to its thick fat, cold seas don't bother it at all, but it gets tired pretty easily in warm waters.",
|
||||
fr: "Sa couche de gras lui permet d'être à l'aise\ndans les eaux les plus froides. Il a par contre\nplus de mal à supporter les mers chaudes.",
|
||||
es: "La gruesa capa de grasa que le permite\nnadar sin problemas en aguas frías le da\nmás de un sofoco en climas más cálidos.",
|
||||
it: "Grazie al suo spesso strato di grasso nuota\ntranquillamente nell'acqua gelida. Nei mari\ncaldi rischia facilmente lo sfinimento.",
|
||||
de: "Kalte Meere machen ihm dank seiner dicken\nFettschicht nichts aus. Wärmere Gewässer\nsetzen ihm hingegen sehr zu.",
|
||||
'pt-br': "Graças a sua gordura, os mares gelados não\nincomodam este Pokémon, mas ele fica cansado\nfacilmente em águas mornas.",
|
||||
ko: "두꺼운 지방 덕분에\n추운 바다는 문제없지만\n따뜻한 바다에서 쉽게 지친다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Dewgong"
|
||||
en: "Dewgong",
|
||||
fr: "Lamantine",
|
||||
es: "Dewgong",
|
||||
it: "Dewgong",
|
||||
de: "Jugong",
|
||||
'pt-br': "Dewgong",
|
||||
ko: "쥬레곤"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Surf"
|
||||
en: "Surf",
|
||||
fr: "Surf",
|
||||
es: "Surf",
|
||||
it: "Surf",
|
||||
de: "Surfer",
|
||||
'pt-br': "Surfar",
|
||||
ko: "파도타기"
|
||||
},
|
||||
|
||||
damage: "90"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It sunbathes on the beach after meals. The rise in its body temperature helps its digestion.",
|
||||
fr: "Après manger, il s'étale de tout son long sur les plages\nde sable fin. Le soleil le réchauffe et facilite sa digestion.",
|
||||
es: "Le gusta tenderse al sol en la playa\ndespués de comer, ya que aumentar su\ntemperatura corporal le facilita la digestión.",
|
||||
it: "Dopo mangiato prende il sole sulla spiaggia\nper far aumentare la sua temperatura\ncorporea e favorire la digestione.",
|
||||
de: "Nach einer Mahlzeit genießt es ein Sonnenbad\nam Strand. Durch die erhöhte Körpertemperatur\nwird seine Verdauung unterstützt.",
|
||||
'pt-br': "Toma sol na praia após as refeições.\nO aumento em sua temperatura\ncorporal ajuda na digestão.",
|
||||
ko: "식사 후에는 모래 해변에서\n일광욕을 하고 있다. 체온을\n높여서 소화를 돕기 위함이다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Shellder"
|
||||
en: "Shellder",
|
||||
fr: "Kokiyas",
|
||||
es: "Shellder",
|
||||
it: "Shellder",
|
||||
de: "Muschas",
|
||||
'pt-br': "Shellder",
|
||||
ko: "셀러"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Tongue Slap"
|
||||
en: "Tongue Slap",
|
||||
fr: "Gros Coup de Langue",
|
||||
es: "Bofetón Lengua",
|
||||
it: "Linguasberla",
|
||||
de: "Zungenschelle",
|
||||
'pt-br': "Tapa de Língua",
|
||||
ko: "혀로 막치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It is encased in a shell that is harder than diamond. Inside, however, it is surprisingly tender.",
|
||||
fr: "Une coquille plus dure que le diamant le protège.\nIl est toutefois étonnamment tendre à l'intérieur.",
|
||||
es: "Está metido en una concha más dura que el\ndiamante, pero tiene un cuerpo muy blando.",
|
||||
it: "La conchiglia esterna è più dura del diamante.\nL'interno, invece, è sorprendentemente morbido.",
|
||||
de: "Seine Schale ist härter als Diamant. Im Inneren ist\nes jedoch überraschend weich.",
|
||||
'pt-br': "Este Pokémon é envolto em uma concha\nmais dura que diamante. O seu interior,\nporém, é surpreendentemente macio.",
|
||||
ko: "다이아몬드보다 단단한\n껍데기에 싸여 있지만\n속은 의외로 말랑하다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cloyster"
|
||||
en: "Cloyster",
|
||||
fr: "Crustabri",
|
||||
es: "Cloyster",
|
||||
it: "Cloyster",
|
||||
de: "Austos",
|
||||
'pt-br': "Cloyster",
|
||||
ko: "파르셀"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Shell Armor"
|
||||
en: "Shell Armor",
|
||||
fr: "Coque Armure",
|
||||
es: "Caparazón",
|
||||
it: "Guscioscudo",
|
||||
de: "Panzerhaut",
|
||||
'pt-br': "Armadura de Concha",
|
||||
ko: "조가비갑옷"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon takes -10 damage from attacks."
|
||||
en: "This Pokémon takes -10 damage from attacks.",
|
||||
fr: "Ce Pokémon subit − 10 dégâts provenant des attaques.",
|
||||
es: "Los ataques hacen -10 puntos de daño a este Pokémon.",
|
||||
it: "Questo Pokémon subisce -10 danni dagli attacchi.",
|
||||
de: "Diesem Pokémon werden durch Attacken − 10 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Este Pokémon recebe −10 pontos de dano de ataques.",
|
||||
ko: "이 포켓몬이 받는 기술의 데미지를 -10한다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -34,7 +52,13 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Surf"
|
||||
en: "Surf",
|
||||
fr: "Surf",
|
||||
es: "Surf",
|
||||
it: "Surf",
|
||||
de: "Surfer",
|
||||
'pt-br': "Surfar",
|
||||
ko: "파도타기"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -50,6 +74,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Cloyster that live in seas with harsh tidal currents grow large, sharp spikes on their shells.",
|
||||
fr: "Les Crustabri vivant dans des mers aux courants\nforts développent des dards particulièrement\nimposants et aiguisés sur leur coquille.",
|
||||
es: "A los Cloyster que viven en las fuertes corrientes\nmarinas les crecen largas y afiladas púas en la concha.",
|
||||
it: "Ai Cloyster che vivono in mari con forti correnti\ncrescono grandi aculei appuntiti sul guscio.",
|
||||
de: "Austos, die in Meeren mit starker\nStrömung leben, entwickeln große\nund scharfe Stacheln an ihrer Schale.",
|
||||
'pt-br': "Cloyster que vivem em mares com correntes\nintensas desenvolvem espinhos grandes\ne afiados em suas conchas.",
|
||||
ko: "조수의 흐름이 격한 바다에 서식하는\n파르셀의 껍데기에 붙은 가시는\n크고 날카롭다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Krabby"
|
||||
en: "Krabby",
|
||||
fr: "Krabby",
|
||||
es: "Krabby",
|
||||
it: "Krabby",
|
||||
de: "Krabby",
|
||||
'pt-br': "Krabby",
|
||||
ko: "크랩"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Vise Grip"
|
||||
en: "Vise Grip",
|
||||
fr: "Force Poigne",
|
||||
es: "Agarre",
|
||||
it: "Presa",
|
||||
de: "Klammer",
|
||||
'pt-br': "Agarramento Compressor",
|
||||
ko: "찝기"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It can be found near the sea. The large pincers grow back if they are torn out of their sockets.",
|
||||
fr: "On trouve ce Pokémon près de la mer.\nSes grosses pinces peuvent repousser\nsi elles sont arrachées.",
|
||||
es: "Es fácil encontrarlo cerca del mar. Las largas pinzas\nque tiene vuelven a crecer si se las quitan de su sitio.",
|
||||
it: "Lo si può trovare vicino al mare. Le grandi\nchele, se si staccano, ricrescono.",
|
||||
de: "Es kommt vor allem nahe dem Meer vor.\nDie großen Scheren wachsen nach, wenn\nsie vom Körper abgetrennt wurden.",
|
||||
'pt-br': "Estes Pokémon vivem perto do mar e\nsuas grandes pinças crescem de volta\nse forem arrancadas.",
|
||||
ko: "바다 근처에서 발견된다.\n커다란 집게는 뜯겨도\n나중에 다시 자라난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Kingler"
|
||||
en: "Kingler",
|
||||
fr: "Krabboss",
|
||||
es: "Kingler",
|
||||
it: "Kingler",
|
||||
de: "Kingler",
|
||||
'pt-br': "Kingler",
|
||||
ko: "킹크랩"
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "KO Crab"
|
||||
en: "KO Crab",
|
||||
fr: "Crabe Fatal",
|
||||
es: "Pinza Letal",
|
||||
it: "Chela Micidiale",
|
||||
de: "K.O.-Krabbe",
|
||||
'pt-br': "Nocaute Caranguejo",
|
||||
ko: "필살크랩"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. If both of them are heads, this attack does 80 more damage"
|
||||
en: "Flip 2 coins. If both of them are heads, this attack does 80 more damage.",
|
||||
fr: "Lancez 2 pièces. Si toutes sont côté face, cette attaque inflige 80 dégâts de plus.",
|
||||
es: "Lanza 2 monedas. Si en las dos sale cara, este ataque hace 80 puntos de daño más.",
|
||||
it: "Lancia 2 volte una moneta. Se esce testa entrambe le volte, questo attacco infligge 80 danni in più.",
|
||||
de: "Wirf 2 Münzen. Zeigen beide Münzen Kopf, fügt diese Attacke 80 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue 2 moedas. Se as duas saírem cara, este ataque causará 80 pontos de dano a mais.",
|
||||
ko: "동전을 2번 던져서 모두 앞면이 나오면 80데미지를 추가한다."
|
||||
},
|
||||
|
||||
damage: "80+"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Its large and hard pincer has 10,000-horsepower strength. However, being so big, it is unwieldy to move.",
|
||||
fr: "Sa grosse pince est dotée d'une puissance\nincommensurable. Sa taille imposante\nla rend toutefois difficile à utiliser.",
|
||||
es: "La pinza tan grande que tiene posee\nuna fuerza de 10 000 CV, pero le\ncuesta moverla por su gran tamaño.",
|
||||
it: "La chela più grande sprigiona una\npotenza di 10.000 CV. Le dimensioni\ngli rendono difficili gli spostamenti.",
|
||||
de: "Die Kraft seiner großen und harten Schere\nentspricht 10 000 PS. Durch die Größe ist sie\naber auch äußerst unhandlich und sperrig.",
|
||||
'pt-br': "Sua pinça grande e dura possui a força de\n10.000 cavalos-vapor. No entanto, por ser\ntão grande, movê-la é um incômodo.",
|
||||
ko: "단단한 집게는 1만 마력의\n파워를 지녔지만\n너무 커서 움직임이 둔하다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Horsea"
|
||||
en: "Horsea",
|
||||
fr: "Hypotrempe",
|
||||
es: "Horsea",
|
||||
it: "Horsea",
|
||||
de: "Seeper",
|
||||
'pt-br': "Horsea",
|
||||
ko: "쏘드라"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
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"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Horsea makes its home in oceans with gentle currents. If this Pokémon is under attack, it spits out pitch-black ink and escapes.",
|
||||
fr: "Il vit dans les mers calmes. Quand on l'attaque,\nil crache de l'encre noire et profite de la diversion\npour s'enfuir.",
|
||||
es: "Habita en mares de aguas tranquilas.\nSi se siente en peligro, expulsará por la\nboca una densa tinta negra para poder huir.",
|
||||
it: "Vive in mari dalle correnti tranquille.\nQuando viene attaccato spruzza inchiostro\nnero e ne approfitta per fuggire.",
|
||||
de: "Es lebt in Meeren mit ruhigem Gezeitenstrom.\nWird es angegriffen, versprüht es tiefschwarze\nTinte und ergreift daraufhin die Flucht.",
|
||||
'pt-br': "Horsea vive em oceanos com correntezas\ntranquilas. Quando está sob ataque, este\nPokémon cospe tinta preta e escapa.",
|
||||
ko: "잔잔하게 흐르는 고요한 바다에\n산다. 습격당하면 새까만\n먹물을 내뿜고 그 틈에 도망친다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Seadra"
|
||||
en: "Seadra",
|
||||
fr: "Hypocéan",
|
||||
es: "Seadra",
|
||||
it: "Seadra",
|
||||
de: "Seemon",
|
||||
'pt-br': "Seadra",
|
||||
ko: "시드라"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Water Arrow"
|
||||
en: "Water Arrow",
|
||||
fr: "Flèche d'Eau",
|
||||
es: "Flecha de Agua",
|
||||
it: "Idrofreccia",
|
||||
de: "Wasserpfeil",
|
||||
'pt-br': "Flecha d'Água",
|
||||
ko: "워터애로"
|
||||
},
|
||||
|
||||
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데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -40,6 +58,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It's the males that raise the offspring. While Seadra are raising young, the spines on their backs secrete thicker and stronger poison.",
|
||||
fr: "Les mâles s'occupent des petits, et tant qu'ils en\nont à élever, le venin contenu dans leurs épines\ndorsales devient beaucoup plus fort.",
|
||||
es: "En esta especie, es el macho quien se ocupa de\nla prole. Durante la época de cría, el veneno de\nlas púas de su espalda se vuelve más potente.",
|
||||
it: "Il maschio si occupa dei piccoli. Quando li alleva, il\nveleno degli aculei dorsali diventa denso e potente.",
|
||||
de: "Männlichen Seemon obliegt es, den Nachwuchs\ngroßzuziehen. In diesem Zeitraum ist das Gift in\nihren Rückenstacheln stärker und dickflüssiger.",
|
||||
'pt-br': "São os machos que cuidam das crias. Enquanto\nSeadra criam os mais jovens, os espinhos em suas\ncostas secretam um veneno mais grosso e potente.",
|
||||
ko: "수컷이 새끼를 기른다.\n새끼를 기르는 동안 등에 난\n가시의 독소는 강해지고 짙어진다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Goldeen"
|
||||
en: "Goldeen",
|
||||
fr: "Poissirène",
|
||||
es: "Goldeen",
|
||||
it: "Goldeen",
|
||||
de: "Goldini",
|
||||
'pt-br': "Goldeen",
|
||||
ko: "콘치"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flop"
|
||||
en: "Flop",
|
||||
fr: "Flop",
|
||||
es: "Vuelta",
|
||||
it: "Tonfo",
|
||||
de: "Plumps",
|
||||
'pt-br': "Baque",
|
||||
ko: "돌아다니며 뛰기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Its dorsal, pectoral, and tail fins wave elegantly in water. That is why it is known as the Water Dancer.",
|
||||
fr: "Ses nageoires dorsales, pectorales\net caudales ondulent avec élégance.\nIl est surnommé le \" danseur des flots \".",
|
||||
es: "Sus aletas pectorales, caudal y dorsal ondean gráciles\nen el agua. Por eso se le llama el Bailarín Acuático.",
|
||||
it: "Le pinne su dorso, petto e coda ondeggiano con\ngrazia. Perciò viene chiamato \"danzatore d'acqua\".",
|
||||
de: "Seine Brust-, Rücken- und Schwanzflossen\nbewegen sich anmutig. Daher nennt man es\nden \"Wassertänzer\".",
|
||||
'pt-br': "As suas barbatanas nas costas, peito e cauda\nagitam-se com elegância na água. É por isso que\neste Pokémon é conhecido como o bailarino das águas.",
|
||||
ko: "등, 가슴, 꼬리지느러미가\n우아하게 나부끼기 때문에\n물의 무희라고 불린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Seaking"
|
||||
en: "Seaking",
|
||||
fr: "Poissoroy",
|
||||
es: "Seaking",
|
||||
it: "Seaking",
|
||||
de: "Golking",
|
||||
'pt-br': "Seaking",
|
||||
ko: "왕콘치"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Horn Hazard"
|
||||
en: "Horn Hazard",
|
||||
fr: "Chanc'korne",
|
||||
es: "Azar Cuerno",
|
||||
it: "Incorna-Rischio",
|
||||
de: "Gefährliches Horn",
|
||||
'pt-br': "Chifre Perigoso",
|
||||
ko: "뿔로쪼기"
|
||||
},
|
||||
|
||||
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번 던져서 뒷면이 나오면 이 기술은 실패한다."
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "In autumn, its body becomes more fatty in preparing to propose to a mate. It takes on beautiful colors.",
|
||||
fr: "En automne, à la saison des amours, il fait des réserves\nde graisse et arbore des couleurs chatoyantes.",
|
||||
es: "En otoño gana algo de peso para atraer a posibles\nparejas y se cubre de llamativos colores.",
|
||||
it: "In autunno ingrassa in previsione della stagione\ndegli amori e assume colori sgargianti.",
|
||||
de: "Im Herbst legt es an Gewicht zu\nund erscheint in prächtigen Farben,\num so einen Partner anzulocken.",
|
||||
'pt-br': "No outono, ganha peso para atrair\npossíveis companheiros. Adorna-se\nem lindas cores.",
|
||||
ko: "가을이 되면 짝짓기를 위해\n몸에 윤기가 돌게 되며\n매우 아름다운 색으로 변화한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Staryu"
|
||||
en: "Staryu",
|
||||
fr: "Stari",
|
||||
es: "Staryu",
|
||||
it: "Staryu",
|
||||
de: "Sterndu",
|
||||
'pt-br': "Staryu",
|
||||
ko: "별가사리"
|
||||
},
|
||||
|
||||
illustrator: "Hiroki Asanuma",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Smack"
|
||||
en: "Smack",
|
||||
fr: "Claque",
|
||||
es: "Palmetazo",
|
||||
it: "Schiaffo",
|
||||
de: "Klatscher",
|
||||
'pt-br': "Estalo",
|
||||
ko: "수벽치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "If you visit a beach at the end of summer, you'll be able to see groups of Staryu lighting up in a steady rhythm.",
|
||||
fr: "Lorsqu'on se rend en bord de mer à la fin\nde l'été, on peut voir des groupes de Stari\nclignoter à un rythme régulier.",
|
||||
es: "A finales de verano, se pueden ver grupos\nde Staryu en la orilla de la playa sincronizando\nel brillo de sus núcleos a ritmo regular.",
|
||||
it: "Alla fine dell'estate, sui litorali è\npossibile osservare gruppi di Staryu\nche emettono luce a un ritmo regolare.",
|
||||
de: "Bei spätsommerlichen Strandbesuchen kann man\nGruppen von Sterndu begegnen, deren Kerne in\ngleichmäßigem Rhythmus aufblinken.",
|
||||
'pt-br': "Se for à praia perto do fim do verão, você\nverá grupos de Staryu iluminados em um\nritmo contínuo.",
|
||||
ko: "늦여름 해변에 가면\n규칙적인 리듬으로 빛나는\n별가사리의 무리를 볼 수 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Starmie"
|
||||
en: "Starmie",
|
||||
fr: "Staross",
|
||||
es: "Starmie",
|
||||
it: "Starmie",
|
||||
de: "Starmie",
|
||||
'pt-br': "Starmie",
|
||||
ko: "아쿠스타"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Wave Splash"
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse Vague",
|
||||
es: "Chapoteo Ondulante",
|
||||
it: "Schizzi d'Onda",
|
||||
de: "Wellenplatscher",
|
||||
'pt-br': "Onda Borrifante",
|
||||
ko: "스플래시"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "This Pokémon has an organ known as its core. The organ glows in seven colors when Starmie is unleashing its potent psychic powers.",
|
||||
fr: "S'il déchaîne son pouvoir psychique puissant,\nson organe appelé \" cœur \" se met à briller\nde sept couleurs.",
|
||||
es: "Su órgano central, conocido como núcleo, brilla\ncon los colores del arcoíris cuando se dispone\na liberar sus potentes poderes psíquicos.",
|
||||
it: "Quando scatena i suoi poteri psichici, l'organo\ncentrale, detto nucleo, brilla di sette colori diversi.",
|
||||
de: "Das als Kern bezeichnete Organ dieses Pokémon\nerstrahlt in den sieben Farben des Regenbogens,\nwenn Starmie mächtige Psycho-Kräfte entfesselt.",
|
||||
'pt-br': "Este Pokémon tem um órgão que é conhecido como\nseu núcleo. Este órgão brilha em sete cores diferentes\nquando Starmie libera seus poderes psíquicos intensos.",
|
||||
ko: "강렬한 사이코 파워를 발산할 때\n코어라고 불리는 기관이\n일곱 색깔로 빛난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Starmie ex"
|
||||
en: "Starmie ex",
|
||||
fr: "Staross-ex",
|
||||
es: "Starmie ex",
|
||||
it: "Starmie-ex",
|
||||
de: "Starmie-ex",
|
||||
'pt-br': "Starmie ex",
|
||||
ko: "아쿠스타 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -23,7 +29,13 @@ const card: Card = {
|
||||
cost: ["Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Hydro Splash"
|
||||
en: "Hydro Splash",
|
||||
fr: "Hydro-Éclaboussure",
|
||||
es: "Hidroestallido",
|
||||
it: "Idrosplash",
|
||||
de: "Hydroplatscher",
|
||||
'pt-br': "Hidroborrifada",
|
||||
ko: "하이드로 스플래시"
|
||||
},
|
||||
|
||||
damage: "90"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magikarp"
|
||||
en: "Magikarp",
|
||||
fr: "Magicarpe",
|
||||
es: "Magikarp",
|
||||
it: "Magikarp",
|
||||
de: "Karpador",
|
||||
'pt-br': "Magikarp",
|
||||
ko: "잉어킹"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Splash"
|
||||
en: "Splash",
|
||||
fr: "Trempette",
|
||||
es: "Salpicadura",
|
||||
it: "Splash",
|
||||
de: "Platscher",
|
||||
'pt-br': "Borrifada",
|
||||
ko: "튀어오르기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "An underpowered, pathetic Pokémon. It may jump high on rare occasions but never more than seven feet.",
|
||||
fr: "Un Pokémon tout à fait pathétique. En de très\nrares occasions, il est capable de sauter haut,\nmais jamais à plus de deux mètres.",
|
||||
es: "Un Pokémon desvalido y patético. A veces es\ncapaz de saltar alto, pero rara vez más de 2 m.",
|
||||
it: "Un Pokémon debole e patetico. Nelle rare\noccasioni in cui spicca alti salti, non riesce\ncomunque a raggiungere i due metri.",
|
||||
de: "Ein schwaches und jämmerliches Pokémon.\nManchmal gelingen ihm hohe Sprünge,\naber über 2 m kommt es selten hinaus.",
|
||||
'pt-br': "Este Pokémon é patético e nem um pouco\npoderoso. Às vezes, até pula bem alto,\nmas nunca mais de dois metros.",
|
||||
ko: "힘없는 한심한 포켓몬이다.\n가끔 높이 뛰어오르지만\n2m를 겨우 넘기는 게 고작이다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gyarados"
|
||||
en: "Gyarados",
|
||||
fr: "Léviator",
|
||||
es: "Gyarados",
|
||||
it: "Gyarados",
|
||||
de: "Garados",
|
||||
'pt-br': "Gyarados",
|
||||
ko: "갸라도스"
|
||||
},
|
||||
|
||||
illustrator: "Mituhiro Arita",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Hyper Beam"
|
||||
en: "Hyper Beam",
|
||||
fr: "Ultralaser",
|
||||
es: "Hiperrayo",
|
||||
it: "Iper Raggio",
|
||||
de: "Hyperstrahl",
|
||||
'pt-br': "Hiper-raio",
|
||||
ko: "파괴광선"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Energy from your opponent's Active Pokémon."
|
||||
en: "Discard a random Energy from your opponent's Active Pokémon.",
|
||||
fr: "Défaussez au hasard une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía aleatoria del Pokémon Activo de tu rival.",
|
||||
it: "Rimuovi un'Energia a caso dal Pokémon attivo del tuo avversario.",
|
||||
de: "Lege 1 zufällige Energie vom Aktiven Pokémon deines Gegners ab.",
|
||||
'pt-br': "Descarte 1 Energia aleatória do Pokémon Ativo do seu oponente.",
|
||||
ko: "상대의 배틀 포켓몬에서 에너지를 랜덤으로 1개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "100"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Once it appears, it goes on a rampage. It remains enraged until it demolishes everything around it.",
|
||||
fr: "Lorsqu'il apparaît, il saccage tout. Sa fureur\nne se calme pas tant qu'il n'a pas tout détruit.",
|
||||
es: "Cuando aparece, monta en cólera. No deja\nde estar furioso hasta que lo destruye todo.",
|
||||
it: "Quando esce allo scoperto in preda alla furia,\nnon si placa finché non ha raso al suolo ogni cosa.",
|
||||
de: "Taucht es auf, randaliert es. Es beruhigt sich erst,\nwenn es alles um sich zerstört hat.",
|
||||
'pt-br': "Assim que aparece, ele causa tumulto\ne fica enfurecido até destruir tudo em volta.",
|
||||
ko: "한번 모습을 나타내면\n주변 전체를 태워 버리지 않고는\n분노가 가라앉지 않는다고 전해진다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,44 +1,57 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lapras"
|
||||
en: "Lapras",
|
||||
fr: "Lokhlass",
|
||||
es: "Lapras",
|
||||
it: "Lapras",
|
||||
de: "Lapras",
|
||||
ko: "라프라스",
|
||||
'pt-br': "Lapras"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Water"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Hydro Pump"
|
||||
en: "Hydro Pump",
|
||||
fr: "Hydrocanon",
|
||||
es: "Hidrobomba",
|
||||
it: "Idropompa",
|
||||
de: "Hydropumpe",
|
||||
ko: "하이드로펌프",
|
||||
'pt-br': "Jato d'Água"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 3 extra W Energy attached, this attack does 70 more damage."
|
||||
en: "If this Pokémon has at least 3 extra {W} Energy attached, this attack does 70 more damage.",
|
||||
fr: "Si ce Pokémon a au moins 3 Énergies {W} de plus, cette attaque inflige 70 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene por lo menos 3 Energías {W} adicionales unidas a él, este ataque hace 70 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha almeno 3 Energie {W} extra assegnate, questo attacco infligge 70 danni in più.",
|
||||
de: "Wenn an dieses Pokémon mindestens 3 extra {W}-Energien angelegt sind, fügt diese Attacke 70 Schadenspunkte mehr zu.",
|
||||
ko: "{W}에너지 3개가 추가로 붙어 있다면 70데미지를 추가한다.",
|
||||
'pt-br': "Se este Pokémon tiver pelo menos 3 Energia {W} extra ligada a ele, este ataque causará 70 pontos de dano a mais."
|
||||
},
|
||||
|
||||
damage: "20+"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
rarity: "Three Diamond",
|
||||
|
||||
description: {
|
||||
en: "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.",
|
||||
fr: "C'est un Pokémon doux et intelligent.\nIl vogue sur la mer en émettant un chant\nmagnifique.",
|
||||
es: "Este Pokémon posee una notable inteligencia\ny un corazón de oro. Entona un canto\nmelodioso mientras surca el mar.",
|
||||
it: "È un Pokémon intelligente e dall'animo\ngentile. Solca i mari facendo riecheggiare\nil suo canto dolce e melodioso.",
|
||||
de: "Ein intelligentes und herzensgutes Pokémon.\nWährend es auf dem Meer schwimmt, lässt es\nseinen herrlichen Gesang erklingen.",
|
||||
'pt-br': "Este Pokémon esperto e bondoso flutua\nna superfície do oceano, enquanto sua\nlinda canção ecoa ao redor.",
|
||||
ko: "영리하고 마음 착한 포켓몬.\n아름다운 소리로 노래 부르며\n바다 위를 헤엄친다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Vaporeon"
|
||||
en: "Vaporeon",
|
||||
fr: "Aquali",
|
||||
es: "Vaporeon",
|
||||
it: "Vaporeon",
|
||||
de: "Aquana",
|
||||
'pt-br': "Vaporeon",
|
||||
ko: "샤미드"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bubble Drain"
|
||||
en: "Bubble Drain",
|
||||
fr: "Vide Bulle",
|
||||
es: "Drenaje Burbujas",
|
||||
it: "Assorbibolla",
|
||||
de: "Blasengully",
|
||||
'pt-br': "Dreno de Bolha",
|
||||
ko: "버블드레인"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 30 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 30회복."
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It lives close to water. Its long tail is ridged with a fin, which is often mistaken for a mermaid's.",
|
||||
fr: "Il vit au bord de l'eau. Sa queue semblable à celle\nd'un poisson lui donne l'apparence d'une sirène.",
|
||||
es: "Vive cerca del agua. Su cola termina en una\naleta parecida a la de un pez, por lo que hay\ngente que lo confunde con una sirena.",
|
||||
it: "Vive vicino all'acqua. Sulla punta della coda ha una\npinna, per questo alcuni lo scambiano per una sirena.",
|
||||
de: "Dieses Pokémon lebt nahe an Gewässern.\nWegen seiner fischähnlichen Schwanzflosse wird\nes manchmal für eine Meerjungfrau gehalten.",
|
||||
'pt-br': "Este Pokémon vive perto da água. A sua longa\ncauda é coberta por uma barbatana e muitas\nvezes é confundida com a de uma sereia.",
|
||||
ko: "물가에 살지만 꼬리에\n물고기처럼 지느러미가 남아 있어서\n인어로 착각하는 사람도 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Omanyte"
|
||||
en: "Omanyte",
|
||||
fr: "Amonita",
|
||||
es: "Omanyte",
|
||||
it: "Omanyte",
|
||||
de: "Amonitas",
|
||||
'pt-br': "Omanyte",
|
||||
ko: "암나이트"
|
||||
},
|
||||
|
||||
illustrator: "Suwama Chiaki",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
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: "40"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Because some Omanyte manage to escape after being restored or are released into the wild by people, this species is becoming a problem.",
|
||||
fr: "Ce Pokémon commence à poser problème,\ncar certains spécimens se sont enfuis ou\nont été relâchés après avoir été ressuscités.",
|
||||
es: "Varios ejemplares han escapado o bien han\nsido liberados tras su restauración, lo que\ncomienza a suscitar una serie de problemas.",
|
||||
it: "Questo Pokémon si sta rivelando un problema\nperché a volte fugge o viene liberato dopo\nessere stato rigenerato.",
|
||||
de: "Diese Pokémon entwickeln sich allmählich zu\neinem Problem, da einige wiederbelebte\nExemplare fliehen oder freigelassen werden.",
|
||||
'pt-br': "Alguns Omanyte escapam após serem restaurados\nou são soltos por pessoas na natureza. Por conta\ndisso, esta espécie está se tornando um problema.",
|
||||
ko: "복원된 후 도망치거나\n놓쳐버리는 경우가 생겨서\n문제시되고 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Omastar"
|
||||
en: "Omastar",
|
||||
fr: "Amonistar",
|
||||
es: "Omastar",
|
||||
it: "Omastar",
|
||||
de: "Amoroso",
|
||||
'pt-br': "Omastar",
|
||||
ko: "암스타"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ancient Whirlpool"
|
||||
en: "Ancient Whirlpool",
|
||||
fr: "Siphon Antique",
|
||||
es: "Torbellino Ancestral",
|
||||
it: "Gorgo Antico",
|
||||
de: "Urzeitsog",
|
||||
'pt-br': "Redemoinho Ancestral",
|
||||
ko: "고대의 바다회오리"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't attack"
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't attack.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas attaquer.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede atacar.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può attaccare.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann das Verteidigende Pokémon nicht angreifen.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá atacar.",
|
||||
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬은 기술을 사용할 수 없다."
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Weighed down by a large and heavy shell, Omastar couldn't move very fast. Some say it went extinct because it was unable to catch food.",
|
||||
fr: "Il se serait éteint à cause de la taille et du poids\nimportants de sa coquille, qui le ralentissait\nquand il chassait ses proies.",
|
||||
es: "Se cree que se extinguió porque el excesivo\ntamaño y peso de su concha le impedían\nmoverse con rapidez para capturar presas.",
|
||||
it: "Si dice si sia estinto per via della conchiglia\ngrossa e pesante che, rendendo i suoi movimenti\nimpacciati, gli impediva di catturare le prede.",
|
||||
de: "Es starb wohl aus, weil seine Bewegungen durch\ndas große, schwere Gehäuse so langsam wurden,\ndass es keine Beute mehr fangen konnte.",
|
||||
'pt-br': "Por conta de seu grande casco, Omastar é\npesado e não se move rápido. Dizem que entrou\nem extinção porque era incapaz de conseguir comida.",
|
||||
ko: "크고 무거운 껍질 때문에\n움직임이 둔해져서\n먹이를 잡지 못해 멸종했다고 한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Articuno"
|
||||
en: "Articuno",
|
||||
fr: "Artikodin",
|
||||
es: "Articuno",
|
||||
it: "Articuno",
|
||||
de: "Arktos",
|
||||
'pt-br': "Articuno",
|
||||
ko: "프리져"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -18,11 +24,24 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ice Beam"
|
||||
en: "Ice Beam",
|
||||
fr: "Laser Glace",
|
||||
es: "Rayo Hielo",
|
||||
it: "Geloraggio",
|
||||
de: "Eisstrahl",
|
||||
'pt-br': "Raio Congelante",
|
||||
ko: "냉동빔"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed"
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Paralizado.",
|
||||
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene paralizzato.",
|
||||
de: "Wirf 1 Münze. Bei Kopf ist das Aktive Pokémon deines Gegners jetzt paralysiert.",
|
||||
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 상대의 배틀 포켓몬을 마비로 만든다.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, o Pokémon Ativo do seu oponente agora estará Paralisado."
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -38,6 +57,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It's said that this Pokémon's beautiful blue wings are made of ice. Articuno flies over snowy mountains, its long tail fluttering along behind it.",
|
||||
fr: "On raconte que ses belles plumes bleues sont\nfaites de glace. Sa longue queue flotte au vent\nlorsqu'il vole au-dessus des monts enneigés.",
|
||||
es: "Se dice que sus bellas alas azules se\ncomponen de hielo. Vuela en torno a las\nmontañas nevadas con su larga cola al viento.",
|
||||
it: "Si dice che le sue splendide ali azzurre siano\ncomposte di ghiaccio. Vola fra le montagne\ninnevate facendo ondeggiare la sua lunga coda.",
|
||||
de: "Seine wunderschönen blauen Flügel sollen aus Eis\nbestehen. Es fliegt über schneebedeckte Berge,\nwährend sein langer Schweif hinter ihm flattert.",
|
||||
'pt-br': "Dizem que as lindas asas azuis deste Pokémon\nsão feitas de gelo. Articuno sobrevoa montanhas\ncom sua longa cauda balançando atrás de si.",
|
||||
ko: "푸르고 아름다운 날개는 얼음으로\n되어 있다고 전해진다. 긴 꼬리를\n나부끼며 설산 위를 난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Articuno ex"
|
||||
en: "Articuno ex",
|
||||
fr: "Artikodin-ex",
|
||||
es: "Articuno ex",
|
||||
it: "Articuno-ex",
|
||||
de: "Arktos-ex",
|
||||
'pt-br': "Articuno ex",
|
||||
ko: "프리져 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ice Wing"
|
||||
en: "Ice Wing",
|
||||
fr: "Aile Glace",
|
||||
es: "Ala Gélida",
|
||||
it: "Alagelata",
|
||||
de: "Frostschwinge",
|
||||
'pt-br': "Asa de Gelo",
|
||||
ko: "아이스윙"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -27,11 +39,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
name: {
|
||||
en: "Blizzard"
|
||||
en: "Blizzard",
|
||||
fr: "Blizzard",
|
||||
es: "Ventisca",
|
||||
it: "Bora",
|
||||
de: "Blizzard",
|
||||
'pt-br': "Nevasca",
|
||||
ko: "눈보라"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack 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데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "80"
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Ducklett"
|
||||
en: "Ducklett",
|
||||
fr: "Couaneton",
|
||||
es: "Ducklett",
|
||||
it: "Ducklett",
|
||||
de: "Piccolente",
|
||||
'pt-br': "Ducklett",
|
||||
ko: "꼬지보리"
|
||||
},
|
||||
|
||||
illustrator: "Yumi",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flap"
|
||||
en: "Flap",
|
||||
fr: "Battement",
|
||||
es: "Aleteo",
|
||||
it: "Alabattito",
|
||||
de: "Flattern",
|
||||
'pt-br': "Asa",
|
||||
ko: "홰치기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "When attacked, it uses its feathers to splash water, escaping under cover of the spray.",
|
||||
fr: "Quand on l'attaque, il s'ébroue et fait jaillir de la vapeur d'eau\nde tout son corps. Il se cache dedans pour s'enfuir.",
|
||||
es: "Cuando se ve atacado, las plumas que lo recubren\ndespiden ráfagas de agua que lo ayudan a escapar.",
|
||||
it: "Quando viene attaccato schizza acqua\nda tutte le piume del corpo. Fugge\ndileguandosi in una nuvola di spruzzi.",
|
||||
de: "Gerät es in Gefahr, versprüht es Wasser aus\nseinem Federkleid und nutzt den Sprühregen,\num Reißaus zu nehmen.",
|
||||
'pt-br': "Quando atacado, usa as penas para\nespirrar água e foge protegido pelo spray.",
|
||||
ko: "상대에게 공격당하면 전신의\n깃털에서 물보라를 내뿜는다.\n물안개에 숨어들어 도망친다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Swanna"
|
||||
en: "Swanna",
|
||||
fr: "Lakmécygne",
|
||||
es: "Swanna",
|
||||
it: "Swanna",
|
||||
de: "Swaroness",
|
||||
'pt-br': "Swanna",
|
||||
ko: "스완나"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
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: "70"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Despite their elegant appearance, they can flap their wings strongly and fly for thousands of miles.",
|
||||
fr: "Un Pokémon gracieux, mais aussi robuste. Il peut voler\ndes milliers de kilomètres grâce à ses ailes puissantes.",
|
||||
es: "Aunque no lo parezca por su grácil\nelegancia, puede batir con fuerza las\nalas y volar durante miles de kilómetros.",
|
||||
it: "Non è solo elegante. Con il poderoso battito d'ali riesce\na volare per migliaia di chilometri senza fermarsi.",
|
||||
de: "Sie wirken zerbrechlich, aber ihre starken Schwingen\ntragen sie in einem Stück bis zu 1000 km weit.",
|
||||
'pt-br': "Apesar de sua aparência elegante, podem bater\nas asas com vigor e voar por milhares de quilômetros.",
|
||||
ko: "우아한 외모와 다르게\n날개로 힘차게 날개 치며\n수천 km를 계속 날 수 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Froakie"
|
||||
en: "Froakie",
|
||||
fr: "Grenousse",
|
||||
es: "Froakie",
|
||||
it: "Froakie",
|
||||
de: "Froxy",
|
||||
'pt-br': "Froakie",
|
||||
ko: "개구마르"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flop"
|
||||
en: "Flop",
|
||||
fr: "Flop",
|
||||
es: "Vuelta",
|
||||
it: "Tonfo",
|
||||
de: "Plumps",
|
||||
'pt-br': "Baque",
|
||||
ko: "돌아다니며 뛰기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -33,7 +45,13 @@ const card: Card = {
|
||||
rarity: "One Diamond",
|
||||
|
||||
description: {
|
||||
en: "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked."
|
||||
en: "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.",
|
||||
fr: "Sa poitrine et son dos sécrètent une mousse\nqui lui permet de subir moins de dégâts en\namortissant le choc des attaques.",
|
||||
es: "Secreta burbujas tanto por la espalda como\npor el pecho. Gracias a la elasticidad de estas,\npuede parar ataques y reducir el daño recibido.",
|
||||
it: "Dal petto e dalla schiena secerne una schiuma che gli\npermette di attutire i danni causati dagli attacchi nemici.",
|
||||
de: "Es stößt aus Brust und Rücken elastische Blasen aus,\nmit denen es gegnerische Angriffe abfängt und so\nden erlittenen Schaden verringert.",
|
||||
'pt-br': "Liberam bolhas flexíveis do peito e das costas.\nAs bolhas reduzem os danos que sofreriam\nao serem atacados.",
|
||||
ko: "가슴과 등에서 거품을 내뿜는다.\n탄력 있는 거품으로 공격을\n막아내고 데미지를 줄인다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Frogadier"
|
||||
en: "Frogadier",
|
||||
fr: "Croâporal",
|
||||
es: "Frogadier",
|
||||
it: "Frogadier",
|
||||
de: "Amphizel",
|
||||
'pt-br': "Frogadier",
|
||||
ko: "개굴반장"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Water Drip"
|
||||
en: "Water Drip",
|
||||
fr: "Goutte à Goutte",
|
||||
es: "Goteo de Agua",
|
||||
it: "Gocciolacqua",
|
||||
de: "Spritzwasser",
|
||||
'pt-br': "Gotejo",
|
||||
ko: "물수제비"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.",
|
||||
fr: "Il est capable de lancer des pierres recouvertes\nde mousse avec une précision suffisante pour\ntoucher une canette vide à 30 m.",
|
||||
es: "Puede lanzar piedras envueltas en\nburbujas con tal puntería que acierta\nlatas vacías a 30 metros de distancia.",
|
||||
it: "Lancia dei sassi racchiusi in bolle di schiuma.\nÈ talmente preciso da riuscire a colpire\nuna lattina vuota a 30 m di distanza.",
|
||||
de: "Es kann kleine in Blasen gehüllte Steine mit\nsolcher Präzision werfen, dass es selbst\n30 m entfernte Dosen problemlos trifft.",
|
||||
'pt-br': "Pode atirar seixos cobertos em bolhas com\ncontrole preciso, atingindo latas vazias a\n30 metros de distância.",
|
||||
ko: "거품으로 싸인 돌멩이를 던지는\n기술을 쓴다. 30m 앞에 있는\n빈 캔을 맞출 정도로 컨트롤이 좋다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Greninja"
|
||||
en: "Greninja",
|
||||
fr: "Amphinobi",
|
||||
es: "Greninja",
|
||||
it: "Greninja",
|
||||
de: "Quajutsu",
|
||||
'pt-br': "Greninja",
|
||||
ko: "개굴닌자"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Water Shuriken"
|
||||
en: "Water Shuriken",
|
||||
fr: "Sheauriken",
|
||||
es: "Shuriken de Agua",
|
||||
it: "Acqualame",
|
||||
de: "Wasser-Shuriken",
|
||||
'pt-br': "Estrela Ninja de Água",
|
||||
ko: "물수리검"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may do 20 damage to 1 of your opponent's Pokémon."
|
||||
en: "Once during your turn, you may do 20 damage to 1 of your opponent's Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez infliger 20 dégâts à un Pokémon de votre adversaire.",
|
||||
es: "Una vez durante tu turno, puedes hacer 20 puntos de daño a 1 de los Pokémon de tu rival.",
|
||||
it: "Una sola volta durante il tuo turno, puoi infliggere 20 danni a uno dei Pokémon del tuo avversario.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Pokémon deines Gegners 20 Schadenspunkte zufügen.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá causar 20 pontos de dano a 1 dos Pokémon do seu oponente.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 상대의 포켓몬 1마리에게 20데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -34,7 +52,13 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Mist Slash"
|
||||
en: "Mist Slash",
|
||||
fr: "Tranche-Brume",
|
||||
es: "Golpe Niebla",
|
||||
it: "Squarcianebbia",
|
||||
de: "Schleierschlitzer",
|
||||
'pt-br': "Golpe de Névoa",
|
||||
ko: "안개베기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -50,6 +74,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.",
|
||||
fr: "Il transforme des jets d'eau sous pression en redoutables\nshuriken. Une fois lancés, ils tournent si vite qu'ils peuvent\nmême couper le métal.",
|
||||
es: "Comprime el agua y crea estrellas ninja con\nlas que ataca al enemigo. Cuando las hace girar\na gran velocidad, cortan en dos hasta el metal.",
|
||||
it: "Crea lame d'acqua micidiali che ruotano ad alta\nvelocità e, se lanciate, possono perforare il metallo.",
|
||||
de: "Es stellt Wurfsterne aus komprimiertem Wasser\nher, die durch ihre hohe Drehgeschwindigkeit\nbeim Werfen sogar Metall durchtrennen.",
|
||||
'pt-br': "Cria estrelas ninja de água comprimida.\nAo girá-las e atirá-las em alta velocidade,\nas estrelas podem dividir metais ao meio.",
|
||||
ko: "물을 압축시켜 수리검을\n만들어 낸다. 고속으로 회전시키며\n던지면 금속도 두 동강이 난다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pyukumuku"
|
||||
en: "Pyukumuku",
|
||||
fr: "Concombaffe",
|
||||
es: "Pyukumuku",
|
||||
it: "Pyukumuku",
|
||||
de: "Gufa",
|
||||
'pt-br': "Pyukumuku",
|
||||
ko: "해무기"
|
||||
},
|
||||
|
||||
illustrator: "OOYAMA",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Rain Splash"
|
||||
en: "Rain Splash",
|
||||
fr: "Pluie Éclaboussante",
|
||||
es: "Golpe de Lluvia",
|
||||
it: "Spruzzapioggia",
|
||||
de: "Regenplatscher",
|
||||
'pt-br': "Chuva Borrifante",
|
||||
ko: "물뿌리기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It lives in warm, shallow waters. If it encounters a foe, it will spit out its internal organs as a means to punch them.",
|
||||
fr: "Il vit dans les eaux chaudes des hauts-fonds.\nS'il croise un ennemi, il l'attaque en lui crachant\nses organes internes au visage.",
|
||||
es: "Vive en los cálidos bajíos de las playas. Si se\ntopa con un enemigo, ataca golpeándolo sin\ncesar con las entrañas que expulsa por la boca.",
|
||||
it: "Vive vicino alle spiagge in acque calde e poco\nprofonde. Quando si imbatte in un nemico, lo\nattacca espellendo gli organi interni dalla bocca.",
|
||||
de: "Es lebt in warmen Küstengewässern. Trifft es auf\neinen Gegner, öffnet es den Mund und lässt zum\nAngriff seine Organe hervorschnellen.",
|
||||
'pt-br': "Vive em águas rasas e quentes. Se encontra\num inimigo, cospe seus órgãos internos\npara enchê-lo de socos.",
|
||||
ko: "따뜻하고 얕은 여울에 산다.\n상대와 마주치면 체내 기관을\n입으로 뿜어서 때려눕힌다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bruxish"
|
||||
en: "Bruxish",
|
||||
fr: "Denticrisse",
|
||||
es: "Bruxish",
|
||||
it: "Bruxish",
|
||||
de: "Knirfish",
|
||||
'pt-br': "Bruxish",
|
||||
ko: "치갈기"
|
||||
},
|
||||
|
||||
illustrator: "Mizue",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Second Strike"
|
||||
en: "Second Strike",
|
||||
fr: "Deuxième Coup",
|
||||
es: "Segundo Golpe",
|
||||
it: "Secondocolpo",
|
||||
de: "Sekundärschlag",
|
||||
'pt-br': "Segundo Golpe",
|
||||
ko: "아픈데때리기"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon has damage on it, this attack does 60 more damage."
|
||||
en: "If your opponent's Active Pokémon has damage on it, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire a subi des dégâts, cette attaque inflige 60 dégâts de plus.",
|
||||
es: "Si el Pokémon Activo de tu rival ya tiene daño, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è danneggiato, questo attacco infligge 60 danni in più.",
|
||||
de: "Wenn dem Aktiven Pokémon deines Gegners bereits Schaden zugefügt wurde, fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se o Pokémon Ativo do seu oponente estiver danificado, este ataque causará 60 pontos de dano a mais.",
|
||||
ko: "상대의 배틀 포켓몬이 데미지를 받고 있다면 60데미지를 추가한다."
|
||||
},
|
||||
|
||||
damage: "10+"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It grinds its teeth with great force to stimulate its brain. It fires the psychic energy created by this process from the protuberance on its head.",
|
||||
fr: "Ce Pokémon grince fortement des dents afin de\nstimuler son cerveau. Il projette ensuite l'énergie\npsychique ainsi créée par l'appendice sur sa tête.",
|
||||
es: "Estimula su cerebro al rechinar los dientes con\nfuerza. Libera el poder psíquico que genera\npor la protuberancia que tiene en la cabeza.",
|
||||
it: "Fa stridere i denti per stimolare il proprio\ncervello e creare così onde psichiche, che\npoi emette dalla protuberanza sulla testa.",
|
||||
de: "Es knirscht stark mit den Zähnen, um sein Gehirn\nzu stimulieren. Die dabei erzeugten Psycho-Kräfte\nsetzt es über den Fortsatz an seinem Kopf frei.",
|
||||
'pt-br': "Range os dentes com muita força para estimular\no seu cérebro. Lança energia psíquica criada durante\neste processo pela protuberância em sua cabeça.",
|
||||
ko: "강하게 이를 갈아서 뇌를 자극한다.\n이를 통해 만들어 낸 사이코 파워를\n머리의 돌기를 통해 발사한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Snom"
|
||||
en: "Snom",
|
||||
fr: "Frissonille",
|
||||
es: "Snom",
|
||||
it: "Snom",
|
||||
de: "Snomnom",
|
||||
'pt-br': "Snom",
|
||||
ko: "누니머기"
|
||||
},
|
||||
|
||||
illustrator: "ryoma uratsuka",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: "10"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It eats snow that has accumulated on the ground. It prefers soft, freshly fallen snow, so it will eat its way up a mountain, aiming for the peak.",
|
||||
fr: "Il se nourrit de la neige qui s'accumule au sol.\nIl la préfère fraîche et va jusqu'au sommet des\nmontagnes en mangeant la neige sur son chemin.",
|
||||
es: "Se alimenta de la nieve acumulada en el terreno.\nComo adora la suave nieve virgen, irá comiendo\nmontaña arriba hasta llegar a la cima.",
|
||||
it: "Si nutre della neve accumulata sul terreno.\nPredilige quella fresca e soffice, che mangia\nman mano che avanza verso la cima dei monti.",
|
||||
de: "Es ernährt sich von am Boden angesammeltem\nSchnee. Da es weichen Neuschnee bevorzugt,\nfrisst es sich bergauf bis zum Gipfel vor.",
|
||||
'pt-br': "Alimenta-se da neve acumulada no chão. Prefere\nneve fofa que acabou de cair, então comerá a\nneve no caminho até o topo da montanha.",
|
||||
ko: "땅에 쌓인 눈이 먹이다.\n새로 내린 부드러운 눈을 좋아해서\n산꼭대기를 향해 먹으며 움직인다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Frosmoth"
|
||||
en: "Frosmoth",
|
||||
fr: "Beldeneige",
|
||||
es: "Frosmoth",
|
||||
it: "Frosmoth",
|
||||
de: "Mottineva",
|
||||
'pt-br': "Frosmoth",
|
||||
ko: "모스노우"
|
||||
},
|
||||
|
||||
illustrator: "aoki",
|
||||
@ -22,11 +28,24 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Powder Snow"
|
||||
en: "Powder Snow",
|
||||
fr: "Poudreuse",
|
||||
es: "Nieve Polvo",
|
||||
it: "Polneve",
|
||||
de: "Pulverschnee",
|
||||
'pt-br': "Neve em Pó",
|
||||
ko: "눈싸라기"
|
||||
},
|
||||
|
||||
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."
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -42,6 +61,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Frosmoth senses air currents with its antennae. It sends its scales drifting on frigid air, making them fall like snow.",
|
||||
fr: "Ce Pokémon perçoit les courants d'air grâce\nà ses antennes. Il lance ses écailles dans l'air\nglacé, et elles tombent comme de la neige.",
|
||||
es: "Puede percibir con sus antenas las corrientes\natmosféricas. Impregna sus escamas de frío\ny las hace caer como si fuera nieve.",
|
||||
it: "Percepisce le correnti d'aria grazie alle\nantenne. Impregna di aria gelida le sue\nscaglie per farle poi cadere a mo' di nevicata.",
|
||||
de: "Mit seinen Fühlern kann es Veränderungen in der\nAtmosphäre wahrnehmen. Seinen mit Kälte\nversetzten Flügelstaub lässt es wie Schnee rieseln.",
|
||||
'pt-br': "Frosmoth sente as correntes de ar com suas\nantenas. Arremessa suas escamas no ar gélido,\nfazendo com que caiam como neve.",
|
||||
ko: "더듬이로 대기의 흐름을 감지한다.\n날개 가루에 냉기를 섞어서\n눈처럼 내리게 한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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: "Mitsuhiro Arita",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Gnaw"
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
de: "Nagen",
|
||||
'pt-br': "Roída",
|
||||
ko: "갉기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
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화가 나면 저장한 전기를 단숨에 방출한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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: "AKIRA EGAWA",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Thunderbolt"
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
es: "Rayo",
|
||||
it: "Fulmine",
|
||||
de: "Donnerblitz",
|
||||
'pt-br': "Relâmpago",
|
||||
ko: "10만볼트"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard all Energy from this Pokémon."
|
||||
en: "Discard all Energy from this Pokémon.",
|
||||
fr: "Défaussez toutes les Énergies de ce Pokémon.",
|
||||
es: "Descarta todas las Energías de este Pokémon.",
|
||||
it: "Rimuovi tutte le Energie assegnate a questo Pokémon.",
|
||||
de: "Lege alle Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte todas as Energias deste Pokémon.",
|
||||
ko: "이 포켓몬에서 에너지를 모두 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "140"
|
||||
@ -42,6 +60,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
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자신은 감전되거나 하지 않는다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pikachu ex"
|
||||
en: "Pikachu ex",
|
||||
fr: "Pikachu-ex",
|
||||
es: "Pikachu ex",
|
||||
it: "Pikachu-ex",
|
||||
de: "Pikachu-ex",
|
||||
'pt-br': "Pikachu ex",
|
||||
ko: "피카츄 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -19,11 +25,23 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Circle Circuit"
|
||||
en: "Circle Circuit",
|
||||
fr: "Cercle Électrik",
|
||||
es: "Circuito Circular",
|
||||
it: "Elettroruota",
|
||||
de: "Rundparcours",
|
||||
'pt-br': "Circuito Circular",
|
||||
ko: "일렉트릭서클"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 damage for each of your Benched L Pokémon."
|
||||
en: "This attack does 30 damage for each of your Benched {L} Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Pokémon {L} sur votre Banc.",
|
||||
es: "Este ataque hace 30 puntos de daño por cada uno de tus Pokémon {L} en Banca.",
|
||||
it: "Questo attacco infligge 30 danni per ogni Pokémon {L} nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes {L}-Pokémon auf deiner Bank 30 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon causa 30 pontos de dano para cada Pokémon {L} no seu Banco.",
|
||||
ko: "자신의 벤치의 {L}포켓몬의 수 × 30데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "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: "sowsow",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Lightning Ball"
|
||||
en: "Lightning Ball",
|
||||
fr: "Boule Éclair",
|
||||
es: "Bola Relámpago",
|
||||
it: "Fulminpalla",
|
||||
de: "Kugelblitz",
|
||||
'pt-br': "Bola de Raios",
|
||||
ko: "번쩍구슬"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
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중력을 거슬러 하늘에 떠 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,13 +1,16 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Genetic Apex"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Magneton"
|
||||
en: "Magneton",
|
||||
fr: "Magnéton",
|
||||
es: "Magneton",
|
||||
it: "Magneton",
|
||||
de: "Magneton",
|
||||
ko: "레어코일",
|
||||
'pt-br': "Magneton"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
@ -16,41 +19,54 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Magnemite"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Volt Charge"
|
||||
en: "Volt Charge",
|
||||
fr: "Charge Volt",
|
||||
es: "Carga Voltio",
|
||||
it: "Carica Volt",
|
||||
de: "Voltladung",
|
||||
ko: "볼트 차지",
|
||||
'pt-br': "Carga Voltaica"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may take a L Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Once during your turn, you may take a {L} Energy from your Energy Zone and attach it to this Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez prendre une Énergie {L} de votre zone Énergie et l'attacher à ce Pokémon.",
|
||||
es: "Una vez durante tu turno, puedes unir 1 Energía {L} de tu área de Energía a este Pokémon.",
|
||||
it: "Una sola volta durante il tuo turno, puoi prendere un'Energia {L} dalla tua Zona Energia e assegnarla a questo Pokémon.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {L}-Energie aus deinem Energiebereich an dieses Pokémon anlegen.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 자신의 에너지존에서 {L}에너지를 1개 내보내 이 포켓몬에게 붙인다.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá pegar 1 Energia {L} da sua Zona de Energia e a este Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Spinning Attack"
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque Tournante",
|
||||
es: "Ataque Giratorio",
|
||||
it: "Attacco Rotante",
|
||||
de: "Rundumangriff",
|
||||
ko: "회전어택",
|
||||
'pt-br': "Ataque Giratório"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
rarity: "Three Diamond",
|
||||
|
||||
description: {
|
||||
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강한 귀울림에 시달리게 된다."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Voltorb"
|
||||
en: "Voltorb",
|
||||
fr: "Voltorbe",
|
||||
es: "Voltorb",
|
||||
it: "Voltorb",
|
||||
de: "Voltobal",
|
||||
'pt-br': "Voltorb",
|
||||
ko: "찌리리공"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It rolls to move. If the ground is uneven, a sudden jolt from hitting a bump can cause it to explode.",
|
||||
fr: "Il se déplace en roulant. Si le sol est cabossé,\nles chocs le font exploser.",
|
||||
es: "Se mueve rodando. Si el terreno es\nirregular, una chispa provocada por\nalgún bache lo hará explotar.",
|
||||
it: "Rotola per spostarsi. Se il terreno è\nirregolare, può esplodere all'improvviso\na causa dell'urto contro un dosso.",
|
||||
de: "Es bewegt sich rollend fort. Rollt es über\nunebenen Boden, kann es plötzlich explodieren.",
|
||||
'pt-br': "Ele rola para se mover. Quando o solo está\ndesnivelado, um solavanco repentino após\num baque pode fazê-lo explodir.",
|
||||
ko: "굴러서 이동하기 때문에\n땅이 울퉁불퉁하면\n충격으로 폭발해 버린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Electrode"
|
||||
en: "Electrode",
|
||||
fr: "Électrode",
|
||||
es: "Electrode",
|
||||
it: "Electrode",
|
||||
de: "Lektrobal",
|
||||
'pt-br': "Electrode",
|
||||
ko: "붐볼"
|
||||
},
|
||||
|
||||
illustrator: "Asako Ito",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Electro Ball"
|
||||
en: "Electro Ball",
|
||||
fr: "Boule Élek",
|
||||
es: "Bola Voltio",
|
||||
it: "Energisfera",
|
||||
de: "Elektroball",
|
||||
'pt-br': "Bola Elétrica",
|
||||
ko: "일렉트릭볼"
|
||||
},
|
||||
|
||||
damage: "70"
|
||||
@ -38,6 +50,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "The more energy it charges up, the faster it gets. But this also makes it more likely to explode.",
|
||||
fr: "Plus il accumule de l'énergie de type Électrik, plus il est rapide.\nMais il a aussi davantage de chances d'exploser.",
|
||||
es: "Cuanta más energía almacena, mayor\nvelocidad alcanza, aunque aumenta\ntambién el riesgo de que explote.",
|
||||
it: "L'energia Elettro che immagazzina\nlo fa andare sempre più veloce, ma\nlo fa anche esplodere più facilmente.",
|
||||
de: "Je mehr elektrische Energie es speichert, desto\nschneller ist es. Allerdings steigt dabei auch das\nRisiko, dass es explodiert.",
|
||||
'pt-br': "Quanto mais energia carrega, mais\nvelocidade ganha. Mas também aumenta\na sua probabilidade de explodir.",
|
||||
ko: "전기 에너지를 모을수록\n고속으로 이동할 수 있게 되나\n그만큼 폭발하기도 쉬워진다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user