Small fix
This commit is contained in:
parent
b9a82fa044
commit
b672e3c32a
1 changed files with 6 additions and 6 deletions
|
|
@ -897,17 +897,17 @@ 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]」\\C[24] Obtained!",
|
||||
"Lost Gold Text":
|
||||
"「\\I[_icon]_num\\C[14]\\G\\C[0]」 \\C[2]Lost...",
|
||||
"「\\I[_icon]_num\\C[14]\\G\\C[0]」\\C[2] Lost...",
|
||||
"Get Item Text":
|
||||
"「\\I[_icon]_name」 \\C[24]Obtained!\\n\\C[6]_desc1",
|
||||
"「\\I[_icon]_name」\\C[24] Obtained!\\n\\C[6]_desc1",
|
||||
"Lost Item Text":
|
||||
"「\\I[_icon]_name」 \\C[2]Lost...\\n\\C[6]_desc1",
|
||||
"「\\I[_icon]_name」\\C[2] Lost...\\n\\C[6]_desc1",
|
||||
"Get Item Text Num":
|
||||
"「\\I[_icon]_name」 \\C[14]_numx\\C[24]Obtained!\\n\\C[6]_desc1",
|
||||
"「\\I[_icon]_name」\\C[14]_numx\\C[24] Obtained!\\n\\C[6]_desc1",
|
||||
"Lost Item Text Num":
|
||||
"「\\I[_icon]_name」\\C[14]_numx\\C[2]Lost...\\n\\C[6]_desc1",
|
||||
"「\\I[_icon]_name」\\C[14]_numx\\C[2] Lost...\\n\\C[6]_desc1",
|
||||
"Get Skill Text":
|
||||
"_actorは「\\I[_icon]_name」 \\C[24]覚えた!\\n\\C[6]_desc1",
|
||||
"Lost Skill Text":
|
||||
|
|
|
|||
Loading…
Reference in a new issue