1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Added BW translation (#65)

* Added basic translation
IT will need a second checkup by another source
as attacks are not correcly ordered

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>

* Removed bugged file

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-02 12:01:58 +02:00
committed by GitHub
parent b46b2c4fb9
commit e21ea0646e
1290 changed files with 8757 additions and 1960 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pansage",
fr: "Feuillajou",
es: "Pansage",
it: "Pansage",
pt: "Pansage",
de: "Vegimak"
},
illustrator: "Kouki Saitou",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cottonee",
fr: "Doudouvet",
es: "Cottonee",
it: "Cottonee",
pt: "Cottonee",
de: "Waumboll"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,25 +5,33 @@ const card: Card = {
name: {
en: "Whimsicott",
fr: "Farfaduvet",
es: "Whimsicott",
it: "Whimsicott",
pt: "Whimsicott",
de: "Elfun"
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
547,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Cottonee",
fr: "Doudouvet",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -56,12 +64,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@ -69,9 +79,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Whimsicott",
fr: "Farfaduvet",
es: "Whimsicott",
it: "Whimsicott",
pt: "Whimsicott",
de: "Elfun"
},
illustrator: "Mizue",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Petilil",
fr: "Chlorobule",
es: "Petilil",
it: "Petilil",
pt: "Petilil",
de: "Lilminip"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Lilligant",
fr: "Fragilady",
es: "Lilligant",
it: "Lilligant",
pt: "Lilligant",
de: "Dressella"
},
illustrator: "Shin Nagasawa",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Deerling",
fr: "Vivaldaim",
es: "Deerling",
it: "Deerling",
pt: "Deerling",
de: "Sesokitz"
},
illustrator: "sui",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sawsbuck",
fr: "Haydaim",
es: "Sawsbuck",
it: "Sawsbuck",
pt: "Sawsbuck",
de: "Kronjuwild"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Virizion",
fr: "Viridium",
es: "Virizion",
it: "Virizion",
pt: "Virizion",
de: "Viridium"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pansear",
fr: "Flamajou",
es: "Pansear",
it: "Pansear",
pt: "Pansear",
de: "Grillmak"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Simisear",
fr: "Flamoutan",
es: "Simisear",
it: "Simisear",
pt: "Simisear",
de: "Grillchita"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Simisage",
fr: "Feuiloutan",
es: "Simisage",
it: "Simisage",
pt: "Simisage",
de: "Vegichita"
},
illustrator: "match",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Darumaka",
fr: "Darumarond",
es: "Darumaka",
it: "Darumaka",
pt: "Darumaka",
de: "Flampion"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Darmanitan",
fr: "Darumacho",
es: "Darmanitan",
it: "Darmanitan",
pt: "Darmanitan",
de: "Flampivian"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Panpour",
fr: "Flotajou",
es: "Panpour",
it: "Panpour",
pt: "Panpour",
de: "Sodamak"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Simipour",
fr: "Flotoutan",
es: "Simipour",
it: "Simipour",
pt: "Simipour",
de: "Sodachita"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Basculin",
fr: "Bargantua",
es: "Basculin",
it: "Basculin",
pt: "Basculin",
de: "Barschuft"
},
illustrator: "match",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Basculin",
fr: "Bargantua",
es: "Basculin",
it: "Basculin",
pt: "Basculin",
de: "Barschuft"
},
illustrator: "Akira Komayama",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ducklett",
fr: "Couaneton",
es: "Ducklett",
it: "Ducklett",
pt: "Ducklett",
de: "Piccolente"
},
illustrator: "MAHOU",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Swanna",
fr: "Lakmécygne",
es: "Swanna",
it: "Swanna",
pt: "Swanna",
de: "Swaroness"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cubchoo",
fr: "Polarhume",
es: "Cubchoo",
it: "Cubchoo",
pt: "Cubchoo",
de: "Petznief"
},
illustrator: "sui",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cubchoo",
fr: "Polarhume",
es: "Cubchoo",
it: "Cubchoo",
pt: "Cubchoo",
de: "Petznief"
},
illustrator: "Kanako Eo",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sewaddle",
fr: "Larveyette",
es: "Sewaddle",
it: "Sewaddle",
pt: "Sewaddle",
de: "Strawickl"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Beartic",
fr: "Polagriffe",
es: "Beartic",
it: "Beartic",
pt: "Beartic",
de: "Siberio"
},
illustrator: "Kouki Saitou",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Beartic",
fr: "Polagriffe",
es: "Beartic",
it: "Beartic",
pt: "Beartic",
de: "Siberio"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",

