BattleBoxConfig.lua 274 B

1234567891011121314151617
  1. local root = {
  2. {
  3. boxId = 2001,
  4. name = '悬梁刺股',
  5. ty = 1,
  6. price = 99,
  7. const = 8500
  8. },
  9. {
  10. boxId = 2002,
  11. name = '囊萤映雪',
  12. ty = 1,
  13. price = 199,
  14. const = 8500
  15. }
  16. }
  17. return root