エネミー設定拡張プラグイン – RS_MoreEnemies.js
- タイトル
- This plugin allows you to add a lot of enemies.
- 作者名
- biud436様
- ヘルプ
- ======================================================
Introduction
======================================================
This plugin allows you to add more enemies to existing enemy troops
in your game. By default, RPG Maker MV has a limitation on enemy
placement, but with this plugin you can add many more enemies and
control their positions.
======================================================
Features
======================================================
- Add multiple enemies to any troop
- Custom enemy positioning
- Automatic grid-based positioning system
- Option to make enemies hidden at battle start
- Compatible with existing battle system
======================================================
How to Use
======================================================
1. Set up the "Troop Settings" parameter in the plugin manager
2. For each troop you want to modify, add an entry with the troop ID
3. Add enemies to the "moreEnemies" parameter with positions
4. Optionally use the auto-positioning feature with "enemyReposition"
Example of auto-positioning:
- Set "reposition" to true
- Set "width" and "height" for your grid (e.g. 4x6)
- The formulas for x and y will automatically position enemies in a grid
======================================================
Tips
======================================================
- For large battles, consider using a wider battle screen
- Hidden enemies can be revealed with regular event commands
- You can adjust the grid spacing by modifying the x/y formulas
- Make sure to balance your battles after adding more enemies
======================================================
Change Log
======================================================
2018.08.31 (v1.0.0) - First Release.
2018.08.31 (v1.0.1) :
- Now this plugin will be included the struct named Enemy Reposition in the plugin parameter called Troop Settings.
2022.05.08 (v1.0.2) :
- migrated to ES6 - パラメータ
-
param Troop Settings type struct<Troop>[] desc Add the more enemies settings as you want! default [] - ライセンス表記
- MIT License
The MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_MoreEnemies.js