Spaces:
Running
Running
Ron Au
commited on
Commit
·
9328827
1
Parent(s):
c22d10e
fix(attacks): Filter if text is just "Flip a coin." :P
Browse files- lists/attacks.json +49 -250
lists/attacks.json
CHANGED
@@ -162,17 +162,6 @@
|
|
162 |
"damage": "",
|
163 |
"text": "Discard 1 Psychic Energy card attached to <name> in order to prevent all effects of attacks, including damage, done to <name> during your opponent's next turn."
|
164 |
},
|
165 |
-
{
|
166 |
-
"name": "Thrash",
|
167 |
-
"cost": [
|
168 |
-
"Grass",
|
169 |
-
"Colorless",
|
170 |
-
"Colorless"
|
171 |
-
],
|
172 |
-
"convertedEnergyCost": 3,
|
173 |
-
"damage": "30+",
|
174 |
-
"text": "Flip a coin."
|
175 |
-
},
|
176 |
{
|
177 |
"name": "Toxic",
|
178 |
"cost": [
|
@@ -353,16 +342,6 @@
|
|
353 |
"damage": "10",
|
354 |
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
355 |
},
|
356 |
-
{
|
357 |
-
"name": "Thunderpunch",
|
358 |
-
"cost": [
|
359 |
-
"Lightning",
|
360 |
-
"Colorless"
|
361 |
-
],
|
362 |
-
"convertedEnergyCost": 2,
|
363 |
-
"damage": "30+",
|
364 |
-
"text": "Flip a coin."
|
365 |
-
},
|
366 |
{
|
367 |
"name": "Electric Shock",
|
368 |
"cost": [
|
@@ -1608,15 +1587,6 @@
|
|
1608 |
"damage": "40",
|
1609 |
"text": "For each of your opponent's Benched Pokémon, flip a coin. If heads, this attack does 20 damage to that Pokémon."
|
1610 |
},
|
1611 |
-
{
|
1612 |
-
"name": "Terror Strike",
|
1613 |
-
"cost": [
|
1614 |
-
"Grass"
|
1615 |
-
],
|
1616 |
-
"convertedEnergyCost": 1,
|
1617 |
-
"damage": "10",
|
1618 |
-
"text": "Flip a coin."
|
1619 |
-
},
|
1620 |
{
|
1621 |
"name": "Poison Fang",
|
1622 |
"cost": [
|
@@ -2252,16 +2222,6 @@
|
|
2252 |
"damage": "",
|
2253 |
"text": "The Defending Pokémon is now Asleep."
|
2254 |
},
|
2255 |
-
{
|
2256 |
-
"name": "Sticky Hands",
|
2257 |
-
"cost": [
|
2258 |
-
"Grass",
|
2259 |
-
"Grass"
|
2260 |
-
],
|
2261 |
-
"convertedEnergyCost": 2,
|
2262 |
-
"damage": "10+",
|
2263 |
-
"text": "Flip a coin."
|
2264 |
-
},
|
2265 |
{
|
2266 |
"name": "Punch",
|
2267 |
"cost": [
|
@@ -2586,17 +2546,6 @@
|
|
2586 |
"damage": "60",
|
2587 |
"text": "Flip a coin. If heads, discard 1 Fire Energy card attached to <name>. If tails, discard all Energy cards attached to <name>."
|
2588 |
},
|
2589 |
-
{
|
2590 |
-
"name": "Diamond Dust",
|
2591 |
-
"cost": [
|
2592 |
-
"Water",
|
2593 |
-
"Water",
|
2594 |
-
"Water"
|
2595 |
-
],
|
2596 |
-
"convertedEnergyCost": 3,
|
2597 |
-
"damage": "20",
|
2598 |
-
"text": "Flip a coin."
|
2599 |
-
},
|
2600 |
{
|
2601 |
"name": "Lightning Burn",
|
2602 |
"cost": [
|
@@ -2618,17 +2567,6 @@
|
|
2618 |
"damage": "30+",
|
2619 |
"text": "If it's not your birthday, this attack does 30 damage. If it is your birthday, flip a coin."
|
2620 |
},
|
2621 |
-
{
|
2622 |
-
"name": "Fly",
|
2623 |
-
"cost": [
|
2624 |
-
"Colorless",
|
2625 |
-
"Colorless",
|
2626 |
-
"Colorless"
|
2627 |
-
],
|
2628 |
-
"convertedEnergyCost": 3,
|
2629 |
-
"damage": "30",
|
2630 |
-
"text": "Flip a coin."
|
2631 |
-
},
|
2632 |
{
|
2633 |
"name": "Surf",
|
2634 |
"cost": [
|
@@ -2910,15 +2848,6 @@
|
|
2910 |
"damage": "30",
|
2911 |
"text": "Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned."
|
2912 |
},
|
2913 |
-
{
|
2914 |
-
"name": "Juxtapose",
|
2915 |
-
"cost": [
|
2916 |
-
"Psychic"
|
2917 |
-
],
|
2918 |
-
"convertedEnergyCost": 1,
|
2919 |
-
"damage": "",
|
2920 |
-
"text": "Flip a coin."
|
2921 |
-
},
|
2922 |
{
|
2923 |
"name": "Hypnoblast",
|
2924 |
"cost": [
|
@@ -3137,6 +3066,17 @@
|
|
3137 |
"damage": "20",
|
3138 |
"text": "The Defending Pokémon is now Burned."
|
3139 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3140 |
{
|
3141 |
"name": "Outrage",
|
3142 |
"cost": [
|
@@ -3572,6 +3512,16 @@
|
|
3572 |
"damage": "90",
|
3573 |
"text": "This Pokémon can't attack during your next turn."
|
3574 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3575 |
{
|
3576 |
"name": "Cutting Wind",
|
3577 |
"cost": [
|
@@ -12178,15 +12128,6 @@
|
|
12178 |
"damage": "",
|
12179 |
"text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
|
12180 |
},
|
12181 |
-
{
|
12182 |
-
"name": "Fake Tears",
|
12183 |
-
"cost": [
|
12184 |
-
"Colorless"
|
12185 |
-
],
|
12186 |
-
"convertedEnergyCost": 1,
|
12187 |
-
"damage": "",
|
12188 |
-
"text": "Flip a coin."
|
12189 |
-
},
|
12190 |
{
|
12191 |
"name": "Wild Blaze",
|
12192 |
"cost": [
|
@@ -13037,17 +12978,6 @@
|
|
13037 |
"damage": "20",
|
13038 |
"text": "Does 10 damage to 1 of your opponent's Benched Pokémon. "
|
13039 |
},
|
13040 |
-
{
|
13041 |
-
"name": "Blaze Up",
|
13042 |
-
"cost": [
|
13043 |
-
"Fire",
|
13044 |
-
"Fire",
|
13045 |
-
"Colorless"
|
13046 |
-
],
|
13047 |
-
"convertedEnergyCost": 3,
|
13048 |
-
"damage": "50",
|
13049 |
-
"text": "Flip a coin."
|
13050 |
-
},
|
13051 |
{
|
13052 |
"name": "Crash Impact",
|
13053 |
"cost": [
|
@@ -13076,6 +13006,13 @@
|
|
13076 |
"damage": "",
|
13077 |
"text": "Put any 1 card from your discard pile into your hand."
|
13078 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13079 |
{
|
13080 |
"name": "Splash About",
|
13081 |
"cost": [
|
@@ -13139,6 +13076,16 @@
|
|
13139 |
"damage": "20",
|
13140 |
"text": "Does 10 damage to 1 of your opponent's Benched Pokémon. "
|
13141 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13142 |
{
|
13143 |
"name": "Pain Payback",
|
13144 |
"cost": [
|
@@ -13546,17 +13493,6 @@
|
|
13546 |
"damage": "30×",
|
13547 |
"text": "Flip a coin for each basic Energy card attached to <name> and to the Defending Pokémon."
|
13548 |
},
|
13549 |
-
{
|
13550 |
-
"name": "Intimidation Pebble",
|
13551 |
-
"cost": [
|
13552 |
-
"Water",
|
13553 |
-
"Water",
|
13554 |
-
"Colorless"
|
13555 |
-
],
|
13556 |
-
"convertedEnergyCost": 3,
|
13557 |
-
"damage": "50",
|
13558 |
-
"text": "Flip a coin."
|
13559 |
-
},
|
13560 |
{
|
13561 |
"name": "Enrage",
|
13562 |
"cost": [
|
@@ -14094,15 +14030,6 @@
|
|
14094 |
"damage": "30",
|
14095 |
"text": "<name> can't use Accelerating Stab during your next turn."
|
14096 |
},
|
14097 |
-
{
|
14098 |
-
"name": "Electromagnetic Jam",
|
14099 |
-
"cost": [
|
14100 |
-
"Lightning"
|
14101 |
-
],
|
14102 |
-
"convertedEnergyCost": 1,
|
14103 |
-
"damage": "10",
|
14104 |
-
"text": "Flip a coin."
|
14105 |
-
},
|
14106 |
{
|
14107 |
"name": "Direct-hit Bomb",
|
14108 |
"cost": [
|
@@ -18344,16 +18271,6 @@
|
|
18344 |
"damage": "",
|
18345 |
"text": "Put up to 3 damage counters on <name>. Then, put that many damage counters on the Defending Pokémon."
|
18346 |
},
|
18347 |
-
{
|
18348 |
-
"name": "Night Bind",
|
18349 |
-
"cost": [
|
18350 |
-
"Psychic",
|
18351 |
-
"Colorless"
|
18352 |
-
],
|
18353 |
-
"convertedEnergyCost": 2,
|
18354 |
-
"damage": "20",
|
18355 |
-
"text": "Flip a coin."
|
18356 |
-
},
|
18357 |
{
|
18358 |
"name": "Fastball",
|
18359 |
"cost": [
|
@@ -18791,18 +18708,6 @@
|
|
18791 |
"damage": "50",
|
18792 |
"text": "Flip a coin. If tails, this attack does nothing."
|
18793 |
},
|
18794 |
-
{
|
18795 |
-
"name": "Stamp",
|
18796 |
-
"cost": [
|
18797 |
-
"Darkness",
|
18798 |
-
"Darkness",
|
18799 |
-
"Darkness",
|
18800 |
-
"Darkness"
|
18801 |
-
],
|
18802 |
-
"convertedEnergyCost": 4,
|
18803 |
-
"damage": "50+",
|
18804 |
-
"text": "Flip a coin."
|
18805 |
-
},
|
18806 |
{
|
18807 |
"name": "Misfire",
|
18808 |
"cost": [
|
@@ -19900,16 +19805,6 @@
|
|
19900 |
"damage": "40×",
|
19901 |
"text": "Flip 2 coins. This attack does 40 damage times the number of heads."
|
19902 |
},
|
19903 |
-
{
|
19904 |
-
"name": "Freeze Lock",
|
19905 |
-
"cost": [
|
19906 |
-
"Water",
|
19907 |
-
"Colorless"
|
19908 |
-
],
|
19909 |
-
"convertedEnergyCost": 2,
|
19910 |
-
"damage": "20",
|
19911 |
-
"text": "Flip a coin."
|
19912 |
-
},
|
19913 |
{
|
19914 |
"name": "Burn Booster",
|
19915 |
"cost": [
|
@@ -21551,16 +21446,6 @@
|
|
21551 |
"damage": "",
|
21552 |
"text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Pokémon. If tails, remove 1 damage counter from each of your Pokémon."
|
21553 |
},
|
21554 |
-
{
|
21555 |
-
"name": "Time Trap",
|
21556 |
-
"cost": [
|
21557 |
-
"Grass",
|
21558 |
-
"Colorless"
|
21559 |
-
],
|
21560 |
-
"convertedEnergyCost": 2,
|
21561 |
-
"damage": "30",
|
21562 |
-
"text": "Flip a coin."
|
21563 |
-
},
|
21564 |
{
|
21565 |
"name": "Super Slash",
|
21566 |
"cost": [
|
@@ -24002,17 +23887,6 @@
|
|
24002 |
"damage": "30",
|
24003 |
"text": ""
|
24004 |
},
|
24005 |
-
{
|
24006 |
-
"name": "Kerzap",
|
24007 |
-
"cost": [
|
24008 |
-
"Lightning",
|
24009 |
-
"Lightning",
|
24010 |
-
"Colorless"
|
24011 |
-
],
|
24012 |
-
"convertedEnergyCost": 3,
|
24013 |
-
"damage": "40+",
|
24014 |
-
"text": "Flip a coin."
|
24015 |
-
},
|
24016 |
{
|
24017 |
"name": "Aqua Trance",
|
24018 |
"cost": [
|
@@ -25061,16 +24935,6 @@
|
|
25061 |
"damage": "",
|
25062 |
"text": "Does 30 damage to 1 of your opponent's Pokémon. Dark <name> can't attack during your next turn. "
|
25063 |
},
|
25064 |
-
{
|
25065 |
-
"name": "Darkness Shield",
|
25066 |
-
"cost": [
|
25067 |
-
"Water",
|
25068 |
-
"Colorless"
|
25069 |
-
],
|
25070 |
-
"convertedEnergyCost": 2,
|
25071 |
-
"damage": "20",
|
25072 |
-
"text": "Flip a coin."
|
25073 |
-
},
|
25074 |
{
|
25075 |
"name": "Dark Streak",
|
25076 |
"cost": [
|
@@ -27057,18 +26921,6 @@
|
|
27057 |
"damage": "20",
|
27058 |
"text": "If Koga's <name> is Poisoned, this attack's base damage is 40 instead of 20 and the Defending Pokémon is now Poisoned."
|
27059 |
},
|
27060 |
-
{
|
27061 |
-
"name": "Aerial Maneuvers",
|
27062 |
-
"cost": [
|
27063 |
-
"Colorless",
|
27064 |
-
"Colorless",
|
27065 |
-
"Colorless",
|
27066 |
-
"Colorless"
|
27067 |
-
],
|
27068 |
-
"convertedEnergyCost": 4,
|
27069 |
-
"damage": "10+",
|
27070 |
-
"text": "Flip a coin."
|
27071 |
-
},
|
27072 |
{
|
27073 |
"name": "Thunder Flare",
|
27074 |
"cost": [
|
@@ -27151,6 +27003,17 @@
|
|
27151 |
"damage": "20",
|
27152 |
"text": ""
|
27153 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27154 |
{
|
27155 |
"name": "Needle Ball",
|
27156 |
"cost": [
|
@@ -27240,16 +27103,6 @@
|
|
27240 |
"damage": "30",
|
27241 |
"text": "Flip a coin. If heads, shuffle Koga's <name> and all cards attached to it into your deck (after doing damage)."
|
27242 |
},
|
27243 |
-
{
|
27244 |
-
"name": "Spontaneous Explosion",
|
27245 |
-
"cost": [
|
27246 |
-
"Grass",
|
27247 |
-
"Grass"
|
27248 |
-
],
|
27249 |
-
"convertedEnergyCost": 2,
|
27250 |
-
"damage": "10+",
|
27251 |
-
"text": "Flip a coin."
|
27252 |
-
},
|
27253 |
{
|
27254 |
"name": "Power Ball",
|
27255 |
"cost": [
|
@@ -29161,28 +29014,6 @@
|
|
29161 |
"damage": "",
|
29162 |
"text": "Flip a coin until you get tails. For each heads, draw a card."
|
29163 |
},
|
29164 |
-
{
|
29165 |
-
"name": "Gigaspark",
|
29166 |
-
"cost": [
|
29167 |
-
"Lightning",
|
29168 |
-
"Lightning",
|
29169 |
-
"Lightning"
|
29170 |
-
],
|
29171 |
-
"convertedEnergyCost": 3,
|
29172 |
-
"damage": "40",
|
29173 |
-
"text": "Flip a coin."
|
29174 |
-
},
|
29175 |
-
{
|
29176 |
-
"name": "Bubble Shower",
|
29177 |
-
"cost": [
|
29178 |
-
"Water",
|
29179 |
-
"Water",
|
29180 |
-
"Water"
|
29181 |
-
],
|
29182 |
-
"convertedEnergyCost": 3,
|
29183 |
-
"damage": "30",
|
29184 |
-
"text": "Flip a coin."
|
29185 |
-
},
|
29186 |
{
|
29187 |
"name": "Sweet Nectar",
|
29188 |
"cost": [
|
@@ -29321,17 +29152,6 @@
|
|
29321 |
"damage": "50",
|
29322 |
"text": "Discard the top 3 cards from your deck."
|
29323 |
},
|
29324 |
-
{
|
29325 |
-
"name": "Sticky Nectar",
|
29326 |
-
"cost": [
|
29327 |
-
"Grass",
|
29328 |
-
"Grass",
|
29329 |
-
"Colorless"
|
29330 |
-
],
|
29331 |
-
"convertedEnergyCost": 3,
|
29332 |
-
"damage": "20+",
|
29333 |
-
"text": "Flip a coin."
|
29334 |
-
},
|
29335 |
{
|
29336 |
"name": "Raging Charge",
|
29337 |
"cost": [
|
@@ -30611,17 +30431,6 @@
|
|
30611 |
"damage": "100",
|
30612 |
"text": "Discard 1 Fire Energy card and 1 Lightning Energy card attached to Shining <name> or this attack does nothing. Flip a coin."
|
30613 |
},
|
30614 |
-
{
|
30615 |
-
"name": "Lightning Cut",
|
30616 |
-
"cost": [
|
30617 |
-
"Fighting",
|
30618 |
-
"Fighting",
|
30619 |
-
"Lightning"
|
30620 |
-
],
|
30621 |
-
"convertedEnergyCost": 3,
|
30622 |
-
"damage": "30+",
|
30623 |
-
"text": "Flip a coin."
|
30624 |
-
},
|
30625 |
{
|
30626 |
"name": "Water Slash",
|
30627 |
"cost": [
|
@@ -31153,16 +30962,6 @@
|
|
31153 |
"damage": "30",
|
31154 |
"text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned."
|
31155 |
},
|
31156 |
-
{
|
31157 |
-
"name": "Interrupt",
|
31158 |
-
"cost": [
|
31159 |
-
"Colorless",
|
31160 |
-
"Colorless"
|
31161 |
-
],
|
31162 |
-
"convertedEnergyCost": 2,
|
31163 |
-
"damage": "20",
|
31164 |
-
"text": "Flip a coin."
|
31165 |
-
},
|
31166 |
{
|
31167 |
"name": "Collude",
|
31168 |
"cost": [
|
|
|
162 |
"damage": "",
|
163 |
"text": "Discard 1 Psychic Energy card attached to <name> in order to prevent all effects of attacks, including damage, done to <name> during your opponent's next turn."
|
164 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
{
|
166 |
"name": "Toxic",
|
167 |
"cost": [
|
|
|
342 |
"damage": "10",
|
343 |
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
344 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
{
|
346 |
"name": "Electric Shock",
|
347 |
"cost": [
|
|
|
1587 |
"damage": "40",
|
1588 |
"text": "For each of your opponent's Benched Pokémon, flip a coin. If heads, this attack does 20 damage to that Pokémon."
|
1589 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1590 |
{
|
1591 |
"name": "Poison Fang",
|
1592 |
"cost": [
|
|
|
2222 |
"damage": "",
|
2223 |
"text": "The Defending Pokémon is now Asleep."
|
2224 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2225 |
{
|
2226 |
"name": "Punch",
|
2227 |
"cost": [
|
|
|
2546 |
"damage": "60",
|
2547 |
"text": "Flip a coin. If heads, discard 1 Fire Energy card attached to <name>. If tails, discard all Energy cards attached to <name>."
|
2548 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2549 |
{
|
2550 |
"name": "Lightning Burn",
|
2551 |
"cost": [
|
|
|
2567 |
"damage": "30+",
|
2568 |
"text": "If it's not your birthday, this attack does 30 damage. If it is your birthday, flip a coin."
|
2569 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2570 |
{
|
2571 |
"name": "Surf",
|
2572 |
"cost": [
|
|
|
2848 |
"damage": "30",
|
2849 |
"text": "Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned."
|
2850 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2851 |
{
|
2852 |
"name": "Hypnoblast",
|
2853 |
"cost": [
|
|
|
3066 |
"damage": "20",
|
3067 |
"text": "The Defending Pokémon is now Burned."
|
3068 |
},
|
3069 |
+
{
|
3070 |
+
"name": "Thrash",
|
3071 |
+
"cost": [
|
3072 |
+
"Fire",
|
3073 |
+
"Colorless",
|
3074 |
+
"Colorless"
|
3075 |
+
],
|
3076 |
+
"convertedEnergyCost": 3,
|
3077 |
+
"damage": "70+",
|
3078 |
+
"text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself."
|
3079 |
+
},
|
3080 |
{
|
3081 |
"name": "Outrage",
|
3082 |
"cost": [
|
|
|
3512 |
"damage": "90",
|
3513 |
"text": "This Pokémon can't attack during your next turn."
|
3514 |
},
|
3515 |
+
{
|
3516 |
+
"name": "Fly",
|
3517 |
+
"cost": [
|
3518 |
+
"Colorless",
|
3519 |
+
"Colorless"
|
3520 |
+
],
|
3521 |
+
"convertedEnergyCost": 2,
|
3522 |
+
"damage": "50",
|
3523 |
+
"text": "Flip a coin. If tails, this attack does nothing."
|
3524 |
+
},
|
3525 |
{
|
3526 |
"name": "Cutting Wind",
|
3527 |
"cost": [
|
|
|
12128 |
"damage": "",
|
12129 |
"text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
|
12130 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12131 |
{
|
12132 |
"name": "Wild Blaze",
|
12133 |
"cost": [
|
|
|
12978 |
"damage": "20",
|
12979 |
"text": "Does 10 damage to 1 of your opponent's Benched Pokémon. "
|
12980 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12981 |
{
|
12982 |
"name": "Crash Impact",
|
12983 |
"cost": [
|
|
|
13006 |
"damage": "",
|
13007 |
"text": "Put any 1 card from your discard pile into your hand."
|
13008 |
},
|
13009 |
+
{
|
13010 |
+
"name": "Fake Tears",
|
13011 |
+
"cost": [],
|
13012 |
+
"convertedEnergyCost": 0,
|
13013 |
+
"damage": "",
|
13014 |
+
"text": "Flip a coin. If heads, your opponent can't play any Trainer cards from his or her hand during your opponent's next turn, and any damage done to <name> by attacks is reduced by 30."
|
13015 |
+
},
|
13016 |
{
|
13017 |
"name": "Splash About",
|
13018 |
"cost": [
|
|
|
13076 |
"damage": "20",
|
13077 |
"text": "Does 10 damage to 1 of your opponent's Benched Pokémon. "
|
13078 |
},
|
13079 |
+
{
|
13080 |
+
"name": "Thunderpunch",
|
13081 |
+
"cost": [
|
13082 |
+
"Lightning",
|
13083 |
+
"Colorless"
|
13084 |
+
],
|
13085 |
+
"convertedEnergyCost": 2,
|
13086 |
+
"damage": "30+",
|
13087 |
+
"text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, <name> does 10 damage to itself."
|
13088 |
+
},
|
13089 |
{
|
13090 |
"name": "Pain Payback",
|
13091 |
"cost": [
|
|
|
13493 |
"damage": "30×",
|
13494 |
"text": "Flip a coin for each basic Energy card attached to <name> and to the Defending Pokémon."
|
13495 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13496 |
{
|
13497 |
"name": "Enrage",
|
13498 |
"cost": [
|
|
|
14030 |
"damage": "30",
|
14031 |
"text": "<name> can't use Accelerating Stab during your next turn."
|
14032 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14033 |
{
|
14034 |
"name": "Direct-hit Bomb",
|
14035 |
"cost": [
|
|
|
18271 |
"damage": "",
|
18272 |
"text": "Put up to 3 damage counters on <name>. Then, put that many damage counters on the Defending Pokémon."
|
18273 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18274 |
{
|
18275 |
"name": "Fastball",
|
18276 |
"cost": [
|
|
|
18708 |
"damage": "50",
|
18709 |
"text": "Flip a coin. If tails, this attack does nothing."
|
18710 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18711 |
{
|
18712 |
"name": "Misfire",
|
18713 |
"cost": [
|
|
|
19805 |
"damage": "40×",
|
19806 |
"text": "Flip 2 coins. This attack does 40 damage times the number of heads."
|
19807 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19808 |
{
|
19809 |
"name": "Burn Booster",
|
19810 |
"cost": [
|
|
|
21446 |
"damage": "",
|
21447 |
"text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Pokémon. If tails, remove 1 damage counter from each of your Pokémon."
|
21448 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21449 |
{
|
21450 |
"name": "Super Slash",
|
21451 |
"cost": [
|
|
|
23887 |
"damage": "30",
|
23888 |
"text": ""
|
23889 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23890 |
{
|
23891 |
"name": "Aqua Trance",
|
23892 |
"cost": [
|
|
|
24935 |
"damage": "",
|
24936 |
"text": "Does 30 damage to 1 of your opponent's Pokémon. Dark <name> can't attack during your next turn. "
|
24937 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24938 |
{
|
24939 |
"name": "Dark Streak",
|
24940 |
"cost": [
|
|
|
26921 |
"damage": "20",
|
26922 |
"text": "If Koga's <name> is Poisoned, this attack's base damage is 40 instead of 20 and the Defending Pokémon is now Poisoned."
|
26923 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26924 |
{
|
26925 |
"name": "Thunder Flare",
|
26926 |
"cost": [
|
|
|
27003 |
"damage": "20",
|
27004 |
"text": ""
|
27005 |
},
|
27006 |
+
{
|
27007 |
+
"name": "Stamp",
|
27008 |
+
"cost": [
|
27009 |
+
"Fire",
|
27010 |
+
"Colorless",
|
27011 |
+
"Colorless"
|
27012 |
+
],
|
27013 |
+
"convertedEnergyCost": 3,
|
27014 |
+
"damage": "30+",
|
27015 |
+
"text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage."
|
27016 |
+
},
|
27017 |
{
|
27018 |
"name": "Needle Ball",
|
27019 |
"cost": [
|
|
|
27103 |
"damage": "30",
|
27104 |
"text": "Flip a coin. If heads, shuffle Koga's <name> and all cards attached to it into your deck (after doing damage)."
|
27105 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27106 |
{
|
27107 |
"name": "Power Ball",
|
27108 |
"cost": [
|
|
|
29014 |
"damage": "",
|
29015 |
"text": "Flip a coin until you get tails. For each heads, draw a card."
|
29016 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29017 |
{
|
29018 |
"name": "Sweet Nectar",
|
29019 |
"cost": [
|
|
|
29152 |
"damage": "50",
|
29153 |
"text": "Discard the top 3 cards from your deck."
|
29154 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29155 |
{
|
29156 |
"name": "Raging Charge",
|
29157 |
"cost": [
|
|
|
30431 |
"damage": "100",
|
30432 |
"text": "Discard 1 Fire Energy card and 1 Lightning Energy card attached to Shining <name> or this attack does nothing. Flip a coin."
|
30433 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30434 |
{
|
30435 |
"name": "Water Slash",
|
30436 |
"cost": [
|
|
|
30962 |
"damage": "30",
|
30963 |
"text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned."
|
30964 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30965 |
{
|
30966 |
"name": "Collude",
|
30967 |
"cost": [
|