mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +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:
@ -4,23 +4,26 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Regigigas",
|
||||
fr: "Regigigas"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
486,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -30,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
fr: "Traîne"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon.",
|
||||
fr: "Avant d'infliger des dégâts, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec le Pokémon Défenseur."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,14 +51,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Giga Hammer",
|
||||
fr: "Giga marteau"
|
||||
},
|
||||
effect: {
|
||||
en: "Regigigas can't use Giga Hammer during your next turn.",
|
||||
fr: "Regigigas ne peut pas utiliser Giga marteau lors de votre prochain tour."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -61,10 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Une légende tenace veut que ce Pokémon ait traîné les continents en les attachant à des cordes."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user