mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
fix: Pocket card data fixes (#659)
Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||
en: "When it is angered, it immediately discharges the energy stored in the pouches in its cheeks."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -30,7 +30,7 @@ const card: Card = {
|
||||
hp: 120,
|
||||
|
||||
description: {
|
||||
en: "It was created by a scientist after years of horrific<br />gene-splicing and DNA-engineering experiments."
|
||||
en: "It was created by a scientist after years of horrific gene-splicing and DNA-engineering experiments."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -41,4 +41,4 @@ const card: Card = {
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 120,
|
||||
|
||||
description: {
|
||||
en: "This kindly Pokémon lays highly nutritious eggs<br />and shares them with injured Pokémon or people."
|
||||
en: "This kindly Pokémon lays highly nutritious eggs and shares them with injured Pokémon or people."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -30,7 +30,7 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "All it does is sleep during the daytime. At night,<br />it patrols its territory with its eyes aglow."
|
||||
en: "All it does is sleep during the daytime. At night, it patrols its territory with its eyes aglow."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -41,4 +41,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -42,7 +42,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "In battle, it flaps its wings at great speed to<br />release highly toxic dust into the air."
|
||||
en: "In battle, it flaps its wings at great speed to release highly toxic dust into the air."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -53,4 +53,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||
en: "When it is angered, it immediately discharges the energy stored in the pouches in its cheeks."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "It is said that happiness will come to those who<br />see a gathering of Clefairy dancing under a<br />full moon."
|
||||
en: "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -30,7 +30,7 @@ const card: Card = {
|
||||
hp: 50,
|
||||
|
||||
description: {
|
||||
en: "It lives in groups in the treetops. If it loses sight of<br />its group, it becomes infuriated by its loneliness."
|
||||
en: "It lives in groups in the treetops. If it loses sight of its group, it becomes infuriated by its loneliness."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -41,4 +41,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -34,7 +34,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its plant blooms when it is absorbing solar<br />energy. It stays on the move to seek sunlight."
|
||||
en: "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -45,4 +45,4 @@ const card: Card = {
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -42,7 +42,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It creates throwing stars out of compressed water. <br />When it spins them and throws them at high speed, <br />these stars can split metal in two."
|
||||
en: "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -53,4 +53,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -34,7 +34,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It likes to lurk in the dark and tap shoulders<br />with a gaseous hand. Its touch causes endless<br />shuddering."
|
||||
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -45,4 +45,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 110,
|
||||
|
||||
description: {
|
||||
en: "As it digs through the ground, it absorbs many<br />hard objects. This is what makes its body so solid."
|
||||
en: "As it digs through the ground, it absorbs many hard objects. This is what makes its body so solid."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 4
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
hp: 50,
|
||||
|
||||
description: {
|
||||
en: "When its huge eyes waver, it sings a mysteriously<br />soothing melody that lulls its enemies to sleep."
|
||||
en: "When its huge eyes waver, it sings a mysteriously soothing melody that lulls its enemies to sleep."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -40,4 +40,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 70,
|
||||
|
||||
description: {
|
||||
en: "There is a plant seed on its back right from the<br />day this Pokémon is born. The seed slowly<br />grows larger."
|
||||
en: "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "The electromagnetic waves emitted by the units<br />at the sides of its head expel antigravity, which<br />allows it to float."
|
||||
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -15,7 +15,7 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
|
||||
en: "When it is angered, it immediately discharges the energy stored in the pouches in its cheeks."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -15,7 +15,7 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "Being exposed to sunlight makes its movements<br />swifter. It uses vines more adeptly than its hands."
|
||||
en: "Being exposed to sunlight makes its movements swifter. It uses vines more adeptly than its hands."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -19,7 +19,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its burning body causes it to be unpopular in hot<br />parts of the world, but in cold ones, Volcarona is<br />revered as an embodiment of the sun."
|
||||
en: "Its burning body causes it to be unpopular in hot parts of the world, but in cold ones, Volcarona is revered as an embodiment of the sun."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -44,4 +44,4 @@ const card: Card = {
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -19,7 +19,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It crushes its foe under its heavy body to cause<br />fainting. In a pinch, it will withdraw inside its shell."
|
||||
en: "It crushes its foe under its heavy body to cause fainting. In a pinch, it will withdraw inside its shell."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Hydro Pump"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
effect: {
|
||||
@ -45,4 +45,4 @@ const card: Card = {
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -15,7 +15,7 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "Its ability to evolve into many forms allows it to<br />adapt smoothly and perfectly to any environment."
|
||||
en: "Its ability to evolve into many forms allows it to adapt smoothly and perfectly to any environment."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -40,4 +40,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -19,7 +19,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its body secretes oil that this Pokémon spreads<br />over its nest as a coating to protect it from dust.<br />Cinccino won't tolerate even a speck of the stuff."
|
||||
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."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Do the Wave"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
@ -45,4 +45,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -15,7 +15,7 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "It has a preference for hot things. When it rains,<br />steam is said to spout from the tip of its tail."
|
||||
en: "It has a preference for hot things. When it rains, steam is said to spout from the tip of its tail."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -41,4 +41,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
@ -15,7 +15,7 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "When it retracts its long neck into its shell, it<br />squirts out water with vigorous force."
|
||||
en: "When it retracts its long neck into its shell, it squirts out water with vigorous force."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -37,4 +37,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user