Version Beta R7 Release Notes
Hi all, today this plugin was updated to version Beta R7!
This version adds some more display window options. You can now display custom headers and text lines in the display window. This can be used to show flavor info about the troop.
Also added was tracking for the amount of times the player has won, lost, and escaped from a fight. You can choose to display these in the display window for each fight as separate line items. Note that this will not work in saved games that were saved prior to this update. If you have a released game and need to patch save data to initialize these counts for your players you can run the following js in some way (such as through [CGMZ] Patch):
for(const id in $cgmz._colosseumData) { const fight = $cgmz.getColosseumFight(id);
fight._troopId = id;
fight._wonCount = 0;
fight._lossCount = 0;
fight._escapeCount = 0;
}
Troop battlebacks are now used in battle when set up through the plugin. For fights that do not have battlebacks set, they will still fall back to the current map battleback as usual.
An integration with [CGMZ] Toast Manager was added for both discovering new fights and unlocking new fights. These will only display if the fight was previously undiscovered or locked and a change of status actually occurred so you are safe to call these plugin commands multiple times without worrying about showing duplicate toasts.
Version Beta R7
- Added win / lose / escape count for fights
- Added custom headers for display window
- Added custom text lines for display window
- Added plugin command to get win / lose / escape count stat
- Added [CGMZ] Toast Manager integration for unlock / discover
- Battle backs set up for the fight will now be used in battle
Files
Get [CGMZ] Colosseum for RPG Maker MZ
[CGMZ] Colosseum for RPG Maker MZ
Add a colosseum scene to your game
Status | In development |
Category | Tool |
Author | Casper Gaming |
Tags | casper-gaming, cgmz, mz, No AI, RPG Maker, RPG Maker MZ |
Languages | English |
More posts
- Version Beta R6 Release Notes97 days ago
- Version Beta R5 Release NotesSep 27, 2024
- Version Beta R4 Release NotesApr 19, 2024
- Version Beta R3 Release NotesJan 11, 2024
- Beta Update R2May 11, 2023
Comments
Log in with itch.io to leave a comment.
Hi all, I hope you like the update 😁!
If you'd like to see all of the new parameters and more info about them, the wiki has been updated for this release with all of the new info: https://caspergaming.miraheze.org/wiki/CGMZ_Colosseum