Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Lose Exp - LoseExp.js
Plugin desc : Defeat Experience Ver1.0.1 (2025/7/22)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Battle/Exp/LoseExp.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/LoseExp.js
File name : LoseExp.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Battle/Exp/LoseExp.js @plugindesc Defeat Experience Ver1.0.1 (2025/7/22) @author PotatoDragon @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Allows you to earn half the normal amount of experience points upon defeat. ## Specifications - Experience points upon defeat = normal experience points ÷ 2 - All decimal points are rounded down. ## Usage No initial setup required. Just install the plugin and it will work. ## Example - 100 normal experience points → 50 defeat experience points - 1 normal experience point → 0 defeat experience points (rounded down to 0.5) - 3 normal experience points → 1 defeat experience point (rounded down to 1.5) - 5 normal experience points → 2 defeat experience points (rounded down to 2.5)