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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

FTKR CSS Detailed Status - FTKR_CSS_DetailedStatus.js

Plugin desc : v2.1.4 Plugin that changes the display content of the detailed status 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_DetailedStatus.js

File name : FTKR_CSS_DetailedStatus.js

Help of plugin :

@plugindesc v2.1.4 Plugin that changes the display content of the detailed status 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
-----------------------------------------------------------------------------
By implementing this plugin, you can change the layout of the detailed status 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_DetailedStatus.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 the status display)
↑Register above this plugin↑
FTKR_CSS_DetailedStatus.js

----------------------------------------------------------------------------
Actor Detailed Status Display Settings
-----------------------------------------------------------------------------
You can change the display layout of the status 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

<Font Size>
: Changes the font size within the window.
: Default is 28. (Unit: pixels)

<Window Padding>
: Changes the margins around the window.
: Default: 18. (Unit: pixels)

<Window Line Height>
: Changes the height of one line in the window.
: Default: 36. (Unit: pixels)

<Window Opacity>
: Changes the background transparency of the window.
: Default: 192.
: 0 - Transparent, 255 - Opaque

<Hide Window Frame>
: Specifies whether to hide the window frame.
: 1 - Hidden, 0 - Visible
: Default: 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 the size relationship is the same as below.
Font size < Line height


<How to hide the window>
The following settings will hide the window frame and background,
displaying only the actor's 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.3 - 2018/10/20: Conflict Avoidance.
1. Supports dsWeaponMastery plugin proficiency display.

v2.1.2 - 2018/09/29: Added Traits.
1. Added selectable items to the plugin parameter list.

v2.1.1 - September 12, 2018: Removed unnecessary plugin parameters.

v2.1.0 - August 30, 2018: Added Traits.
1. Added the ability to automatically refresh the window display.
2. 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 - May 13, 2017: Bug fixes.
1. Fixed an issue where window settings were not functioning properly.

v1.0.1 - May 8, 2017: Added Traits and removed unnecessary parameters.
1. Added the ability to change window settings.

v1.0.0 - April 21, 2017: First version created.

-----------------------------------------------------------------------------

@param --詳細ステータスの表示設定--
@text --Detailed status display settings--

@param statusList
@desc Set the status to display and its position.
@default ["{¥"text¥":¥"name¥",¥"value¥":¥"¥",¥"x¥":¥"6¥",¥"y¥":¥"0¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"class¥",¥"value¥":¥"¥",¥"x¥":¥"192¥",¥"y¥":¥"0¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"nickname¥",¥"x¥":¥"432¥",¥"y¥":¥"0¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"line¥",¥"value¥":¥"¥",¥"x¥":¥"0¥",¥"y¥":¥"36¥",¥"width¥":¥"780¥"}","{¥"text¥":¥"face¥",¥"x¥":¥"12¥",¥"y¥":¥"72¥",¥"width¥":¥"144¥"}","{¥"text¥":¥"name¥",¥"x¥":¥"204¥",¥"y¥":¥"72¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"state¥",¥"x¥":¥"204¥",¥"y¥":¥"108¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"hp¥",¥"x¥":¥"204¥",¥"y¥":¥"144¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"mp¥",¥"x¥":¥"204¥",¥"y¥":¥"180¥",¥"width¥":¥"150¥"}","{¥"text¥":¥"custom(%1)¥",¥"value¥":¥"0¥",¥"x¥":¥"456¥",¥"y¥":¥"72¥",¥"width¥":¥"270¥"}","{¥"text¥":¥"custom(%1)¥",¥"value¥":¥"1¥",¥"x¥":¥"456¥",¥"y¥":¥"108¥",¥"width¥":¥"270¥"}","{¥"text¥":¥"custom(%1)¥",¥"value¥":¥"2¥",¥"x¥":¥"456¥",¥"y¥":¥"144¥",¥"width¥":¥"270¥"}","{¥"text¥":¥"custom(%1)¥",¥"value¥":¥"3¥",¥"x¥":¥"456¥",¥"y¥":¥"180¥",¥"width¥":¥"270¥"}","{¥"text¥":¥"line¥",¥"value¥":¥"¥",¥"x¥":¥"0¥",¥"y¥":¥"216¥",¥"width¥":¥"780¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"2¥",¥"x¥":¥"48¥",¥"y¥":¥"252¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"0¥",¥"x¥":¥"432¥",¥"y¥":¥"252¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"3¥",¥"x¥":¥"48¥",¥"y¥":¥"288¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"1¥",¥"x¥":¥"432¥",¥"y¥":¥"288¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"4¥",¥"x¥":¥"48¥",¥"y¥":¥"324¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"2¥",¥"x¥":¥"432¥",¥"y¥":¥"324¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"5¥",¥"x¥":¥"48¥",¥"y¥":¥"360¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"3¥",¥"x¥":¥"432¥",¥"y¥":¥"360¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"6¥",¥"x¥":¥"48¥",¥"y¥":¥"396¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"5¥",¥"x¥":¥"432¥",¥"y¥":¥"396¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"param(%1)¥",¥"value¥":¥"7¥",¥"x¥":¥"48¥",¥"y¥":¥"432¥",¥"width¥":¥"160¥"}","{¥"text¥":¥"equip(%1)¥",¥"value¥":¥"4¥",¥"x¥":¥"432¥",¥"y¥":¥"432¥",¥"width¥":¥"312¥"}","{¥"text¥":¥"line¥",¥"value¥":¥"¥",¥"x¥":¥"0¥",¥"y¥":¥"468¥",¥"width¥":¥"780¥"}","{¥"text¥":¥"profile¥",¥"value¥":¥"¥",¥"x¥":¥"0¥",¥"y¥":¥"504¥",¥"width¥":¥"780¥"}"]
@type struct<status>[]

@param DS 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
@type select
@option Disable
@value 0
@option Enable
@value 1

@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
@type select
@option Show
@value 0
@option Hide
@value 1

@param Auto Refresh Window
@desc Settings for automatic update of display contents This setting is effective even if layout change is disabled.
@default {"enabled":"false","count":"60"}
@type struct<update>

スポンサードリンク

-MV plugins

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