various move ability and pokemon data fixes

This commit is contained in:
darkfire006 2022-04-13 19:09:10 -05:00
parent dff1144626
commit 8f2bf06fc5
9 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@ Ability1|28
Ability2|Nothing
HiddenAbility|39
EggMoves|445,204,343,174,197,203,313,175,363,500,485,321,273,281
Machines|15,63,29,174,92,192,244,237,241,173,63,182,240,203,218,231,216,91,94,247,189,104,207,214,129,138,197,156,213,171,25,34,36,38,99,102,117,130,164,269,259,263,290,289,371,416,445,399,363,496,497,514,526,555,590,15,148,56091,92,94,104,138,148,156,164,182,207,213,216,218,237,240,241,244,247,259,263,269,371,416,496,497,514,526,555,29,189,560
Machines|29,174,92,192,244,237,241,173,182,240,203,218,231,216,91,94,247,189,104,207,214,129,138,197,156,171,25,34,36,38,99,102,117,130,164,269,259,263,290,289,371,399,363,496,497,514,526,555,590,270,492,15,148,560
BaseHP|95
BaseAttack|65
BaseDefense|110

View File

@ -17,7 +17,7 @@ IsMale|0.0
Ability1|26
Ability2|Nothing
HiddenAbility|Nothing
Machines|174,20174,205,92,244,237,241,173,63,182,203,218,76,89,216,94,247,104,207,214,201,126,129,111,138,197,156,213,34,36,38,99,100,102,115,117,120,149,153,157,161,164,347,113,219,53,317,263,290,285,315,451,261,373,278,416,397,444,360,446,445,363,447,433,473,477,479,496,510,512,523,590,1485,92,244,237,241,173,63,182,203,218,76,89,216,94,247,104,207,214,201,126,129,111,138,197,156,213,34,36,38,99,100,102,115,117,120,149,153,157,161,164,347,113,219,53,317,263,290,285,315,451,261,373,278,416,397,444,360,446,445,363,447,433,473,477,479,496,510,512,523,590,148
Machines|174,205,92,244,237,241,173,182,203,218,76,89,216,94,247,104,207,214,201,126,129,111,138,197,156,34,36,38,99,100,102,115,117,120,149,153,157,161,164,347,113,219,53,317,263,290,285,315,451,261,373,278,397,444,360,446,363,447,433,473,477,479,496,510,512,523,590,270,148
BaseHP|90
BaseAttack|95
BaseDefense|85

View File

@ -18,11 +18,11 @@ Ability2|85
HiddenAbility|18
EggMoves|153,335,189
Machines|29,174,205,46,92,249,237,173,182,203,218,76,225,89,216,91,189,104,207,214,201,126,129,111,156,7,5,25,34,36,38,99,90,102,115,117,120,130,153,157,164,53,317,263,290,315,261,397,444,360,446,363,479,488,496,503,510,523,590,270,529,70,148,431
BaseHP|30
BaseAttack|40
BaseDefense|50
BaseSpAttack|40
BaseSpDefense|50
BaseHP|110
BaseAttack|80
BaseDefense|120
BaseSpAttack|80
BaseSpDefense|90
BaseSpeed|30
FPHP|0
FPAttack|0

Binary file not shown.

View File

@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Grass
Me.Category = Categories.Physical
Me.ContestCategory = ContestCategories.Beauty
Me.Name = "Trop Kick"
Me.Description = " The user lands an intense kick of tropical origins on the target. This also lowers the target's Attack stat."
Me.Description = "The user lands an intense kick of tropical origins on the target. This also lowers the target's Attack stat."
Me.CriticalChance = 1
Me.IsHMMove = False
Me.Target = Targets.OneAdjacentTarget

View File

@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Steel
Me.Category = Categories.Physical
Me.ContestCategory = ContestCategories.Smart
Me.Name = "Smart Strike"
Me.Description = " The user stabs the target with a sharp horn. This attack never misses."
Me.Description = "The user stabs the target with a sharp horn. This attack never misses."
Me.CriticalChance = 1
Me.IsHMMove = False
Me.Target = Targets.OneAdjacentTarget

View File

@ -5,7 +5,7 @@ Namespace Items.KeyItems
Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "This bracelet contains an untold power that somehow enables Pokémon carrying a Mega Stone to Mega Evolve in battle. "
Public Overrides ReadOnly Property Description As String = "This bracelet contains an untold power that somehow enables Pokémon carrying a Mega Stone to Mega Evolve in battle."
Public Sub New()
_textureRectangle = New Rectangle(312, 288, 24, 24)

View File

@ -1,7 +1,7 @@
Namespace Items.XItems
<Item(53, "X Sp. Atk.")>
Public Class XSpecial
Public Class XSpAtk
Inherits XItem
@ -38,7 +38,7 @@ Namespace Items.XItems
Screen.TextBox.Show("Cannot boost~ " & p.GetDisplayName() & "'s Special Attack!", {}, False, False)
Return False
Else
Logger.Log(Logger.LogTypes.Warning, "XSpecial.vb: Used outside of battle environment!")
Logger.Log(Logger.LogTypes.Warning, "XSpAtk.vb: Used outside of battle environment!")
Return False
End If
End Function

Binary file not shown.