当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
自動スキル説明 - AutoSkillDescription.js
シェア用テキスト:
▼自動スキル説明(RYBA(熱帯魚)様作) - AutoSkillDescription.js
https://plugin-mz.fungamemake.com/archives/1311
スキルの説明文を自動的に生成します(効果があってるかのデバッグ用)
ふりがな:じどうすきるせつめい
機能概要: スキルの説明文を自動的に生成します(効果があってるかのデバッグ用)
利用規約(ライセンス): MITライセンス
作者:RYBA(熱帯魚)
作者サイト:https://note.com/nettaigyo10ryba
解説ページ:https://note.com/nettaigyo10ryba/n/n429908153f55?magazi…
ダウンロードページ:https://raw.githubusercontent.com/RYBA549/RYBA_RPGMaker…
ファイル名:AutoSkillDescription.js
プラグインのヘルプ:
/*: * @plugindesc Automatically generates a description of the skill (for debugging to see if it's working) * @target MZ * @url https://github.com/RYBA549/RYBA_RPGMakerMZ * @author RYBA * * @help AutoSkillDescription.js * * MIT License Copyright (c) 2020 RYBA * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*:ja * @plugindesc スキルの説明文を自動的に生成します(効果があってるかのデバッグ用) * @target MZ * @url https://github.com/RYBA549/RYBA_RPGMakerMZ * @author RYBA(熱帯魚) * * @help AutoSkillDescription.js * * 特殊効果の「逃げる」などは未対応です。 * 2行目にダメージ式を代入してあります * * <AutoDescriptionOff> * メモ欄に記載することで自動生成せずにスキルの説明がそのまま表示されます。 * * 利用規約: * これにより、このソフトウェアおよび関連するドキュメントファイル(以下「ソフトウェア」)のコピーを取得するすべての人に対して、 * 使用、コピー、変更、マージの権利を含むがこれに限定されない制限なしでソフトウェアを扱うことが許可されます。 * 次の条件に従って、本ソフトウェアのコピーを発行、配布、サブライセンス、および/または販売し、 * 本ソフトウェアの提供を受けた者がそうすることを許可する。 */