VE Cast Animations - VE_CastAnimations.js

シェア用テキスト:
▼VE Cast Animations(Victor Sant様作) - VE_CastAnimations.js
https://plugin.fungamemake.com/archives/26939
アクションを実行する前に、使用者にアニメーションを表示できます。

ふりがな:きゃすとあにめーしょん

機能概要: アクションを実行する前に、使用者にアニメーションを表示できます。

利用規約(ライセンス):https://fungamemake.com/victor-engine-jaspanese

作者:Victor Sant

作者サイト:https://victorenginescripts.wordpress.com/

ダウンロードページ:https://fungamemake.com/archives/9833

ファイル名:VE_CastAnimations.js

プラグインのヘルプ:

/*:ja
 * @plugindesc v1.01 スキルやアイテム使用時に使用者にアニメーションを表示します。
 * @author Victor Sant
 *
 * @param Message Before Cast
 * @text アニメーション前メッセージ
 * @type boolean
 * @on 有効
 * @off 無効
 * @desc アクション開始アニメーション前に使用メッセージを表示
 * 有効:true / 無効:false
 * @default true
 *
 * @help
 * 翻訳:ムノクラ
 * https://fungamemake.com/
 * https://twitter.com/munokura/
 *
 * 元プラグイン:
 * https://victorenginescripts.wordpress.com/rpg-maker-mv/cast-animations/
 *
 * ===========================================================================
 * 必要プラグイン
 * ===========================================================================
 *
 * このプラグインを使用するには、下記のプラグインが必要です。
 * - VE_BasicModule
 *
 *
 * ---------------------------------------------------------------------------
 *  スキル、アイテムのメモタグ
 * ---------------------------------------------------------------------------
 *
 *  <cast animation: Id>
 *   アクション開始アニメーションは、アクターが前進前に表示されます。
 *    Id : アニメーションID
 *
 * ---------------
 *
 *  <action animation: Id>
 *   アクション開始アニメーションは、アクターが前進後に表示されます。
 *    Id : アニメーションID
 *
 * ---------------------------------------------------------------------------
 * アクター、職業、敵グループ、武器、防具、ステートのメモタグ
 * ---------------------------------------------------------------------------
 *
 *  <no cast animation>
 *   アクションにタグが付いていても、
 *   バトラーはアクション開始アニメーションを表示しません。
 */

スポンサードリンク

スポンサードリンク

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