From d733fcda6d9fca8daf5b65ef2479ce2e52a9ae27 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Tue, 29 Apr 2025 10:18:18 +0200 Subject: [PATCH] Added a period after Sp. Atk & Sp. Def --- P3D/Pokemon/Abilities/Competitive.vb | 2 +- P3D/Pokemon/Abilities/Minus.vb | 2 +- P3D/Pokemon/Abilities/Plus.vb | 2 +- P3D/Pokemon/Attacks/Bug/BugBuzz.vb | 2 +- P3D/Pokemon/Attacks/Bug/DefendOrder.vb | 2 +- P3D/Pokemon/Attacks/Bug/StruggleBug.vb | 2 +- P3D/Pokemon/Attacks/Bug/Tailglow.vb | 2 +- P3D/Pokemon/Attacks/Dark/FakeTears.vb | 2 +- P3D/Pokemon/Attacks/Dark/Flatter.vb | 2 +- P3D/Pokemon/Attacks/Dark/PartingShot.vb | 2 +- P3D/Pokemon/Attacks/Dark/Snarl.vb | 2 +- P3D/Pokemon/Attacks/Dragon/DracoMeteor.vb | 2 +- P3D/Pokemon/Attacks/Electric/Charge.vb | 2 +- P3D/Pokemon/Attacks/Electric/Chargebeam.vb | 2 +- P3D/Pokemon/Attacks/Electric/EerieImpulse.vb | 2 +- P3D/Pokemon/Attacks/Fairy/FleurCannon.vb | 2 +- P3D/Pokemon/Attacks/Fairy/Moonblast.vb | 2 +- P3D/Pokemon/Attacks/Fire/FieryDance.vb | Bin 5158 -> 5160 bytes P3D/Pokemon/Attacks/Fire/MysticalFire.vb | 2 +- P3D/Pokemon/Attacks/Fire/Overheat.vb | 2 +- P3D/Pokemon/Attacks/Flying/DragonAscent.vb | 2 +- P3D/Pokemon/Attacks/Ghost/ShadowBall.vb | 2 +- P3D/Pokemon/Attacks/Grass/LeafStorm.vb | 2 +- P3D/Pokemon/Attacks/Ground/Dig.vb | 2 +- P3D/Pokemon/Attacks/Normal/Captivate.vb | Bin 6000 -> 6002 bytes P3D/Pokemon/Attacks/Normal/Growth.vb | 2 +- P3D/Pokemon/Attacks/Normal/NobleRoar.vb | 2 +- P3D/Pokemon/Attacks/Normal/ScaryFace.vb | 2 +- P3D/Pokemon/Attacks/Normal/ShellSmash.vb | 2 +- P3D/Pokemon/Attacks/Normal/TearfulLook.vb | 2 +- P3D/Pokemon/Attacks/Normal/WorkUp.vb | Bin 4726 -> 4728 bytes P3D/Pokemon/Attacks/Poison/Acid.vb | 2 +- P3D/Pokemon/Attacks/Poison/AcidSpray.vb | Bin 4340 -> 4342 bytes P3D/Pokemon/Attacks/Psychic/Amnesia.vb | 2 +- P3D/Pokemon/Attacks/Psychic/CalmMind.vb | 2 +- P3D/Pokemon/Attacks/Psychic/CosmicPower.vb | 2 +- P3D/Pokemon/Attacks/Psychic/GuardSwap.vb | Bin 5684 -> 5688 bytes P3D/Pokemon/Attacks/Psychic/LusterPurge.vb | 2 +- P3D/Pokemon/Attacks/Psychic/PowerSwap.vb | Bin 5672 -> 5676 bytes P3D/Pokemon/Attacks/Psychic/Psychic.vb | 2 +- P3D/Pokemon/Attacks/Psychic/PsychoBoost.vb | 2 +- P3D/Pokemon/Attacks/Steel/FlashCannon.vb | Bin 4624 -> 4626 bytes P3D/Pokemon/Attacks/Steel/GearUp.vb | 2 +- P3D/Pokemon/Attacks/Steel/MetalSound.vb | 2 +- P3D/Pokemon/Items/Berries/ApicotBerry.vb | 2 +- P3D/Pokemon/Items/Berries/MarangaBerry.vb | 2 +- P3D/Pokemon/Items/Berries/PetayaBerry.vb | 2 +- P3D/Pokemon/Items/Standard/DeepSeaScale.vb | 2 +- P3D/Pokemon/Items/Standard/DeepSeaTooth.vb | 2 +- P3D/Pokemon/Items/Standard/LightBall.vb | 2 +- P3D/Pokemon/Items/Standard/PowerBand.vb | 2 +- P3D/Pokemon/Items/Standard/PowerLens.vb | 2 +- P3D/Pokemon/Items/Vitamins/Calcium.vb | 2 +- P3D/Pokemon/Items/Vitamins/Zinc.vb | 2 +- P3D/Pokemon/Items/XItems/XSpAtk.vb | 2 +- P3D/Pokemon/Items/XItems/XSpDef.vb | 2 +- 56 files changed, 49 insertions(+), 49 deletions(-) diff --git a/P3D/Pokemon/Abilities/Competitive.vb b/P3D/Pokemon/Abilities/Competitive.vb index 0c9d62fd2..6837d1be0 100644 --- a/P3D/Pokemon/Abilities/Competitive.vb +++ b/P3D/Pokemon/Abilities/Competitive.vb @@ -5,7 +5,7 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(172, "Competitive", "Boosts the Sp.Atk stat when a stat is lowered.") + MyBase.New(172, "Competitive", "Boosts the Sp. Atk. stat when a stat is lowered.") End Sub End Class diff --git a/P3D/Pokemon/Abilities/Minus.vb b/P3D/Pokemon/Abilities/Minus.vb index ee39f8a77..97fdc1531 100644 --- a/P3D/Pokemon/Abilities/Minus.vb +++ b/P3D/Pokemon/Abilities/Minus.vb @@ -5,7 +5,7 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(58, "Minus", "Ups Sp. Atk if another Pokémon has Plus or Minus.") + MyBase.New(58, "Minus", "Ups Sp. Atk. if another Pokémon has Plus or Minus.") End Sub End Class diff --git a/P3D/Pokemon/Abilities/Plus.vb b/P3D/Pokemon/Abilities/Plus.vb index 29555d07f..f490d68e6 100644 --- a/P3D/Pokemon/Abilities/Plus.vb +++ b/P3D/Pokemon/Abilities/Plus.vb @@ -5,7 +5,7 @@ Namespace Abilities Inherits Ability Public Sub New() - MyBase.New(57, "Plus", "Ups Sp. Atk if another Pokémon has Plus or Minus.") + MyBase.New(57, "Plus", "Ups Sp. Atk. if another Pokémon has Plus or Minus.") End Sub End Class diff --git a/P3D/Pokemon/Attacks/Bug/BugBuzz.vb b/P3D/Pokemon/Attacks/Bug/BugBuzz.vb index f33272d5d..0265666bf 100644 --- a/P3D/Pokemon/Attacks/Bug/BugBuzz.vb +++ b/P3D/Pokemon/Attacks/Bug/BugBuzz.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Beauty Me.Name = Localization.GetString("move_name_" & Me.ID,"Bug Buzz") - Me.Description = "The user vibrates its wings to generate a damaging sound wave. This may also lower the target's Sp. Def stat." + Me.Description = "The user vibrates its wings to generate a damaging sound wave. This may also lower the target's Sp. Def. stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Bug/DefendOrder.vb b/P3D/Pokemon/Attacks/Bug/DefendOrder.vb index 762cc633c..d80ae73dc 100644 --- a/P3D/Pokemon/Attacks/Bug/DefendOrder.vb +++ b/P3D/Pokemon/Attacks/Bug/DefendOrder.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Smart Me.Name = Localization.GetString("move_name_" & Me.ID,"Defend Order") - Me.Description = "The user calls out its underlings to shield its body, raising its Defense and Sp. Def stats." + Me.Description = "The user calls out its underlings to shield its body, raising its Defense and Sp. Def. stats." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.Self diff --git a/P3D/Pokemon/Attacks/Bug/StruggleBug.vb b/P3D/Pokemon/Attacks/Bug/StruggleBug.vb index b19e15489..ad8dbe602 100644 --- a/P3D/Pokemon/Attacks/Bug/StruggleBug.vb +++ b/P3D/Pokemon/Attacks/Bug/StruggleBug.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Cool Me.Name = Localization.GetString("move_name_" & Me.ID,"Struggle Bug") - Me.Description = "While resisting, the user attacks the opposing Pokémon. This lowers the Sp. Atk stat of those hit." + Me.Description = "While resisting, the user attacks the opposing Pokémon. This lowers the Sp. Atk. stat of those hit." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.AllAdjacentFoes diff --git a/P3D/Pokemon/Attacks/Bug/Tailglow.vb b/P3D/Pokemon/Attacks/Bug/Tailglow.vb index 197d715e5..426c33564 100644 --- a/P3D/Pokemon/Attacks/Bug/Tailglow.vb +++ b/P3D/Pokemon/Attacks/Bug/Tailglow.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Beauty Me.Name = Localization.GetString("move_name_" & Me.ID,"Tail Glow") - Me.Description = "The user stares at flashing lights to focus its mind, drastically raising its Sp. Atk stat." + Me.Description = "The user stares at flashing lights to focus its mind, drastically raising its Sp. Atk. stat." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.Self diff --git a/P3D/Pokemon/Attacks/Dark/FakeTears.vb b/P3D/Pokemon/Attacks/Dark/FakeTears.vb index 6fc9bf484..7f97a5dda 100644 --- a/P3D/Pokemon/Attacks/Dark/FakeTears.vb +++ b/P3D/Pokemon/Attacks/Dark/FakeTears.vb @@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Dark Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Cute Me.Name = Localization.GetString("move_name_" & Me.ID,"Fake Tears") - Me.Description = "The user feigns crying to fluster the target, harshly lowering its Sp. Def stat." + Me.Description = "The user feigns crying to fluster the target, harshly lowering its Sp. Def. stat." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Dark/Flatter.vb b/P3D/Pokemon/Attacks/Dark/Flatter.vb index daa95c527..b0871f29d 100644 --- a/P3D/Pokemon/Attacks/Dark/Flatter.vb +++ b/P3D/Pokemon/Attacks/Dark/Flatter.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Smart Me.Name = Localization.GetString("move_name_" & Me.ID,"Flatter") - Me.Description = "Flattery is used to confuse the target. However, it also raises the target's Sp. Atk stat." + Me.Description = "Flattery is used to confuse the target. However, it also raises the target's Sp. Atk. stat." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Dark/PartingShot.vb b/P3D/Pokemon/Attacks/Dark/PartingShot.vb index 02c09e1ad..5980ec2c3 100644 --- a/P3D/Pokemon/Attacks/Dark/PartingShot.vb +++ b/P3D/Pokemon/Attacks/Dark/PartingShot.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Cool Me.Name = Localization.GetString("move_name_" & Me.ID,"Parting Shot") - Me.Description = "With a parting threat, the user lowers the target's Attack and Sp. Atk stats. Then it switches with a party Pokémon." + Me.Description = "With a parting threat, the user lowers the target's Attack and Sp. Atk. stats. Then it switches with a party Pokémon." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Dark/Snarl.vb b/P3D/Pokemon/Attacks/Dark/Snarl.vb index c4069d04a..19aacf8ab 100644 --- a/P3D/Pokemon/Attacks/Dark/Snarl.vb +++ b/P3D/Pokemon/Attacks/Dark/Snarl.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Cool Me.Name = Localization.GetString("move_name_" & Me.ID,"Snarl") - Me.Description = "The user yells as if it is ranting about something, making the target's Sp. Atk stat decrease." + Me.Description = "The user yells as if it is ranting about something, making the target's Sp. Atk. stat decrease." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Dragon/DracoMeteor.vb b/P3D/Pokemon/Attacks/Dragon/DracoMeteor.vb index 38632b0a9..9a6b1bfbf 100644 --- a/P3D/Pokemon/Attacks/Dragon/DracoMeteor.vb +++ b/P3D/Pokemon/Attacks/Dragon/DracoMeteor.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Beauty Me.Name = Localization.GetString("move_name_" & Me.ID,"Draco Meteor") - Me.Description = "Comets are summoned down from the sky onto the target. The attack's recoil harshly reduces the user's Sp. Atk stat." + Me.Description = "Comets are summoned down from the sky onto the target. The attack's recoil harshly reduces the user's Sp. Atk. stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Electric/Charge.vb b/P3D/Pokemon/Attacks/Electric/Charge.vb index 402579d37..506987973 100644 --- a/P3D/Pokemon/Attacks/Electric/Charge.vb +++ b/P3D/Pokemon/Attacks/Electric/Charge.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Smart Me.Name = Localization.GetString("move_name_" & Me.ID,"Charge") - Me.Description = "The user boosts the power of the Electric move it uses on the next turn. It also raises the user's Sp. Def stat." + Me.Description = "The user boosts the power of the Electric move it uses on the next turn. It also raises the user's Sp. Def. stat." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.Self diff --git a/P3D/Pokemon/Attacks/Electric/Chargebeam.vb b/P3D/Pokemon/Attacks/Electric/Chargebeam.vb index 489a7d4ad..84df9631b 100644 --- a/P3D/Pokemon/Attacks/Electric/Chargebeam.vb +++ b/P3D/Pokemon/Attacks/Electric/Chargebeam.vb @@ -16,7 +16,7 @@ Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Beauty Me.Name = Localization.GetString("move_name_" & Me.ID,"Charge Beam") - Me.Description = "The user attacks with an electric charge. The user may use any remaining electricity to raise its Sp. Atk stat." + Me.Description = "The user attacks with an electric charge. The user may use any remaining electricity to raise its Sp. Atk. stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Electric/EerieImpulse.vb b/P3D/Pokemon/Attacks/Electric/EerieImpulse.vb index 9786f474e..dd7ef0868 100644 --- a/P3D/Pokemon/Attacks/Electric/EerieImpulse.vb +++ b/P3D/Pokemon/Attacks/Electric/EerieImpulse.vb @@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Electric Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Cute Me.Name = Localization.GetString("move_name_" & Me.ID,"Eerie Impulse") - Me.Description = "The user's body generates an eerie impulse. Exposing the target to it harshly lowers the target's Sp. Atk stat." + Me.Description = "The user's body generates an eerie impulse. Exposing the target to it harshly lowers the target's Sp. Atk. stat." Me.CriticalChance = 0 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Fairy/FleurCannon.vb b/P3D/Pokemon/Attacks/Fairy/FleurCannon.vb index f32b7798a..a74f3a7a8 100644 --- a/P3D/Pokemon/Attacks/Fairy/FleurCannon.vb +++ b/P3D/Pokemon/Attacks/Fairy/FleurCannon.vb @@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Fairy Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Cute Me.Name = Localization.GetString("move_name_" & Me.ID,"Fleur Cannon") - Me.Description = "The user unleashes a strong beam. The attack's recoil harshly lowers the user's Sp. Atk stat." + Me.Description = "The user unleashes a strong beam. The attack's recoil harshly lowers the user's Sp. Atk. stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Fairy/Moonblast.vb b/P3D/Pokemon/Attacks/Fairy/Moonblast.vb index 1bc206b16..ae3637776 100644 --- a/P3D/Pokemon/Attacks/Fairy/Moonblast.vb +++ b/P3D/Pokemon/Attacks/Fairy/Moonblast.vb @@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Fairy Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Smart Me.Name = Localization.GetString("move_name_" & Me.ID,"Moonblast") - Me.Description = "Borrowing the power of the moon, the user attacks the target. This may also lower the target's Sp. Atk stat." + Me.Description = "Borrowing the power of the moon, the user attacks the target. This may also lower the target's Sp. Atk. stat." Me.CriticalChance = 1 Me.IsHMMove = False Me.Target = Targets.OneAdjacentTarget diff --git a/P3D/Pokemon/Attacks/Fire/FieryDance.vb b/P3D/Pokemon/Attacks/Fire/FieryDance.vb index fe59a37c48584c23c407155d2ef8cdc4f1c07f5b..02f6011fca7508c08a879e16895a6c7024aae2b7 100644 GIT binary patch delta 14 VcmZ3cu|i`*A}gcb<^