TL more script

This commit is contained in:
dazedanon 2026-02-15 18:40:19 -06:00
parent dc56d3affc
commit 16f0039dcc

View file

@ -109,11 +109,11 @@ Game_Interpreter.prototype.BtlCardSelect_Update = function () {
}
if (maxPicNo == PN_Card + CardData.length - 1) {
if (Number(UseCard.Cost) > NPlayer[0]._mp) {
this.SetPicStrPopC(PN_ExText, SCol.Red + "コストが足りません", 20, UseCard.XPos, UseCard.YPos - 100);
this.SetPicStrPopC(PN_ExText, SCol.Red + "Not enough cost", 20, UseCard.XPos, UseCard.YPos - 100);
return;
}
if (CardData[max_i]._使用禁止) {
this.SetPicStrPopC(PN_ExText, SCol.Red + "使用できません", 20, UseCard.XPos, UseCard.YPos - 100);
this.SetPicStrPopC(PN_ExText, SCol.Red + "Cannot be used", 20, UseCard.XPos, UseCard.YPos - 100);
return;
}
if (UseCard.Cost != "All") NPlayer[0]._mp -= UseCard.Cost;
@ -135,7 +135,7 @@ Game_Interpreter.prototype.BtlCardSelect_Update = function () {
if (_手札UseSexUp != 0) {
if ($gameVariables._data[VN_Seikan] == undefined) $gameVariables._data[VN_Seikan] = 0;
$gameVariables._data[VN_Seikan] = $gameVariables._data[VN_Seikan] + _手札UseSexUp;
this.TextPopUp_ENo(-1, SCol.Red + "性感値上昇+" + _手札UseSexUp, 24);
this.TextPopUp_ENo(-1, SCol.Red + "Sensitivity +" + _手札UseSexUp, 24);
}
}
if (!LastEffectUISelectUpdate) {
@ -452,7 +452,7 @@ Game_Interpreter.prototype.IjoSetuDraw = function (_PicNo, _CkNState, _Ps, _StZu
_CkNState[i + _StZure]._Turn = Math.floor(_CkNState[i + _StZure]._Turn);
let StateTurn = _CkNState[i + _StZure]._Turn;
let StateIcoStr = "\\I[" + $dataStates[StateNo].iconIndex + "]";
let _TurnStr = "(残り" + StateTurn + "ターン)";
let _TurnStr = " (" + StateTurn + " turns left)";
if (StateTurn > 10 || StateTurn == 0 || StateNo == StOneType.Defense || _ZPs._y != 0) {
_TurnStr = "";
}
@ -601,8 +601,8 @@ Game_Interpreter.prototype.EmStateViews = function (_ENo) {
let fseSet = "\\ow[3]"
this.SpriteStr(PN_T_Setu, fseSet + NEnemy[_ENo]._name, 15, stEX + 83, stEY + 25);
let _AtkStr = String(NEnemy[_ENo].atk).split('').join(' ');
this.SpriteStr(PN_T_Setu + 1, fseSet + "攻撃力:" + _AtkStr, 15, stEX + 83, stEY + 25 + (23 * 1));
this.SpriteStr(PN_T_Setu + 2, fseSet + "情報", 15, stEX + 83, stEY + 25 + (23 * 2));
this.SpriteStr(PN_T_Setu + 1, fseSet + "ATK: " + _AtkStr, 15, stEX + 83, stEY + 25 + (23 * 1));
this.SpriteStr(PN_T_Setu + 2, fseSet + "Info", 15, stEX + 83, stEY + 25 + (23 * 2));
let _SetStr = MetaChecker(NEnemy[_ENo].enemy(), "StIco", "");
if (_SetStr != "") {
let _ckArr = _SetStr.split(',');
@ -742,7 +742,7 @@ Game_Interpreter.prototype._手札常在効果確認 = function () {
_使用禁止CTypeArr_追加(4);
_使用禁止CTypeArr_追加(5);
_使用禁止CTypeArr_追加(6);
this._手札PopUp(-1, SCol.Red + "巨乳:使用カード上限", 24);
this._手札PopUp(-1, SCol.Red + "Big Breasts: Card limit reached", 24);
}
break;
case KSkill.カード使用ダメージ: