ultimate-angel-zerachiel/www/js/plugins/TP.js
2024-01-17 11:38:37 -06:00

4 lines
141 B
JavaScript

Game_Battler.prototype.chargeTpByDamage = function (damageRate) {
var value = Math.floor(0 * 0 * this.tcr);
this.gainSilentTp(value);
};