mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Fixed Sun & Moon TG TEAM cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -58,10 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cosmic Burn",
|
||||
fr: "Règle des ESCOUADES",
|
||||
fr: "Brûlure Cosmique",
|
||||
},
|
||||
text: {
|
||||
en: "This Pokémon can't use Cosmic Burn during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Brûlure Cosmique pendant votre prochain tour.",
|
||||
},
|
||||
damage: 230
|
||||
},{
|
||||
@ -72,23 +73,10 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Light of the Protector-GX",
|
||||
fr: "Brûlure Cosmique",
|
||||
},
|
||||
text: {
|
||||
en: "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Brûlure Cosmique pendant votre prochain tour.",
|
||||
},
|
||||
damage: 200
|
||||
},{
|
||||
cost: [
|
||||
Type.PSYCHIC,
|
||||
Type.PSYCHIC,
|
||||
Type.COLORLESS
|
||||
],
|
||||
name: {
|
||||
fr: "Lumière de la Protectrice-GX",
|
||||
},
|
||||
text: {
|
||||
en: "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
|
||||
fr: "Si vous avez joué Pleine Puissance de Lilie de votre main pendant ce tour, évitez tous les effets d’attaques, y compris les dégâts, infligés à chacun de vos Pokémon pendant le prochain tour de votre adversaire. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 200
|
||||
@ -114,4 +102,3 @@ const card: Card = {
|
||||
}
|
||||
|
||||
export default card
|
||||
|
||||
|
Reference in New Issue
Block a user