BP and Coin Prizes (new v1.4.1)
PBS File
The plugin now supports the use of BPPrice and CoinPrice within the PBS file.
For example, you can define alternate currency prices for items like Poké Balls:
1
[POKEBALL]
2
Name = Poké Ball
3
NamePlural = Poké Balls
4
Pocket = 3
5
Price = 200
6
BPPrice = 50
7
CoinPrice = 35
8
BattleUse = OnFoe
9
Flags = Pokeball
10
Description = A device for catching wild Pokémon.
11
It is thrown like a ball at the target. It is designed as a capsule system.
HintIf the store's currency is set to
"BP"(or"Battle Points"), it will use theBPPricefor each item.
There's no fallback, so make sure every item has aBPPricedefined — otherwise the default price will be 1 BP. Likewise, if the currency is set to"Coins, the item will use itsCoinPricevalue.
Again, ifCoinPriceis not defined, the default is 1 Coin.
You can also optionally define:
SellBPPriceSellCoinPrice
if left undefined, they will default to:
BPPrice / 2for Battle PointsCoinPrice / 2for Coins. You may not need to override them, but the option is there if required.

These parameters can also be edited directly using the PBS Editor in Debug Mode.