TL Get Info

This commit is contained in:
dazedanon 2025-05-26 16:06:21 -05:00
parent 9ab88c4743
commit e705ff6600
2 changed files with 26 additions and 26 deletions

View file

@ -7203,7 +7203,7 @@
"message1": " cast %1!",
"message2": "",
"mpCost": 10,
"name": "Magic Tool Destruction Magic",
"name": "Magic Tool Destruction",
"note": "",
"occasion": 1,
"repeats": 1,

View file

@ -5413,42 +5413,42 @@ var $plugins = [
"Menu Info Log Name": "",
"Battle Show List": "item,gold,exp,skill,params,level,abp,classLevel",
"Get Gold Text":
"「\\I[_icon]_num\\C[14]\\G\\C[0]」 を\\C[24]手に入れた!",
"Obtained \\I[_icon]_num\\C[14]\\G\\C[0]!",
"Lost Gold Text":
"「\\I[_icon]_num\\C[14]\\G\\C[0]」 を\\C[2]失った・・・",
"Get Item Text": "「\\I[_icon]_name」 を\\C[24]手に入れた!",
"Lost Item Text": "「\\I[_icon]_name」 を\\C[2]失った・・・",
"Lost \\I[_icon]_num\\C[14]\\G\\C[0]...",
"Get Item Text": "Obtained \\I[_icon]_name!",
"Lost Item Text": "Lost \\I[_icon]_name...",
"Get Item Text Num":
"「\\I[_icon]_name」 を\\C[14]_num個\\C[24]手に入れた!",
"Obtained \\I[_icon]_name x\\C[14]_num!",
"Lost Item Text Num":
"「\\I[_icon]_name」を\\C[14]_num個\\C[2]失った・・・",
"Lost \\I[_icon]_name x\\C[14]_num...",
"Get Skill Text":
"_actorは「\\I[_icon]_name」 を\\C[24]覚えた!\\n\\C[6]_desc1",
"_actor learned \\I[_icon]_name!\\n\\C[6]_desc1",
"Lost Skill Text":
"_actorは「\\I[_icon]_name」を \\C[2]忘れてしまった・・・\\n\\C[6]_desc1",
"_actor forgot \\I[_icon]_name...\\n\\C[6]_desc1",
"Exp Up Text":
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!",
"_actor earned \\C[14]_num points\\C[0] of \\C[4]_name\\C[0]!\\C[24]",
"Exp Down Text":
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[2]失った・・・",
"_actor lost \\C[14]_num points\\C[0] of \\C[4]_name\\C[0]...",
"Lv Up Text":
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
"_actor's \\C[4]_name\\C[0] increased by \\C[14]_num!\\C[24]",
"Lv Down Text":
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
"_actor's \\C[4]_name\\C[0] decreased by \\C[14]_num...\\C[2]",
"Param Up Text":
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
"_actor's \\C[4]_name\\C[0] increased by \\C[14]_num!\\C[24]",
"Param Down Text":
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
"_actor's \\C[4]_name\\C[0] decreased by \\C[14]_num...\\C[2]",
"Abp Up Text":
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!",
"_actor earned \\C[14]_num points\\C[0] of \\C[4]_name\\C[0]!\\C[24]",
"Abp Down Text":
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[2]失った・・・",
"_actor lost \\C[14]_num points\\C[0] of \\C[4]_name\\C[0]...",
"Class Lv Up Text":
"_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
"_actor's \\C[4]_class _name\\C[0] increased by \\C[14]_num!\\C[24]",
"Class Lv Down Text":
"_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
"_actor's \\C[4]_class _name\\C[0] decreased by \\C[14]_num...\\C[2]",
"Formation Lv Up Text":
"\\C[4]_nameの熟練度\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
"Formation Lv Max Text": "\\C[4]_name\\C[0]を\\C[14]マスターした!",
"\\C[4]_name proficiency\\C[0] increased by \\C[14]_num!\\C[24]",
"Formation Lv Max Text": "Mastered \\C[4]_name\\C[0]!\\C[14]",
},
},
{
@ -5583,11 +5583,11 @@ var $plugins = [
status: true,
description: "戦闘放棄プラグイン ~武器よさらば~",
parameters: {
farewellCommand: "投降",
farewellYes: "諦める",
farewellNo: "諦めない",
farewellDescription: "抵抗を止めて投降しますか?(敗北あつかいです)",
farewellMessage: "%1は戦いを止めて投降した。",
farewellCommand: "Surrender",
farewellYes: "Give up",
farewellNo: "Don't give up",
farewellDescription: "Will you stop resisting and surrender?\n(This counts as a defeat)",
farewellMessage: "%1 stopped fighting and surrendered.",
},
},
{