View File

@ -5,23 +5,29 @@ const card: Card = {
name: {
en: "Emolga",
fr: "Emolga",
es: "Emolga",
it: "Emolga",
pt: "Emolga",
de: "Emolga"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
587,
],
hp: 70,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -55,6 +61,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -62,10 +69,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Joltik",
fr: "Statitik",
es: "Joltik",
it: "Joltik",
pt: "Joltik",
de: "Wattzapf"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,25 +5,33 @@ const card: Card = {
name: {
en: "Galvantula",
fr: "Mygavolt",
es: "Galvantula",
it: "Galvantula",
pt: "Galvantula",
de: "Voltula"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
596,
],
hp: 80,
types: [
"Lightning",
],
evolveFrom: {
en: "Joltik",
fr: "Statitik",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -55,6 +63,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -62,10 +71,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Thundurus",
fr: "Fulguris",
es: "Thundurus",
it: "Thundurus",
pt: "Thundurus",
de: "Voltolos"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Woobat",
fr: "Chovsourir",
es: "Woobat",
it: "Woobat",
pt: "Woobat",
de: "Fleknoil"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Swoobat",
fr: "Rhinolove",
es: "Swoobat",
it: "Swoobat",
pt: "Swoobat",
de: "Fletiamo"
},
illustrator: "Shigenori Negishi",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Venipede",
fr: "Venipatte",
es: "Venipede",
it: "Venipede",
pt: "Venipede",
de: "Toxiped"
},
illustrator: "Kouki Saitou",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Whirlipede",
fr: "Scobolide",
es: "Whirlipede",
it: "Whirlipede",
pt: "Whirlipede",
de: "Rollum"
},
illustrator: "Shin Nagasawa",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sewaddle",
fr: "Larveyette",
es: "Sewaddle",
it: "Sewaddle",
pt: "Sewaddle",
de: "Strawickl"
},
illustrator: "Naoki Saito",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Scolipede",
fr: "Brutapode",
es: "Scolipede",
it: "Scolipede",
pt: "Scolipede",
de: "Cerapendra"
},
illustrator: "kawayoo",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sigilyph",
fr: "Cryptéro",
es: "Sigilyph",
it: "Sigilyph",
pt: "Sigilyph",
de: "Symvolara"
},
illustrator: "Midori Harada",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sigilyph",
fr: "Cryptéro",
es: "Sigilyph",
it: "Sigilyph",
pt: "Sigilyph",
de: "Symvolara"
},
illustrator: "match",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothita",
fr: "Scrutella",
es: "Gothita",
it: "Gothita",
pt: "Gothita",
de: "Mollimorba"
},
illustrator: "MAHOU",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothita",
fr: "Scrutella",
es: "Gothita",
it: "Gothita",
pt: "Gothita",
de: "Mollimorba"
},
illustrator: "sui",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothorita",
fr: "Mesmérella",
es: "Gothorita",
it: "Gothorita",
pt: "Gothorita",
de: "Hypnomorba"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothorita",
fr: "Mesmérella",
es: "Gothorita",
it: "Gothorita",
pt: "Gothorita",
de: "Hypnomorba"
},
illustrator: "Naoki Saito",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothitelle",
fr: "Sidérella",
es: "Gothitelle",
it: "Gothitelle",
pt: "Gothitelle",
de: "Morbitesse"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Magic Room",
fr: "Zone Magique",
es: "Zona Mágica",
it: "Magicozona",
pt: "Sala Mágica",
de: "Magieraum"
},
effect: {
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Item cards from his or her hand.",
en: "As long as this Pokémon is your Active Pokémon, your opponent cant play any Item cards from his or her hand.",
fr: "Tant que ce Pokémon est votre Pokémon Actif, votre adversaire ne peut pas jouer de cartes Objet de sa main.",
es: "Mientras este Pokémon sea tu Pokémon Activo, tu rival no puede jugar ninguna carta de Objeto de su mano.",
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il tuo avversario non può giocare carte Strumento dalla sua mano.",
pt: "Desde que este Pokémon seja seu Pokémon Ativo, seu oponente não poderá jogar cards de Item da mão dele ou dela.",
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann dein Gegner keine Itemkarten von seiner Hand spielen."
},
},
],

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gothitelle",
fr: "Sidérella",
es: "Gothitelle",
it: "Gothitelle",
pt: "Gothitelle",
de: "Morbitesse"
},
illustrator: "Kouki Saitou",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Roggenrola",
fr: "Nodulithe",
es: "Roggenrola",
it: "Roggenrola",
pt: "Roggenrola",
de: "Kiesling"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Swadloon",
fr: "Couverdure",
es: "Swadloon",
it: "Swadloon",
pt: "Swadloon",
de: "Folikon"
},
illustrator: "Naoki Saito",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Roggenrola",
fr: "Nodulithe",
es: "Roggenrola",
it: "Roggenrola",
pt: "Roggenrola",
de: "Kiesling"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Boldore",
fr: "Géolithe",
es: "Boldore",
it: "Boldore",
pt: "Boldore",
de: "Sedimantur"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Boldore",
fr: "Géolithe",
es: "Boldore",
it: "Boldore",
pt: "Boldore",
de: "Sedimantur"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gigalith",
fr: "Gigalithe",
es: "Gigalith",
it: "Gigalith",
pt: "Gigalith",
de: "Brockoloss"
},
illustrator: "Naoki Saito",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
illustrator: "match",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
illustrator: "Midori Harada",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Excadrill",
fr: "Minotaupe",
es: "Excadrill",
it: "Excadrill",
pt: "Excadrill",
de: "Stalobor"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Excadrill",
fr: "Minotaupe",
es: "Excadrill",
it: "Excadrill",
pt: "Excadrill",
de: "Stalobor"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Throh",
fr: "Judokrak",
es: "Throh",
it: "Throh",
pt: "Throh",
de: "Jiutesto"
},
illustrator: "match",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sawk",
fr: "Karaclée",
es: "Sawk",
it: "Sawk",
pt: "Sawk",
de: "Karadonis"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Swadloon",
fr: "Couverdure",
es: "Swadloon",
it: "Swadloon",
pt: "Swadloon",
de: "Folikon"
},
illustrator: "MAHOU",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sandile",
fr: "Mascaïman",
es: "Sandile",
it: "Sandile",
pt: "Sandile",
de: "Ganovil"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Krokorok",
fr: "Escroco",
es: "Krokorok",
it: "Krokorok",
pt: "Krokorok",
de: "Rokkaiman"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Krookodile",
fr: "Crocorible",
es: "Krookodile",
it: "Krookodile",
pt: "Krookodile",
de: "Rabigator"
},
illustrator: "Naoki Saito",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Black Eyes",
fr: "Œil Noir",
es: "Ojos Negros",
it: "Nerosguardo",
pt: "Olhos Negros",
de: "Blaues Auge"
},
effect: {
en: "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre Pokémon Actif, vous pouvez lancer une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
en: "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may flip a coin. If heads, discard an Energy attached to your opponents Active Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre Pokémon Actif, vous pouvez lancer une pièce. Si cest face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
es: "Una vez durante tu turno (antes de tu ataque), si este Pokémon es tu Pokémon Activo, puedes lanzar una moneda. Si sale cara, descarta una Energía unida al Pokémon Activo de tu rival.",
it: "Una sola volta durante il tuo turno, prima di attaccare, se questo Pokémon è il tuo Pokémon attivo, puoi lanciare una moneta. Se esce testa, scarta unEnergia assegnata al Pokémon attivo del tuo avversario.",
pt: "Uma vez na sua vez de jogar (antes de atacar), se este Pokémon for seu Pokémon Ativo, você poderá jogar uma moeda. Se sair cara, descarte uma Energia ligada ao Pokémon Ativo do seu oponente.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn dieses Pokémon dein Aktives Pokémon ist, 1 Münze werfen. Lege bei „Kopf“ 1 Energie, die an das Aktive Pokémon deines Gegners angelegt ist, auf dessen Ablagestapel."
},
},
],

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Terrakion",
fr: "Terrakium",
es: "Terrakion",
it: "Terrakion",
pt: "Terrakion",
de: "Terrakium"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Purrloin",
fr: "Chacripan",
es: "Purrloin",
it: "Purrloin",
pt: "Purrloin",
de: "Felilou"
},
illustrator: "Atsuko Nishida",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Liepard",
fr: "Léopardus",
es: "Liepard",
it: "Liepard",
pt: "Liepard",
de: "Kleoparda"
},
illustrator: "Akira Komayama",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
illustrator: "Shin Nagasawa",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Vullaby",
fr: "Vostourno",
es: "Vullaby",
it: "Vullaby",
pt: "Vullaby",
de: "Skallyk"
},
illustrator: "sui",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Mandibuzz",
fr: "Vaututrice",
es: "Mandibuzz",
it: "Mandibuzz",
pt: "Mandibuzz",
de: "Grypheldis"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Leavanny",
fr: "Manternel",
es: "Leavanny",
it: "Leavanny",
pt: "Leavanny",
de: "Matrifol"
},
illustrator: "Kouki Saitou",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ferroseed",
fr: "Grindur",
es: "Ferroseed",
it: "Ferroseed",
pt: "Ferroseed",
de: "Kastadur"
},
illustrator: "Midori Harada",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ferroseed",
fr: "Grindur",
es: "Ferroseed",
it: "Ferroseed",
pt: "Ferroseed",
de: "Kastadur"
},
illustrator: "MAHOU",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ferrothorn",
fr: "Noacier",
es: "Ferrothorn",
it: "Ferrothorn",
pt: "Ferrothorn",
de: "Tentantel"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ferrothorn",
fr: "Noacier",
es: "Ferrothorn",
it: "Ferrothorn",
pt: "Ferrothorn",
de: "Tentantel"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Klink",
fr: "Tic",
es: "Klink",
it: "Klink",
pt: "Klink",
de: "Klikk"
},
illustrator: "Kouki Saitou",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Klang",
fr: "Clic",
es: "Klang",
it: "Klang",
pt: "Klang",
de: "Kliklak"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Klinklang",
fr: "Cliticlic",
es: "Klinklang",
it: "Klinklang",
pt: "Klinklang",
de: "Klikdiklak"
},
illustrator: "Akira Komayama",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cobalion",
fr: "Cobaltium",
es: "Cobalion",
it: "Cobalion",
pt: "Cobalion",
de: "Kobalium"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Watchog",
fr: "Miradar",
es: "Watchog",
it: "Watchog",
pt: "Watchog",
de: "Kukmarda"
},
illustrator: "MAHOU",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Leavanny",
fr: "Manternel",
es: "Leavanny",
it: "Leavanny",
pt: "Leavanny",
de: "Matrifol"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
illustrator: "Naoki Saito",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Tranquill",
fr: "Colombeau",
es: "Tranquill",
it: "Tranquill",
pt: "Tranquill",
de: "Navitaub"
},
illustrator: "Midori Harada",
rarity: "Uncommon",

