BattleBoxConfig.json 211 B

12345678910111213141516
  1. [
  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. ]