SRPG Studio 16章 [無断転載禁止]©5ch.net
■ このスレッドは過去ログ倉庫に格納されています
0014名前は開発中のものです。
2016/06/23(木) 23:31:30.49ID:j+dPejIRUnitParameter.criticalなんて能力値は存在しない。
クリティカル値をunitsentenceウィンドウから消すだけなら↓をコピーしてプラグインフォルダに突っ込めとしか。
UnitSentenceWindow._configureSentence= function(groupArray) {
groupArray.appendObject(UnitSentence.Power);
groupArray.appendObject(UnitSentence.Hit);
// groupArray.appendObject(UnitSentence.Critical);
groupArray.appendObject(UnitSentence.Avoid);
groupArray.appendObject(UnitSentence.Range);
if (DataConfig.isItemWeightDisplayable()) {
groupArray.appendObject(UnitSentence.Agility);
}
groupArray.appendObject(UnitSentence.Fusion);
groupArray.appendObject(UnitSentence.State);
groupArray.appendObject(UnitSentence.Support);
}
■ このスレッドは過去ログ倉庫に格納されています