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

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "White Kyurem",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
illustrator: "kawayoo",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 130,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -31,7 +33,7 @@ const card: Card = {
en: "Burning Icicles",
},
effect: {
en: "If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
en: "If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 40,
@ -46,12 +48,13 @@ const card: Card = {
en: "Blizzard Burn",
},
effect: {
en: "This Pokémon can't attack during your next turn.",
en: "This Pokémon cant attack during your next turn.",
},
damage: 130,
},
],
weaknesses: [
{
type: "Metal",
@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card