Dark Plasma Escape Penalty - DarkPlasma_EscapePenalty.js
シェア用テキスト:
▼Dark Plasma Escape Penalty(DarkPlasma様作) - DarkPlasma_EscapePenalty.js
https://plugin.fungamemake.com/archives/27061
逃走にペナルティを与える
ふりがな:とうぼうざい
機能概要: 逃走にペナルティを与える
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_EscapePenalty.js
プラグインのヘルプ:
/*:
* @plugindesc 逃走にペナルティを与えるプラグイン
* @author DarkPlasma
* @license MIT
*
* @param Lose Gold Rate
* @desc 逃走成功時に落とすお金(所持金に対する割合%)
* @text 落とすお金割合(%)
* @type number
* @default 1
*
* @param Lose Gold Message
* @desc お金を落とした際のメッセージ。{gold}は落としたお金の量、{unit}はお金の単位に変換される。
* @text お金メッセージ
* @type string
* @default {gold}{unit}落としてしまった!
*
* @help
* 逃走成功時にペナルティを与えます。
*/