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

Sword & Shield Fixes (#84)

* some fixes

Signed-off-by: Avior <github@avior.me>

* Some more changes

Signed-off-by: Avior <github@avior.me>

* u

Signed-off-by: Avior <github@avior.me>

* continuing update

Signed-off-by: Avior <github@avior.me>

* Finished ?

Signed-off-by: Avior <github@avior.me>

* Removed files that were not meant to be

* Remoed even more files
This commit is contained in:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -5,11 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Zacian V"
en: "Zacian V",
pt: "Zacian V",
de: "Zacian V"
},
illustrator: "5ban Graphics",
rarity: "Common",
rarity: "None",
category: "Pokemon",
hp: 220,
types: ["Metal"],
@ -18,21 +20,29 @@ const card: Card = {
type: "Ability",
name: {
en: "Intrepid Sword"
en: "Intrepid Sword",
pt: "Intrepid Sword",
de: "Kühnes Schwert"
},
effect: {
en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends."
en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends.",
pt: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends.",
de: "Einmal während deines Zuges kannst du dir die obersten 3 Karten deines Decks anschauen und beliebig viele Metal-Energiekarten, die du dort findest, an dieses Pokémon anlegen. Nimm die anderen Karten auf deine Hand. Wenn du diese Fähigkeit einsetzt, endet dein Zug."
}
}],
attacks: [{
name: {
en: "Brave Blade"
en: "Brave Blade",
pt: "Brave Blade",
de: "Couragierte Klinge"
},
effect: {
en: "During your next turn, this Pokémon cant attack."
en: "During your next turn, this Pokémon can't attack.",
pt: "During your next turn, this Pokémon can't attack.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
},
damage: 230,
@ -49,7 +59,19 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
stage: "Basic",
dexId: [888],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
regulationMark: "D",
suffix: "V"
}
export default card
export default card