Skip to content

Commit

Permalink
Merge pull request #1 from r0adkll/fix/missing-giratina-promo
Browse files Browse the repository at this point in the history
Added the Giratina XY184 Promo
  • Loading branch information
adback03 authored Nov 7, 2017
2 parents d0701b3 + c985daa commit 8cd26f5
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion json/cards/XY Black Star Promos.json
Original file line number Diff line number Diff line change
Expand Up @@ -8749,5 +8749,59 @@
],
"nationalPokedexNumber": 359,
"imageUrlHiRes": "https://images.pokemontcg.io/xyp/XY178_hires.png"
},
{
"id": "xyp-XY184",
"name": "Giratina",
"imageUrl": "https://images.pokemontcg.io/xyp/XY184.png",
"subtype": "Basic",
"supertype": "Pokémon",
"ability": {
"name": "Devour Light",
"text": "Each Pokemon BREAK has no Abilities (this includes Abilities of its previous Evolution).",
"type": "Ability"
},
"hp": "130",
"retreatCost": [
"Colorless",
"Colorless"
],
"number": "XY184",
"artist": "5ban Graphics",
"rarity": "Rare Holo",
"series": "XY",
"set": "XY Black Star Promos",
"setCode": "xyp",
"types": [
"Psychic"
],
"attacks": [
{
"name": "Shadow Claw",
"cost": [
"Psychic",
"Psychic",
"Colorless",
"Colorless"
],
"convertedEnergyCost": 4,
"damage": "110",
"text": "Discard a random card from your opponent's hand."
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"nationalPokedexNumber": 487,
"imageUrlHiRes": "https://images.pokemontcg.io/xyp/XY184_hires.png"
}
]
]

0 comments on commit 8cd26f5

Please sign in to comment.