mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Gorythmic",
|
||||
en: "Rillaboom"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 170,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
@ -22,13 +23,16 @@ const card: Card = {
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
fr: "Rythme Voltaique",
|
||||
fr: "Rythme Voltaïque",
|
||||
en: "Voltage Beat"
|
||||
},
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 cartes Énergie Plante, puis les attacher à l'un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu’à 2 cartes Énergie Grass, puis les attacher à l’un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -39,12 +43,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
fr: "Enfoncement",
|
||||
en: "Hammer In"
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -54,8 +60,10 @@ const card: Card = {
|
||||
|
||||
retreat: 3,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Thwackey",
|
||||
fr: "Badabouin"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user