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

#ツクプラ

Dark Plasma Buff Rate - DarkPlasma_BuffRate.js

シェア用テキスト:
▼Dark Plasma Buff Rate(DarkPlasma様作) - DarkPlasma_BuffRate.js
https://plugin.fungamemake.com/archives/22869
バフの倍率を個別に設定

ふりがな:ばふれーと

機能概要: バフの倍率を個別に設定

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

作者:DarkPlasma

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

解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins

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

ファイル名:DarkPlasma_BuffRate.js

プラグインのヘルプ:

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

/**
 * 2020/01/05 1.0.1 デバフ倍率を正の値に設定すると逆に強化されてしまう不具合を修正
 * 2020/01/02 1.0.0 公開
 */

 /*:
 * @plugindesc バフの倍率を個別に設定するプラグイン
 * @author DarkPlasma
 * @license MIT
 *
 * @param Attack
 * @desc 攻撃力の強化/弱化倍率
 * @text 攻撃力の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @param Defense
 * @desc 防御力の強化/弱化倍率
 * @text 防御力の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @param Magic Attack
 * @desc 魔法力の強化/弱化倍率
 * @text 魔法力の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @param Magic Defense
 * @desc 魔法防御力の強化/弱化倍率
 * @text 魔法防御力の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @param Agility
 * @desc 敏捷性の強化/弱化倍率
 * @text 敏捷性の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @param Luck
 * @desc 運の強化/弱化倍率
 * @text 運の強化/弱化倍率
 * @default {"Buff Rate 1": "25", "Buff Rate 2": "50", "Debuff Rate 1": "25", "Debuff Rate 2": "50"}
 * @type struct<BuffRate>
 *
 * @help
 *   バフ(強化状態)の能力強化/弱化倍率を個別に設定できるようにします。
 */
/*~struct~BuffRate:
 *
 * @param Buff Rate 1
 * @desc 1段階目強化倍率(%)
 * @text 1段階目強化倍率(%)
 * @default 25
 * @type number
 *
 * @param Buff Rate 2
 * @desc 2段階目強化倍率(%)
 * @text 2段階目強化倍率(%)
 * @default 50
 * @type number
 *
 * @param Debuff Rate 1
 * @desc 1段階目弱化倍率(%)
 * @text 1段階目弱化倍率(%)
 * @default 25
 * @type number
 *
 * @param Deuff Rate 2
 * @desc 2段階目弱化倍率(%)
 * @text 2段階目弱化倍率(%)
 * @default 50
 * @type number
 */

スポンサードリンク

スポンサードリンク

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