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

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,28 +4,20 @@ import Set from '../Darkness Ablaze'
const card: Card = {
name: {
en: "Rare Fossil",
fr: "Fossile Rare"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Play this card as if it were a 70-HP Basic Colorless Pokémon. At any time during your turn, you may discard this card from play.\n\n \n\nThis card cant be affected by any Special Conditions, and it cant retreat.",
fr: "Jouez cette carte comme si cétait un Pokémon Colorless de base avec 70 PV. Nimporte quand pendant votre tour, vous pouvez défausser cette carte du jeu.\n\n \n\n\nCette carte ne peut être affectée par aucun État Spécial, et elle ne peut pas battre en retraite."
},
trainerType: "Item"
}
export default card