From e024bae69e6d1be6cc5ac0040f398c871629d52f Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 19 Feb 2020 19:18:51 +0100 Subject: [PATCH] Added English version of swsh/swshp Signed-off-by: Avior --- cards/swsh/swshp/SWSH001.ts | 2 ++ cards/swsh/swshp/SWSH002.ts | 3 +++ cards/swsh/swshp/SWSH003.ts | 3 +++ cards/swsh/swshp/SWSH004.ts | 5 +++++ cards/swsh/swshp/SWSH005.ts | 4 ++++ cards/swsh/swshp/SWSH006.ts | 4 ++++ cards/swsh/swshp/SWSH007.ts | 4 ++++ cards/swsh/swshp/SWSH008.ts | 4 ++++ cards/swsh/swshp/SWSH009.ts | 5 +++++ cards/swsh/swshp/SWSH010.ts | 3 +++ cards/swsh/swshp/SWSH011.ts | 6 +++++- cards/swsh/swshp/SWSH012.ts | 3 +++ cards/swsh/swshp/SWSH013.ts | 4 ++++ 13 files changed, 49 insertions(+), 1 deletion(-) diff --git a/cards/swsh/swshp/SWSH001.ts b/cards/swsh/swshp/SWSH001.ts index a91ba2e7d..93701259a 100644 --- a/cards/swsh/swshp/SWSH001.ts +++ b/cards/swsh/swshp/SWSH001.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH002.ts b/cards/swsh/swshp/SWSH002.ts index f4edd8ca1..02d969e88 100644 --- a/cards/swsh/swshp/SWSH002.ts +++ b/cards/swsh/swshp/SWSH002.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH003.ts b/cards/swsh/swshp/SWSH003.ts index 3e3ab4cc7..ead13c870 100644 --- a/cards/swsh/swshp/SWSH003.ts +++ b/cards/swsh/swshp/SWSH003.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH004.ts b/cards/swsh/swshp/SWSH004.ts index 6d42b7bb5..3c632fac3 100644 --- a/cards/swsh/swshp/SWSH004.ts +++ b/cards/swsh/swshp/SWSH004.ts @@ -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, diff --git a/cards/swsh/swshp/SWSH005.ts b/cards/swsh/swshp/SWSH005.ts index de462fbf0..13a343359 100644 --- a/cards/swsh/swshp/SWSH005.ts +++ b/cards/swsh/swshp/SWSH005.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH006.ts b/cards/swsh/swshp/SWSH006.ts index 150463de3..cbfe96e94 100644 --- a/cards/swsh/swshp/SWSH006.ts +++ b/cards/swsh/swshp/SWSH006.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH007.ts b/cards/swsh/swshp/SWSH007.ts index 38622211b..619acd04e 100644 --- a/cards/swsh/swshp/SWSH007.ts +++ b/cards/swsh/swshp/SWSH007.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH008.ts b/cards/swsh/swshp/SWSH008.ts index 3b365a849..adcfbac91 100644 --- a/cards/swsh/swshp/SWSH008.ts +++ b/cards/swsh/swshp/SWSH008.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH009.ts b/cards/swsh/swshp/SWSH009.ts index 9e82c8719..2e99368a7 100644 --- a/cards/swsh/swshp/SWSH009.ts +++ b/cards/swsh/swshp/SWSH009.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH010.ts b/cards/swsh/swshp/SWSH010.ts index b0aa7091f..54a42b066 100644 --- a/cards/swsh/swshp/SWSH010.ts +++ b/cards/swsh/swshp/SWSH010.ts @@ -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." } }], diff --git a/cards/swsh/swshp/SWSH011.ts b/cards/swsh/swshp/SWSH011.ts index 97d575fd9..aa29eb283 100644 --- a/cards/swsh/swshp/SWSH011.ts +++ b/cards/swsh/swshp/SWSH011.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH012.ts b/cards/swsh/swshp/SWSH012.ts index 25552b0e9..1b1240559 100644 --- a/cards/swsh/swshp/SWSH012.ts +++ b/cards/swsh/swshp/SWSH012.ts @@ -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 diff --git a/cards/swsh/swshp/SWSH013.ts b/cards/swsh/swshp/SWSH013.ts index 59198d779..f265afb4d 100644 --- a/cards/swsh/swshp/SWSH013.ts +++ b/cards/swsh/swshp/SWSH013.ts @@ -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