MZ用プラグイン

DarkPlasma 特殊能力値、追加能力値表記テキスト設定 - DarkPlasma_ParameterText.js

シェア用テキスト:
▼DarkPlasma 特殊能力値、追加能力値表記テキスト設定(DarkPlasma様作) - DarkPlasma_ParameterText.js
https://plugin-mz.fungamemake.com/archives/817
本プラグインは他のプラグインから参照されることを前提としたベースプラグインです。追加能力値及び特殊能力値の表記テキストを返す関数を提供します。

ふりがな:とくしゅのうりょくち、ついかのうりょくちてきすとせってい

機能概要: 本プラグインは他のプラグインから参照されることを前提としたベースプラグインです。追加能力値及び特殊能力値の表記テキストを返す関数を提供します。

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

作者:DarkPlasma

作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html

解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…

ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…

ファイル名:DarkPlasma_ParameterText.js

プラグインのヘルプ:

// DarkPlasma_ParameterText 1.0.2
// Copyright (c) 2020 DarkPlasma
// This software is released under the MIT license.
// http://opensource.org/licenses/mit-license.php

/**
 * 2020/09/08 1.0.2 rollup構成へ移行
 * 2020/09/01 1.0.1 ゲームが起動できなくなる不具合を修正
 *            1.0.0 公開
 */

/*:ja
 * @plugindesc 特殊能力値、追加能力値表記テキスト設定
 * @author DarkPlasma
 * @license MIT
 *
 * @target MZ
 * @url https://github.com/elleonard/RPGtkoolMZ-Plugins
 *
 * @param extraParamNameCritical
 * @text 会心率表記
 * @type string
 * @default 会心率
 *
 * @param extraParamNameCriticalEvasion
 * @text 会心回避率表記
 * @type string
 * @default 会心回避率
 *
 * @param extraParamNameMagicEvasion
 * @text 魔法回避率表記
 * @type string
 * @default 魔法回避率
 *
 * @param extraParamNameMagicReflection
 * @text 魔法反射率表記
 * @type string
 * @default 魔法反射率
 *
 * @param extraParamNameCounterAttack
 * @text 反撃率表記
 * @type string
 * @default 反撃率
 *
 * @param extraParamNameHpRegeneration
 * @text HP再生率表記
 * @type string
 * @default HP再生率
 *
 * @param extraParamNameMpRegeneration
 * @text MP再生率表記
 * @type string
 * @default MP再生率
 *
 * @param extraParamNameTpRegeneration
 * @text TP再生率表記
 * @type string
 * @default TP再生率
 *
 * @param specialParamNameTargetRate
 * @text 狙われ率表記
 * @type string
 * @default 狙われ率
 *
 * @param specialParamNameGuardEffectRate
 * @text 防御効果率表記
 * @type string
 * @default 防御効果率
 *
 * @param specialParamNameRecoveryEffectRate
 * @text 回復効果率表記
 * @type string
 * @default 回復効果率
 *
 * @param specialParamNamePharmacology
 * @text 薬の知識表記
 * @type string
 * @default 薬の知識
 *
 * @param specialParamNameMpCostRate
 * @text MP消費率表記
 * @type string
 * @default MP消費率
 *
 * @param specialParamNameTpChargeRate
 * @text TPチャージ率表記
 * @type string
 * @default TPチャージ率
 *
 * @param specialParamNamePhysicalDamageRate
 * @text 物理ダメージ率表記
 * @type string
 * @default 物理ダメージ率
 *
 * @param specialParamNameMagicDamageRate
 * @text 魔法ダメージ率表記
 * @type string
 * @default 魔法ダメージ率
 *
 * @param specialParamNameFloorDamageRate
 * @text 床ダメージ率表記
 * @type string
 * @default 床ダメージ率
 *
 * @param specialParamNameExperienceRate
 * @text 経験獲得率表記
 * @type string
 * @default 経験獲得率
 *
 * @help
 * 本プラグインは他のプラグインから参照されることを前提としたベースプラグインです。
 * 追加能力値及び特殊能力値の表記テキストを返す関数を提供します。
 *
 * TextManager.xparam(追加能力値ID)
 *
 * TextManager.sparam(特殊能力値ID)
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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