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

#ツクプラ

ステートごとに通常攻撃アニメを変える - StateAnime.js

シェア用テキスト:
▼ステートごとに通常攻撃アニメを変える(霧島万様作) - StateAnime.js
https://plugin.fungamemake.com/archives/16792
ステート毎に通常攻撃アニメを変えられます。

ふりがな:すてーとごとにつうじょうこうげきあにめをかえる

機能概要: ステート毎に通常攻撃アニメを変えられます。

利用規約(ライセンス):
・著作権:保持
・商用利用:許可
・素材単体販売:禁止
・追加改変:許可
・再配布:許可
・詳細はダウンロードページ・プラグイン内を確認

作者:霧島万

作者サイト:https://x.com/yurugatinoeru

直接ダウンロード:Zipファイル

ファイル名:StateAnime.js

プラグインのヘルプ:

/*:ja
* 
* @plugindesc
* ステートごとに通常攻撃アニメを変えるプラグイン
* @author 霧島万 (ツイッター yurugatinoeru)
*
* @param State1
 * @text アニメーションを変化させるステートです。
 * @type State
 * @default 0
 * @parent database
 * 
 * @param Animation1
 * @text ステートに対応するアニメーションです。
 * @type Animation
 * @require 1
 * @default 1
 * @parent database
*
* @param State2
 * @text アニメーションを変化させるステートです。
 * @type State
 * @default 0
 * @parent database
 * 
 * @param Animation2
 * @text ステートに対応するアニメーションです。
 * @type Animation
 * @require 1
 * @default 1
 * @parent database
 * 
* @param State3
 * @text アニメーションを変化させるステートです。
 * @type State
 * @default 0
 * @parent database
 * 
 * @param Animation3
 * @text ステートに対応するアニメーションです。
 * @type Animation
 * @require 1
 * @default 1
 * @parent database

* @param State4
 * @text アニメーションを変化させるステートです。
 * @type State
 * @default 0
 * @parent database
 * 
 * @param Animation4
 * @text ステートに対応するアニメーションです。
 * @type Animation
 * @require 1
 * @default 1
 * @parent database
 *
* @param State5
 * @text アニメーションを変化させるステートです。
 * @type State
 * @default 0
 * @parent database
 * 
 * @param Animation5
 * @text ステートに対応するアニメーションです。
 * @type Animation
 * @require 1
 * @default 1
 * @parent database
 * 
* @help
* terunonの卑弥呼テクニックを参考に作りました。
* アニメーションが変わるステートに同時にかかった場合、パラメータの番号が小さい順に適応されます。
* 
*/

スポンサードリンク

スポンサードリンク

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