View File

@ -5,25 +5,33 @@ const card: Card = {
name: {
en: "Unfezant",
fr: "Déflaisan",
es: "Unfezant",
it: "Unfezant",
pt: "Unfezant",
de: "Fasasnob"
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
521,
],
hp: 120,
types: [
"Colorless",
],
evolveFrom: {
en: "Tranquill",
fr: "Colombeau",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -58,12 +66,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -71,9 +81,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Audino",
fr: "Nanméouïe",
es: "Audino",
it: "Audino",
pt: "Audino",
de: "Ohrdoch"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Minccino",
fr: "Chinchidou",
es: "Minccino",
it: "Minccino",
pt: "Minccino",
de: "Picochilla"
},
illustrator: "Atsuko Nishida",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cinccino",
fr: "Pashmilla",
es: "Cinccino",
it: "Cinccino",
pt: "Cinccino",
de: "Chillabell"
},
illustrator: "Mizue",
rarity: "Uncommon",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Rufflet",
fr: "Furaiglon",
es: "Rufflet",
it: "Rufflet",
pt: "Rufflet",
de: "Geronimatz"
},
illustrator: "Kouki Saitou",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Rufflet",
fr: "Furaiglon",
es: "Rufflet",
it: "Rufflet",
pt: "Rufflet",
de: "Geronimatz"
},
illustrator: "Naoyo Kimura",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Braviary",
fr: "Gueriaigle",
es: "Braviary",
it: "Braviary",
pt: "Braviary",
de: "Washakwil"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Tornadus",
fr: "Boréas",
es: "Tornadus",
it: "Tornadus",
pt: "Tornadus",
de: "Boreos"
},
illustrator: "5ban Graphics",
rarity: "Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cottonee",
fr: "Doudouvet",
es: "Cottonee",
it: "Cottonee",
pt: "Cottonee",
de: "Waumboll"
},
illustrator: "Atsuko Nishida",
rarity: "Common",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Bianca",
fr: "Bianca",
es: "Bel",
it: "Belle",
pt: "Bianca",
de: "Bell"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Piochez des cartes jusqu'à ce que vous ayez 6 cartes en main.",
en: "Draw cards until you have 6 cards in your hand.",
es: "Roba cartas hasta que tengas 6 cartas en tu mano.",
it: "Pesca fino ad avere sei carte in mano.",
pt: "Compre cards até ter 6 cards em sua mão.",
de: "Ziehe so viele Karten, bis du 6 Karten auf der Hand hast."
},
trainerType: "Supporter",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cheren",
fr: "Tcheren",
es: "Cheren",
it: "Komor",
pt: "Cheren",
de: "Cheren"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Piochez 3 cartes.",
en: "Draw 3 cards.",
es: "Roba 3 cartas.",
it: "Pesca tre carte.",
pt: "Compre 3 cards.",
de: "Ziehe 3 Karten."
},
trainerType: "Supporter",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Crushing Hammer",
fr: "Maillet Écrasant",
es: "Martillo Demoledor",
it: "Martello Dirompente",
pt: "Martelo Esmagador",
de: "Schmetterhammer"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -23,7 +27,12 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée à 1 des Pokémon de votre adversaire.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie attachée à 1 des Pokémon de votre adversaire.",
en: "Flip a coin. If heads, discard an Energy attached to 1 of your opponents Pokémon.",
es: "Lanza una moneda. Si sale cara, descarta una Energía unida a 1 de los Pokémon de tu rival.",
it: "Lancia una moneta. Se esce testa, scarta unEnergia assegnata a uno dei Pokémon del tuo avversario.",
pt: "Você pode jogar tantos cards de Item quanto desejar na sua vez (antes de atacar).",
de: "Wirf 1 Münze. Lege bei „Kopf“ 1 an ein gegnerisches Pokémon angelegte Energie auf den Ablagestapel deines Gegners."
},
trainerType: "Item",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Great Ball",
fr: "Super Ball",
es: "Superball",
it: "Mega Ball",
pt: "Grande Bola",
de: "Superball"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer un Pokémon que vous y trouvez et l'ajouter à votre main. Mélangez les autres cartes avec votre deck.",
en: "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.",
es: "Mira las 7 primeras cartas de tu baraja. Puedes enseñar un Pokémon que encuentres entre ellas y ponerlo en tu mano. Pon el resto de cartas de nuevo en tu baraja y barájalas todas.",
it: "Guarda le prime sette carte del tuo mazzo. Puoi mostrare un Pokémon che hai trovato e aggiungerlo alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
pt: "Olhe os 7 cards de cima do seu baralho. Você poderá revelar um Pokémon que encontrar lá e colocá-lo em sua mão. Embaralhe os demais cards de volta.",
de: "Schau dir die obersten 7 Karten deines Decks an. Du kannst 1 darunter gefundenes Pokémon zeigen und es auf deine Hand nehmen. Mische die anderen Karten anschließend zurück in dein Deck."
},
trainerType: "Item",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Max Potion",
fr: "Potion Max",
es: "Máxima Poción",
it: "Pozione Max",
pt: "Poção Máxima",
de: "Top-Trank"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -23,7 +27,12 @@ const card: Card = {
effect: {
fr: "Soignez tous les dégâts de l'un de vos Pokémon. Ensuite, défaussez toutes les Énergies attachées au Pokémon choisi.",
fr: "Soignez tous les dégâts de lun de vos Pokémon. Ensuite, défaussez toutes les Énergies attachées au Pokémon choisi.",
en: "Heal all damage from 1 of your Pokémon. Then, discard all Energy attached to that Pokémon.",
es: "Cura todos los puntos de daño a 1 de tus Pokémon. Después, descarta todas las Energías unidas a ese Pokémon.",
it: "Cura uno dei tuoi Pokémon da tutti i danni. Poi scarta tutta lEnergia assegnata a quel Pokémon.",
pt: "Cure todos os danos de 1 dos seus Pokémon. Em seguida, descarte toda a Energia ligada a este Pokémon.",
de: "Heile allen Schaden bei 1 deiner Pokémon. Lege alle Energien, die an das Pokémon angelegt sind, auf deinen Ablagestapel."
},
trainerType: "Item",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pokémon Catcher",
fr: "Attrape-Pokémon",
es: "CapturaPokémon",
it: "Acchiappa-Pokémon",
pt: "Pegador de Pokémon",
de: "Pokémon-Fänger"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Échangez le Pokémon Actif de votre adversaire avec 1 de ses Pokémon de Banc.",
en: "Flip a coin. If heads, switch 1 of your opponents Benched Pokémon with his or her Active Pokémon.",
es: "Lanza 1 moneda. Si sale cara, cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
it: "Lancia una moneta. Se esce testa, scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Jogue uma moeda. Se sair cara, troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo desse oponente.",
de: "Wirf 1 Münze. Bei „Kopf“ kannst du 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon austauschen."
},
trainerType: "Item",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Recycle",
fr: "Recyclage",
es: "Reciclaje",
it: "Riciclo",
pt: "Reciclagem",
de: "Aufbereitung"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -23,7 +27,12 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, placez une carte de votre pile de défausse sur le dessus de votre deck.",
fr: "Lancez une pièce. Si cest face, placez une carte de votre pile de défausse sur le dessus de votre deck.",
en: "Flip a coin. If heads, put a card from your discard pile on top of your deck.",
es: "Puedes jugar tantas cartas de Objeto como quieras durante tu turno (antes de tu ataque).",
it: "Puoi giocare tutte le carte Strumento che vuoi durante il tuo turno, prima di attaccare.",
pt: "Jogue uma moeda. Se sair cara, coloque um card da sua pilha de descarte em cima do seu baralho.",
de: "Wirf 1 Münze. Lege bei „Kopf“ 1 Karte von deinem Ablagestapel auf dein Deck."
},
trainerType: "Item",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Thundurus",
fr: "Fulguris",
es: "Thundurus",
it: "Thundurus",
pt: "Thundurus",
de: "Voltolos"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Tornadus",
fr: "Boréas",
es: "Tornadus",
it: "Tornadus",
pt: "Tornadus",
de: "Boreos"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",