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

#ツクプラ

Dark Plasma Additional Attack Animation - DarkPlasma_AdditionalAttackAnimation.js

シェア用テキスト:
▼Dark Plasma Additional Attack Animation(DarkPlasma様作) - DarkPlasma_AdditionalAttackAnimation.js
https://plugin.fungamemake.com/archives/23583
攻撃アニメーションを特定条件で追加する

ふりがな:あでぃっしょんあたっくあにめーしょん

機能概要: 攻撃アニメーションを特定条件で追加する

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

作者:DarkPlasma

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

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

ファイル名:DarkPlasma_AdditionalAttackAnimation.js

プラグインのヘルプ:

 /*:
 * @plugindesc 攻撃アニメーションを特定条件で追加するプラグイン
 * @author DarkPlasma
 * @license MIT
 * 
 * @param Additional Animation
 * @desc 追加アニメーション
 * @text 追加アニメーション
 * @default []
 * @type struct<AdditionalAnimation>[]
 *
 * @help
 *   攻撃アニメーションを特定条件で追加します。
 * 
 *   以下の条件でアニメーションを追加できます。
 *   - 特定ステートにかかっている対象
 *   - 特定の敵
 */
/*~struct~AdditionalAnimation:
 *
 * @param Animation
 * @desc 追加で表示するアニメーション
 * @text アニメーション
 * @default 1
 * @type animation
 * 
 * @param Only For Some Enemies
 * @desc 追加表示対象の敵を限定するか
 * @text 対象敵限定?
 * @type boolean
 * @default false
 * 
 * @param Enemies
 * @desc 追加表示対象の敵
 * @text 追加表示対象の敵
 * @type enemy[]
 * @default []
 * 
 * @param Only For Some States
 * @desc 追加表示対象のステートを限定するか
 * @text 対象ステート限定?
 * @type boolean
 * @default false
 * 
 * @param States
 * @desc 追加表示対象のステート
 * @type 追加表示対象のステート
 * @type state[]
 * @default []
 */

スポンサードリンク

スポンサードリンク

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