打卡等级:热心大叔
打卡总天数:94
打卡月天数:17
打卡总奖励:94
最近打卡:2025-01-18 01:28:20
文章编辑人员:雪舞
内容测试时间:2023-5-17 16:08:55
测试环境:雪舞亲测
测试版本:新武侠世界(仿官版本,基础逍遥子引擎)
这里首先感谢叁拾岁提供的脚本信息
获取属性值:
local LONGZHENG_ATTR = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
local result = x918316_GetCardAllAtt(sceneId, selfId)
for i = 1, 28 do
LONGZHENG_ATTR[i] = result[i]
end
具体每个变量对应的属性:
-- x918316_MsgBox( sceneId, selfId, targetId, "1血上限:"..LONGZHENG_ATTR[1] )
-- x918316_MsgBox( sceneId, selfId, targetId, "2气上限:"..LONGZHENG_ATTR[2] )
-- x918316_MsgBox( sceneId, selfId, targetId, "3怒气恢复:"..LONGZHENG_ATTR[3] )
-- x918316_MsgBox( sceneId, selfId, targetId, "4力量:"..LONGZHENG_ATTR[4] )
-- x918316_MsgBox( sceneId, selfId, targetId, "5灵气:"..LONGZHENG_ATTR[5] )
-- x918316_MsgBox( sceneId, selfId, targetId, "6体力:"..LONGZHENG_ATTR[6] )
-- x918316_MsgBox( sceneId, selfId, targetId, "7定力:"..LONGZHENG_ATTR[7] )
-- x918316_MsgBox( sceneId, selfId, targetId, "8身法:"..LONGZHENG_ATTR[8] )
-- x918316_MsgBox( sceneId, selfId, targetId, "9外功攻击:"..LONGZHENG_ATTR[9] )
-- x918316_MsgBox( sceneId, selfId, targetId, "10内功攻击:"..LONGZHENG_ATTR[10] )
-- x918316_MsgBox( sceneId, selfId, targetId, "11外功防御:"..LONGZHENG_ATTR[11] )
-- x918316_MsgBox( sceneId, selfId, targetId, "12内功防御:"..LONGZHENG_ATTR[12] )
-- x918316_MsgBox( sceneId, selfId, targetId, "13命中:"..LONGZHENG_ATTR[13] )
-- x918316_MsgBox( sceneId, selfId, targetId, "14闪避:"..LONGZHENG_ATTR[14] )
-- x918316_MsgBox( sceneId, selfId, targetId, "15会心攻击:"..LONGZHENG_ATTR[15] )
-- x918316_MsgBox( sceneId, selfId, targetId, "16会心防御:"..LONGZHENG_ATTR[16] )
-- x918316_MsgBox( sceneId, selfId, targetId, "17冰攻击:"..LONGZHENG_ATTR[17] )
-- x918316_MsgBox( sceneId, selfId, targetId, "18火攻击:"..LONGZHENG_ATTR[18] )
-- x918316_MsgBox( sceneId, selfId, targetId, "19玄攻击:"..LONGZHENG_ATTR[19] )
-- x918316_MsgBox( sceneId, selfId, targetId, "20毒攻击:"..LONGZHENG_ATTR[20] )
-- x918316_MsgBox( sceneId, selfId, targetId, "21冰抗:"..LONGZHENG_ATTR[21] )
-- x918316_MsgBox( sceneId, selfId, targetId, "22火抗:"..LONGZHENG_ATTR[22] )
-- x918316_MsgBox( sceneId, selfId, targetId, "23玄抗:"..LONGZHENG_ATTR[23] )
-- x918316_MsgBox( sceneId, selfId, targetId, "24毒抗:"..LONGZHENG_ATTR[24] )
-- x918316_MsgBox( sceneId, selfId, targetId, "25冰减抗:"..LONGZHENG_ATTR[25] )
-- x918316_MsgBox( sceneId, selfId, targetId, "26火减抗:"..LONGZHENG_ATTR[26] )
-- x918316_MsgBox( sceneId, selfId, targetId, "27玄减抗:"..LONGZHENG_ATTR[27] )
-- x918316_MsgBox( sceneId, selfId, targetId, "28毒减抗:"..LONGZHENG_ATTR[28] )