Wonder Launcher
Section 7.H
Last updated
Was this helpful?
Section 7.H
Last updated
Was this helpful?
This plugin builds upon the Deluxe Battle Kit to add the Wonder Launcher functionality to your trainer battles. The Wonder Launcher was a feature that was introduced in Pokemon Black & White. In these games, you had the ability to queue for special PvP battles online where players had the ability to use items from their inventory during a competitive match - a first in the series.
However, these were not ordinary items from your bag. Instead, each player was given a special set inventory of items that could be launched onto the battlefield. These included typical healing items such as Potions, Revives, and status cures, as well as X items that would boost a Pokemon's stats. Additionally, each player had to earn the right to use one of these items during battle by spending a number of points relative to the quality of the selected item; points which were earned at the start of each turn. This plugin aims to replicate this mechanic which will allow you to participate in Wonder Launcher battles against NPC trainers in Essentials.
In the following subsections, I'll go into detail about the various aspects and features of this plugin.
General Plugin Utilities
Wonder Launcher Count
Essentials internally keeps track of a variety of the player's game statistics. I've added trackers which will keep count of various statistics related to the Wonder Launcher, too.
Below are all of the new statistics tracked by this plugin, and how to call them.
Launched item count
This plugin keeps count of how many times the player has spent LP to launch an item with the Wonder Launcher. This can be called with the script $stats.wonder_launcher_item_count
.
Wonder Launcher battles won
This plugin keeps count of how many Wonder Launcher battles the player has won. This can be called with the script $stats.wonder_launcher_battles_won
.