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.
PANDA No TP On Redirect - PANDA_NoTPOnRedirect.js
Plugin desc : controls TP gain when Substitute, Counter, or Magic Reflect occurs.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20250725000806.html
File name : PANDA_NoTPOnRedirect.js
Help of plugin :
* @target MV MZ * @plugindesc controls TP gain when Substitute, Counter, or Magic Reflect occurs. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20250725000806.html * * @help Controls TP gain when Substitute, Counter, or Magic Reflect occurs. * You can turn TP from skills (attacker / counter user) and TP from damage * (the target that takes the hit) ON or OFF separately for each case. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param SubstituteActionTP * @text Substitute: Attacker TP * @desc Whether the original attacker gains TP when a Substitute occurs. Default is ON (gain TP). * @type boolean * @default true * * @param SubstituteDamageTP * @text Substitute: Damage TP * @desc Whether the battler who takes the Substitute damage gains TP. Default is ON (gain TP). * @type boolean * @default true * * @param CounterActionTP * @text Counter: Counter Attacker TP * @desc Whether the counter-attacker (the one who performs the counter) gains TP. Default is ON (gain TP). * @type boolean * @default true * * @param CounterDamageTP * @text Counter: Damage TP * @desc Whether the battler hit by the counter (the original attacker) gains TP. Default is ON (gain TP). * @type boolean * @default true * * @param ReflectActionTP * @text Magic Reflect: User TP * @desc Whether the original user of reflected magic gains TP (the one hit by the reflected magic). Default is ON (gain TP). * @type boolean * @default true * * @param ReflectDamageTP * @text Magic Reflect: Damage TP * @desc Whether the battler damaged by the reflected magic (the original user) gains TP. Default is ON (gain TP). * @type boolean * @default true *