RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

ステートの固定 - RX_T_FixingTheState.js

シェア用テキスト:
▼ステートの固定(TYPE74RX-T様作) - RX_T_FixingTheState.js
https://plugin.fungamemake.com/archives/27403
ステートが一切変化しないステートを作ることができます。

ふりがな:すてーとのこてい

機能概要: ステートが一切変化しないステートを作ることができます。

利用規約(ライセンス): MITライセンス

作者:TYPE74RX-T

作者サイト:https://mdc-light.jpn.org/TYPE74RX-T/

ファイル名:RX_T_FixingTheState.js

プラグインのヘルプ:

//=============================================================================
// Plugin_Name : Fixing the State
// File_Name   : RX_T_FixingTheState.js
// Version     : 1.00
// Copylight   : 2020 TYPE74RX-T
//=============================================================================


//=============================================================================
/*:
 * @target MV MZ
 * @plugindesc It is possible to create a state that does not change state at all.
 * @author TYPE74RX-T
 * @url https://w.atwiki.jp/type74rx-t/pages/221.html
 *
 * @param SystemWord in Notes
 * @text System word
 * @desc System word to fill in the notes field
 * @default FixState
 *
 * @help Fixing the State
 *
 * This plugin is compatible with RPG Maker MV and RPG Maker MZ.
 *
 * ◆Summary
 * It is possible to create a state that does not change state at all.
 * While in this state, no state changes will be accepted, with the exceptions
 * listed below.
 * The same applies to the automatic release of the game based on time (turns)
 * and number of steps.
 *
 * [Conditions for Exceptions]
 * ・Defense, invincibility, no combat due to 0 HP, states with "state
 * fixation" applied
 * ・State manipulation by events (or common events that are triggered by using
 * items or skills)
 *
 * ◆Usage
 * Fill in the notes section of the states.
 *
 * 
 *
 * ◆Caution: For users of the "Guts State" plug-in
 * The gutsy states won't be removed either.
 * Be careful when fixing the state.
 *
 * ◆Notes
 * You don't need to worry about the plugin parameters.
 * It's just that the way you set up the notes field is different depending
 * on whether you are using the English or Japanese version.
 *
 * ◆License
 * This plugin is released under MIT license.
 * http://opensource.org/licenses/mit-license.php
*/
/*:ja
 * @target MV MZ
 * @plugindesc ステートが一切変化しないステートを作ることができます。
 * @author TYPE74RX-T
 * @url https://mdc-light.jpn.org/TYPE74RX-T/
 *
 * @param SystemWord in Notes
 * @text システムワード
 * @desc メモ欄に記入するシステムワード
 * @default ステート固定
 *
 * @help ステートの固定
 *
 * このプラグインはRPGツクールMV、RPGツクールMZに対応しています。
 *
 * ◆概要
 * ステートが一切変化しないステートを作ることができます。
 * このステートになっている間は、下記の例外条件を除いて一切のステート変化が
 * 受け付けなくなります。
 * 時間(ターン)経過や歩数による自動解除についても同様です。
 *
 * 【例外条件】
 * ・防御、無敵、HP0による戦闘不能、「ステート固定」が適用されたステート
 * ・イベントによるステート操作(アイテム、スキルを使ったコモンイベントも同様)
 *
 * ◆使い方
 * ステートのメモ欄に記入します。
 *
 * 
 *
 * ◆ご注意:「根性ステート」プラグインをご利用の方へ
 * 根性系のステートも固定されます。
 * ステートを固定する際は充分にご注意ください。
 *
 * ◆備考
 * プラグインのパラメータを気にする必要はありません。
 * ただ、日本語版か英語版かでメモ欄の設定方法が違うだけです。
 *
 * ◆ライセンス
 * このプラグインはMITライセンスで公開されています。
 * http://opensource.org/licenses/mit-license.php
*/

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2025 All Rights Reserved.