diff --git a/cards/pl/pl4/12.ts b/cards/pl/pl4/12.ts index da42e90e0..7de1d2d9b 100644 --- a/cards/pl/pl4/12.ts +++ b/cards/pl/pl4/12.ts @@ -23,9 +23,9 @@ const card: Card = { illustrator: "Ryota Saito", - rarity: Rarity.RARE, + rarity: Rarity.RARE, - category: Category.POKEMON, + category: Category.POKEMON, set, image: { @@ -90,7 +90,7 @@ const card: Card = { weaknesses: [ { - + type: Type.LIGHTNING, value: "×2", }, @@ -98,7 +98,7 @@ const card: Card = { resistances: [ { - + type: Type.FIGHTING, value: "-20", }, @@ -111,4 +111,4 @@ const card: Card = { } -export default card \ No newline at end of file +export default card