mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 22:35:47 +02:00
Fixed prices for old incenses
changed from 9800 to 9600
This commit is contained in:
parent
3a92b89073
commit
252a3f7543
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user