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.
Skill Face - SkillFace.js
Plugin desc : Face graphics displayed on the battle skill screen Ver1.0.0 (2025/1/1)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Scene/Battle/SkillFace.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/SkillFace.js
File name : SkillFace.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Scene/Battle/SkillFace.js @plugindesc Face graphics displayed on the battle skill screen Ver1.0.0 (2025/1/1) @author PotatoDragon @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Enables display of face graphics in the help section of the combat skill screen. ## Usage 1. Specify the graphic name and index in the skill's memo field, such as <Face Graphic: Actor3, 0>. 2. You can add a description to the third line by specifying <Additional Description: Additional Description>. 3. When you enter combat, the face graphic will be displayed when viewing the skill description. @param ShowSkillMenu @text Menu Skills Face Graphic Display @desc Display face graphics in menu skills @type boolean @on Show @off Do not display @default true @param HalfFace @text Face graphic half size @desc Should I halve the size of the face graphic? @type boolean @on Halve (50%) @off Don't halve it (100%) @default true @param CancelButton @text Cancel button display @desc Show Cancel button @type boolean @on Show @off Do not display @default true @param CancelButtonPosition @text Cancel button position @desc Cancel button location @type boolean @on Left-justified @off Right-justified @default false @parent CancelButton @param CommandAndStatusShow @text Command/status display availability @desc Command status display availability @type boolean @on Show @off Do not display @default true @param AddDescriptionMetaName @text Additional description tags @desc Name of the memo tag to use for additional explanation @default AddDescription @param FaceGraphicMetaName @text Face Graphic Tag @desc Name of the memo tag to use for face graphics @default FaceGraphic