2025-03-06 11:44:12 +08:00
|
|
|
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,
|
|
|
|
|
},
|
2021-12-21 09:40:39 +08:00
|
|
|
}
|
2025-03-06 11:44:12 +08:00
|
|
|
return SkillSlotCfg
|