- Joined
- Mar 15, 2015
- Messages
- 233
- Reaction score
- 27
- First Language
- English
- Primarily Uses
- RMMV
Using Yanfly's Skill Core is there a way to add additional weapon requirements for a skill? For example I have a skill called "Burst Shot". In the editor I can have it require up to 2 different kinds of weapons, but I have 4 weapons that I would like to be available.
EG: Burst Shot requires Guns, Bows, Crossbows, or Launchers.
http://yanfly.moe/2015/10/13/yep-8-skill-core/
<Custom Show Eval>
???
</Custom Show Eval>
This seems to be how one would do it.... but I don't know what to put in there. lol
*edit* Thanks to Nekoyoubi for the answer! The correct code is within this link:
https://gist.github.com/nekoyoubi/c360c644036166f619ae820a1ed7b873
Just replace the "2, 4, 6, 8" with the weapon types of your choice.
EG: Burst Shot requires Guns, Bows, Crossbows, or Launchers.
http://yanfly.moe/2015/10/13/yep-8-skill-core/
<Custom Show Eval>
???
</Custom Show Eval>
This seems to be how one would do it.... but I don't know what to put in there. lol
*edit* Thanks to Nekoyoubi for the answer! The correct code is within this link:
https://gist.github.com/nekoyoubi/c360c644036166f619ae820a1ed7b873
Just replace the "2, 4, 6, 8" with the weapon types of your choice.
Last edited by a moderator:

Like this ] mostly serves that purpose. The more people "like" the solution, it's generally an indication of acceptance.