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

#ツクプラ

Dark Plasma Multi Element Rate - DarkPlasma_MultiElementRate.js

シェア用テキスト:
▼Dark Plasma Multi Element Rate(DarkPlasma様作) - DarkPlasma_MultiElementRate.js
https://plugin.fungamemake.com/archives/27071
攻撃属性すべてを計算に用いる

ふりがな:まるちえれめんとれーと

機能概要: 攻撃属性すべてを計算に用いる

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

作者:DarkPlasma

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

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

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

ファイル名:DarkPlasma_MultiElementRate.js

プラグインのヘルプ:

/*:
 * @plugindesc 攻撃属性すべてを計算に用いるプラグイン
 * @author DarkPlasma
 * @license MIT
 *
 * @param Use Addition
 * @desc 計算時に全属性の有効度を加算するかどうか。OFFの場合は乗算する
 * @text 加算するか
 * @type boolean
 * @default false
 *
 * @help
 * 攻撃に付与されている属性が複数ある場合、
 * その攻撃の属性すべてをダメージ計算に使用します。
 *
 * 乗算と加算で計算方法が異なります。
 * 例えば、炎+光属性の攻撃を、炎有効度200% 光有効度150%の敵に使用すると
 * 乗算の場合: 2 x 1.5 = 300%の計算になります。
 * 加算の場合: 2 + 1.5 = 350%の計算になります。
 *
 * 加算の場合、炎有効度100%かつ光有効度100%の敵に炎+光属性の攻撃を行うと
 * 1 + 1 = 200%となってしまうことに注意してください。
 */

スポンサードリンク

スポンサードリンク

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