mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,23 +5,29 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pheromosa",
|
||||
fr: "Cancrelove",
|
||||
es: "Pheromosa",
|
||||
it: "Pheromosa",
|
||||
pt: "Pheromosa",
|
||||
de: "Schabelle"
|
||||
},
|
||||
illustrator: "You Iribi",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "You Iribi",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
795,
|
||||
],
|
||||
|
||||
hp: 110,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -30,6 +36,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "High Jump Kick",
|
||||
fr: "Pied Voltige",
|
||||
es: "Patada Salto Alta",
|
||||
it: "Calcinvolo",
|
||||
pt: "Chute de Pulo Alto",
|
||||
de: "Turmkick"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -44,15 +54,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "White Ray",
|
||||
fr: "Rayon Blanc",
|
||||
es: "Rayo Blanco",
|
||||
it: "Raggiobianco",
|
||||
pt: "Raio Branco",
|
||||
de: "Weißer Strahl"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have only 1 Prize card remaining, this attack does 90 more damage.",
|
||||
fr: "S’il vous reste exactement 1 carte Récompense, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si te queda exactamente 1 carta de Premio, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se hai esattamente una carta Premio rimanente, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se você tiver apenas 1 carta de Prêmio restante, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn du genau 1 verbleibende Preiskarte hast, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 90,
|
||||
damage: "90+",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -60,10 +79,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user