Skip to content

Status Panel JSON Configuration

Pheonix KageDesu edited this page Dec 1, 2018 · 1 revision

⚠️ Available since build 998

JSON configuration files

All JSON configuration files place: 📁 RPG Maker MV Project/data/AABS/

Status Panel

Configuration file name: StatesPanelSettings.json
Download default file include 2 custom styles for example


Configuration file structure: 2 required code blocks
1️⃣ Global Settings
2️⃣ Settings for state
#️⃣ ...Custom styles for states

Configuration elements:
linesNavigation - Number
statesNavigation - Number

  1. Top, next above previous
  2. Down, next below previous
  3. Left
  4. Right

linesMargin - Number, space between lines in px
statesMargin - Number, space between state icons in px

statesPerLine - Number, maximum states icons per one line

stateTimeTextPosition - Number, time text position relative state icon

  1. Below state icon
  2. Above state icon
  3. Right
  4. Left

stateAfterActionText - String, symbol instead time for Action End removing states

Other elements same: like on this page

Custom style for State

You can create custom style for different states

⚠️ Only for Alpha ABS Pro version (for Patrons only)

Set unique ID for configuration code block (id property, Number)

⚠️ Code block with id = 0, uses for all states by default

Add <uiStyleId:X> to state Note section, where X - style ID for this state

Clone this wiki locally