Troop Settings

Role of Data

Troops are the data for the groups of enemies that appear during gameplay. The enemies that you have the player fight with through moving in the map and command events are specified based on this data. Even when having the player fight against just one enemy, you must prepare data for the troop with that enemy. "Battle Events" (events during battle) will also be set for each troop.

Parameter Details

General Settings

Name

The name of the troop. This property is just used in the editor (does not affect the game). By clicking the [Auto-name] button, a name will be automatically generated based on the characters entered.

Change BG

Change the battle background that will be displayed in the Placement View. Specify the background using the left field, and the image used for the ground in the right field respectively in the window that is displayed. These settings are only used inside the editor (does not affect the game), and other data will be shared and used also when editing.

Battle Test

Run a battle test with the troop. Specify the actors that will battle, equipment, and levels using the tabs labeled [1] through [4] in the window that is displayed (trait values based on the settings will be displayed in the [Status] section). A window will open and a battle will start when you click [OK]. The test will end when the window is closed.
* Save edited data when a plugin is set. When not saved, the plugin settings will not be reflected in the battle test.

Placement View

Those enemies that belong to the troop. It is possible to register up to 8 enemies (including those of the same type) in a single group.

By dragging on an enemy in the Placement View, you can move the enemy. Additionally, when you right-click on an enemy in the Placement View and select [Appear Halfway], the enemy will become an enemy that will not appear until running an [Enemy Appearance] Event Command in the Battle Events.

Use the buttons below to edit contents of the troop.

Add
Add the enemy selected in the field on the right to the Placement View. You can also add by double-clicking an enemy in the list. The order in which the enemies were added will be reflected in the enemy list displayed during battle.
Remove
Remove the enemy selected in the Placement View.
Clear
Delete all enemies in the Placement View.
Align
Align the positions of the enemies in the Placement View according to the order which they were entered from the left.

Battle Event Parameters

Configure event conditions executed during battle with enemies and their details in the [Battle Event] section. Just like map events, it is possible to divide the contents processed depending on the situation using the Event Page and appear conditions.

Event Page Controls

You can control Event Pages using the [New Event Page], [Copy Event Page], [Paste Event page] and [Clear Event Page] buttons located on the left. The functions are the same as the map events.

Conditions

Conditions for the event pages. In the [Conditions] window that appears when the [...] button is pressed, enable the conditions from the below 5 conditions, and configure the decision criterion used for each. Unlike map events, if you do not specify any conditions for the battle events, the event page will not be run. Also, if there are multiple event pages that fulfill conditions, the event page with the smallest number will be the one which is used.

Turn End
The moment a turn ends will be treated as a condition.
Turn
When the number of turns specified have passed from the start of battle will be treated as a condition. Specify the number of turns from the start of battle in the field on the left and the interval between turns on the right.
Enemy HP
When an enemy's HP falls below the specified amount, it will be treated as a condition. Specify the enemy and the value (percentage of Max HP).
Actor HP
Treats when an actor's HP falls below the specified value. Specify the actor and the value (percentage of Max HP).
Switch
When the specified switch is set to ON will be treated as a condition.

Span

Specify the timing of when the contents of the event page are allowed to run.

Battle
The event will run when a condition is first met from the start of battle. Once it has been run once, it will not be run again.
Turn
Conditions will be checked each turn, and the event will be run if there is a condition met.
Moment
The event will be run repeatedly while a condition is met. If event pages are not controlled with switches, there are cases where a battle will not progress, so please keep that in mind.

Run Contents

Running an event when [Conditions] and [Span] are met will be configured based on event commands. Editing is done the same way as the [Contents] for map events.