mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Prevent usage of berries that can't be used
This commit is contained in:
parent
d08b472b35
commit
f55f910f3b
@ -4,7 +4,8 @@ Namespace Items.Berries
|
|||||||
Public Class BelueBerry
|
Public Class BelueBerry
|
||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Belue.", "11.8cm", "Very Soft", 1, 2)
|
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Belue.", "11.8cm", "Very Soft", 1, 2)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Bluk.", "10.8cm", "Soft", 3, 6)
|
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Bluk.", "10.8cm", "Soft", 3, 6)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Cornn.", "7.5cm", "Hard", 2, 4)
|
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Cornn.", "7.5cm", "Hard", 2, 4)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Durin.", "28.0m", "Hard", 1, 2)
|
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Durin.", "28.0m", "Hard", 1, 2)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Magost.", "14.0cm", "Hard", 2, 4)
|
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Magost.", "14.0cm", "Hard", 2, 4)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Nanab.", "7.7cm", "Very Hard", 2, 3)
|
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Nanab.", "7.7cm", "Very Hard", 2, 3)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Nomel.", "28.5cm", "Soft", 2, 4)
|
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Nomel.", "28.5cm", "Soft", 2, 4)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Pamtre.", "24.4cm", "Very Soft", 1, 2)
|
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Pamtre.", "24.4cm", "Very Soft", 1, 2)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Pinap.", "8.0cm", "Hard", 3, 6)
|
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Pinap.", "8.0cm", "Hard", 3, 6)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Rabuta.", "22.6cm", "Soft", 2, 4)
|
MyBase.New(21600, "Pokéblock ingredient. Plant in loamy soil to grow Rabuta.", "22.6cm", "Soft", 2, 4)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Razz.", "12.0cm", "Very Hard", 2, 3)
|
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Razz.", "12.0cm", "Very Hard", 2, 3)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(64800, "Pokéblock ingredient." & Environment.NewLine & "Plant in loamy soil to grow Spelon.", "13.2cm", "Soft", 1, 2)
|
MyBase.New(64800, "Pokéblock ingredient." & Environment.NewLine & "Plant in loamy soil to grow Spelon.", "13.2cm", "Soft", 1, 2)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Public Class WatmelBerry
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Watmel.", "25.0cm", "Soft", 1, 2)
|
MyBase.New(64800, "Pokéblock ingredient. Plant in loamy soil to grow Watmel.", "25.0cm", "Soft", 1, 2)
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ Namespace Items.Berries
|
|||||||
|
|
||||||
Inherits Berry
|
Inherits Berry
|
||||||
|
|
||||||
|
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||||
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
Public Sub New()
|
Public Sub New()
|
||||||
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Wepear.", "7.4cm", "Super Hard", 3, 6)
|
MyBase.New(3600, "Pokéblock ingredient. Plant in loamy soil to grow Wepear.", "7.4cm", "Super Hard", 3, 6)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user