じ☆ve冰风 发表于 2026-7-25 14:05:56

'Tales of' skill system

'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:

                Code:       
<parent skills>
skill 8: 20
skill 10: 30
</parent skills>


        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.


本贴来自国际rpgmaker官方论坛作者:koster处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/tales-of-skill-system.62264/
页: [1]
查看完整版本: &#039;Tales of&#039; skill system