improve sticky descriptions
This commit is contained in:
parent
f95034531b
commit
7d300c93d5
|
@ -6,7 +6,7 @@ Namespace Items.Stones
|
|||
Inherits Item
|
||||
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 300
|
||||
Public Overrides ReadOnly Property Description As String = "It's a stone that sticks to other stones, but it's just a regular rock and has no effect on Pokémon."
|
||||
Public Overrides ReadOnly Property Description As String = "It's a stone that sticks to other stones, a Pokémon that holds it will find more stones."
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Namespace Items.Wings
|
|||
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
Public Overrides ReadOnly Property Description As String = "It's a feather that sticks to other feathers, but it's just a regular feather and has no effect on Pokémon."
|
||||
Public Overrides ReadOnly Property Description As String = "It's a feather that sticks to other feathers, a Pokémon that holds it will find more feathers."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200
|
||||
Public Overrides ReadOnly Property FlingDamage As Integer = 20
|
||||
|
||||
|
|
Loading…
Reference in New Issue