1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,35 +4,44 @@ import Set from '../Team Rocket'
const card: Card = {
name: {
en: "Dark Dragonair",
fr: "Draco obscur"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
148,
],
hp: 60,
types: [
"Colorless",
],
evolveFrom: {
en: "Dratini",
},
stage: "Stage1",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Evolutionary Light",
fr: "Lumière évolutive"
},
effect: {
en: "Once during your turn (before your attack), you may search your deck for an Evolution card. Show it to your opponent and put it into your hand. Shuffle your deck afterward. This power can't be used if Dark Dragonair is Asleep, Confused, or Paralyzed.",
fr: "Une fois pendant votre tour (avant votre attaque), vous pouvez chercher une carte Évolution dans votre deck. Placez-la dans votre main, puis mélangez votre deck. Ce pouvoir ne peut être utilisé si Draco obscur est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -42,11 +51,13 @@ const card: Card = {
],
name: {
en: "Tail Strike",
fr: "Attaque codale"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires ; si c'est pile, cette attaque inflige 20 dégâts."
},
damage: 20,
damage: "20+",
},
],
@ -58,9 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Comme il se doit à un Pokémon légendaire, il a de nombreux pouvoirs étranges, comme la faculté de faire pleuvoir ou neiger."
}
}
export default card