diff --git a/data/CommonEvents.json b/data/CommonEvents.json index 47a5847..bfbbbc8 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -4639,7 +4639,7 @@ "code": 655, "indent": 0, "parameters": [ - "テキスト-Corruption Level \\V[21]/20" + "テキスト-Contamination \\V[21]/20" ] }, { diff --git a/js/plugins/CBR_EroStatus.js b/js/plugins/CBR_EroStatus.js index e3dee82..af6dd57 100644 --- a/js/plugins/CBR_EroStatus.js +++ b/js/plugins/CBR_EroStatus.js @@ -396,7 +396,7 @@ Window_EroStatus.prototype.refresh = function() { }); this.contents.context.font = this.contents._makeFontNameText(); - this.contents.fontSize = Number(obj["サイズ"]) || $gameSystem.mainFontSize(); + this.contents.fontSize = (Number(obj["サイズ"]) || $gameSystem.mainFontSize()) - 4; this.resetTextColor(); const reg = RegExp(/\\([CI])\[(\d+)\]|\\\{|\\\}/, 'g');