じ☆ve冰风 发表于 2026-7-31 11:57:00

DoubleX RMVXA Caster Aftermath


        DoubleX RMVXA Caster Aftermath  v1.00a



        by DoubleX





Introduction


        Allows users to add effects applied to the casters after casting skills

Spoiler 




#------------------------------------------------------------------------------|
#* Notetag <change hp: x, s> for skills/items                              |
#    To make a skill or item to change hp of the casters by x after casting it,|
#    put the above notetag into its notebox in the database.                   |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <change hp %: x, s> for skills/items                              |
#    To make a skill or item to change hp of the casters by x% after casting   |
#    it, put the above notetag into its notebox in the database.               |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <change mp: x, s> for skills/items                              |
#    To make a skill or item to change mp of the casters by x after casting it,|
#    put the above notetag into its notebox in the database.                   |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <change mp %: x, s> for skills/items                              |
#    To make a skill or item to change mp of the casters by x% after casting   |
#    it, put the above notetag into its notebox in the database.               |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <change tp: x, s> for skills/items                              |
#    To make a skill or item to change tp of the casters by x after casting it,|
#    put the above notetag into its notebox in the database.                   |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <change tp %: x, s> for skills/items                              |
#    To make a skill or item to change tp of the casters by x% after casting   |
#    it, put the above notetag into its notebox in the database.               |
#    Setting s as 0 and 1 indicates decrement and increment respectively.      |
#------------------------------------------------------------------------------|
#* Notetag <add state: id, r%> for skills/items                              |
#    To make a skill or item to add state with id id and rate r to the casters |
#    after casting it, put the above notetag into its notebox in the database. |
#    Normal attack isn't supported by this notetag.                            |
#------------------------------------------------------------------------------|
#* Notetag <remove state: id, r%> for skills/items                           |
#    To make a skill or item to remove state with id id and rate r from the    |
#    casters after casting it, put the above notetag into its notebox in the   |
#    database.                                                               |
#------------------------------------------------------------------------------|
#* Notetag <add buff: id, t> for skills/items                              |
#    To make a skill or item to add buff of parameter with id id and turn t to |
#    the casters after casting it, put the above notetag into its notebox in   |
#    the database.                                                             |
#------------------------------------------------------------------------------|
#* Notetag <add debuff: id, t> for skills/items                              |
#    To make a skill or item to add debuff of parameter with id id and turn t|
#    to the casters after casting it, put the above notetag into its notebox in|
#    the database.                                                             |
#------------------------------------------------------------------------------|
#* Notetag <remove buff: id> for skills/items                              |
#    To make a skill or item to remove buff of parameter with id id from the   |
#    casters after casting it, put the above notetag into its notebox in the   |
#    database.                                                               |
#------------------------------------------------------------------------------|
#* Notetag <remove buff: id> for skills/items                              |
#    To make a skill or item to remove debuff of parameter with id id from the |
#    casters after casting it, put the above notetag into its notebox in the   |
#    database.                                                               |
#------------------------------------------------------------------------------|






Video










Features


        Use of notetags(requires knowledge of notetag usage) to set specific skills to add effects to their caster after casting them


How to use


        Open the script editor and put this script into an open slot between Materials and Main. Save to take effect.


FAQ


        None


Credit and Thanks


DoubleX(Giving me credit is completely optional)


        No terms of use other than not claiming this script as created by anyone except DoubleX or his alias


Compatibility


        Scripts aliasing or rewriting method:


        - self.load_database under module DataManager
        - use_item under class Scene_Battle
        may have compatibility issues with this script


        Place this script above those aliasing any of these methods if possible


Changelog


        v1.00a (GMT 1200 25-5-2014):
         - 1st version of this script finished


(DoubleX)Caster Aftermath v1.00a.txt


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