mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Emerald'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sceptile",
|
||||
fr: "Jungko"
|
||||
fr: "Jungko",
|
||||
de: "Gewaldro"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -28,26 +29,31 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Green Essence",
|
||||
fr: "Extrait de plante"
|
||||
fr: "Extrait de plante",
|
||||
de: "Green Essence"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Sceptile is in play, each of your Active Pokémon that has Grass Energy attached to it can't be affected by any Special Conditions.",
|
||||
fr: "Tant que Jungko est en jeu, vos Pokémon Actifs possédant une Énergie ne peuvent pas être affectés par un État Spécial."
|
||||
fr: "Tant que Jungko est en jeu, vos Pokémon Actifs possédant une Énergie ne peuvent pas être affectés par un État Spécial.",
|
||||
de: "As long as Sceptile is in play, each of your Pokémon that has a Energie attached to it can´t be affected by any Special Conditions."
|
||||
},
|
||||
},
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Grass",
|
||||
],
|
||||
cost: ["Grass", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Swift"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: 60,
|
||||
|
||||
effect: {
|
||||
de: "This attack isn´t affected by Weakness,Resistance,Pokepowers,Pokebodys,or any other effects on the defending Pokémon."
|
||||
}
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
@ -58,13 +64,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift",
|
||||
fr: "Météores"
|
||||
fr: "Météores",
|
||||
de: "Razor Leaf"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur."
|
||||
},
|
||||
damage: 60,
|
||||
damage: 30,
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user