1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Added English version of swsh/swshp

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-19 19:18:51 +01:00
parent be94e712b8
commit e024bae69e
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
13 changed files with 49 additions and 1 deletions

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Grookey",
fr: "Ouistempo",
},
@ -41,6 +42,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Branch Poke",
fr: "Tapotige",
},
damage: 30

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Scorbunny",
fr: "Falmbino",
},
@ -40,9 +41,11 @@ const card: Card = {
Type.FIRE
],
name: {
en: "Super Singe",
fr: "Super Roussi",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémin is now burned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Brûlé."
},
damage: 10

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Sobble",
fr: "Larméléon",
},
@ -41,9 +42,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Bind",
fr: "Étreinte",
},
text: {
en: "Flip a coin. If heads, you 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é.",
},
damage: 20

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Meowth V",
fr: "Miaouss V",
},
@ -32,6 +33,7 @@ const card: Card = {
],
evolveTo: [{
en: "Meowth VMAX",
fr: "Miaouss VMAX"
}],
@ -45,9 +47,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Pay Day",
fr: "Jackpot",
},
text: {
en: "Draw a card.",
fr: "Piocher une carte."
},
damage: 30
@ -58,6 +62,7 @@ const card: Card = {
Type.COLORLESS,
],
name: {
en: "Slashing claw",
fr: "Griffe Taillante",
},
damage: 130,

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Meowth VMAX",
fr: "Miaouss VMAX",
},
@ -31,6 +32,7 @@ const card: Card = {
],
evolveFrom: {
en: "Meowth V",
fr: "Miaouss V",
},
@ -47,9 +49,11 @@ const card: Card = {
Type.COLORLESS,
],
name: {
en: "G-MAX Gold Rush",
fr: "Pactole G-MAX",
},
text: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes."
},
damage: 200

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Rillaboom",
fr: "Gorythmic",
},
@ -38,9 +39,11 @@ const card: Card = {
abilities: [{
type: AbilityType.TALENT,
name: {
en: "Volatge Beat",
fr: "Rythme Voltaique",
},
text: {
en : "Once during your turn, you may search your deck for up to 2 Grass Energy cards and atttach them to 1 of your Pokémon. Then, shuffle your deck.",
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 cartes Énergie Plante, puis les attacher à l'un de vos Pokémon. Mélangez ensuite votre deck."
}
}],
@ -53,6 +56,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Hammer In",
fr: "Enfoncement",
},
damage: 140

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Frosmoth",
fr: "Beldeneige",
},
@ -38,9 +39,11 @@ const card: Card = {
abilities: [{
type: AbilityType.TALENT,
name: {
en: "Ice Dance",
fr: "Dans de Glace"
},
text: {
en: "As often as you like during your turn, you may attach a Wate Energy card from your hand to 1 of your Benched Water Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Eau de votre main à l'un de vos Pokémon Eau de Banc."
}
}],
@ -51,6 +54,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Aurora Beam",
fr: "Onde Boréale",
},
damage: 30

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Galarian Perrserker",
fr: "Berserkatt de Galar",
},
@ -38,9 +39,11 @@ const card: Card = {
abilities: [{
type: AbilityType.TALENT,
name: {
en: "Steely Spirit",
fr: "Boost Acier"
},
text: {
en: "Your Steel Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
fr: "Les attaques de vos Pokémon Acier infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la résistance)."
}
}],
@ -52,6 +55,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Metal Claw",
fr: "Griffe Acier",
},
damage: 70

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Cinccino",
fr: "Pashmilla",
},
@ -38,9 +39,11 @@ const card: Card = {
abilities: [{
type: AbilityType.TALENT,
name: {
en: "Make Do",
fr: "Faire Avec",
},
text: {
en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.",
fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes."
}
}],
@ -50,9 +53,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Energy Assist",
fr: "Assistance Énergétique"
},
text: {
en: "Attach a basic Energy card from your discard pile to 1 od your benched Pokémon.",
fr: "Attachez une carte Énergie de base de votre pile de défausse à l'un de vos Pokémon de Banc."
},
damage: 40

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Gossifleur",
fr: "Tournicoton",
},
@ -40,9 +41,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Sing",
fr: "Berceuse",
},
text: {
en: "Your opponnent's Active Pokémon os now Asleep.",
fr: "LE Pokémon Actif de votre adversaire est maintenant Endormi."
}
}],

View File

@ -17,7 +17,8 @@ const card: Card = {
// Card informations
name: {
fr: "Moumouton>",
en: "Wooloo",
fr: "Moumouton",
},
hp: 60,
@ -40,9 +41,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Defense Curl",
fr: "Boul'Armure",
},
text: {
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adrversaire."
}
}, {
@ -51,6 +54,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Headbutt",
fr: "Coup d'Boule",
},
damage: 20

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Morpeko",
fr: "Morpeko",
},
@ -42,9 +43,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Thunder Shock",
fr: "Éclair",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièces. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé."
},
damage: 60

View File

@ -17,6 +17,7 @@ const card: Card = {
// Card informations
name: {
en: "Galarian Ponyta",
fr: "Ponyta de Galar",
},
@ -40,9 +41,11 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Heal Pulse",
fr: "Vibra Soin",
},
text: {
en: "Heal 30 damage from 1 of your Pokémon.",
fr: "Soignez 30 dégâts de l'un de vos Pokémon."
}
}, {
@ -51,6 +54,7 @@ const card: Card = {
Type.COLORLESS
],
name: {
en: "Flop",
fr: "Flop"
},
damage: 20