1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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: "Ninetales",
fr: "Feunard"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
38,
],
hp: 80,
types: [
"Fire",
],
evolveFrom: {
en: "Vulpix",
},
stage: "Stage1",
abilities: [
@@ -27,12 +33,15 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Color Shift",
fr: "Changement de couleur"
},
effect: {
en: "Once during your turn (before your attack), you may choose 1 of your opponent's Pokémon. Ninetales is the same type as that Pokémon (all if that Pokémon is more than 1 type) until the end of your turn. This power can't be used if Ninetales is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 des Pokémon de votre adversaire. Feunard est du même type que ce Pokémon (de tous ses types si ce Pokémon est de plus d'un type) jusqu'à la fin du tour. Ce pouvoir ne peut pas être utilisé si Feunard est affecté par un État Spécial."
},
},
],
attacks: [
{
cost: [
@@ -41,14 +50,17 @@ const card: Card = {
],
name: {
en: "Fire Blast",
fr: "Déflagration"
},
effect: {
en: "Discard a Fire Energy attached to Ninetales.",
fr: "Défaussez une Énergie Fire attachée à Feunard."
},
damage: 60,
},
],
weaknesses: [
{
type: "Water",
@@ -56,10 +68,9 @@ const card: Card = {
},
],
description: {
fr: "On raconte que ses neuf queues détiennent un pouvoir mystique. Il peut vivre pendant mille ans."
}
}
export default card