健康への影響が少ないHP閾値を設定するプラグイン – N_CrisisHPThreshold.js

タイトル
Sets HP threshold for low health effects.
作者名
ヘルプ
Sets HP threshold for low health effects.
パラメータ
param Actor Low HP Formula
desc Formula to determine when an actor's HP is low
default this.isAlive() && this._hp < this.mhp / 3

param Enemy Low HP Formula
desc Formula to determine when an enemy's HP is low
default this.isAlive() && this._hp < this.mhp / 5

ライセンス表記

紹介ページ https://github.com/thinknathan/rpg-maker-mv-plugins/blob/master/N_CrisisHPThreshold/N_CrisisHPThreshold.js