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

Fixed Sun & Moon TG TEAM cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-12 15:35:32 +01:00
parent 3c66d9f0f0
commit cb6ed1407e
9 changed files with 32 additions and 141 deletions

View File

@ -68,7 +68,7 @@ const card: Card = {
],
name: {
en: "Jet Pierce",
fr: "Règle des ESCOUADES",
fr: "Jet Perçant",
},
damage: 180
},{
@ -77,22 +77,12 @@ const card: Card = {
],
name: {
en: "Chaotic Order-GX",
fr: "Jet Perçant",
},
text: {
en: "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)",
},
damage: 180
},{
cost: [
Type.COLORLESS
],
name: {
fr: "Ordre Chaotique-GX",
},
text: {
en: "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)",
fr: "Tournez toutes vos cartes Récompense face découverte. (Ces cartes Récompense restent face découverte pour le reste de la partie.) Si au moins une Énergie Psychic supplémentaire et une Énergie Darkness supplémentaire sont attachées à ce Pokémon (en plus du coût de cette attaque), récupérez 2 cartes Récompense. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}
}],
weaknesses: [{
@ -115,4 +105,3 @@ const card: Card = {
}
export default card