WJRewordCfg.lua 188 B

12345678910
  1. local WJRewordCfg = {
  2. [1]={
  3. ['id']=1,
  4. ['levels']={{1,100}},
  5. ['reword']={{5,100},{2,1000},{1,10000}},
  6. ['levelReword']={{5,10},{2,100}},
  7. ['specialReword']={{54,100}},
  8. },
  9. }
  10. return WJRewordCfg