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

fix: Add Neo serie french translations (#167)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:24:19 +01:00
committed by GitHub
parent ffdd3b4656
commit 68054fe4c9
365 changed files with 5008 additions and 2616 deletions

View File

@ -4,23 +4,26 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Unown [P]",
fr: "Zarbi P"
},
illustrator: "CR CG gangs",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
201,
],
hp: 40,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,12 +31,14 @@ const card: Card = {
],
name: {
en: "Hidden Power",
fr: "Puissance cachée"
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
@ -41,10 +46,21 @@ const card: Card = {
},
],
description: {
fr: "On pense que la variété des types de ce Pokémon particulier est le résultat d'une adaptation due à un caprice de l'évolution, chacun possédant une capacité différente."
},
abilities: [{
name: {
fr: "[Perform]"
},
effect: {
fr: "Si une attaque a infligé des dégâts à Zarbi [P] pendant le dernier tour de votre adversaire et si Zarbi [P] était votre Pokémon Actif, l'attaque Puissance cachée de Zarbi [P] inflige le même nombre de dégâts supplémentaires au Pokémon Défenseur. Ce pouvoir fonctionne même si Zarbi (P] est Confus."
},
type: "Pokemon Power"
}]
}
export default card