1
0
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:
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,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 opponents Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon cant 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