Welcome to PGMV! 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.
FTKR CSS Skill Status - FTKR_CSS_SkillStatus.js
Plugin desc : v2.1.3 Plugin to change the status display on the skill screen
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_CSS_SkillStatus.js
File name : FTKR_CSS_SkillStatus.js
Help of plugin :
@plugindesc v2.1.3 Plugin to change the status display on the skill screen
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
You can change the layout of the actor status display on the Skills screen.
This plugin requires FTKR_CustomSimpleActorStatus.js (v3.0.0 or later).
For instructions on how to use the plugin, see the online manual page below.
https://github.com/futokoro/RPGMaker/blob/master/FTKR_CSS_SkillStatus.ja.md
-----------------------------------------------------------------------------
Setup Instructions
---------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."
2. When combining with the following plugins, be sure to pay attention to the order of plugin management.
FTKR_CustomSimpleActorStatus.js (Changes status display)
↑Register above this plugin↑
FTKR_CSS_SkillStatus.js
----------------------------------------------------------------------------
Actor Skill Status Display Settings
-----------------------------------------------------------------------------
You can change the status display layout on the skill screen by setting the plugin parameters.
For the meaning of each parameter and how to set it, refer to the FTKR_CustomSimpleActorStatus.js help.
Note that the settings for walking characters, SV Battle characters, custom parameters, and custom gauges follow the settings in FTKR_CustomSimpleActorStatus.js.
-----------------------------------------------------------------------------
Status Window Settings
-----------------------------------------------------------------------------
You can set this using the following plugin parameters.
<Enabled Custom Window>
: Specifies whether to use the skill screen window change function.
: 0 - Disabled, 1 - Enabled
<Number Visible Rows>
: Changes the number of vertical rows in the status window.
: The default is 4 rows.
: Changing this value will not change the size of the command window.
<Font Size>
: Changes the font size within the window.
: Default is 28 (pixels).
<Window Padding>
: Changes the margins around the window.
: Default is 18 (pixels).
<Window Line Height>
: Changes the height of one line within the window.
: Default is 36 (pixels).
<Window Opacity>
: Changes the transparency of the window background.
: Default is 192.
: 0 - transparent, 255 - opaque
<Hide Window Frame>
: Specifies whether to hide the window frame.
: 1 - hidden, 0 - visible
: Default is visible.
<Window Height>
The window height is calculated using the following formula:
[Window Height] = [Number of Vertical Lines] × [Line Height] + [Margin Size] × 2
<Font Size and Line Height>
Basically, set the font size and line height so that they match the size relationship below.
Font Size < Line Height
<How to Hide the Window>
The following settings will hide the window frame and background,
displaying only the actor status.
<Window Opacity>: 0
<Hide Window Frame>: 1
-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2017,2018 Futokoro
http://opensource.org/licenses/mit-license.php
Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md
-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------
v2.1.4 - 2018/12/13: Changed the default value of the plugin parameter statusList.
v2.1.2 - 2018/09/29: Added Traits
1. Added selectable items to the plugin parameter list.
v2.1.1 - 2018/09/12: Fixed Bugs
1. Fixed an issue where the plugin parameter Number Visible Rows was not Reflectioned.
v2.1.0 - August 30, 2018: Traits Added
1. Added the ability to select the status to display in the plugin parameters from a list.
v2.0.0 - August 19, 2018: Updated to support FTKR_CustomSimpleActorStatus v3.0.0.
v1.1.0 - November 18, 2017: Specification Changes
1. Compatible with FTKR_CustomSimpleActorStatus.js v2.6.0.
v1.0.2 - November 14, 2017: Bug Fixes
1. Fixed an issue where layout settings were not Reflectioned.
v1.0.1 - May 8, 2017: Bug fixes and default settings changed.
v1.0.0 - April 21, 2017: Initial release
-----------------------------------------------------------------------------
@param --レイアウト設定--
@text --Layout settings--
@param statusList
@desc Set the status to display and its position.
@default ["{¥"text¥":¥"face¥",¥"x¥":¥"0¥",¥"y¥":¥"0¥",¥"width¥":¥"144¥"}","{¥"text¥":¥"name¥",¥"x¥":¥"162¥",¥"y¥":¥"0¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"level¥",¥"x¥":¥"162¥",¥"y¥":¥"36¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"state¥",¥"x¥":¥"162¥",¥"y¥":¥"72¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"class¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"0¥",¥"width¥":¥"198¥"}","{¥"text¥":¥"hp¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"36¥",¥"width¥":¥"198¥"}","{¥"text¥":¥"mp¥",¥"value¥":¥"¥",¥"x¥":¥"342¥",¥"y¥":¥"72¥",¥"width¥":¥"198¥"}"]
@type struct<status>[]
@param Actor Status Space In Text
@desc Specifies the spacing when displaying multiple items within a text.
@default 5
@param --ウィンドウ設定--
@text --Window Settings--
@param Enabled Custom Window
@desc Use window layout change Traits: 0 - Disable, 1 - Enable
@default 0
@param Number Visible Rows
@desc Number of rows in the status window
@default 4
@param Font Size
@desc Font size
@default 28
@param Window Padding
@desc Margins around the window
@default 18
@param Window Line Height
@desc The height of one line in the window
@default 36
@param Window Opacity
@desc Background transparency in windows
@default 192
@param Hide Window Frame
@desc Whether to hide the window frame: 1 - hide, 0 - show
@default 0