Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add svp-129 #544

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions cards/en/svp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7670,6 +7670,60 @@
"large": "https://images.pokemontcg.io/svp/128_hires.png"
}
},
{
"id": "svp-129",
"name": "Pecharunt",
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"hp": "80",
"types": [
"Psychic"
],
"abilities": [
{
"name": "Toxic Subjugation",
"text": "As long as this Pokémon is in the Active Spot, put 5 more damage counters on your opponent's Poisoned Pokémon during Pokémon Checkup.",
"type": "Ability"
}
],
"attacks": [
{
"name": "Poison Chain",
"cost": [
"Darkness",
"Colorless"
],
"convertedEnergyCost": 2,
"damage": "10",
"text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"retreatCost": [
"Colorless"
],
"convertedRetreatCost": 1,
"number": "129",
"artist": "nagimiso",
"rarity": "Promo",
"legalities": {
"unlimited": "Legal",
"standard": "Legal",
"expanded": "Legal"
},
"regulationMark": "H",
"images": {
"small": "https://images.pokemontcg.io/svp/129.png",
"large": "https://images.pokemontcg.io/svp/129_hires.png"
}
},
{
"id": "svp-148",
"name": "Miraidon",
Expand Down