1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +00:00

fix: Add Diamond & Pearl French translations (#179)

* fix: Add the two first sets

Signed-off-by: Avior <github@avior.me>

* fix: Add DP, DP Black Star and Mysterious Treasures

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 18:11:03 +00:00
committed by GitHub
parent b70c73d43e
commit d4be6fa84f
505 changed files with 4907 additions and 2204 deletions

View File

@ -4,22 +4,28 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Crobat",
fr: "Nostenfer"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
169,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Golbat",
},
stage: "Stage2",
abilities: [
@ -27,12 +33,15 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Evolutionary Toxic",
fr: "Toxik d'évolution"
},
effect: {
en: "Once during your turn, when you play Crobat from your hand to evolve 1 of your Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
fr: "Une seule fois lors de votre tour, lorsque vous jouez Nostenfer de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez choisir 1 des Pokémon Défenseurs. Ce Pokémon est maintenant Empoisonné. Placez 2 marqueurs de dégâts au lieu d'1 sur ce Pokémon entre deux tours."
},
},
],
attacks: [
{
cost: [
@ -41,19 +50,23 @@ const card: Card = {
],
name: {
en: "Strike and Fade",
fr: "Frapper et s'effacer"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, shuffle Crobat and all cards attached to it back into your deck.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 50 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Lancez une pièce. Si c'est pile, mélangez Nostenfer et toutes les cartes qui lui sont attachées à votre deck."
},
},
],
weaknesses: [
{
type: "Psychic",
value: "+30"
},
],
resistances: [
{
type: "Fighting",
@ -61,9 +74,9 @@ const card: Card = {
},
],
description: {
fr: "Il vole rapidement et sans faire de bruit grâce à ses quatre ailes. C'est un Pokémon nocturne."
}
}
export default card