じ☆ve冰风 发表于 2026-7-30 08:39:36

Skill Motion

Skill Motion
        By DreamX


Introduction/Features


        This is a simple script that allows you to specify the single motion done by a skill. This is useful if, for example, you have a skill that you want an actor to perform the default attack motion with, or you want the actor to use a different weapon, or you just want the actor to perform a specific motion.
        This is probably all achievable by other, more complex plugins like Yanfly's Action Sequences, however this is a simple and easy way to change the motion if you haven't mastered those or don't need them to achieve what you want.


How to Use


        Right click the script link and save as a .js file.


         You can use one of the following notetags on a skill:
         <OverrideMotion:x> with x as the motion to use for the skill. Does not include
         weapon sprites.
         
         <WeaponMotion:1> to use the default attack motion, which is based on your
         equipped weapon.


         <SpecificWeaponMotion:x> with x as the weapon type id (from the Types tab in
         the database). It will use the weapon sprite and motion you specified for that
         weapon type. You can check/set the motion and sprite in the System tab in the
         database.
         
         Here is a list of the default motions:
         walk
         wait
         chant
         guard
         damage
         evade
         thrust
         swing
         missile
         skill
         spell
         item
         escape
         victory
         dying
         abnormal
         sleep
         dead



Script


Credit and Thanks
        - DreamX


Author's Notes/Terms of Use
        Free to use and modify for commercial and noncommercial games, with credit.


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