mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Updated Medicine values
This commit is contained in:
parent
aec6777383
commit
1a6cdc2a92
@ -25,7 +25,7 @@ Namespace Items.Medicine
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||||
Return HealPokemon(PokeIndex, 50)
|
Return HealPokemon(PokeIndex, 30)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
@ -7,7 +7,7 @@ Namespace Items.Medicine
|
|||||||
|
|
||||||
Public Overrides ReadOnly Property IsHealingItem As Boolean = True
|
Public Overrides ReadOnly Property IsHealingItem As Boolean = True
|
||||||
Public Overrides ReadOnly Property Description As String = "A spray-type medicine for treating wounds. It can be used to restore 200 HP to an injured Pokémon."
|
Public Overrides ReadOnly Property Description As String = "A spray-type medicine for treating wounds. It can be used to restore 200 HP to an injured Pokémon."
|
||||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1200
|
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1500
|
||||||
|
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
_textureRectangle = New Rectangle(336, 0, 24, 24)
|
_textureRectangle = New Rectangle(336, 0, 24, 24)
|
||||||
@ -25,7 +25,7 @@ Namespace Items.Medicine
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||||
Return HealPokemon(PokeIndex, 200)
|
Return HealPokemon(PokeIndex, 120)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
@ -25,7 +25,7 @@ Namespace Items.Medicine
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||||
Return HealPokemon(PokeIndex, 80)
|
Return HealPokemon(PokeIndex, 70)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
@ -25,7 +25,7 @@ Namespace Items.Medicine
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||||
Return HealPokemon(PokeIndex, 60)
|
Return HealPokemon(PokeIndex, 50)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
@ -25,7 +25,7 @@ Namespace Items.Medicine
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||||
Return HealPokemon(PokeIndex, 50)
|
Return HealPokemon(PokeIndex, 60)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user