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

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Beldeneige",
en: "Frosmoth"
},
illustrator: "kirisAki",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 90,
types: [
"Water",
],
@ -22,13 +23,16 @@ const card: Card = {
{
type: "Ability",
name: {
fr: "Dans de Glace",
fr: "Danse de Glace",
en: "Ice Dance"
},
effect: {
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Eau de votre main à l'un de vos Pokémon Eau de Banc.",
en: "As often as you like during your turn, you may attach a Water Energy card from your hand to 1 of your Benched Water Pokémon."
},
},
],
attacks: [
{
cost: [
@ -37,12 +41,14 @@ const card: Card = {
],
name: {
fr: "Onde Boréale",
en: "Aurora Beam"
},
damage: 30,
},
],
weaknesses: [
{
type: "Metal",
@ -52,8 +58,10 @@ const card: Card = {
retreat: 2,
evolveFrom: {
en: "Snom",
fr: "Frissonille"
}
}
export default card