set_class_param_curve
Replace a class's parameter growth curve in RPG Maker MZ by providing class ID, parameter index (0-7), and new level-based values. Ensure the new curve matches the existing max level.
Instructions
Replace one of a class's 8 parameter growth curves. paramId is 0-7 ([maxHP,maxMP,atk,def,mat,mdf,agi,luk]); values must match the existing curve length (same max level).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| values | Yes | New curve, indexed by level; must match the existing curve length | |
| classId | Yes | The ID of the class to edit | |
| paramId | Yes | Which param: 0 maxHP,1 maxMP,2 atk,3 def,4 mat,5 mdf,6 agi,7 luk |