mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
fix: Add Base serie translations (#161)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,35 +4,44 @@ import Set from '../Wizards Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite",
|
||||
fr: "Dragonite"
|
||||
},
|
||||
|
||||
illustrator: "Toshinao Aoki",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
149,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Dragonair",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Poke-POWER",
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "Special Delivery",
|
||||
fr: "Livraison spéciale"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may draw a card. If you do, choose a card from your hand and put it on top of your deck. This power can't be used if Dragonite is Asleep, Confused, or Paralyzed.",
|
||||
fr: "Une fois durant votre tour (avant votre attaque), vous pouvez tirer une carte. Si vous tirez une carte, choisissez-en une de votre main et placez-la sur le dessus de votre deck. Ce pouvoir ne peut être utilisé si Dragonite est Endormi, Confus ou Paralysé."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -40,13 +49,18 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Supersonic Flight",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Vol supersonique"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien."
|
||||
},
|
||||
|
||||
damage: 60
|
||||
},
|
||||
],
|
||||
|
||||
@ -57,9 +71,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Ce Pokémon peut voler malgré sa taille imposante. On le dit capable de faire le tour de la Terre en 16 heures à peine."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user