1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01:59 +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

@@ -56,25 +56,10 @@ const card: Card = {
],
name: {
en: "Fabled Flarebolts",
fr: "Règle des ESCOUADES",
},
text: {
en: "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way.",
},
damage: 90
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.LIGHTNING,
Type.LIGHTNING
],
name: {
en: "Cross Break-GX",
fr: "Flamme-Foudre Fabuleuse",
},
text: {
en: "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
en: "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way.",
fr: "Défaussez une combinaison dun maximum de 3 cartes Énergie Fire de base et Énergie Lightning de base de vos Pokémon de Banc. Cette attaque inflige 90 dégâts pour chaque carte défaussée de cette façon.",
},
damage: "90×"
@@ -86,11 +71,13 @@ const card: Card = {
Type.LIGHTNING
],
name: {
en: "Cross Break-GX",
fr: "Fracture Croisée-GX",
},
text: {
en: "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
fr: "Cette attaque inflige 170 dégâts à lun des Pokémon de Banc de votre adversaire. Si vous avez joué Résolution de N de votre main pendant ce tour, cette attaque inflige également 170 dégâts à lun des autres Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}
}],
weaknesses: [{
@@ -113,4 +100,3 @@ const card: Card = {
}
export default card