Skip to content

Skill Information Window JSON Configuration

Pheonix KageDesu edited this page Dec 31, 2019 · 3 revisions

⚠️ Available since build 1036
⚠️ Available only for Alpha ABS Pro

JSON configuration files

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

Skilll Information Window

Configuration file name: UISpellInfo.json
Download default file


Configuration file structure: commands and elements
1️⃣ Information is written using commands
2️⃣ All elements has own style settings in elements section

You can change commands queue, remove commands, add commands

Default queue command (for example)

Command list

  • ["NextLine",DY] - go to the next line, X = 0, Y = DY
  • ["MoveX", DX] - move X to DX pixels
  • ["Separator", [T, B]] - draw line, with offsets T, B (top, bottom) in pixels

After next commands, new line added automatically

  • ["Name"] - draw skill name
  • ["TargetType"] - draw skill requirements for target (need target, for user, etc)
  • ["Cost"] - draw skill cost (tp and mp)
  • ["Range"] - draw skill range
  • ["Radius"] - draw skill effect radius
  • ["Repeats"] - draw skill repeats on target count
  • ["CastTime"] - draw skill casting time (in seconds)
  • ["ReloadTime"] - draw skill cool down time (in seconds)
  • ["AmmoName"] - draw skill required ammo name
  • ["AmmoCount"] - draw how required ammo you has
  • ["StackCount"]
  • ["StackReloadTime"]
  • ["Damage"] - draw damage type (HP, MP) and value
  • ["Description"] - draw description

⚠️ if the skill does not meet the command conditions, command will be ignored
for example "AmmoName" been ignored for skill without ammo usage

Extended description

⚠️ Available since Build 1158

If you set plugin parameter Use skill info with extended description to ON, you can use escape-characters (\I, \C, etc) in skill\item description

When Use skill info with extended description is ON

When Use skill info with extended description is OFF

Clone this wiki locally