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

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -7,7 +7,7 @@ const card: Card = {
fr: "Rapasdepic",
},
illustrator: "match",
rarity: "Common",
rarity: "None",
category: "Pokemon",
set: Set,
@ -24,17 +24,6 @@ const card: Card = {
},
stage: "Stage1",
abilities: [
{
type: "Ancient Trait",
name: {
fr: "Évolution Δ",
},
effect: {
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
},
},
],
attacks: [
{
cost: [
@ -42,11 +31,13 @@ const card: Card = {
],
name: {
en: "Repeating Drill",
fr: "Multivrille"
},
effect: {
en: "Flip 5 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 5 pièces. Cette attaque inflige 20 dégâts multiplié par le nombre de côtés face."
},
damage: 20,
damage: "20×",
},
{
@ -57,9 +48,11 @@ const card: Card = {
],
name: {
en: "Nosedive",
fr: "Descente en Piqué"
},
effect: {
en: "This Pokémon does 20 damage to itself.",
fr: "Ce Pokémon s'inflige 20 dégâts."
},
damage: 80,