-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTMEventItemEx.js
301 lines (279 loc) · 11.2 KB
/
TMEventItemEx.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
//=============================================================================
// TMPlugin - アイテム選択拡張
// バージョン: 1.1.0
// 最終更新日: 2017/01/24
// 配布元 : http://hikimoki.sakura.ne.jp/
//-----------------------------------------------------------------------------
// Copyright (c) 2016 tomoaky
// Released under the MIT license.
// http://opensource.org/licenses/mit-license.php
//=============================================================================
/*:
* @plugindesc アイテム選択の処理にヘルプウィンドウを追加し、個数表示の有無と表示行数をアイテムタイプごとに設定できます。
*
* @author tomoaky
*
* @param helpWindowEnabledItem
* @text アイテム選択ヘルプ表示
* @desc アイテム選択でヘルプウィンドウを表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param helpWindowEnabledKey
* @text 大事なもの選択ヘルプ表示
* @desc 大事なもの選択でヘルプウィンドウを表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param helpWindowEnabledA
* @text 隠しアイテムA選択ヘルプ表示
* @desc 隠しアイテムA選択でヘルプウィンドウを表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param helpWindowEnabledB
* @text 隠しアイテムB選択ヘルプ表示
* @desc 隠しアイテムB選択でヘルプウィンドウを表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param showItemNumberItem
* @text アイテム数の表示
* @desc アイテムの個数を表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param showItemNumberKey
* @text 大事なもの数の表示
* @desc 大事なものの個数を表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param showItemNumberA
* @text 隠しアイテムA数の表示
* @desc 隠しアイテムAの個数を表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param showItemNumberB
* @text 隠しアイテムA数の表示
* @desc 隠しアイテムAの個数を表示するかどうか
* 初期値: true( false で表示しない)
* @type boolean
* @default true
*
* @param numVisibleRowsItem
* @text アイテム表示行数
* @desc アイテム選択の表示行数
* 初期値: 4
* @type number
* @default 4
*
* @param numVisibleRowsKey
* @text 大事なもの表示行数
* @desc 大事なもの選択の表示行数
* 初期値: 4
* @type number
* @default 4
*
* @param numVisibleRowsA
* @text 隠しアイテムA表示行数
* @desc 隠しアイテムA選択の表示行数
* 初期値: 4
* @type number
* @default 4
*
* @param numVisibleRowsB
* @text 隠しアイテムB表示行数
* @desc 隠しアイテムB選択の表示行数
* 初期値: 4
* @type number
* @default 4
*
* @param fixPlacement
* @text ウィンドウ位置
* @desc メッセージウィンドウがない場合のウィンドウ位置
* 初期値: top ( top / bottom / 未設定で固定しない )
* @type select
* @option 上部
* @value top
* @option 下部
* @value bottom
* @option 固定しない
* @value
* @default top
*
* @help
* TMPlugin - アイテム選択拡張 ver1.1.0
*
* 使い方:
*
* アイテムタイプごとに以下の設定を変更できます。
* ・ヘルプウィンドウを表示するかどうか
* ・個数を表示するかどうか
* ・アイテム選択ウィンドウの表示行数
*
* メモ欄タグとプラグインコマンドを使い、候補として表示するアイテムを
* さらに細かく分類することもできます。
*
* メモ欄タグ(アイテム):
*
* <subCategory:card>
* このタグがついているアイテムにサブカテゴリーとして card を設定します。
*
*
* プラグインコマンド:
*
* setEventItemSubCategory card
* イベントコマンド『アイテム選択の処理』の直前に実行することで、
* 指定したサブカテゴリーのアイテムのみを表示することができます。
* たとえば、イベントコマンド側で 大事なもの が選択されている場合、
* 所持している大事なものの中からサブカテゴリーに card が設定されている
* アイテムのみを表示します。
*
* このコマンドの効果はアイテム選択完了(またはキャンセル)時に
* リセットされます。
*/
var Imported = Imported || {};
Imported.TMEventItemEx = true;
var TMPlugin = TMPlugin || {};
TMPlugin.EventItemEx = {};
TMPlugin.EventItemEx.Parameters = PluginManager.parameters('TMEventItemEx');
TMPlugin.EventItemEx.HelpWindowEnabledItem = TMPlugin.EventItemEx.Parameters['helpWindowEnabledItem'] === 'true';
TMPlugin.EventItemEx.HelpWindowEnabledKey = TMPlugin.EventItemEx.Parameters['helpWindowEnabledKey'] === 'true';
TMPlugin.EventItemEx.HelpWindowEnabledA = TMPlugin.EventItemEx.Parameters['helpWindowEnabledA'] === 'true';
TMPlugin.EventItemEx.HelpWindowEnabledB = TMPlugin.EventItemEx.Parameters['helpWindowEnabledB'] === 'true';
TMPlugin.EventItemEx.ShowItemNumberItem = TMPlugin.EventItemEx.Parameters['showItemNumberItem'] === 'true';
TMPlugin.EventItemEx.ShowItemNumberKey = TMPlugin.EventItemEx.Parameters['showItemNumberKey'] === 'true';
TMPlugin.EventItemEx.ShowItemNumberA = TMPlugin.EventItemEx.Parameters['showItemNumberA'] === 'true';
TMPlugin.EventItemEx.ShowItemNumberB = TMPlugin.EventItemEx.Parameters['showItemNumberB'] === 'true';
TMPlugin.EventItemEx.NumVisibleRowsItem = +(TMPlugin.EventItemEx.Parameters['numVisibleRowsItem'] || 4);
TMPlugin.EventItemEx.NumVisibleRowsKey = +(TMPlugin.EventItemEx.Parameters['numVisibleRowsKey'] || 4);
TMPlugin.EventItemEx.NumVisibleRowsA = +(TMPlugin.EventItemEx.Parameters['numVisibleRowsA'] || 4);
TMPlugin.EventItemEx.NumVisibleRowsB = +(TMPlugin.EventItemEx.Parameters['numVisibleRowsB'] || 4);
TMPlugin.EventItemEx.FixPlacement = TMPlugin.EventItemEx.Parameters['fixPlacement'];
(function () {
//-----------------------------------------------------------------------------
// Game_Temp
//
Game_Temp.prototype.setEventItemSubCategory = function (category) {
this._eventItemSubCategory = category;
};
Game_Temp.prototype.eventItemSubCategory = function () {
return this._eventItemSubCategory;
};
//-----------------------------------------------------------------------------
// Game_Interpreter
//
var _Game_Interpreter_pluginCommand = Game_Interpreter.prototype.pluginCommand;
Game_Interpreter.prototype.pluginCommand = function (command, args) {
_Game_Interpreter_pluginCommand.call(this, command, args);
if (command === 'setEventItemSubCategory') {
$gameTemp.setEventItemSubCategory(args[0]);
}
};
//-----------------------------------------------------------------------------
// Window_EventItem
//
Window_EventItem.prototype.isHelpWindowEnabled = function () {
var itypeId = $gameMessage.itemChoiceItypeId();
if (itypeId === 1) {
return TMPlugin.EventItemEx.HelpWindowEnabledItem;
} else if (itypeId === 2) {
return TMPlugin.EventItemEx.HelpWindowEnabledKey;
} else if (itypeId === 3) {
return TMPlugin.EventItemEx.HelpWindowEnabledA;
} else if (itypeId === 4) {
return TMPlugin.EventItemEx.HelpWindowEnabledB;
}
return false;
};
var _Window_EventItem_start = Window_EventItem.prototype.start;
Window_EventItem.prototype.start = function () {
this.height = this.fittingHeight(this.numVisibleRows());
_Window_EventItem_start.call(this);
if (this.isHelpWindowEnabled()) this._helpWindow.open();
};
var _Window_EventItem_numVisibleRows = Window_EventItem.prototype.numVisibleRows;
Window_EventItem.prototype.numVisibleRows = function () {
var itypeId = $gameMessage.itemChoiceItypeId();
if (itypeId === 1) {
return TMPlugin.EventItemEx.NumVisibleRowsItem;
} else if (itypeId === 2) {
return TMPlugin.EventItemEx.NumVisibleRowsKey;
} else if (itypeId === 3) {
return TMPlugin.EventItemEx.NumVisibleRowsA;
} else if (itypeId === 4) {
return TMPlugin.EventItemEx.NumVisibleRowsB;
}
return _Window_EventItem_numVisibleRows.call(this);
};
var _Window_EventItem_updatePlacement = Window_EventItem.prototype.updatePlacement;
Window_EventItem.prototype.updatePlacement = function () {
var enabled = this.isHelpWindowEnabled();
if (!$gameMessage.hasText() && TMPlugin.EventItemEx.FixPlacement) {
if (TMPlugin.EventItemEx.FixPlacement === 'top') {
this.y = enabled ? this._helpWindow.height : 0;
} else {
this.y = Graphics.boxHeight - this.height;
}
} else if (enabled) {
if (this._messageWindow.y >= Graphics.boxHeight / 2) {
this.y = this._helpWindow.height;
} else {
this.y = Graphics.boxHeight - this.height;
}
} else {
_Window_EventItem_updatePlacement.call(this);
}
if (enabled) this._helpWindow.y = this.y - this._helpWindow.height;
};
var _Window_EventItem_includes = Window_EventItem.prototype.includes;
Window_EventItem.prototype.includes = function (item) {
if (!_Window_EventItem_includes.call(this, item)) return false;
var subCategory = $gameTemp.eventItemSubCategory();
return !subCategory || item.meta.subCategory === subCategory;
};
var _Window_EventItem_onOk = Window_EventItem.prototype.onOk;
Window_EventItem.prototype.onOk = function () {
_Window_EventItem_onOk.call(this);
this._helpWindow.close();
$gameTemp.setEventItemSubCategory(null);
};
var _Window_EventItem_onCancel = Window_EventItem.prototype.onCancel;
Window_EventItem.prototype.onCancel = function () {
_Window_EventItem_onCancel.call(this);
this._helpWindow.close();
$gameTemp.setEventItemSubCategory(null);
};
Window_EventItem.prototype.needsNumber = function () {
var itypeId = $gameMessage.itemChoiceItypeId();
return (itypeId === 1 && TMPlugin.EventItemEx.ShowItemNumberItem) ||
(itypeId === 2 && TMPlugin.EventItemEx.ShowItemNumberKey) ||
(itypeId === 3 && TMPlugin.EventItemEx.ShowItemNumberA) ||
(itypeId === 4 && TMPlugin.EventItemEx.ShowItemNumberB);
};
//-----------------------------------------------------------------------------
// Window_Message
//
var _Window_Message_subWindows = Window_Message.prototype.subWindows;
Window_Message.prototype.subWindows = function () {
var subWindows = _Window_Message_subWindows.call(this);
subWindows.push(this._helpWindow);
return subWindows;
};
var _Window_Message_createSubWindows = Window_Message.prototype.createSubWindows;
Window_Message.prototype.createSubWindows = function () {
_Window_Message_createSubWindows.call(this);
this._helpWindow = new Window_Help();
this._helpWindow.openness = 0;
this._itemWindow.setHelpWindow(this._helpWindow);
};
})();