mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Skuntank",
|
||||
fr: "Moufflair"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Stunky",
|
||||
fr: "Moufouette"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -27,6 +25,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -40,14 +39,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Ring",
|
||||
fr: "Anneau de Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -56,9 +58,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
|
||||
|
||||
|
||||
hp: 120,
|
||||
types: ["Darkness"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user