Fixed prices for old incenses

changed from 9800 to 9600
This commit is contained in:
FantaX1911 2016-09-23 15:38:34 +03:00
parent 3a92b89073
commit 252a3f7543
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Namespace Items.Standard
Inherits Item
Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokémon. This exotic-smelling incense boosts the power of Psychic-type moves."
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9800
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600
Public Overrides ReadOnly Property FlingDamage As Integer = 10
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Overrides ReadOnly Property CanBeUsed As Boolean = False

View File

@ -6,7 +6,7 @@ Namespace Items.Standard
Inherits Item
Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokémon. This incense has a curious aroma that boosts the power of Water-type moves."
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9800
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600
Public Overrides ReadOnly Property FlingDamage As Integer = 10
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Overrides ReadOnly Property CanBeUsed As Boolean = False

View File

@ -6,7 +6,7 @@ Namespace Items.Standard
Inherits Item
Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokémon. This exotic-smelling incense boots the power of Water-type moves."
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9800
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600
Public Overrides ReadOnly Property FlingDamage As Integer = 10
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Overrides ReadOnly Property CanBeUsed As Boolean = False