Download the following plugins and put them in your plugin directory. Then add them to the Plugin Manager [F10]
in this order:
- YEP_ItemCore
- YEP_MainMenuManager (optional)
- SilvBattleCommand (optional)
- SilvSkillGem
- SilvSkillGem_Scene (optional but HIGHLY recommended)
- SilvSkillGem_Support_Basics (optional)
- <Any Support Gem Addons go here>
Now add the Materia-images to your project folder (they are near the bottom of this post):
<your project>/img/skill_gems/EquipSocketsSkin.png
<your project>/img/skill_gems/Orbs.png
<your project>/img/skill_gems/Sockets.png
<your project>/img/skill_gems/Stars.png
Now you just have to create items with sockets and materia. The details&examples for those are detailed below.
Now make sure that the ID's of the entries you just added above match the entries shown below by changing the plugin-parameters [F10].
Use notetags to add sockets to items. Example
(r = red, y = yellow, etc):
Now create a new armor-item in the database and make sure that it's ID matches the parameter "Unequip ID" in SilvSkillGem_Scene.js (or obviously just change the parameter to match this armor-id instead).
Now all you have to do is create the skillgems. The notetags are listed in the help of the SilvSkillGem plugin. Here are some examples:
Skill-gem example:
Command-gem example:
Support-gem example:
Enemy Skill gem example:
Optional instructions for adding compatibility with Yanfly's Main Menu Manager (highly recommended). Just fill in the fields as shown below:
