1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +00:00

Add regulation mark (#17)

* Added to interface

* Added Regulation mark to all current cards

* Ready for merge
This commit is contained in:
2021-05-28 11:21:10 +02:00
committed by GitHub
parent c47ce5ebbb
commit ec1b6a06b0
1272 changed files with 4465 additions and 5154 deletions

View File

@ -38,7 +38,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -52,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -30,7 +30,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -52,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -43,7 +43,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "E"
}
export default card
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -44,7 +44,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -53,7 +53,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -46,7 +46,9 @@ const card: Card = {
weaknesses: [{
type: "Fire",
value: "×2"
}]
}],
regulationMark: "E"
}
export default card
export default card

View File

@ -28,7 +28,9 @@ const card: Card = {
weaknesses: [{
type: "Lightning",
value: "×2"
}]
}],
regulationMark: "E"
}
export default card
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -30,7 +30,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -44,7 +44,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -43,7 +43,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "E"
}
export default card
export default card

View File

@ -38,7 +38,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "E"
}
export default card
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "E"
}
export default card
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -44,7 +44,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -40,7 +40,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -30,7 +30,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "E"
}
export default card
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -53,7 +53,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -38,7 +38,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -39,7 +39,8 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -52,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "-30"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -42,7 +42,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "E"
}
export default card
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -39,7 +39,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -51,7 +51,8 @@ const card: Card = {
value: "-30"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -45,7 +45,8 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for up to 3 different Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponents last turn, draw 2 more cards."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Discard your hand and draw 7 cards."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "The Zamazenta V this card is attached to gets +70 HP."
},
trainerType: "Tool"
trainerType: "Tool",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "The attacks of the Zacian V this card is attached to do 30 more damage to your opponents Active Pokémon (before applying Weakness and Resistance)."
},
trainerType: "Tool"
trainerType: "Tool",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Heal 50 damage from both Active Pokémon."
},
trainerType: "Item"
trainerType: "Item",
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for up to 3 different Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Switch your Active Pokémon with 1 of your Benched Pokémon. If you do, draw 3 cards."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for up to 2 Rare Fossil cards and put them onto your Bench. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponents last turn, draw 2 more cards."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Attach up to 2 basic Energy cards from your discard pile to 1 of your Pokémon VMAX. If you attached any Energy cards in this way, discard your hand."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -18,7 +18,8 @@ const card: Card = {
en: "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck."
},
trainerType: "Supporter"
trainerType: "Supporter",
regulationMark: "D"
}
export default card

View File

@ -52,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -30,7 +30,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -42,7 +42,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -47,7 +47,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -34,7 +34,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -48,7 +48,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -38,7 +38,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -52,7 +52,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -42,7 +42,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -43,7 +43,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -35,7 +35,8 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
regulationMark: "D"
}
export default card

View File

@ -53,7 +53,8 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
regulationMark: "D"
}
export default card

View File

@ -30,7 +30,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -49,7 +49,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

View File

@ -54,7 +54,8 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
regulationMark: "D"
}
export default card

Some files were not shown because too many files have changed in this diff Show More