# Launcher: Battle Rules

This plugin adds additional battle rules related to the Wonder Launcher mechanic.

<details>

<summary><mark style="background-color:green;">"wonderLauncher"</mark></summary>

This rule enables the Wonder Launcher features in this trainer battle, if the Wonder Launcher switch isn't currently enabled. This can be used to set specific trainer battles to use the Wonder Launcher mechanic while keeping the mechanic disabled otherwise.\
\
This is entered as `setBattleRule("wonderLauncher")`

</details>

<details>

<summary><mark style="background-color:green;">"noWonderLauncher"</mark></summary>

This rule disables the Wonder Launcher mechanic in this trainer battle, and have it play out as a normal battle. This can be used toggle the feature off for certain trainer battles, even if the Wonder Launcher mechanic is enabled by default.\
\
This is entered as `setBattleRule("noWonderLauncher")`

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lucidious89-tutorials.gitbook.io/deluxe-battle-kit-tutorial/deluxe-battle-kit-for-v21.1/add-on-tutorials/wonder-launcher/launcher-battle-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
