mantimon-tcg/backend/data/raw/a1
Cal Corum adb55dec12 Fix scraper to preserve energy types in effect text
The source website uses <span class='energy-text energy-text--type-fire'>
to render inline energy icons. BeautifulSoup's get_text() was stripping
these spans, losing the energy type information and causing merged text
like 'Discard aEnergy' instead of 'Discard a Fire Energy'.

Changes:
- Add ENERGY_TEXT_TYPES mapping for inline energy references
- Add replace_energy_text_spans() to convert spans to text before extraction
- Add extract_effect_text() helper with proper text joining (separator=' ')
- Update parse_attack(), parse_ability(), _parse_trainer_details() to use it
- Fix JSON encoding in convert_cards.py to use UTF-8 (ensure_ascii=False)

Before: 'Discard an Energy from this Pokémon'
After:  'Discard a Fire Energy from this Pokémon'

Re-scraped all 372 cards and regenerated 382 definitions.
2026-01-27 15:10:02 -06:00
..
001-bulbasaur.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
002-ivysaur.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
003-venusaur.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
004-venusaur-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
005-caterpie.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
006-metapod.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
007-butterfree.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
008-weedle.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
009-kakuna.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
010-beedrill.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
011-oddish.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
012-gloom.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
013-vileplume.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
014-paras.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
015-parasect.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
016-venonat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
017-venomoth.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
018-bellsprout.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
019-weepinbell.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
020-victreebel.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
021-exeggcute.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
022-exeggutor.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
023-exeggutor-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
024-tangela.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
025-scyther.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
026-pinsir.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
027-cottonee.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
028-whimsicott.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
029-petilil.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
030-lilligant.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
031-skiddo.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
032-gogoat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
033-charmander.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
034-charmeleon.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
035-charizard.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
036-charizard-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
037-vulpix.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
038-ninetales.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
039-growlithe.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
040-arcanine.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
041-arcanine-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
042-ponyta.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
043-rapidash.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
044-magmar.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
045-flareon.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
046-moltres.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
047-moltres-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
048-heatmor.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
049-salandit.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
050-salazzle.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
051-sizzlipede.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
052-centiskorch.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
053-squirtle.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
054-wartortle.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
055-blastoise.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
056-blastoise-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
057-psyduck.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
058-golduck.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
059-poliwag.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
060-poliwhirl.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
061-poliwrath.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
062-tentacool.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
063-tentacruel.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
064-seel.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
065-dewgong.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
066-shellder.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
067-cloyster.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
068-krabby.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
069-kingler.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
070-horsea.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
071-seadra.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
072-goldeen.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
073-seaking.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
074-staryu.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
075-starmie.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
076-starmie-ex.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
077-magikarp.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
078-gyarados.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
079-lapras.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
080-vaporeon.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
081-omanyte.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
082-omastar.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
083-articuno.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
084-articuno-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
085-ducklett.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
086-swanna.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
087-froakie.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
088-frogadier.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
089-greninja.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
090-pyukumuku.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
091-bruxish.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
092-snom.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
093-frosmoth.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
094-pikachu.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
095-raichu.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
096-pikachu-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
097-magnemite.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
098-magneton.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
099-voltorb.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
100-electrode.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
101-electabuzz.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
102-jolteon.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
103-zapdos.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
104-zapdos-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
105-blitzle.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
106-zebstrika.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
107-tynamo.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
108-eelektrik.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
109-eelektross.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
110-helioptile.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
111-heliolisk.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
112-pincurchin.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
113-clefairy.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
114-clefable.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
115-abra.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
116-kadabra.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
117-alakazam.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
118-slowpoke.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
119-slowbro.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
120-gastly.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
121-haunter.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
122-gengar.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
123-gengar-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
124-drowzee.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
125-hypno.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
126-mr-mime.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
127-jynx.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
128-mewtwo.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
129-mewtwo-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
130-ralts.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
131-kirlia.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
132-gardevoir.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
133-woobat.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
134-swoobat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
135-golett.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
136-golurk.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
137-sandshrew.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
138-sandslash.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
139-diglett.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
140-dugtrio.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
141-mankey.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
142-primeape.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
143-machop.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
144-machoke.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
145-machamp.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
146-machamp-ex.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
147-geodude.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
148-graveler.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
149-golem.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
150-onix.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
151-cubone.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
152-marowak.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
153-marowak-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
154-hitmonlee.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
155-hitmonchan.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
156-rhyhorn.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
157-rhydon.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
158-kabuto.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
159-kabutops.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
160-mienfoo.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
161-mienshao.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
162-clobbopus.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
163-grapploct.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
164-ekans.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
165-arbok.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
166-nidoran.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
167-nidorina.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
168-nidoqueen.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
169-nidoran.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
170-nidorino.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
171-nidoking.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
172-zubat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
173-golbat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
174-grimer.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
175-muk.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
176-koffing.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
177-weezing.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
178-mawile.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
179-pawniard.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
180-bisharp.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
181-meltan.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
182-melmetal.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
183-dratini.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
184-dragonair.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
185-dragonite.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
186-pidgey.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
187-pidgeotto.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
188-pidgeot.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
189-rattata.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
190-raticate.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
191-spearow.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
192-fearow.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
193-jigglypuff.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
194-wigglytuff.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
195-wigglytuff-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
196-meowth.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
197-persian.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
198-farfetchd.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
199-doduo.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
200-dodrio.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
201-lickitung.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
202-chansey.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
203-kangaskhan.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
204-tauros.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
205-ditto.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
206-eevee.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
207-eevee.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
208-eevee.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
209-porygon.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
210-aerodactyl.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
211-snorlax.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
212-minccino.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
213-cinccino.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
214-wooloo.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
215-dubwool.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
216-helix-fossil.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
217-dome-fossil.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
218-old-amber.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
219-erika.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
220-misty.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
221-blaine.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
222-koga.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
223-giovanni.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
224-brock.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
225-sabrina.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
226-lt-surge.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
227-bulbasaur.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
228-gloom.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
229-pinsir.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
230-charmander.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
231-rapidash.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
232-squirtle.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
233-gyarados.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
234-lapras.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
235-electrode.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
236-alakazam.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
237-slowpoke.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
238-diglett.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
239-cubone.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
240-nidoqueen.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
241-nidoking.json Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
242-golbat.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
243-weezing.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
244-dragonite.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
245-pidgeot.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
246-meowth.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
247-ditto.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
248-eevee.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
249-porygon.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
250-snorlax.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
251-venusaur-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
252-exeggutor-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
253-charizard-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
254-arcanine-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
255-moltres-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
256-blastoise-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
257-starmie-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
258-articuno-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
259-pikachu-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
260-zapdos-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
261-gengar-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
262-mewtwo-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
263-machamp-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
264-marowak-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
265-wigglytuff-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
266-erika.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
267-misty.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
268-blaine.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
269-koga.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
270-giovanni.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
271-brock.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
272-sabrina.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
273-lt-surge.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
274-moltres-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
275-articuno-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
276-zapdos-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
277-gengar-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
278-machamp-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
279-wigglytuff-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
280-charizard-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
281-pikachu-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
282-mewtwo-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
283-mew.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
284-charizard-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
285-pikachu-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
286-mewtwo-ex.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00