16 lines
411 B
Lua
16 lines
411 B
Lua
local WorldBossChangePlayCfg = {
|
|
[1000]={
|
|
['Id']=1000,
|
|
['SummonId']=3002,
|
|
['Consume']={{203,1}},
|
|
['FirstReward']={{528,1},{141,3},{131,1}},
|
|
['SecondReward']={{140,3},{127,2},{129,1}},
|
|
['ThreeReward']={{140,1},{127,1},{125,2}},
|
|
['Roll']={100,2000,1500},
|
|
['Roll2']={400,2000,1500},
|
|
['HpSegment']=99,
|
|
['SummonScence']=1,
|
|
['BossPicture']='BossImg/bossimg_qingtuan',
|
|
},
|
|
}
|
|
return WorldBossChangePlayCfg |