健康への影響が少ないHP閾値を設定するプラグイン – N_CrisisHPThreshold.js
- タイトル
- Sets HP threshold for low health effects.
- 作者名
- Think_Nathan様
- ヘルプ
- 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
- ライセンス表記