mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-08 11:09:18 +00:00
Fixed cards rarities and added cards description and stage (#62)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
|
@ -64,6 +64,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,6 +86,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If a tree branch shakes when there is no wind, it’s a Sudowoodo, not a tree. It hides from the rain."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,6 +57,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This mysterious Pokémon started life as an ancient clay figurine made over 20,000 years ago."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 220,
|
||||
@ -90,7 +90,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Loads weighing up to 50 times as much as its own body weight pose no issue for this Pokémon. It’s skilled at making use of mud."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,6 +71,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Mud that hardens around a Mudsdale’s legs sets harder than stone. It’s so hard that it allows this Pokémon to scrap a truck with a single kick."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It spews sand from its nostrils. While the enemy is blinded, it burrows into the ground to hide."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "As it digs, it swallows sand and stores it in its neck pouch. The pouch can hold more than 17 pounds of sand."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its unique style of coiling allows it to blast sand out of its sand sac more efficiently."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,6 +92,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it contracts its body, over 220 pounds of sand sprays from its nose. If it ever runs out of sand, it becomes disheartened."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -64,6 +64,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It’s very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,6 +58,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It’s very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A body made up of nothing but muscle makes the grappling moves this Pokémon performs with its tentacles tremendously powerful."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It stands in grasslands, watching the sun’s descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 220,
|
||||
@ -82,7 +82,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 330,
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Thought to be the oldest form of Zigzagoon, it moves in zigzags and wreaks havoc upon its surroundings."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This very aggressive Pokémon will recklessly challenge opponents stronger than itself."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,6 +92,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 170,
|
||||
@ -87,7 +87,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -81,6 +81,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It attacks using the claws on its tail. Once locked in its grip, its prey is unable to move as this Pokémon’s poison seeps in."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It’s so vicious that it’s called the Sand Demon. Yet when confronted by Hippowdon, Drapion keeps a low profile and will never pick a fight."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It makes frightening noises with its poison-filled cheek sacs. When opponents flinch, Croagunk hits them with a poison jab."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It bounces toward opponents and gouges them with poisonous claws. No more than a scratch is needed to knock out its adversaries."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Sword & Shield'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Thievul",
|
||||
en: "Thievul",
|
||||
fr: "Roublenard",
|
||||
es: "Thievul",
|
||||
it: "Thievul",
|
||||
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Living with a savage, seafaring people has toughened this Pokémon’s body so much that parts of it have turned to iron."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,6 +88,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -64,6 +64,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It defends itself by launching spikes, but its aim isn’t very good at first. Only after a lot of practice will it improve."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,6 +101,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This Pokémon scrapes its spikes across rocks, and then uses the tips of its feelers to absorb the nutrients it finds within the stone."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Living in mud with a high iron content has given it a strong steel body."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A pack of these Pokémon forms to serve a Bisharp boss. Each Pawniard trains diligently, dreaming of one day taking the lead."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Violent conflicts erupt between Bisharp and Fraxure over places where sharpening stones can be found."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This Pokémon reigns supreme in the skies of the Galar region. The black luster of its steel body could drive terror into the heart of any foe."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If a job requires serious strength, this Pokémon will excel at it. Its copper body tarnishes in the rain, turning a vibrant green color."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -102,6 +102,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "These Pokémon live in herds. Their trunks have incredible grip strength, strong enough to crush giant rocks into powder."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 220,
|
||||
@ -95,7 +95,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 230,
|
||||
@ -95,7 +95,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -78,6 +78,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 220,
|
||||
@ -92,7 +92,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 340,
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It begins to hoot at the same time every day. Some Trainers use them in place of clocks."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When it needs to think, it rotates its head 180 degrees to sharpen its intellectual power."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,6 +57,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -91,6 +91,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won’t tolerate even a speck of the stuff."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It knows the forest inside and out. If it comes across a wounded Pokémon, Oranguru will gather medicinal herbs to treat it."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The mountains it calls home are nearly two miles in height. On rare occasions, it descends to play with the children living in the towns below."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It will bravely challenge any opponent, no matter how powerful. This Pokémon benefits from every battle—even a defeat increases its strength a bit."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Smart enough to use tools in battle, these Pokémon have been seen picking up rocks and flinging them or using ropes to wrap up enemies."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If its fleece grows too long, Wooloo won’t be able to move. Cloth made with the wool of this Pokémon is surprisingly strong."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its curly fleece is such an effective cushion that this Pokémon could fall off a cliff and stand right back up at the bottom, unharmed."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its majestic horns are meant only to impress the opposite gender. They never see use in battle."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 200,
|
||||
@ -94,7 +94,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -57,6 +57,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Often found in gardens, this Pokémon has hairs on its body that it uses to assess its surroundings."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +63,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A constant collector of information, this Pokémon is very smart. Very strong is what it isn’t."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 or both:\n\n• Shuffle up to 2 Pokémon from your discard pile into your deck.\n\n• Shuffle up to 2 basic Energy cards from your discard pile into your deck.",
|
||||
en: "Choose 1 or both:\n• Shuffle up to 2 Pokémon from your discard pile into your deck.\n• Shuffle up to 2 basic Energy cards from your discard pile into your deck.",
|
||||
fr: "Choisissez l’une de ces options ou les deux :\n\n• Mélangez avec votre deck jusqu’à 2 Pokémon de votre pile de défausse.\n\n• Mélangez avec votre deck jusqu’à 2 cartes Énergie de base de votre pile de défausse.",
|
||||
es: "Elige 1 o ambas opciones:\n\n• Pon hasta 2 Pokémon de tu pila de descartes en tu baraja y baraja todas las cartas.\n• Pon hasta 2 cartas de Energía Básica de tu pila de descartes en tu baraja y barájalas todas.",
|
||||
it: "Scegli uno o entrambi gli effetti:\n\n• Rimischia fino a due Pokémon dalla tua pila degli scarti nel tuo mazzo.\n\n• Rimischia fino a due carte Energia base dalla tua pila degli scarti nel tuo mazzo.",
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Sword & Shield'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Professor's Research (Professor Magnolia)",
|
||||
en: "Professor’s Research (Professor Magnolia)",
|
||||
fr: "Recherches Professorales (Professeure Magnolia)",
|
||||
es: "Investigación de Profesores",
|
||||
it: "Ricerca Accademica",
|
||||
|
@ -85,6 +85,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "As it grows inside its shell, it uses its psychic abilities to monitor the outside world and prepare for evolution."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -92,7 +92,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -89,7 +89,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -92,6 +92,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It emits psychic energy to observe and study what’s around it—and what’s around it can include things over six miles away."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -95,7 +95,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -95,7 +95,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -82,7 +82,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -87,7 +87,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -100,7 +100,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -95,7 +95,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -92,7 +92,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -94,7 +94,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -69,6 +69,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,6 +79,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Sword & Shield'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Professor's Research (Professor Magnolia)",
|
||||
en: "Professor’s Research (Professor Magnolia)",
|
||||
fr: "Recherches Professorales (Professeure Magnolia)",
|
||||
es: "Investigación de Profesores",
|
||||
it: "Ricerca Accademica",
|
||||
|
@ -3,7 +3,7 @@ import Set from '../Sword & Shield'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Professor's Research (Professor Magnolia)",
|
||||
en: "Professor’s Research (Professor Magnolia)",
|
||||
fr: "Recherches Professorales (Professeure Magnolia)",
|
||||
es: "Investigación de Profesores",
|
||||
it: "Ricerca Accademica",
|
||||
|
@ -84,6 +84,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -62,6 +62,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "While young, it has six gorgeous tails. When it grows, several new tails are sprouted."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -91,6 +91,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
|
@ -12,7 +12,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 190,
|
||||
|
@ -86,6 +86,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "There’s a hole in its tail that allows it to draw in the air it needs to keep its fire burning. If the hole gets blocked, this Pokémon will fall ill."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,6 +68,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its venom sacs produce a fluid that this Pokémon then heats up with the flame in its tail. This process creates Salandit’s poisonous gas."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -98,6 +98,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Only female Salazzle exist. They emit a gas laden with pheromones to captivate male Salandit."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -89,6 +89,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Explosive substances coat the shell on its back. Enemies that dare attack it will be blown away by an immense detonation."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -64,6 +64,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It has special pads on the backs of its feet, and one on its nose. Once it’s raring to fight, these pads radiate tremendous heat."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -74,6 +74,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A warm-up of running around gets fire energy coursing through this Pokémon’s body. Once that happens, it’s ready to fight at full power."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It kicks berries right off the branches of trees and then juggles them with its feet, practicing its footwork."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,6 +79,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its thick and fluffy fur protects it from the cold and enables it to use hotter fire moves."
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,6 +93,10 @@ const card: Card = {
|
||||
reverse: true,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It’s skilled at both offense and defense, and it gets pumped up when cheered on. But if it starts showboating, it could put itself in a tough spot."
|
||||
}
|
||||
}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user