mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Kartana",
|
||||
fr: "Katagami",
|
||||
es: "Kartana",
|
||||
it: "Kartana",
|
||||
pt: "Kartana",
|
||||
de: "Katagami"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
798,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -30,12 +36,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Big Cut",
|
||||
fr: "Grosse Coupure",
|
||||
es: "Gran Corte",
|
||||
it: "Grantaglio",
|
||||
pt: "Corte Imenso",
|
||||
de: "Tiefer Schnitt"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have exactly 4 Prize cards remaining, this attack does 120 more damage.",
|
||||
fr: "S’il vous reste exactement 4 cartes Récompense, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
es: "Si te quedan exactamente 4 cartas de Premio, este ataque hace 120 puntos de daño más.",
|
||||
it: "Se hai esattamente quattro carte Premio rimanenti, questo attacco infligge 120 danni in più.",
|
||||
pt: "Se você tiver exatamente 4 cartas de Prêmio restantes, este ataque causará 120 pontos de dano a mais.",
|
||||
de: "Wenn du genau 4 verbleibende Preiskarten hast, fügt diese Attacke 120 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -47,14 +61,23 @@ const card: Card = {
|
||||
name: {
|
||||
en: "False Swipe",
|
||||
fr: "Faux-Chage",
|
||||
es: "Falsotortazo",
|
||||
it: "Falsofinale",
|
||||
pt: "Corte Artificial",
|
||||
de: "Trugschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, put damage counters on your opponent's Active Pokémon until its remaining HP is 10.",
|
||||
en: "Flip a coin. If heads, put damage counters on your opponent’s Active Pokémon until its remaining HP is 10.",
|
||||
fr: "Lancez une pièce. Si c’est face, placez des marqueurs de dégâts sur le Pokémon Actif de votre adversaire jusqu’à ce qu’il ait 10 PV.",
|
||||
es: "Lanza 1 moneda. Si sale cara, pon contadores de daño en el Pokémon Activo de tu rival hasta que le queden 10 PS.",
|
||||
it: "Lancia una moneta. Se esce testa, metti dei segnalini danno sul Pokémon attivo del tuo avversario finché i suoi PS rimanenti diventano 10.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, coloque contadores de dano no Pokémon Ativo do seu oponente até o PS restante dele ser 10.",
|
||||
de: "Wirf 1 Münze. Lege bei Kopf so lang Schadensmarken auf das Aktive Pokémon deines Gegners, bis seine verbleibenden KP 10 betragen."
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -62,10 +85,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user