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

Added Celebrations Datas (#124)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-26 17:21:38 +02:00
committed by GitHub
parent 2e18aa4aac
commit 829d78fa6f
47 changed files with 315 additions and 116 deletions

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 100,
types: ["Grass"],
@ -29,7 +29,23 @@ const card: Card = {
value: ""
}],
retreat: 2
retreat: 2,
description: {
en: "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight."
},
abilities: [{
type: "Pokemon Power",
name: {
en: "Energy Trans"
},
effect: {
en: "As often as you like during your turn (before your attack), you may take 1 Grass Energy card attached to 1 of your Pokémon and attach it to a different one. This power can't be used if Venusaur is Asleep, Confused, or Paralyzed."
}
}]
}
export default card