diff --git a/www/data/Items.json b/www/data/Items.json index 90bbabc..bf91efa 100644 --- a/www/data/Items.json +++ b/www/data/Items.json @@ -37,7 +37,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(100*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ?\n1 : 0)))] HP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(100*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] HP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 11, @@ -70,7 +70,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(200*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ?\n1 : 0)))] HP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(200*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] HP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 11, @@ -103,7 +103,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(300*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ?\n1 : 0)))] HP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores HP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(300*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] HP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 11, @@ -136,7 +136,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(20*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1\n: 0)))] MP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(20*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] MP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 12, @@ -169,7 +169,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(40*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1\n: 0)))] MP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(40*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] MP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 12, @@ -202,7 +202,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(60*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1\n: 0)))] MP][Effect +1% per 15ml semen obtained]", + "description": "A semen-flavored potion that restores MP. \\}\\C[16]«Effect»\\C[0] [Restores\n\\F[Math.round(60*(1+\\V[115]/1500 + ($gameActors.actor(1).isLearnedSkill(665) ? 1 : 0)))] MP][Effect +1% per 15ml semen obtained]", "effects": [ { "code": 12, @@ -352,7 +352,7 @@ "type": 0, "variance": 20 }, - "description": "A semen-flavored potion that restores both HP and MP. \\}\\C[16]«Effect»\\C[0]\n[Restores \\F[30 + ($gameActors.actor(1).isLearnedSkill(665) ? 30 : 0) +\nMath.round(Math.min(\\V[115], 10000) / 250)]% HP][Restores \\F[30 +\n($gameActors.actor(1).isLearnedSkill(665) ? 30 : 0) +\nMath.round(Math.min(\\V[115], 10000) / 250)]% MP][Effect +1% per 250ml semen\nobtained (max +40%)]", + "description": "A semen-flavored potion that restores both HP and MP. \\}\\C[16]«Effect»\\C[0]\n[Restores \\F[30 + ($gameActors.actor(1).isLearnedSkill(665) ? 30 : 0) + Math.round(Math.min(\\V[115], 10000) / 250)]% HP][Restores \\F[30 + ($gameActors.actor(1).isLearnedSkill(665) ? 30 : 0) + Math.round(Math.min(\\V[115], 10000) / 250)]% MP][Effect +1% per 250ml semen obtained (max +40%)]", "effects": [ { "code": 11, diff --git a/www/js/plugins.js b/www/js/plugins.js index d43cc5c..9361a1c 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -2679,17 +2679,17 @@ var $plugins = [ { name: "BattleResultsPopup", status: true, - description: "戦闘結果の表示をポップアップ形式に変更します。", + description: "Changes the display of battle results to a popup format.", parameters: { - リザルトスキップスイッチ: "141", - バトルリザルトテキスト: "- Battle Result -", - 入手経験値テキスト: "入手経験値", - 入手金額テキスト: "入手金額", - 入手SPテキスト: "入手SP", - 次のレベルまで: "次のレベルまで", - レベルアップテキスト1: "彩羽のレベルが", - レベルアップテキスト2: "上がった!", - アイテム獲得テキスト: "を獲得した!", + ResultSkipSwitch: "141", + BattleResultText: "- Battle Result -", + ExperienceGainedText: "EXP Gained", + MoneyGainedText: "Money Gained", + SPGainedText: "SP Gained", + UntilNextLevel: "Next Level", + LevelUpText1: "Ayaha's level", + LevelUpText2: " Increased!", + ItemAcquiredText: " Obtained!", }, }, {