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:
HintIf the store's currency is set to
"BP"
(or"Battle Points"
), it will use theBPPrice
for each item.
There's no fallback, so make sure every item has aBPPrice
defined — otherwise the default price will be 1 BP. Likewise, if the currency is set to"Coins
, the item will use itsCoinPrice
value.
Again, ifCoinPrice
is not defined, the default is 1 Coin.
You can also optionally define:
SellBPPrice
SellCoinPrice
if left undefined, they will default to:
BPPrice / 2
for Battle PointsCoinPrice / 2
for 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.