MapleStory 2 Interactive Skill Charts is a set of web components which, with very little effort, let you add an interactive skill chart to your website or blog. This way your viewers can interact with the chart and see exactly what bonuses your chosen skill gives.
If you prefer, you can also just post a link back. As you edit the skills below, the URL will change accordingly. Just copy it and share as much as you like!
Select a class and the skills you want to show and then copy the code below the skill chart into your site or blog.
Archer Assassin Berserker Heavy Gunner Knight Priest Runeblade Soul Binder Striker Thief Wizard
<script src="https://unpkg.com/maplestory-skills@^2/dist/maplestory-skills/maplestory-skills.esm.js" type="module"></script>
<script src="https://unpkg.com/maplestory-skills@^2/dist/maplestory-skills/maplestory-skills.js" nomodule></script>
ms-archer, ms-assassin, ms-berserker, ms-heavy-gunner, ms-knight, ms-priest, ms-runeblade, ms-striker, ms-thief, ms-wizard { transform: scale(0.8); /* adapt margin below if you change this */ transform-origin: top center; /* or "top left" if you don't wanna center it */ margin-bottom: calc(-770px * 0.2); /* to remove empty space at the bottom, or */ margin-right: calc(-815px * 0.2); /* if you use "top left" for transform-origin */ }