create_class
Create a new character class for your RPG Maker MZ project with customizable name, EXP curve, and base stats.
Instructions
Create a new class in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Class name | |
| expBase | No | EXP Base (Curve) | |
| expAccel | No | EXP Acceleration (Curve) | |
| maxHp | No | Base Max HP at Level 1 | |
| maxMp | No | Base Max MP at Level 1 | |
| atk | No | Base ATK at Level 1 | |
| def | No | Base DEF at Level 1 |