DarkPlasma 攻撃アニメーション追加 - DarkPlasma_AdditionalAttackAnimation.js
シェア用テキスト:
▼DarkPlasma 攻撃アニメーション追加(DarkPlasma様作) - DarkPlasma_AdditionalAttackAnimation.js
https://plugin-mz.fungamemake.com/archives/798
攻撃アニメーションを特定条件で追加する
ふりがな:こうげきあにめーしょんついか
機能概要: 攻撃アニメーションを特定条件で追加する
利用規約(ライセンス): 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_AdditionalAttackAnimation.js
プラグインのヘルプ:
// DarkPlasma_AdditionalAttackAnimation 2.0.0 // Copyright (c) 2020 DarkPlasma // This software is released under the MIT license. // http://opensource.org/licenses/mit-license.php /** * 2020/09/08 2.0.0 パラメータ名変更 * 2020/08/27 1.0.0 MZ版公開 */ /*:ja * @plugindesc 攻撃アニメーションを特定条件で追加する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/RPGtkoolMZ-Plugins * * @param additionalAnimations * @desc 追加アニメーション * @text 追加アニメーション * @type struct<AdditionalAnimation>[] * @default [] * * @help * 攻撃アニメーションを特定条件で追加します。 * * 以下の条件でアニメーションを追加できます。 * - 特定ステートにかかっている対象 * - 特定の敵 */
