当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
Mano 値段を変数で決められるショップ - Mano_ShopCustom.js
シェア用テキスト:
▼Mano 値段を変数で決められるショップ(しぐれん様作) - Mano_ShopCustom.js
https://plugin-mz.fungamemake.com/archives/2939
値段を変数で決められるショップを作ります。
ふりがな:ねだんをへんすうできめられるしょっぷ
機能概要: 値段を変数で決められるショップを作ります。
利用規約(ライセンス): MITライセンス
作者:しぐれん
作者サイト:https://siguren400.booth.pm/
ダウンロードページ:https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/m…
ファイル名:Mano_ShopCustom.js
プラグインのヘルプ:
/*: * @plugindesc 値段を変数で決められるショップ * @author しぐれん(https://github.com/Sigureya/RPGmakerMZ) * * @target MZ * @command shop * @arg items * @text アイテム/items * @type struct<Item>[] * @default [] * * @arg weapons * @text 武器/weapons * @type struct<Weapon>[] * @default [] * * @arg armors * @text 防具/armors * @type struct<Armor>[] * @default [] * * @arg buyOnly * @text 購入のみ/buyOnly * @type boolean * @default false * * @param priceZero * @text 値段0の扱い/ * @type boolean * @on 表示する * @off 表示しない * @default true * * @help * 値段を変数で決められるショップ * プラグインコマンドを呼び出すのみです。 * それ以外の機能はありません。 * * アイテムの値段が0である場合、表示されなくなります。 * * Shops where prices can be determined by variables * Just call the plugin command. * There is no other function. * * 更新履歴 * 2021/05/04 * 値段が0の際の扱いを調整可能に * * */