mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -4,31 +4,34 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Garbodor",
|
||||
fr: "Miasmax"
|
||||
},
|
||||
|
||||
illustrator: "AKIRA EGAWA",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 120,
|
||||
|
||||
evolveFrom: {
|
||||
en: "Trubbish",
|
||||
fr: "Miamiasme"
|
||||
},
|
||||
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Poisonous Puddle",
|
||||
fr: "Flaque Toxique"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, if a Stadium is in play, you may make your opponent's Active Pokémon Poisoned.",
|
||||
fr: "Une fois pendant votre tour, si un Stade est en jeu, vous pouvez laisser le Pokémon Actif de votre adversaire Empoisonné."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sludge Bomb",
|
||||
fr: "Bombe Beurk"
|
||||
},
|
||||
effect: {
|
||||
en: undefined,
|
||||
@@ -46,6 +50,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -54,9 +59,7 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
types: ["Darkness"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user