diff --git a/data/Pokémon TCG Pocket/Celestial Guardians.ts b/data/Pokémon TCG Pocket/Celestial Guardians.ts index 8c3fda0e2..02d4b7ae0 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians.ts @@ -5,12 +5,12 @@ const set: Set = { id: "A3", name: { - // de: "Unschlagbare Gene", + de: "Hüter des Firmaments", en: "Celestial Guardians", - // es: "Genes Formidables", - // fr: "Puissance Génétique", - // it: "Geni Supremi", - // pt: "Dominação Genética" + es: "Guardianes Celestiales", + fr: "Gardiens Astraux", + it: "Guardiani Astrali", + pt: "Guardiões Celestiais" }, serie: serie, diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/003.ts b/data/Pokémon TCG Pocket/Celestial Guardians/003.ts index bd9f33d9b..ac957ae96 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/003.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/003.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Quick Attack" }, - damage: 10, + damage: "10+", cost: ["Colorless"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/019.ts b/data/Pokémon TCG Pocket/Celestial Guardians/019.ts index a91bef937..e4161f736 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/019.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/019.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Double Spin" }, - damage: 30, + damage: "30x", cost: ["Grass"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/020.ts b/data/Pokémon TCG Pocket/Celestial Guardians/020.ts index 82f96e8d5..dfea8866e 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/020.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/020.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Three Kick Combo" }, - damage: 50, + damage: "50x", cost: ["Grass"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/022.ts b/data/Pokémon TCG Pocket/Celestial Guardians/022.ts index 9ef15d5bd..01b721919 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/022.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/022.ts @@ -29,7 +29,7 @@ const card: Card = { en: "First Impression" }, - damage: 60, + damage: "60+", cost: ["Grass", "Grass", "Grass"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/027.ts b/data/Pokémon TCG Pocket/Celestial Guardians/027.ts index c780de6ab..ee0c7dd22 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/027.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/027.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Burning Bonemerang" }, - damage: 70, + damage: "70x", cost: ["Fire", "Fire", "Colorless"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/033.ts b/data/Pokémon TCG Pocket/Celestial Guardians/033.ts index a24bdcc13..18d71a032 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/033.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/033.ts @@ -37,7 +37,7 @@ const card: Card = { en: "Scar-Charged Smash" }, - damage: 80, + damage: "80+", cost: ["Fire", "Fire", "Colorless"], effect: { @@ -53,4 +53,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/037.ts b/data/Pokémon TCG Pocket/Celestial Guardians/037.ts index abe4c79ab..c31e189f1 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/037.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/037.ts @@ -29,7 +29,7 @@ const card: Card = { cost: ["Fire", "Fire", "Colorless"], effect: { - en: "Discard a Energy from this Pokémon." + en: "Discard a Fire Energy from this Pokémon." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 4 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/040.ts b/data/Pokémon TCG Pocket/Celestial Guardians/040.ts index 423a22a2b..e33e3e1d0 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/040.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/040.ts @@ -28,7 +28,7 @@ const card: Card = { cost: ["Water"], effect: { - en: "Take a Energy from your Energy Zone and attach it to this Pokémon." + en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon." } }], @@ -40,4 +40,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/048.ts b/data/Pokémon TCG Pocket/Celestial Guardians/048.ts index df5e53d7d..394aa79d7 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/048.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/048.ts @@ -32,7 +32,7 @@ const card: Card = { }, effect: { - en: "Once during your turn, you may heal 30 damage from each of your Pokémon." + en: "Once during your turn, you may heal 30 damage from each of your Water Pokémon." } }], @@ -53,4 +53,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/051.ts b/data/Pokémon TCG Pocket/Celestial Guardians/051.ts index ab2f9862f..d69e64b29 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/051.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/051.ts @@ -21,7 +21,7 @@ const card: Card = { en: "School Storm" }, - damage: 30, + damage: "30+", cost: ["Water", "Water", "Water"], effect: { @@ -37,4 +37,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/053.ts b/data/Pokémon TCG Pocket/Celestial Guardians/053.ts index c5cb0df76..c80a9d435 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/053.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/053.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Dangerous Claws" }, - damage: 60, + damage: "60+", cost: ["Water", "Water", "Colorless"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/058.ts b/data/Pokémon TCG Pocket/Celestial Guardians/058.ts index ae67ca77e..1eab6f0c8 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/058.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/058.ts @@ -26,7 +26,7 @@ const card: Card = { en: "Psychic" }, - damage: 60, + damage: "60+", cost: ["Colorless", "Colorless", "Colorless"], effect: { @@ -42,4 +42,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/061.ts b/data/Pokémon TCG Pocket/Celestial Guardians/061.ts index 56be973bb..e72c492ad 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/061.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/061.ts @@ -33,7 +33,7 @@ const card: Card = { cost: ["Lightning", "Lightning", "Colorless", "Colorless"], effect: { - en: "Discard 2 Energy from this Pokémon." + en: "Discard 2 Lightning Energy from this Pokémon." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 4 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/067.ts b/data/Pokémon TCG Pocket/Celestial Guardians/067.ts index 64a9a415d..58b55c051 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/067.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/067.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Electrosmash" }, - damage: 20, + damage: "20+", cost: ["Lightning"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/068.ts b/data/Pokémon TCG Pocket/Celestial Guardians/068.ts index 1804f8d4f..42db4e14c 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/068.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/068.ts @@ -29,7 +29,7 @@ const card: Card = { cost: ["Lightning", "Lightning", "Lightning"], effect: { - en: "Switch this Pokémon with 1 of your Benched Pokémon." + en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/071.ts b/data/Pokémon TCG Pocket/Celestial Guardians/071.ts index 065b7130f..c7c801346 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/071.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/071.ts @@ -28,7 +28,7 @@ const card: Card = { cost: ["Psychic"], effect: { - en: "Take a Energy from your Energy Zone and attach it to this Pokémon." + en: "Take a Psychic Energy from your Energy Zone and attach it to this Pokémon." } }], @@ -40,4 +40,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/077.ts b/data/Pokémon TCG Pocket/Celestial Guardians/077.ts index d1f5325da..6451850a7 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/077.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/077.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Spiteful Dance" }, - damage: 20, + damage: "20+", cost: ["Psychic"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/080.ts b/data/Pokémon TCG Pocket/Celestial Guardians/080.ts index 4a341f70f..7c584dbe2 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/080.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/080.ts @@ -28,7 +28,7 @@ const card: Card = { }, effect: { - en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." + en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." } }], @@ -49,4 +49,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/087.ts b/data/Pokémon TCG Pocket/Celestial Guardians/087.ts index e6fcfb7b8..a10bb7144 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/087.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/087.ts @@ -29,7 +29,7 @@ const card: Card = { }, effect: { - en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." + en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon." } }], @@ -50,4 +50,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/101.ts b/data/Pokémon TCG Pocket/Celestial Guardians/101.ts index 2eaeed426..e0272fa51 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/101.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/101.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Blood Fang" }, - damage: 50, + damage: "50+", cost: ["Fighting", "Fighting"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/104.ts b/data/Pokémon TCG Pocket/Celestial Guardians/104.ts index caa99b634..6c107702f 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/104.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/104.ts @@ -24,7 +24,7 @@ const card: Card = { }, effect: { - en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." + en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/112.ts b/data/Pokémon TCG Pocket/Celestial Guardians/112.ts index 56a3ca177..54fd8f441 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/112.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/112.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Unseen Claw" }, - damage: 20, + damage: "20+", cost: ["Darkness", "Colorless"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/116.ts b/data/Pokémon TCG Pocket/Celestial Guardians/116.ts index 927b69343..c2327dff3 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/116.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/116.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Spike Cannon" }, - damage: 20, + damage: "20x", cost: ["Darkness"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/118.ts b/data/Pokémon TCG Pocket/Celestial Guardians/118.ts index 40d33227b..64c6325c6 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/118.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/118.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Iron Head" }, - damage: 70, + damage: "70x", cost: ["Metal", "Metal"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/123.ts b/data/Pokémon TCG Pocket/Celestial Guardians/123.ts index 1484acd2b..d872f0305 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/123.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/123.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Silver Cannon" }, - damage: 40, + damage: "40+", cost: ["Metal", "Metal"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/124.ts b/data/Pokémon TCG Pocket/Celestial Guardians/124.ts index e2cf1edcd..1c2c28887 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/124.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/124.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Berserk" }, - damage: 20, + damage: "20+", cost: ["Colorless", "Colorless"], effect: { @@ -33,12 +33,7 @@ const card: Card = { } }], - weaknesses: [{ - type: "Colorless", - value: "+20" - }], - retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/125.ts b/data/Pokémon TCG Pocket/Celestial Guardians/125.ts index 4e0c8e21c..14ff6e477 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/125.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/125.ts @@ -29,12 +29,7 @@ const card: Card = { cost: ["Colorless"] }], - weaknesses: [{ - type: "Colorless", - value: "+20" - }], - retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/126.ts b/data/Pokémon TCG Pocket/Celestial Guardians/126.ts index b27dfb82f..e49d7c5b7 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/126.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/126.ts @@ -33,12 +33,7 @@ const card: Card = { cost: ["Lightning", "Fighting"] }], - weaknesses: [{ - type: "Colorless", - value: "+20" - }], - retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/127.ts b/data/Pokémon TCG Pocket/Celestial Guardians/127.ts index 0f6ef0c64..6b802cef9 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/127.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/127.ts @@ -37,12 +37,7 @@ const card: Card = { } }], - weaknesses: [{ - type: "Colorless", - value: "+20" - }], - retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/128.ts b/data/Pokémon TCG Pocket/Celestial Guardians/128.ts index cf8e0fb76..a6d63b895 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/128.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/128.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Rising Lunge" }, - damage: 50, + damage: "50+", cost: ["Colorless", "Colorless", "Colorless"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/130.ts b/data/Pokémon TCG Pocket/Celestial Guardians/130.ts index 341447c4b..3da02fa11 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/130.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/130.ts @@ -33,7 +33,7 @@ const card: Card = { cost: ["Colorless"], effect: { - en: "Take a Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." + en: "Take a Colorless Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/132.ts b/data/Pokémon TCG Pocket/Celestial Guardians/132.ts index 89dc07a00..dc14312c8 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/132.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/132.ts @@ -25,11 +25,11 @@ const card: Card = { en: "Justified Press" }, - damage: 20, + damage: "20+", cost: ["Colorless"], effect: { - en: "If your opponent's Active Pokémon is a Pokémon, this attack does 30 more damage." + en: "If your opponent's Active Pokémon is a Darkness Pokémon, this attack does 30 more damage." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/140.ts b/data/Pokémon TCG Pocket/Celestial Guardians/140.ts index 9d93c6471..95bfbb3c7 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/140.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/140.ts @@ -29,7 +29,7 @@ const card: Card = { cost: ["Colorless", "Colorless"], effect: { - en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 more, and its Retreat Cost is 1 more." + en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 Colorless more, and its Retreat Cost is 1 Colorless more." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/143.ts b/data/Pokémon TCG Pocket/Celestial Guardians/143.ts index 3aaed510b..f24661374 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/143.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/143.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Put a random Basic Pokémon from your discard pile into your hand." + en: "Put a random Basic Water Pokémon from your discard pile into your hand." }, trainerType: "Item" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/147.ts b/data/Pokémon TCG Pocket/Celestial Guardians/147.ts index 13a2201cb..79b36d31d 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/147.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/147.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "The Pokémon this card is attached to gets +30 HP." + en: "The Grass Pokémon this card is attached to gets +30 HP." }, trainerType: "Tool" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/149.ts b/data/Pokémon TCG Pocket/Celestial Guardians/149.ts index 712f8d1dc..e23418066 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/149.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/149.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Put 1 of your Pokémon that has damage on it into your hand." + en: "Put 1 of your Colorless Pokémon that has damage on it into your hand." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/150.ts b/data/Pokémon TCG Pocket/Celestial Guardians/150.ts index 0df86c31a..acd9848e3 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/150.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/150.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." + en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/155.ts b/data/Pokémon TCG Pocket/Celestial Guardians/155.ts index fab99cfbe..717f4bb07 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/155.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/155.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Heal 60 damage from 1 of your Two Pokémon." + en: "Heal 60 damage from 1 of your Stage 2 Pokémon." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/158.ts b/data/Pokémon TCG Pocket/Celestial Guardians/158.ts index df0d66cfd..531ae8c33 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/158.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/158.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Three Kick Combo" }, - damage: 50, + damage: "50x", cost: ["Grass"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/160.ts b/data/Pokémon TCG Pocket/Celestial Guardians/160.ts index 68da92ac5..0684332ec 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/160.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/160.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Burning Bonemerang" }, - damage: 70, + damage: "70x", cost: ["Fire", "Fire", "Colorless"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/161.ts b/data/Pokémon TCG Pocket/Celestial Guardians/161.ts index 18dfd1099..ba8c67a8f 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/161.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/161.ts @@ -29,7 +29,7 @@ const card: Card = { cost: ["Fire", "Fire", "Colorless"], effect: { - en: "Discard a Energy from this Pokémon." + en: "Discard a Fire Energy from this Pokémon." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 4 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/162.ts b/data/Pokémon TCG Pocket/Celestial Guardians/162.ts index f3a4fd415..abb53850d 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/162.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/162.ts @@ -28,7 +28,7 @@ const card: Card = { cost: ["Water"], effect: { - en: "Take a Energy from your Energy Zone and attach it to this Pokémon." + en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon." } }], @@ -40,4 +40,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/166.ts b/data/Pokémon TCG Pocket/Celestial Guardians/166.ts index e345ca158..aa95bd350 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/166.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/166.ts @@ -29,7 +29,7 @@ const card: Card = { cost: ["Lightning", "Lightning", "Lightning"], effect: { - en: "Switch this Pokémon with 1 of your Benched Pokémon." + en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon." } }], @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/168.ts b/data/Pokémon TCG Pocket/Celestial Guardians/168.ts index b28dfbe5e..92015a121 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/168.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/168.ts @@ -28,7 +28,7 @@ const card: Card = { }, effect: { - en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." + en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions." } }], @@ -49,4 +49,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/175.ts b/data/Pokémon TCG Pocket/Celestial Guardians/175.ts index 901d77b9a..7cc3016f2 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/175.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/175.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Silver Cannon" }, - damage: 40, + damage: "40+", cost: ["Metal", "Metal"], effect: { @@ -41,4 +41,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/176.ts b/data/Pokémon TCG Pocket/Celestial Guardians/176.ts index a207394e9..5cf3c94e9 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/176.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/176.ts @@ -25,7 +25,7 @@ const card: Card = { en: "Berserk" }, - damage: 20, + damage: "20+", cost: ["Colorless", "Colorless"], effect: { @@ -33,12 +33,7 @@ const card: Card = { } }], - weaknesses: [{ - type: "Colorless", - value: "+20" - }], - retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/184.ts b/data/Pokémon TCG Pocket/Celestial Guardians/184.ts index 8b5acd149..d9993abcb 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/184.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/184.ts @@ -21,7 +21,7 @@ const card: Card = { en: "School Storm" }, - damage: 30, + damage: "30+", cost: ["Water", "Water", "Water"], effect: { @@ -37,4 +37,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/185.ts b/data/Pokémon TCG Pocket/Celestial Guardians/185.ts index 492274825..0f22128b8 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/185.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/185.ts @@ -26,7 +26,7 @@ const card: Card = { en: "Psychic" }, - damage: 60, + damage: "60+", cost: ["Colorless", "Colorless", "Colorless"], effect: { @@ -42,4 +42,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/186.ts b/data/Pokémon TCG Pocket/Celestial Guardians/186.ts index 2c5ce4504..c19884ae9 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/186.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/186.ts @@ -29,7 +29,7 @@ const card: Card = { }, effect: { - en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." + en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon." } }], @@ -50,4 +50,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/187.ts b/data/Pokémon TCG Pocket/Celestial Guardians/187.ts index aa1294ae9..ef6ca6c92 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/187.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/187.ts @@ -24,7 +24,7 @@ const card: Card = { }, effect: { - en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." + en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/191.ts b/data/Pokémon TCG Pocket/Celestial Guardians/191.ts index 12df3c88f..11e3ec69f 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/191.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/191.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Put 1 of your Pokémon that has damage on it into your hand." + en: "Put 1 of your Colorless Pokémon that has damage on it into your hand." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/192.ts b/data/Pokémon TCG Pocket/Celestial Guardians/192.ts index 81a7d8d6e..c11afa74d 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/192.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/192.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." + en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/197.ts b/data/Pokémon TCG Pocket/Celestial Guardians/197.ts index bf9010904..8304e3f0d 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/197.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/197.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Heal 60 damage from 1 of your Two Pokémon." + en: "Heal 60 damage from 1 of your Stage 2 Pokémon." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/202.ts b/data/Pokémon TCG Pocket/Celestial Guardians/202.ts index e370d8d91..f72e540dc 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/202.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/202.ts @@ -21,7 +21,7 @@ const card: Card = { en: "School Storm" }, - damage: 30, + damage: "30+", cost: ["Water", "Water", "Water"], effect: { @@ -37,4 +37,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/203.ts b/data/Pokémon TCG Pocket/Celestial Guardians/203.ts index 141526924..dc670727d 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/203.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/203.ts @@ -26,7 +26,7 @@ const card: Card = { en: "Psychic" }, - damage: 60, + damage: "60+", cost: ["Colorless", "Colorless", "Colorless"], effect: { @@ -42,4 +42,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/204.ts b/data/Pokémon TCG Pocket/Celestial Guardians/204.ts index d1b43bb82..e1632bb22 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/204.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/204.ts @@ -29,7 +29,7 @@ const card: Card = { }, effect: { - en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." + en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon." } }], @@ -50,4 +50,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/205.ts b/data/Pokémon TCG Pocket/Celestial Guardians/205.ts index c18d3b164..7456b2411 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/205.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/205.ts @@ -24,7 +24,7 @@ const card: Card = { }, effect: { - en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon." + en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/209.ts b/data/Pokémon TCG Pocket/Celestial Guardians/209.ts index af1a5b1d7..370f488a0 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/209.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/209.ts @@ -13,10 +13,10 @@ const card: Card = { category: "Trainer", effect: { - en: "Heal 60 damage from 1 of your Two Pokémon." + en: "Heal 60 damage from 1 of your Stage 2 Pokémon." }, trainerType: "Supporter" } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/214.ts b/data/Pokémon TCG Pocket/Celestial Guardians/214.ts index 1355bbd7f..970b7d6b9 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/214.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/214.ts @@ -29,7 +29,7 @@ const card: Card = { en: "Psychic" }, - damage: 80, + damage: "80+", cost: ["Grass", "Colorless", "Colorless", "Colorless"], effect: { @@ -45,4 +45,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/225.ts b/data/Pokémon TCG Pocket/Celestial Guardians/225.ts index a5115d150..ab7222dc3 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/225.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/225.ts @@ -29,11 +29,11 @@ const card: Card = { en: "Power Press" }, - damage: 70, + damage: "70+", cost: ["Fighting", "Fighting"], effect: { - en: "If this Pokémon has at least 2 extra Energy attached, this attack does 50 more damage." + en: "If this Pokémon has at least 2 extra Fighting Energy attached, this attack does 50 more damage." } }], @@ -45,4 +45,4 @@ const card: Card = { retreat: 2 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/231.ts b/data/Pokémon TCG Pocket/Celestial Guardians/231.ts index 656d139cf..f8e2dece8 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/231.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/231.ts @@ -26,7 +26,7 @@ const card: Card = { en: "Tropical Swing" }, - damage: 40, + damage: "40+", cost: ["Grass"], effect: { @@ -42,4 +42,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/232.ts b/data/Pokémon TCG Pocket/Celestial Guardians/232.ts index 323b79786..17e4d7617 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/232.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/232.ts @@ -33,11 +33,11 @@ const card: Card = { en: "Hydro Bazooka" }, - damage: 100, + damage: "100+", cost: ["Water", "Water", "Colorless"], effect: { - en: "If this Pokémon has at least 2 extra Energy attached, this attack does 60 more damage." + en: "If this Pokémon has at least 2 extra Water Energy attached, this attack does 60 more damage." } }], @@ -49,4 +49,4 @@ const card: Card = { retreat: 3 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/236.ts b/data/Pokémon TCG Pocket/Celestial Guardians/236.ts index bd88b37c9..ba5049546 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/236.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/236.ts @@ -26,7 +26,7 @@ const card: Card = { en: "Bonemerang" }, - damage: 80, + damage: "80x", cost: ["Fighting", "Fighting"], effect: { @@ -42,4 +42,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card diff --git a/data/Pokémon TCG Pocket/Celestial Guardians/238.ts b/data/Pokémon TCG Pocket/Celestial Guardians/238.ts index 4be585f25..ed16ff73b 100644 --- a/data/Pokémon TCG Pocket/Celestial Guardians/238.ts +++ b/data/Pokémon TCG Pocket/Celestial Guardians/238.ts @@ -29,7 +29,7 @@ const card: Card = { }, effect: { - en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon." + en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon." } }], @@ -50,4 +50,4 @@ const card: Card = { retreat: 1 } -export default card \ No newline at end of file +export default card