add extra wind and slicing moves

these are mostly moves that are not in SV so are left a maybe on if they are these, also fixed caps for SilverWind
This commit is contained in:
darkfire006 2022-12-21 01:26:31 -06:00
parent fe8ef2351d
commit ce1b178a2c
9 changed files with 11 additions and 14 deletions

View File

@ -30504,7 +30504,7 @@
<Compile Include="Pokemon\Attacks\Bug\PinMissile.vb" />
<Compile Include="Pokemon\Attacks\Bug\QuiverDance.vb" />
<Compile Include="Pokemon\Attacks\Bug\SignalBeam.vb" />
<Compile Include="Pokemon\Attacks\Bug\Silverwind.vb" />
<Compile Include="Pokemon\Attacks\Bug\SilverWind.vb" />
<Compile Include="Pokemon\Attacks\Bug\SpiderWeb.vb" />
<Compile Include="Pokemon\Attacks\Bug\Steamroller.vb" />
<Compile Include="Pokemon\Attacks\Bug\StickyWeb.vb" />

View File

@ -890,7 +890,7 @@
Case 317
returnMove = New Moves.Rock.RockTomb()
Case 318
returnMove = New Moves.Bug.Silverwind()
returnMove = New Moves.Bug.SilverWind()
Case 319
returnMove = New Moves.Steel.MetalSound()
Case 320

View File

@ -1,6 +1,6 @@
Namespace BattleSystem.Moves.Bug
Public Class Silverwind
Public Class SilverWind
Inherits Attack
@ -15,7 +15,7 @@
Me.Accuracy = 100
Me.Category = Categories.Special
Me.ContestCategory = ContestCategories.Beauty
Me.Name = Localization.GetString("move_name_" & Me.ID,"Silver Wind")
Me.Name = Localization.GetString("move_name_" & Me.ID, "Silver Wind")
Me.Description = "The target is attacked with powdery scales blown by wind. It may also raise all the user's stats."
Me.CriticalChance = 1
Me.IsHMMove = False
@ -41,11 +41,10 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsWindMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True

View File

@ -41,11 +41,10 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsWindMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True

View File

@ -42,6 +42,7 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsSlicingMove = True
Me.IsWindMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False

View File

@ -41,11 +41,10 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsWindMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True

View File

@ -41,11 +41,10 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsWindMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True

View File

@ -41,11 +41,11 @@
Me.IsHealingMove = False
Me.IsRecoilMove = False
Me.IsWindMove = True 'P3D only
Me.IsSlicingMove = True 'P3D only
Me.IsDamagingMove = True
Me.IsProtectMove = False
Me.IsAffectedBySubstitute = True
Me.IsOneHitKOMove = False
Me.IsWonderGuardAffected = True