c1_lua/lua/app/config/skill_card.lua
xiekaidong 76ace3a065 棋盘
2023-04-07 11:24:27 +08:00

69 lines
635 B
Lua

local skill_card = {
[10]={
["method"]=2
},
[11]={
["method"]=2
},
[20]={
["method"]=2
},
[21]={
["method"]=2
},
[22]={
["method"]=2
},
[30]={
["method"]=2
},
[40]={
["method"]=2
},
[41]={
["method"]=2
},
[50]={
["method"]=2
},
[51]={
["method"]=2
},
[60]={
["method"]=2
},
[61]={
["method"]=2
},
[70]={
["method"]=1
},
[71]={
["method"]=1
},
[80]={
["method"]=2
},
[81]={
["method"]=2
},
[90]={
["method"]=2
},
[91]={
["method"]=2
},
[100]={
["method"]=2
},
[101]={
},
[102]={
["method"]=2
}
}
local config = {
data=skill_card,count=21
}
return config