Studio - Srpg
If a feature isn't available by default, you can add it by creating a .js file in your project's Plugin folder.
Create an item with the Transform type. You can link this to a specific class and set durability or infinite uses to let units shift into dragon or other forms during battle. SRPG Studio
Go to the Database > Config menu to enable class changes on the battle preparation screen. You can define "Class Groups" to control which classes a unit can promote into based on level or stats. If a feature isn't available by default, you
Every project has a Script folder containing the core game logic. Go to the Database > Config menu to
In unit mode, adjust an enemy's Action Pattern to dictate if they stay still, move only when a target is in range, or actively hunt the player. 2. Creating a Custom Plugin (Advanced)
In , creating a new feature generally falls into two categories: using the built-in Database and Event systems or writing a Custom Plugin in JavaScript . 1. Using Built-in Tools (No Coding)