RTK1 Shop - RTK1_Shop.js
▼RTK1 Shop(yamachan様作) - RTK1_Shop.js
https://plugin.fungamemake.com/archives/1704
標準のショップ機能を拡張。購入時のカテゴリ表示、価格の調整、販売リストの管理など
ふりがな:しょっぷかくちょう
機能概要: 標準のショップ機能を拡張。購入時のカテゴリ表示、価格の調整、販売リストの管理など
利用規約(ライセンス): MITライセンス
作者:yamachan
作者サイト:https://x.com/yamachan360
解説ページ:https://github.com/yamachan/jgss-hack/blob/master/RTK1_…
ダウンロードページ:https://raw.githubusercontent.com/yamachan/jgss-hack/ma…
ファイル名:RTK1_Shop.js
プラグインのヘルプ:
/*:ja * @plugindesc 通常のショップ機能の拡張 * @author Toshio Yamashita (yamachan) * * @param buy category * @desc 購入メニューもカテゴリー表示する (0:OFF 1:ON) * @default 0 * * @param buy rate * @desc 商品の価格はこの数値を掛けたものに調整されます * @default 1 * * @param sell rate * @desc 商品の売価はこの数値を掛けたものに調整されます * @default 0.5 * * @param difficulty buy rate * @desc 商品の価格は難易度とこの数値を掛けたもので調整されます * @default 0 * * @param difficulty sell rate * @desc 商品の売価は難易度とこの数値を掛けたもので調整されます * @default 0 * * @help * RPGツクール MV 用に作成した、通常のショップ機能を拡張するプラグインです。 * このプラグインの前に RTK1_Core プラグイン(1.14以降)を読み込んでください。 * * プラグインコマンド: * RTK1_Shop category on * RTK1_Shop category off * * RTK1_Shop open i2-5,w1-2 * RTK1_Shop open i2-5,w1-2 true * RTK1_Shop open i2-5,w1-2 true shop%20name * * RTK1_Shop clear * RTK1_Shop add i1-8 * RTK1_Shop remove i2 * RTK1_Shop open * RTK1_Shop open none false shop%20name * * RTK1_Shop buy 2 * RTK1_Shop buy switch 9 * RTK1_Shop sell 0.6 * RTK1_Shop sell switch 10 * * マニュアル: * https://github.com/yamachan/jgss-hack/blob/master/RTK1_Shop.ja.md */