Updates/level based enhancements and fixes#13
Draft
je-can-code wants to merge 27 commits intomasterfrom
Draft
Conversation
… drop item for direct enemy drops; enhanced natural growths to include rewards; extended log presets to include sdp unlocks; enhanced level management to allow JABS level overrides; abstracted drops a bit to enable dynamic drop overrides; fixed issue with JABS loot rendering;
… fixed issue where party cycling resulted in the allies no longer functioning;
…lemented AABB collision for battlers and actions;
…tler collision checking; update party cycling to be more consistent;
… to cyclone movement;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
J-BASEMinor Updatesv2.2.1>>v2.3.0The
BASEplugin received some dev-helper functionality to make life a little easier, along with customization of TP for battlers that should've been native to RMMZ all along.RPGManager.RPGManager.Game_Eventto include helper functions for event command parsing.Sprite_MapGaugeto this location for shared usage.J-ABSMajor Updatesv3.4.2>>v4.0.0The
JABSplugin received a massive amount of updates in multiple various areas, including hitboxes, visual updates for hitboxes, and more.J-ABS-AllyAIMajor Updatesv1.2.0>>v2.0.0The
JABSplugin extension forAllyAIreceived a pretty significant rewrite to some of the internal logic for pathing and engagement to enable formations.J-ABS-DIAGMinor Updatesv1.0.0>>v1.1.0The
JABSplugin extension forDIAGonal management received a lot of love in the sense that it was more properly abstracted out of the core plugin and better divided out ofCycloneMovementplugin.JABS-FormulaImplementationv1.0.0The
JABSplugin extension forFORMULApreviously was never implemented. Now it is- it enables a single skill to hit with multiple different formulas at once- either custom-written, or from another skill.JABS-Pixelstill incomplete...I attempted to complete this plugin as a replacement of
CycloneMovement, but was unable to complete it. Got a lot closer though...DROPSMinor Updatesv2.0.0>>v2.1.0This plugin received minor updates that supports further extension from other plugins.
EXTENDMinor Updatesv1.0.1>>v1.1.0This plugin received minor updates that greatly cleaned up the note transferrence when overlaying a skill. Now any tag will be replaced by its overlay.
LEVELSPatch Updatesv1.2.0>>v1.2.1This plugin got a tiny fix to allow level overrides on battlers to also properly apply
J-NATURALgrowths.LOGPatch Updatesv2.2.0>>v2.2.1This plugin got a tiny fix to also display SDP drops in the loot log window.
MAPImplementationv1.0.0A new minimap plugin was created. It shows a passability-based minimap at the designated location with zoom/expand trigger capabilities. Additionally, events can have a comment command added with a tag of a particular type that will display them on the minimap, too.
NATURALPatch Updatesv2.1.0>>v2.1.1This plugin received a tiny update to allow SDP as a growable reward alongside the currently-implemented exp/gold.
REGIONSCore Patch Updatesv1.0.1>>v1.0.2This plugin received a tiny fix for references to
CycloneMovement.SDPMinor Updatesv2.0.2>>v2.1.0This plugin received an update exclusive to JABS- enemies can now directly drop loot that represents an SDP unlock even without it being mapped to any item in the database. The original functionality of unlocking an SDP by using an item is still available, and now documented.
TIMEPatch Updatesv1.0.0>>v1.0.1This plugin received a tiny fix to properly update hours-per-tick where applicable.