A downloadable mod

Get this mod and 7 more for $15.00 USD
View bundle
Buy Now
On Sale!
50% Off
$8.00 $4.00 USD or more

Introduction

This plugin lets you force battle EXP, Gold, and Drops in battle to override the rest or lets you add them as extra through script calls. This way, you can control EXP, Gold, and Drops given to the player party without needing to make enemies dedicated to giving them. These effects are done through Script Calls.

Instructions

  1. Install this plugin into your RPG Maker MV project's js/plugin folder.
  2. Open your game project in RPG Maker MV and open up the Plugin Manager.
  3. Add a new plugin and place this plugin beneath all Yanfly plugins present.
  4. Adjust any Plugin Parameter settings to this plugin.
  5. Read through plugin help file to understand how to use plugin.
  6. When testing this plugin, save first.

Script Calls

Run these script call(s) sometime during the battle.

---

$gameTroop.clearForcedDrops()
- Removes all forced and bonus EXP, Gold, and Drops.

---

$gameTroop.setForcedExp(x)
- Sets the forced EXP the player earns from this battle to 'x'.
- Overrides the default EXP earned for the current battle.

---

$gameTroop.setForcedGold(x)
- Sets the forced Gold the player earns from this battle to 'x'.
- Overrides the default Gold earned for the current battle.

---

$gameTroop.addForcedItemDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  item listed with 'x' quantity.
- Overrides default drops earned for the current battle.
- Combines with other forced drop functions from this plugin.

---

$gameTroop.addForcedWeaponDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  weapon listed with 'x' quantity.
- Overrides default drops earned for the current battle.
- Combines with other forced drop functions from this plugin.

---

$gameTroop.addForcedArmorDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  armor listed with 'x' quantity.
- Overrides default drops earned for the current battle.
- Combines with other forced drop functions from this plugin.

---

$gameTroop.setBonusExp(x)
- Sets the bonus EXP the player earns from this battle to 'x'.
- Bonus EXP is added onto default or forced EXP.

---

$gameTroop.setBonusGold(x)
- Sets the bonus Gold the player earns from this battle to 'x'.
- Bonus Gold is added onto default or forced Gold.

---

$gameTroop.addBonusItemDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  item listed with 'x' quantity.
- Bonus drops are combined with default or forced drops.
- Combines with other forced drop functions from this plugin.

---

$gameTroop.addBonusWeaponDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  weapon listed with 'x' quantity.
- Bonus drops are combined with default or forced drops.
- Combines with other forced drop functions from this plugin.

---

$gameTroop.addBonusArmorDrop(itemID, x)
- Sets the forced Drop the player earns from this battle to have the
  armor listed with 'x' quantity.
- Bonus drops are combined with default or forced drops.
- Combines with other forced drop functions from this plugin.

---

RPG Maker Version

This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.

Terms of Use

  • For Free and Commercial Use.
  • Put "Arisu's Dollhouse" in your game's credits.
  • Do not redistribute this plugin without permission.
  • Do not take code from this plugin without permission.
  • Edit of code is allowed as long as it's within plugin file.
  • I do not support changes made to code edit.

Changelog

  • None



StatusReleased
CategoryGame mod
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorArisu
GenreRole Playing
Tagsasset, plugin, RPG Maker, tool

Purchase

Get this mod and 7 more for $15.00 USD
View bundle
Buy Now
On Sale!
50% Off
$8.00 $4.00 USD or more

In order to download this mod you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:

Arisu_ForcedBonusDrops.js 10 kB