diff --git a/cards/base/base1/1.ts b/cards/base/base1/1.ts index 304a9d031..547ee2c87 100644 --- a/cards/base/base1/1.ts +++ b/cards/base/base1/1.ts @@ -67,7 +67,7 @@ const card: Card = { en: "Confuse Ray", }, text: { - en: "Flip a coin. If heads, defender is now Confused.", + en: "Flip a coin. If heads, the Definding Pokémon is now Confused.", }, damage: 30 }], @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/13.ts b/cards/base/base1/13.ts index 09217d135..3a9bbaec2 100644 --- a/cards/base/base1/13.ts +++ b/cards/base/base1/13.ts @@ -58,7 +58,7 @@ const card: Card = { en: "Water Gun", }, text: { - en: "Does 30 damage plus 10 more damage for each Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.", + en: "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count.", }, damage: 30 },{ @@ -97,4 +97,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/18.ts b/cards/base/base1/18.ts index 8f02e7847..9a7ed005d 100644 --- a/cards/base/base1/18.ts +++ b/cards/base/base1/18.ts @@ -58,7 +58,7 @@ const card: Card = { en: "Slam", }, text: { - en: "Flip 2 coins. This attack does 30 times number of heads.", + en: "Flip 2 coins. This attack does 30 damage times the number of heads.", }, damage: 30 },{ @@ -72,7 +72,7 @@ const card: Card = { en: "Hyper Beam", }, text: { - en: "If the Defending Pokémon has energy cards attached to it, choose 1 of them and discard it.", + en: "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it.", }, damage: 20 }], @@ -97,4 +97,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/2.ts b/cards/base/base1/2.ts index 1bccc83ed..3b070a278 100644 --- a/cards/base/base1/2.ts +++ b/cards/base/base1/2.ts @@ -67,9 +67,9 @@ const card: Card = { en: "Hydro Pump", }, text: { - en: "Does 40 damage plus 10 more damage for each attached to Blastoise but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.", + en: "Does 40 damage plus 10 more damage for each attached Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count.", }, - damage: 40 + damage: "40+" }], weaknesses: [{ @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/21.ts b/cards/base/base1/21.ts index 7297657a1..0c8e354c4 100644 --- a/cards/base/base1/21.ts +++ b/cards/base/base1/21.ts @@ -53,7 +53,7 @@ const card: Card = { en: "Buzzap", }, text: { - en: "At any time during your turn (before your attack) you may Knock Out Electrode and attach it to 1 of your other Pokémon. If you do, chose a type of Energy. is now an Energy card (instead of a Pokémon) that provides 2 energy of that type. This power can't be used if Electrode is Asleep, Confused, or Paralyzed.", + en: "At any time during your turn (before your attack) you may Knock Out Electrode and attach it to 1 of your other Pokémon. If you do, chose a type of Energy. Electrode is now an Energy card (instead of a Pokémon) that provides 2 energy of that type. This power can't be used if Electrode is Asleep, Confused, or Paralyzed.", } }], @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/27.ts b/cards/base/base1/27.ts index a3761452e..d391896e8 100644 --- a/cards/base/base1/27.ts +++ b/cards/base/base1/27.ts @@ -54,7 +54,7 @@ const card: Card = { en: "Leek Slap", }, text: { - en: "Flip a coin. If tails, this attack does nothing. Either way, use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again.)", + en: "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again.)", }, damage: 30 },{ @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/4.ts b/cards/base/base1/4.ts index 58db4715e..be253be15 100644 --- a/cards/base/base1/4.ts +++ b/cards/base/base1/4.ts @@ -53,7 +53,7 @@ const card: Card = { en: "Energy Burn", }, text: { - en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into R for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed.", + en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into Fire Energy for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed.", } }], @@ -96,4 +96,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/5.ts b/cards/base/base1/5.ts index 6ca357846..80b424ae5 100644 --- a/cards/base/base1/5.ts +++ b/cards/base/base1/5.ts @@ -54,7 +54,7 @@ const card: Card = { en: "Sing", }, text: { - en: "Flip a coin. If heads, Defending Pokémon is now Asleep.", + en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.", }, },{ cost: [ @@ -93,4 +93,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base1/6.ts b/cards/base/base1/6.ts index c2fde0c78..57c7d9d31 100644 --- a/cards/base/base1/6.ts +++ b/cards/base/base1/6.ts @@ -69,7 +69,7 @@ const card: Card = { en: "Bubblebeam", }, text: { - en: "Flip a coin. If heads, Defending Pokémon is now Paralyzed.", + en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.", }, damage: 40 }], @@ -97,4 +97,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base3/21.ts b/cards/base/base3/21.ts index 48b6a73f0..3f8ba0cc7 100644 --- a/cards/base/base3/21.ts +++ b/cards/base/base3/21.ts @@ -34,7 +34,7 @@ const card: Card = { }, evolveFrom: { - en: "Gengar", + en: "Gastly", }, tags: [ @@ -91,4 +91,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/1.ts b/cards/base/base4/1.ts index 3e06a96f0..767d20f1d 100644 --- a/cards/base/base4/1.ts +++ b/cards/base/base4/1.ts @@ -67,7 +67,7 @@ const card: Card = { en: "Confuse Ray", }, text: { - en: "Flip a coin. If heads, defender is now Confused.", + en: "Flip a coin. If heads, the Defending Pokémon is now Confused.", }, damage: 30 }], @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/15.ts b/cards/base/base4/15.ts index 97820f531..b77630b3d 100644 --- a/cards/base/base4/15.ts +++ b/cards/base/base4/15.ts @@ -58,7 +58,7 @@ const card: Card = { en: "Water Gun", }, text: { - en: "Does 30 damage plus 10 more damage for each Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.", + en: "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.", }, damage: 30 },{ @@ -97,4 +97,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/2.ts b/cards/base/base4/2.ts index 239220996..2398bebc4 100644 --- a/cards/base/base4/2.ts +++ b/cards/base/base4/2.ts @@ -67,9 +67,9 @@ const card: Card = { en: "Hydro Pump", }, text: { - en: "Does 40 damage plus 10 more damage for each attached to Blastoise but not used to pay for this attack's Energy cost. Extra Energy after the 2nd doesn't count.", + en: "Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.", }, - damage: 40 + damage: "40+" }], weaknesses: [{ @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/22.ts b/cards/base/base4/22.ts index 6fd2cfc71..95af46cba 100644 --- a/cards/base/base4/22.ts +++ b/cards/base/base4/22.ts @@ -58,7 +58,7 @@ const card: Card = { en: "Slam", }, text: { - en: "Flip 2 coins. This attack does 30 times number of heads.", + en: "Flip 2 coins. This attack does 30 damage times the number of heads.", }, },{ cost: [ @@ -71,7 +71,7 @@ const card: Card = { en: "Hyper Beam", }, text: { - en: "If the Defending Pokémon has energy cards attached to it, choose 1 of them and discard it.", + en: "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it.", }, damage: 20 }], @@ -96,4 +96,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/25.ts b/cards/base/base4/25.ts index e56111d7b..f228b4f7d 100644 --- a/cards/base/base4/25.ts +++ b/cards/base/base4/25.ts @@ -53,7 +53,7 @@ const card: Card = { en: "Buzzap", }, text: { - en: "At any time during your turn (before your attack) you may Knock Out Electrode and attach it to 1 of your other Pokémon. If you do, chose a type of Energy. is now an Energy card (instead of a Pokémon) that provides 2 energy of that type. This power can't be used if Electrode is Asleep, Confused, or Paralyzed.", + en: "At any time during your turn (before your attack) you may Knock Out Electrode and attach it to 1 of your other Pokémon. If you do, choose a type of Energy. Electrode is now an Energy card of that type (instead of a Pokémon) that provides 2 energy. This power can't be used if Electrode is Asleep, Confused, or Paralyzed.", } }], @@ -92,4 +92,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/4.ts b/cards/base/base4/4.ts index 12d691e63..94bff3182 100644 --- a/cards/base/base4/4.ts +++ b/cards/base/base4/4.ts @@ -53,7 +53,7 @@ const card: Card = { en: "Energy Burn", }, text: { - en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into R for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed.", + en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into Fire Energy for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed.", } }], @@ -96,4 +96,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/40.ts b/cards/base/base4/40.ts index f885bff1f..c70d4c844 100644 --- a/cards/base/base4/40.ts +++ b/cards/base/base4/40.ts @@ -54,7 +54,7 @@ const card: Card = { en: "Leek Slap", }, text: { - en: "Flip a coin. If tails, this attack does nothing. Either way, use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again.)", + en: "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again.)", }, },{ cost: [ @@ -91,4 +91,3 @@ const card: Card = { } export default card - diff --git a/cards/base/base4/6.ts b/cards/base/base4/6.ts index 127f21e91..1015dfe86 100644 --- a/cards/base/base4/6.ts +++ b/cards/base/base4/6.ts @@ -54,7 +54,7 @@ const card: Card = { en: "Sing", }, text: { - en: "Flip a coin. If heads, Defending Pokémon is now Asleep.", + en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.", }, },{ cost: [ @@ -93,4 +93,3 @@ const card: Card = { } export default card -