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

Fixed Set legality and missing Pokedex Numbers #556

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9a31a28
Add JSON schemas
serras May 30, 2022
5bb903d
Merge branch 'PokemonTCG:master' into master
serras Oct 15, 2022
8415083
Fix schemas with new additions
serras Oct 15, 2022
3378264
Merge branch 'PokemonTCG:master' into master
serras Nov 15, 2022
c4356b8
Merge branch 'PokemonTCG:master' into master
serras Jan 24, 2023
3f04f20
Merge branch 'PokemonTCG:master' into master
serras Feb 7, 2023
adfd0e6
Flu
serras Feb 7, 2023
667f4b7
Merge branch 'master' of github.com:serras/pokemon-tcg-data
serras Feb 7, 2023
3856209
Merge branch 'PokemonTCG:master' into master
serras May 28, 2023
3d71cd9
Fixes
serras May 28, 2023
9f28dc9
Merge branch 'master' of github.com:serras/pokemon-tcg-data
serras May 28, 2023
7d016c2
Merge branch 'PokemonTCG:master' into master
serras Jul 8, 2023
6e4049e
Changed delta species to subtype
Cealgair Jan 26, 2024
c271849
Futsal not legal in Standard
ajakkes Nov 21, 2024
ef7c0e6
Missing Pokedex numbers
ajakkes Nov 21, 2024
cabcbd6
Updates on Pokedex numbers
ajakkes Nov 21, 2024
8f953ab
Merge branch 'master' of https://github.com/serras/pokemon-tcg-data
ajakkes Nov 21, 2024
cce1533
Order of subtypes consistent
ajakkes Nov 21, 2024
fa52780
Consistency in subtype order
ajakkes Nov 21, 2024
70a99fb
Fix Basic Energy names
ajakkes Nov 21, 2024
6ca1469
Removed schema from main branch
ajakkes Nov 21, 2024
47270e5
Merge pull request #2 from Cealgair/deltaspecies-subtype
ajakkes Nov 21, 2024
2560a6f
Revert Basic change
ajakkes Nov 25, 2024
4983a84
Merge branch 'master' of https://github.com/ajakkes/pokemon-tcg-data
ajakkes Nov 25, 2024
98e453f
Pokemon Tool is an Item
ajakkes Nov 25, 2024
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
7 changes: 6 additions & 1 deletion cards/en/bw10.json
Original file line number Diff line number Diff line change
Expand Up @@ -4902,6 +4902,7 @@
"name": "Reversal Trigger",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"Team Plasma"
],
Expand Down Expand Up @@ -4950,6 +4951,7 @@
"name": "Silver Bangle",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand All @@ -4974,6 +4976,7 @@
"name": "Silver Mirror",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -5045,6 +5048,7 @@
"name": "G Booster",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC",
"Team Plasma"
Expand Down Expand Up @@ -5085,6 +5089,7 @@
"name": "G Scope",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC",
"Team Plasma"
Expand Down Expand Up @@ -5734,4 +5739,4 @@
"large": "https://images.pokemontcg.io/bw10/105_hires.png"
}
}
]
]
6 changes: 4 additions & 2 deletions cards/en/bw3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5320,6 +5320,7 @@
"name": "Eviolite",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -5390,6 +5391,7 @@
"name": "Rocky Helmet",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -5715,7 +5717,7 @@
"Supporter"
],
"rules": [
"Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or his remaining Prize cards.",
"Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.",
"You may play only 1 Supporter card during your turn (before your attack)."
],
"number": "101",
Expand Down Expand Up @@ -5791,4 +5793,4 @@
"large": "https://images.pokemontcg.io/bw3/102_hires.png"
}
}
]
]
3 changes: 2 additions & 1 deletion cards/en/bw4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5205,6 +5205,7 @@
"name": "Exp. Share",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -6018,4 +6019,4 @@
"large": "https://images.pokemontcg.io/bw4/103_hires.png"
}
}
]
]
3 changes: 2 additions & 1 deletion cards/en/bw5.json
Original file line number Diff line number Diff line change
Expand Up @@ -5599,6 +5599,7 @@
"name": "Dark Claw",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -6396,4 +6397,4 @@
"large": "https://images.pokemontcg.io/bw5/111_hires.png"
}
}
]
]
4 changes: 3 additions & 1 deletion cards/en/bw6.json
Original file line number Diff line number Diff line change
Expand Up @@ -6841,6 +6841,7 @@
"name": "Giant Cape",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand All @@ -6865,6 +6866,7 @@
"name": "Rescue Scarf",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -7600,4 +7602,4 @@
"large": "https://images.pokemontcg.io/bw6/128_hires.png"
}
}
]
]
6 changes: 5 additions & 1 deletion cards/en/bw7.json
Original file line number Diff line number Diff line change
Expand Up @@ -7739,6 +7739,7 @@
"name": "Rocky Helmet",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -7859,6 +7860,7 @@
"name": "Crystal Edge",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC"
],
Expand All @@ -7885,6 +7887,7 @@
"name": "Crystal Wall",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC"
],
Expand Down Expand Up @@ -8584,6 +8587,7 @@
"name": "Rocky Helmet",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand All @@ -8604,4 +8608,4 @@
"large": "https://images.pokemontcg.io/bw7/153_hires.png"
}
}
]
]
4 changes: 3 additions & 1 deletion cards/en/bw8.json
Original file line number Diff line number Diff line change
Expand Up @@ -7193,6 +7193,7 @@
"name": "Eviolite",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -7385,6 +7386,7 @@
"name": "Victory Piece",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC"
],
Expand Down Expand Up @@ -7853,4 +7855,4 @@
"large": "https://images.pokemontcg.io/bw8/138_hires.png"
}
}
]
]
6 changes: 5 additions & 1 deletion cards/en/bw9.json
Original file line number Diff line number Diff line change
Expand Up @@ -6025,6 +6025,7 @@
"name": "Float Stone",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -6145,6 +6146,7 @@
"name": "Team Plasma Badge",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"Team Plasma"
],
Expand Down Expand Up @@ -6217,6 +6219,7 @@
"name": "Life Dew",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC"
],
Expand All @@ -6243,6 +6246,7 @@
"name": "Rock Guard",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool",
"ACE SPEC"
],
Expand Down Expand Up @@ -6982,4 +6986,4 @@
"large": "https://images.pokemontcg.io/bw9/122_hires.png"
}
}
]
]
5 changes: 3 additions & 2 deletions cards/en/cel25c.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,11 +713,12 @@
},
{
"id": "cel25c-93_A",
"name": "Gardevoir ex δ",
"name": "Gardevoir ex",
"supertype": "Pokémon",
"subtypes": [
"Stage 2",
"ex"
"ex",
"DELTA SPECIES"
],
"hp": "150",
"types": [
Expand Down
4 changes: 3 additions & 1 deletion cards/en/dc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,7 @@
"name": "Aqua Diffuser",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -1369,6 +1370,7 @@
"name": "Magma Pointer",
"supertype": "Trainer",
"subtypes": [
"Item",
"Pokémon Tool"
],
"rules": [
Expand Down Expand Up @@ -1631,4 +1633,4 @@
"large": "https://images.pokemontcg.io/dc1/34_hires.png"
}
}
]
]
Loading