An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NRP Forget Lower Skill - NRP_ForgetLowerSkill.js

Plugin desc : v1.03 Forget lower level skills when learning higher level skills.

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation

Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)

Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_ForgetLowerSkill.js

Desc page : http://newrpg.seesaa.net/article/483693029.html

Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_ForgetLowerSkill.js

File name : NRP_ForgetLowerSkill.js

Help of plugin :

Forget lower level skills when learning higher level skills.
 * Also, the message when learning a skill will be changed.
 * This will make it act like a skill that ranks up.
 * 
 * -------------------------------------------------------------------
 * [Usage]
 * -------------------------------------------------------------------
 * In the note field of the skill to be treated
 * as a higher-level skill, specify the following.
 * When a skill is learned, the skill of the ID specified
 * in ? will be automatically deleted.
 * 
 * <ForgetSkill:?>
 * 
 * Also, the message at the time of learning will be changed.
 * 
 * -------------------------------------------------------------------
 * [Extra Feature]
 * -------------------------------------------------------------------
 * After applying this plugin, you will be able to use icons
 * in the skill acquisition text in the database terms.
 * %2 will be the icon number。
 * 
 * "%1 learns ¥i[%2]%2!"
 * 
 * Specify as above.
 * 
 * The same applies to rank-up messages.
 * "¥i[%3]%1 has been enhanced to ¥i[%4]%2!"
 * Specify as above.
 * 
 * -------------------------------------------------------------------
 * [Terms]
 * -------------------------------------------------------------------
 * There are no restrictions.
 * Modification, redistribution freedom, commercial availability,
 * and rights indication are also optional.
 * The author is not responsible,
 * but will deal with defects to the extent possible.
 * 
 * @-----------------------------------------------------
 * @ [Plugin Parameters]
 * @-----------------------------------------------------
 * 
 * @param RankUpMessage
 * @type string
 * @default %1 has been enhanced to %2!
 * @desc This is the message when you rank up a skill. %1: Forget Skill, %2: Learn SKill, %3: Icon No(F), %3: Icon No(L)
 * 
 * @param AddDescription
 * @type boolean
 * @default false
 * @desc Add a description when obtaining a skill.
 * 
 * @param DescriptionColor
 * @parent AddDescription
 * @type color
 * @desc Specify the color of the description with a system color number.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.