[MZ] SkillGrid — A Sphere Grid Skill System for Your Characters (FFX-style, Icon-based, Pan/Zoom)
Hey everyone!
I just released SkillGrid, a plugin for RPG Maker MZ that adds a Final Fantasy X style Sphere Grid — a connected node map where each character spends earned points to unlock stat bonuses and skills, node by node, along paths you design.

What it does
Instead of skills just appearing on level up, actors earn grid points and spend them unlocking nodes on a visual grid — each node either boosts a stat or teaches a skill, and can only be unlocked once it’s connected to a node you’ve already opened. The grid can be as large as you want; there’s a pan/zoom camera built in, and it works with keyboard, gamepad or mouse.
- Full grid scene: icon-based nodes, colored rings, connecting lines that light up once unlocked, pan & zoom camera.
- Real integration, not cosmetic: stat bonuses apply through the engine’s own
paramPlushook and skills are granted through the nativelearnSkill— both show up immediately in Status/Equip/battle, not just inside the grid screen. - Multi-actor support: switch between party members with Page Up/Page Down without leaving the scene, each actor tracking their own points and unlocked nodes independently.
- 3 ready-to-use sample grids included (branching, radial hex-ring, and a converging dual-path grid), so you can see it working before building your own.
- No hand-written JSON: grids, nodes and connections are built entirely through RPG Maker MZ’s Plugin Manager (struct editor, dropdowns, built-in skill picker).
- Optional WindowEffects integration: if you also use WindowEffects, SkillGrid’s windows get animated entrances and unlock feedback automatically.
Why I made it
I wanted a skill tree system that felt like an actual grid to explore rather than a static list of unlockable rows, and one that didn’t require editing JSON by hand to design. So it’s built entirely around RPG Maker’s own Plugin Manager for authoring, with the actual game-facing bonuses wired through the engine’s real stat/skill hooks — so it behaves exactly like a normal level-up bonus or learned skill everywhere else in your game.
Get it here
SkillGrid - Sphere Grid Skill System (RPG Maker MZ Plugin) by Takki
Full documentation, grid schema and setup steps are on the page. Happy to answer questions here or help with specific grid layouts — let me know what you think!
— Takki