- Joined
- Mar 27, 2016
- Messages
- 9
- Reaction score
- 10
- First Language
- Español
- Primarily Uses
'Tales of' skill system v1
Author: Koster
Introduction
This plugin recreates the 'Tales of Symphonia/Phantasia' skill system in RMMV. This plugin was inspired by a script from the RMXP days by 'jimme reashu' (here).
This plugin enforces a minimum on the amount of times a "parent" skills must be used before their more advanced version can be used. For example, even if a character knows how to use 'Fire 2', he wont be able to use it until he has used 'Fire 1' at least 50 times.
Features
* It adds a window to your Scene_Skill to show how many times a skill has been used, and what skills need to be mastered to enable the skill.
Screenshots


How to Use
Just add the plugin, In plugin parameters you can customize:
* The 'Uses' text displayed.
* The 'Master' text displayed.
Skill parents are added through skill note tags in this way:
This means that, in order to use this skill you must first use skill(8)=Heal 20 times, and skill(10)=Spark 30 times.
Script
you can get it here View attachment PKT_ToS_skill.js
Compatibility:
This should be compatible with most plugins.
Feel free to use this in non-commercial and commercial games.
Credit and Thanks- koster- Thanks to @SumRndmDde for his tutorials.
- Thanks to @Victor Sant for his help with the windows.
- Thanks to 'jimme reashu' for his original work in RMXP.
Author: Koster
Introduction
This plugin recreates the 'Tales of Symphonia/Phantasia' skill system in RMMV. This plugin was inspired by a script from the RMXP days by 'jimme reashu' (here).
This plugin enforces a minimum on the amount of times a "parent" skills must be used before their more advanced version can be used. For example, even if a character knows how to use 'Fire 2', he wont be able to use it until he has used 'Fire 1' at least 50 times.
Features
* It adds a window to your Scene_Skill to show how many times a skill has been used, and what skills need to be mastered to enable the skill.
Screenshots


How to Use
Just add the plugin, In plugin parameters you can customize:
* The 'Uses' text displayed.
* The 'Master' text displayed.
Skill parents are added through skill note tags in this way:
Code:
<parent skills>
skill 8: 20
skill 10: 30
</parent skills>
Script
you can get it here View attachment PKT_ToS_skill.js
Compatibility:
This should be compatible with most plugins.
Feel free to use this in non-commercial and commercial games.
Credit and Thanks- koster- Thanks to @SumRndmDde for his tutorials.
- Thanks to @Victor Sant for his help with the windows.
- Thanks to 'jimme reashu' for his original work in RMXP.
Last edited by a moderator:

