diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/AbilityCapsule.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/AbilityCapsule.vb index fb5405ef1..6a97c602f 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/AbilityCapsule.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/AbilityCapsule.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A capsule that allows a Pokémon with two Abilities to switch between these Abilities when it is used." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 1000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Sub New() diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/AmuletCoin.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/AmuletCoin.vb index 207599754..4ee7aba34 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/AmuletCoin.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/AmuletCoin.vb @@ -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. It doubles any prize money received if the holding Pokémon joins in a battle." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BalmMushroom.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BalmMushroom.vb index db07fe68b..e98f6567a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BalmMushroom.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BalmMushroom.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rare mushroom which gives off a nice fragrance. A maniac will buy it for a high price." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 50000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 50000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigMushroom.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigMushroom.vb index 61d91890d..9c4bc096d 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigMushroom.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigMushroom.vb @@ -7,7 +7,7 @@ Namespace Items.Plants Public Overrides ReadOnly Property ItemType As ItemTypes = ItemTypes.Plants Public Overrides ReadOnly Property Description As String = "A very large and rare mushroom. It's popular with a certain class of collectors and sought out by them." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 5000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 5000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigNugget.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigNugget.vb index 25559b443..9b31401d2 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigNugget.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigNugget.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A big nugget of pure gold that gives off a lustrous gleam. It can be sold at a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 20000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 20000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigPearl.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigPearl.vb index bf86ef68c..c0214c641 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigPearl.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BigPearl.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rather large pearl that has a very nice silvery sheen. It can be sold to shops for a high price." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 7500 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 7500 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackBelt.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackBelt.vb index 42281241c..2d2b97c17 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackBelt.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackBelt.vb @@ -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 belt helps the wearer to focus and boosts the power of Fighting-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackGlasses.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackGlasses.vb index 3b7af593b..20bcf111a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackGlasses.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackGlasses.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokemon. A pair of shady-looking glasses that boost the power of Dark-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackSludge.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackSludge.vb index a694fff12..8d9a5c5a6 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackSludge.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BlackSludge.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A held item that gradually restores the HP of Poison-type Pokémon. It inflicts damage on all other types." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BrickPiece.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BrickPiece.vb index 8812d515e..961837a52 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/BrickPiece.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/BrickPiece.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rare chunk of brick." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Charcoal.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Charcoal.vb index a64857975..75af9783b 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Charcoal.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Charcoal.vb @@ -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. It is a combustible fuel that boosts the power of Fire-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 4900 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 4900 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/CleanseTag.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/CleanseTag.vb index 0966bf200..d7f465716 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/CleanseTag.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/CleanseTag.vb @@ -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. It helps keep wild Pokémon away if the holder is the head of the party." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/CometShard.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/CometShard.vb index 554a19a73..a83e4a246 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/CometShard.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/CometShard.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A shard which fell to the ground when a comet approached. A maniac will buy it for a high price." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 120000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 120000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaScale.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaScale.vb index 4217d5d98..a1f8c5044 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaScale.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaScale.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Clamperl. This scale shines with a faint pink and raises the holder's Sp. Def stat." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaTooth.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaTooth.vb index a0bd2aa59..62e4b7574 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaTooth.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DeepSeaTooth.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Clamperl. This fang gleams a sharp silver and raises the holder's Sp. Atk stat." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 90 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonFang.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonFang.vb index 513e63c9d..5f4387ad1 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonFang.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonFang.vb @@ -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 hard and sharp fang boosts the power of Dragon-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 70 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonScale.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonScale.vb index 92f9b8704..b420c11ff 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonScale.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DragonScale.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A very tough and inflexible scale. Dragon-type Pokémon may be holding this item when caught." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DubiousDisc.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DubiousDisc.vb index e1aa715f5..d4f658b0b 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/DubiousDisc.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/DubiousDisc.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A transparent device overflowing with dubious data. Its producer is unknown." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 50 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Electirizer.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Electirizer.vb index 6d4ae4b21..7712442a8 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Electirizer.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Electirizer.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A box packed with a tremendous amount of electric energy. It is loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ExpShare.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ExpShare.vb index 08a0371b3..a4e4f9bbd 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ExpShare.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ExpShare.vb @@ -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. The holder gets a share of a battle's Exp. Points without battling." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 3000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 3000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/FullIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/FullIncense.vb index cdbbd640b..b0f791fd6 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/FullIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/FullIncense.vb @@ -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 makes the holder bloated and slow moving." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/GoldLeaf.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/GoldLeaf.vb index 5e7756658..83a6d0332 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/GoldLeaf.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/GoldLeaf.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A strange, gold-colored leaf." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/GripClaw.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/GripClaw.vb index eb065c57e..c73752ec0 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/GripClaw.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/GripClaw.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A Pokémon hold item that extends the duration of multiturn attacks like Bind and Wrap." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 90 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/HardStone.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/HardStone.vb index aad78628e..e1b6e9c5a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/HardStone.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/HardStone.vb @@ -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. It is a durable stone that boosts the power of Rock-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/HeartScale.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/HeartScale.vb index fc11970f4..87e4495d8 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/HeartScale.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/HeartScale.vb @@ -5,7 +5,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A pretty, heart-shaped scale that is extremely rare. It glows faintly with all of the colors of the rainbow." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Honey.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Honey.vb index 8d9a2d381..6e4dac8aa 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Honey.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Honey.vb @@ -7,7 +7,7 @@ Namespace Items.Plants Public Overrides ReadOnly Property ItemType As ItemTypes = ItemTypes.Plants Public Overrides ReadOnly Property Description As String = "Honey produced by a Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaggingTail.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaggingTail.vb index fb35c9fd1..f38abcdf4 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaggingTail.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaggingTail.vb @@ -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. It is tremendously heavy and makes the holder move slower than usual." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaxIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaxIncense.vb index 19678aef6..0de10ef0c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaxIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LaxIncense.vb @@ -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. The beguiling aroma of this incense may cause attacks to miss its holder." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LifeOrb.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LifeOrb.vb index 3cb4059df..e7ac7ac3c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LifeOrb.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LifeOrb.vb @@ -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. It boosts the power of moves, but at the cost of some HP on each hit." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LightBall.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LightBall.vb index 2a8b81eb3..640bb494c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LightBall.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LightBall.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Pikachu. It's a puzzling orb that boosts its Attack and Sp. Atk stats." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckIncense.vb index 3e497270d..e78aaaffa 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckIncense.vb @@ -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. The beguiling aroma of this incense may cause attacks to miss its holder." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyEgg.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyEgg.vb index 1a89f8b6a..15d763554 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyEgg.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyEgg.vb @@ -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. It is an egg filled with happiness that earns extra Exp. Points in battle." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyPunch.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyPunch.vb index e20690af4..5ae4088fc 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyPunch.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/LuckyPunch.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Chansey. This pair of lucky boxing gloves will boost Chansey's critical-hit ratio." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 10 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 10 Public Overrides ReadOnly Property FlingDamage As Integer = 40 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magmarizer.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magmarizer.vb index bb8ee6c42..7772856b9 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magmarizer.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magmarizer.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A box packed with a tremendous amount of magma energy. It is loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magnet.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magnet.vb index 7031b1c29..b1162f62c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magnet.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Magnet.vb @@ -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. It is a powerful magnet that boosts the power of Electric-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalCoat.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalCoat.vb index 8fa13dfb1..49c786aa9 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalCoat.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalCoat.vb @@ -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. It is a special metallic film that can boost the power of Steel-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalPowder.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalPowder.vb index f9f0695c6..4606715fd 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalPowder.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MetalPowder.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Ditto. Extremely fine yet hard, this odd powder boosts the Defense stat." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 10 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 10 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MiracleSeed.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MiracleSeed.vb index 2efce21ff..40ff40186 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MiracleSeed.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MiracleSeed.vb @@ -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. It is a seed imbued with life force that boosts the power of Grass-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MysticWater.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MysticWater.vb index a550092ee..ff8bcbb2b 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/MysticWater.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/MysticWater.vb @@ -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 teardrop-shaped gem boosts the power of Water-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/NeverMeltIce.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/NeverMeltIce.vb index 6e36bf704..ec35cd7c6 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/NeverMeltIce.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/NeverMeltIce.vb @@ -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. It's a piece of ice that repels heat effects and boosts Ice-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Nugget.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Nugget.vb index 44e832f06..a47e356c3 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Nugget.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Nugget.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A nugget of the purest gold that gives off a lustrous gleam in direct light. It can be sold at a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 10000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 10000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/OddIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/OddIncense.vb index 90a29771c..f2953eb1d 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/OddIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/OddIncense.vb @@ -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 = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/OvalStone.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/OvalStone.vb index a781ef991..cb22b2373 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/OvalStone.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/OvalStone.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A peculiar stone that makes certain species of Pokémon evolve. It is shaped like an egg." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Pearl.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Pearl.vb index 0f33516f4..896528879 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Pearl.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Pearl.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rather small pearl that has a very nice silvery sheen to it. It can be sold cheaply to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 1400 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1400 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PearlString.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PearlString.vb index ff9f30170..0bea1b24c 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PearlString.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PearlString.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "Very large pearls that sparkle in a pretty silver color. They can be sold at a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 50000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 50000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PinkBow.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PinkBow.vb index ddb8e222f..894c68d35 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PinkBow.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PinkBow.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "Powers up Fairy-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PoisonBarb.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PoisonBarb.vb index dfe90e260..cf3bb394e 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PoisonBarb.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PoisonBarb.vb @@ -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 small, poisonous barb boosts the power of Poison-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 70 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PokeDoll.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PokeDoll.vb index 9a6f1c60b..d3841fb8d 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PokeDoll.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PokeDoll.vb @@ -7,7 +7,7 @@ Namespace Items.Standard Public Overrides ReadOnly Property ItemType As ItemTypes = ItemTypes.BattleItems Public Overrides ReadOnly Property Description As String = "A doll that attracts the attention of a Pokémon. It guarantees escape from any battle with wild Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 1000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000 Public Overrides ReadOnly Property BattleSelectPokemon As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PolkadotBow.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PolkadotBow.vb index fcb6b9820..c7ae15ac9 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PolkadotBow.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PolkadotBow.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A pink bow. A certain Pokémon likes this item." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PrismScale.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PrismScale.vb index 7460bfc02..a48bf9347 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PrismScale.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PrismScale.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A mysterious scale that causes a certain Pokémon to evolve. It shines in rainbow colors." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 500 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 500 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Protector.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Protector.vb index ba71f3292..efa64c658 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Protector.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Protector.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A protective item of some sort. It is extremely stiff and heavy. It is loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PureIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PureIncense.vb index 3027bf9db..e127c633b 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/PureIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/PureIncense.vb @@ -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. It helps keep wild Pokémon away if the holder is the head of the party." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/QuickPowder.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/QuickPowder.vb index 898ef1b3a..f808b8ba8 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/QuickPowder.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/QuickPowder.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Ditto. Extremely fine yet hard, this odd powder boosts the Speed stat." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 10 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 10 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RareBone.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RareBone.vb index ca7294415..2f7580d9a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RareBone.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RareBone.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rare bone that is extremely valuable for the study of Pokémon archeology. It can be sold for a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 30000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 30000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ReaperCloth.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ReaperCloth.vb index a0b8bd560..92d9925ad 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ReaperCloth.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ReaperCloth.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A cloth imbued with horrifyingly strong spiritual energy. It's loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RockIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RockIncense.vb index 43d61da10..850b5c9d3 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RockIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RockIncense.vb @@ -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 Rock-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RoseIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RoseIncense.vb index 9d5819f7c..f64cc1a94 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/RoseIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/RoseIncense.vb @@ -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 Grass-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Sachet.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Sachet.vb index c474c86d4..aa4059fd2 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Sachet.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Sachet.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A sachet filled with fragrant perfumes that are just slightly too overwhelming. Yet it's loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SeaIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SeaIncense.vb index d57695db6..6758d6712 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SeaIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SeaIncense.vb @@ -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 = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SharpBeak.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SharpBeak.vb index a212dd930..13f421575 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SharpBeak.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SharpBeak.vb @@ -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. It's a long, sharp beak that boosts the power of Flying-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 50 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ShedShell.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ShedShell.vb index 10247a091..d639bddd9 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ShedShell.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ShedShell.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A tough, discarded carapace to be held by a Pokémon. It enables the holder to switch with a waiting Pokémon in battle." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilkScarf.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilkScarf.vb index 9c8ad85be..a03393530 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilkScarf.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilkScarf.vb @@ -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. It's a sumptuous scarf that boosts the power of Normal-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverLeaf.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverLeaf.vb index 1676976f1..44bfbb311 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverLeaf.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverLeaf.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A strange, silver-colored leaf." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 1000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverPowder.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverPowder.vb index d3920958d..134698b93 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverPowder.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SilverPowder.vb @@ -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. It is a shiny, silver powder that will boost the power of Bug-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SlowPokeTail.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SlowPokeTail.vb index 2cd682c87..e94c52e46 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SlowPokeTail.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SlowPokeTail.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A very tasty tail of something. It sells for a high price." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9800 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 9800 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SmokeBall.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SmokeBall.vb index d06506efc..78cba3671 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SmokeBall.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SmokeBall.vb @@ -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. It enables the holder to flee from any wild Pokémon encounter without fail." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SoftSand.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SoftSand.vb index ac69e5985..532706c3a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SoftSand.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SoftSand.vb @@ -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. It is a loose, silky sand that boosts the power of Ground-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SootheBell.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SootheBell.vb index 4abea3f9a..5b7653f3f 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SootheBell.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SootheBell.vb @@ -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. The comforting chime of this bell calms the holder, making it friendly." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SpellTag.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SpellTag.vb index d69c99de1..138fe595a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/SpellTag.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/SpellTag.vb @@ -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. It is a sinister, eerie tag that boosts the power of Ghost-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/StarPiece.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/StarPiece.vb index 69b8b51b6..2ad280f3f 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/StarPiece.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/StarPiece.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A small shard of a beautiful gem that demonstrates a distinctly red sparkle. It can be sold at a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 9800 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 9800 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stardust.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stardust.vb index e9187d922..b9ad3b413 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stardust.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stardust.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "Lovely, red sand that flows between the fingers with a loose, silky feel. It can be sold at a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2000 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2000 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stick.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stick.vb index 24a4be61e..e711653de 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stick.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/Stick.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "An item to be held by Farfetch'd. It is a very long and stiff stalk of leek that boosts the critical-hit ratio." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 60 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/StickyBarb.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/StickyBarb.vb index d46582725..da5c371db 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/StickyBarb.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/StickyBarb.vb @@ -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. It damages the holder every turn and may latch on to Pokémon that touch the holder." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ThickClub.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ThickClub.vb index e7aa4b59b..dfa53c62a 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ThickClub.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ThickClub.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A rare bone that is extremely valuable for the study of Pokémon archeology. It can be sold for a high price to shops." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 500 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 500 Public Overrides ReadOnly Property FlingDamage As Integer = 90 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/TinyMushroom.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/TinyMushroom.vb index 920578d69..321df5139 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/TinyMushroom.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/TinyMushroom.vb @@ -7,7 +7,7 @@ Namespace Items.Plants Public Overrides ReadOnly Property ItemType As ItemTypes = ItemTypes.Plants Public Overrides ReadOnly Property Description As String = "A very small and rare mushroom. It's popular with a certain class of collectors and sought out by them." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 500 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 500 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/TwistedSpoon.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/TwistedSpoon.vb index 9cdf7aa53..bd35a6793 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/TwistedSpoon.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/TwistedSpoon.vb @@ -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. It is a spoon imbued with telekinetic power that boosts Psychic-type moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/UpGrade.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/UpGrade.vb index 5f3dad803..8c8218334 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/UpGrade.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/UpGrade.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A transparent device somehow filled with all sorts of data. It was produced by Silph Co." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WaveIncense.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WaveIncense.vb index 4aa785615..c3be7defa 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WaveIncense.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WaveIncense.vb @@ -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 = 9600 + Public Overrides ReadOnly Property PokeDollarPrice 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 diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhippedDream.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhippedDream.vb index ccdab2a25..457b8c440 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhippedDream.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhippedDream.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A soft and sweet treat made of fluffy, puffy, whipped and whirled cream. It's loved by a certain Pokémon." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 2100 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 2100 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhiteFlute.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhiteFlute.vb index ede474c45..fb3314755 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhiteFlute.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WhiteFlute.vb @@ -6,7 +6,7 @@ Namespace Items.Standard Inherits Item Public Overrides ReadOnly Property Description As String = "A white flute made from blown glass. Its melody makes wild Pokémon more likely to appear." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 500 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 500 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WideLens.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WideLens.vb index 4dd965823..d8e94054d 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/WideLens.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/WideLens.vb @@ -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. It's a magnifying lens that slightly boosts the accuracy of moves." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False diff --git a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ZoomLens.vb b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ZoomLens.vb index 9c6603943..9530177b8 100644 --- a/2.5DHero/2.5DHero/Pokemon/Items/Standard/ZoomLens.vb +++ b/2.5DHero/2.5DHero/Pokemon/Items/Standard/ZoomLens.vb @@ -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. If the holder moves after its target moves, its accuracy will be boosted." - Public Overrides ReadOnly Property BattlePointsPrice As Integer = 200 + Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200 Public Overrides ReadOnly Property FlingDamage As Integer = 10 Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False Public Overrides ReadOnly Property CanBeUsed As Boolean = False