当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
転生アイテム - ReincarnationItem.js
シェア用テキスト:
▼転生アイテム(ポテトードラゴン様作) - ReincarnationItem.js
https://plugin-mz.fungamemake.com/archives/3798
メモ欄のタグで指定したレベルで使用可能になる転生アイテムを追加します。
ふりがな:てんせいあいてむ
機能概要: メモ欄のタグで指定したレベルで使用可能になる転生アイテムを追加します。
利用規約(ライセンス): MITライセンス
作者:ポテトードラゴン
作者サイト:https://x.com/pota_gon
解説ページ:https://github.com/pota-gon/RPGMakerMZ/wiki
ファイル名:ReincarnationItem.js
プラグインのヘルプ:
*: @plugindesc 転生アイテム Ver1.1.1(2021/7/23) @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Max/ReincarnationItem.js @base Potadra @orderAfter Potadra @target MZ @author ポテトードラゴン ・アップデート情報 - 著者情報を更新 Copyright (c) 2021 ポテトードラゴン Released under the MIT License. https://opensource.org/licenses/mit-license.php @help ## 概要 メモ欄のタグで指定したレベルで使用可能になる転生アイテムを追加します。 ## 使い方 @param ReincarnationMetaName @text 転生タグ @desc メモ欄のタグ名 空文字の場合は、 ”転生” になります @default 転生 @param MHP @type number @text 転生後最大HP @desc 転生後に加算される最大HP 転生後、アクターの最大HP × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param MMP @type number @text 転生後最大MP @desc 転生後に加算される最大MP 転生後、アクターの最大MP × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param ATK @type number @text 転生後攻撃力 @desc 転生後に加算される攻撃力 転生後、アクターの攻撃力 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param DEF @type number @text 転生後防御力 @desc 転生後に加算される防御力 転生後、アクターの防御力 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param MAT @type number @text 転生後魔法力 @desc 転生後に加算される魔法力 転生後、アクターの魔法力 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param MDF @type number @text 転生後魔法防御 @desc 転生後に加算される魔法防御 転生後、アクターの魔法防御 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param AGI @type number @text 転生後敏捷性 @desc 転生後に加算される敏捷性 転生後、アクターの敏捷性 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 @param LUK @type number @text 転生後運 @desc 転生後に加算される運 転生後、アクターの運 × このパラメータ が加算されます @decimals 2 @default 0.1 @min 0 */