mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
fix: HeartGold & Soulsilver serie rarities (#457)
This commit is contained in:
6
interfaces.d.ts
vendored
6
interfaces.d.ts
vendored
@ -99,11 +99,13 @@ export interface Card {
|
||||
* - Holo Rare VSTAR: https://www.tcgdex.net/database/Sword-&-Shield/Astral-Radiance/018-Hisuian-Lilligant-VSTAR
|
||||
* - Hyper rare: https://www.tcgdex.net/database/Scarlet-&-Violet/151/205-Mew-ex
|
||||
* - Illustration rare: https://www.tcgdex.net/database/Scarlet-&-Violet/151/166-Bulbasaur
|
||||
* - LEGEND: https://www.tcgdex.net/database/HeartGold-&-SoulSilver/HeartGold-SoulSilver/111-HoOh-LEGEND
|
||||
* - None: https://www.tcgdex.net/database/sm/smp/SM01
|
||||
* - Radiant Rare: https://www.tcgdex.net/database/Sword-&-Shield/Silver-Tempest/016-Radiant-Tsareena
|
||||
* - Rare: https://www.tcgdex.net/database/xy/xy9/3
|
||||
* - Rare Holo: https://www.tcgdex.net/database/Platinum/Platinum/1-Ampharos
|
||||
* - Rare Holo LV.X: https://www.tcgdex.net/database/Platinum/Platinum/122-Dialga-G
|
||||
* - Rare PRIME: https://www.tcgdex.net/database/HeartGold-&-SoulSilver/HeartGold-SoulSilver/105-Ampharos
|
||||
* - Secret Rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/73-Alcremie-VMAX
|
||||
* - Shiny rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/SV001-Rowlet
|
||||
* - Shiny rare V: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/SV105-Rillaboom-V
|
||||
@ -115,8 +117,8 @@ export interface Card {
|
||||
rarity: 'Amazing Rare' | 'Classic Collection' | 'Common' | 'Double rare' |
|
||||
'Full Art Trainer' | 'Holo Rare' | 'Holo Rare V' |
|
||||
'Holo Rare VMAX' | 'Holo Rare VSTAR' | 'Hyper rare' |
|
||||
'Illustration rare' | 'None' | 'Radiant Rare' | 'Rare' | 'Rare Holo' |
|
||||
'Rare Holo LV.X' | 'Secret Rare' | 'Shiny rare' |
|
||||
'Illustration rare' | 'LEGEND' | 'None' | 'Radiant Rare' | 'Rare' | 'Rare Holo' |
|
||||
'Rare Holo LV.X' | 'Rare PRIME' | 'Secret Rare' | 'Shiny rare' |
|
||||
'Shiny rare V' | 'Shiny rare VMAX' | 'Special illustration rare' |
|
||||
'Ultra Rare' | 'Uncommon'
|
||||
|
||||
|
Reference in New Issue
Block a user