local SMELTNAME_TBL = {hintHelper.text("强化+1", const.clred).."\\"..hintHelper.text("HP上限+50", const.cllime).."\\"..hintHelper.text("MP上限+50", const.cllime),
hintHelper.text("强化+2", const.clred).."\\"..hintHelper.text("HP上限+100", const.cllime).."\\"..hintHelper.text("MP上限+100", const.cllime),
hintHelper.text("强化+3", const.clred).."\\"..hintHelper.text("HP上限+150", const.cllime).."\\"..hintHelper.text("MP上限+150", const.cllime),
hintHelper.text("强化+4", const.clred).."\\"..hintHelper.text("HP上限+200", const.cllime).."\\"..hintHelper.text("MP上限+200", const.cllime),
hintHelper.text("强化+5", const.clred).."\\"..hintHelper.text("HP上限+250", const.cllime).."\\"..hintHelper.text("MP上限+250", const.cllime),
hintHelper.text("强化+6", const.clred).."\\"..hintHelper.text("HP上限+300", const.cllime).."\\"..hintHelper.text("MP上限+300", const.cllime),
hintHelper.text("强化+7", const.clred).."\\"..hintHelper.text("HP上限+350", const.cllime).."\\"..hintHelper.text("MP上限+350", const.cllime),
hintHelper.text("强化+8", const.clred).."\\"..hintHelper.text("HP上限+400", const.cllime).."\\"..hintHelper.text("MP上限+400", const.cllime),
hintHelper.text("强化+9", const.clred).."\\"..hintHelper.text("HP上限+450", const.cllime).."\\"..hintHelper.text("MP上限+450", const.cllime),
hintHelper.text("强化Max", const.clred).."\\"..hintHelper.text("HP上限+500", const.cllime).."\\"..hintHelper.text("MP上限+500", const.cllime),
hintHelper.text("强化属性已转移", const.clred)}
补充内容 (2020-9-7 12:05):
这一段是在LUA脚本里面看到的,有什么问题吗。为什么只显示属性,但属性无效果呢 |