From 97a5e69daf96ea9fb606cd476174ca271134ecdf Mon Sep 17 00:00:00 2001 From: dazedanon Date: Fri, 1 Aug 2025 14:50:11 -0500 Subject: [PATCH] More TL --- data/CommonEvents.json | 2 +- js/plugins/CBR_EroStatus.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');