>>12
UnitParameter.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);
}