27 lines
434 B
Lua
27 lines
434 B
Lua
|
|
local SkillSlotCfg = {
|
||
|
|
[1001]={
|
||
|
|
['ID']=1001,
|
||
|
|
['Condition']=10001,
|
||
|
|
['FightPower']=0,
|
||
|
|
['ParterCondition']=10001,
|
||
|
|
},
|
||
|
|
[2001]={
|
||
|
|
['ID']=2001,
|
||
|
|
['Condition']=10008,
|
||
|
|
['FightPower']=0,
|
||
|
|
['ParterCondition']=10008,
|
||
|
|
},
|
||
|
|
[3001]={
|
||
|
|
['ID']=3001,
|
||
|
|
['Condition']=20024,
|
||
|
|
['FightPower']=0,
|
||
|
|
['ParterCondition']=20024,
|
||
|
|
},
|
||
|
|
[4001]={
|
||
|
|
['ID']=4001,
|
||
|
|
['Condition']=40009,
|
||
|
|
['FightPower']=0,
|
||
|
|
['ParterCondition']=40009,
|
||
|
|
},
|
||
|
|
}
|
||
|
|
return SkillSlotCfg
|