じ☆ve冰风 发表于 2026-7-28 10:20:05

Effect Conditions





         
        In RPG Maker, you can assign effects to items or skills. Effects are special behaviors that occur when the item or skill is successfully executed.
         
        For example, you can create a "Poison" skill that has a 50% chance to add a "Poison" state to the target, or you can create a "Skill Book" item that will teach a new skill to a particular actor when that actor is selected.
         
        Now, let's say you had a skill book that teaches Fire, but only magic users can learn it. Do you want non-magic users to be able to use the book as well? Maybe not.
         
        In this situation, it would be useful to be able to define "conditions" that must be met in order for the skill book to be used.
         
        This plugin allows you to define "effect conditions", which are conditions that are given to each and every effect on an item or skill. Before an effect can be applied, all conditions must be met.
         
        With these conditions, you can now check whether the actor that you would like to use it on is able to learn Fire!
         
        Effect conditions are formulas, so you can create conditions on anything that you can imagine.
         


More information and downloads available at HimeWorks


Free for use in Commercial and Non-Commercial projects.


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