Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
PANDA Convert Data Name - PANDA_ConvertDataName.js
Plugin desc : show the name and icon of item, skill or enemy etc. in messages.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20200822124150.html
File name : PANDA_ConvertDataName.js
Help of plugin :
* @target MV MZ * @plugindesc show the name and icon of item, skill or enemy etc. in messages. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20200822124150.html * * @help [How to Use] * Replace the following escape characters with their names in messages. * ¥class[n] : Class name of ID = n * ¥skill[n] : Skill name of ID = n * ¥item[n] : Item name of ID = n * ¥weapon[n] : Weapon name of ID = n * ¥armor[n] : Armor name of ID = n * ¥enemy[n] : Enemy name of ID = n * ¥troop[n] : Troop name of ID = n * ¥state[n] : State name of ID = n * * Such as ¥item[¥V[1]], you can use a variable for n. * In this case, the name of the item ID 1 is displayed. * * Such as ¥*skill[n], you can display an icon for the skill by adding *. * item, weapon, armor, state as the same. * class, enemy, troop will not. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * [Reference] * ItemNameMsg.js by Sasuke KANNAZUKI