Nightluli Core
A downloadable tool for Windows
Download NowName your own price
Base for Nightluli's plugins
Can get the status of the party members and change the leader of the party. Or do other things.
~ Version ~
1.3.0
[Requires]
- Official plugin PluginCommonBase.js.
- Official file rmmz_core.js.
[Commands]
- party Param : Calculate party param.
- Actors In Battle Party: Checking actors are all in battle members.
- Change Leader / Change Leader by Variable : Change party leader.
- Count Obj by Variable : Calculate party carry number of item, weapon, or armor.
- Combat Ranking / Combat Ranking by Variable : Calculate an actor power rank.
- Party Rank : Calculate battle members average power rank.
- Distance Calculation : Calculate X/Y distance between event and player.
- Open Chest : Open a chest
- Accumulable Record : Calculate accumulable record.
- Land Boat : Get the land position for boat.
- Land Ship : Get the land position for ship.
- Land Air Ship : Get the land position for air ship.
[Combat Ranking]
Need set Combat Rank List first, otherwise will not work.
Total value = mhp / 10 + mmp / 10 + atk + def + mat + mdf + agi + luk
Save rank name into variable which rang inclue value.
[Distance Calculation]
Get event id => script *this._eventId* in event page.
[Extra : Damage Formula]
You can use these formula in skill or item damage formula.
- FormulaEx.skillCriticalPerforation(a, b, na, nb) : Critical Perforation for Skill.
- FormulaEx.magicCriticalPerforation(a, b, na, nb) : Critical Perforation for Magic.
- FormulaEx.completxCriticalPerforation(a, b, na, nb) : Critical Perforation for Complex.
- na = attacker ratio, if belows 0, will take param `attkerRatio` value.
- nb = defenser ratio, if belows 0, will take param `defenserRatio` value.
a = subject, b = target.
[Extra : TimeSpan]
You can use these function to get time span.
- $gameSystem.timeSpanHour(id) : Get time span hours from variable value by id to now.
- $gameSystem.timeSpanMinute(id) : Get time span minutes from variable value by id to now.
- $gameSystem.timeSpanSecond(id) : Get time span seconds from variable value by id to now.
- $gameSystem.timeSpanDay(id) : Get time span days from variable value by id to now.
| Status | Released |
| Category | Tool |
| Platforms | Windows |
| Release date | Oct 01, 2025 |
| Author | nightluli |
| Tags | mz, nightluli, RPG Maker, RPG Maker MZ |
| Code license | MIT License |
| Average session | A few seconds |
| Languages | English |
Download
Download NowName your own price
Click download now to get access to the following files:
Nightluli_Core.js 41 kB
Sample project
External
Development log
- Bug fixing - version 1.3.0Oct 08, 2025

Leave a comment
Log in with itch.io to leave a comment.