Original Source
- Original title: Reedo's Simple Plugins
- Original author: Reedo
- Original date: March 31, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/reedos-simple-plugins.59674/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Reedo's Simple Plugins (RSP) Reedo's simple plugins are designed to add subtle functionality with a simplistic design which minimizes any negative impact with other plugins. The scripts themselves can also be used as example for creating more complex functionality as they contain basic comments to help indicate what the code is doing. Plugin List
Archived First Post
Reedo's simple plugins are designed to add subtle functionality with a simplistic design which minimizes any negative impact with other plugins.
The scripts themselves can also be used as example for creating more complex functionality as they contain basic comments to help indicate what the code is doing.
Plugin List
NoItemCommand
Allows you to place the <no_item> tag in an actor's note box to prevent them from having the Item command during battle.
LevelAgnostic
Allows enemies to have their primary parameters (HP, MP, ATK, etc) scale with the party level.
BattleBackOptions
Provides options to customize and extend the default auto-battleback system. With this plugin you can change the default battleback for autotiles and add new ground tiles.
You can also have auto-battlebacks based on map tile region Id, or map tile terrain tag.
SimpleCrafting
This plugin provide a simple, event-based crafting system. Crafting is performed through events which use simple plugin commands to interact with the crafting system. The crafting system can exchange variables and set switches to make eventing a breeze. You can also use new slash commands in text messages to display information about the crafting session. This allows you to implement any kind of crafting interface you choose through events or other plugins.
Plugin Detail and Script Availability
All plugins contain their own help documentation and are available at the GitHub repository: https://github.com/ReedKimble/RMMV
All scripts in the repository are covered by the MIT license.
Subscribe to the repository for change notifications if you'd like to keep up with version changes.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
All scripts in the repository are covered by the MIT license. Subscribe to the repository for change notifications if you'd like to keep up with version changes.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...