create_state_skill
Create a state-inflicting skill for RPG Maker XP by specifying the state ID (e.g., poison, sleep), hit rate, SP cost, and target scope.
Instructions
Create a state-inflicting skill (poison, sleep, etc.). State IDs come from States.rxdata (XP defaults: 3=poison, 5=blind, 6=silence, 7=confuse, 8=sleep, 9=paralyze).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hit | Yes | Hit/success rate percentage (0-100) | |
| name | Yes | Skill name | |
| scope | Yes | Target scope (1=one enemy, 2=all enemies) | |
| spCost | Yes | SP cost | |
| stateId | Yes | State ID to inflict | |
| description | No | Skill description |