123456789101112131415161718192021 |
- local root = {
- {
- boxId = 1001,
- name = '初薪之乌',
- ty = 1,
- goldPrice = 459,
- goldOriginPrice = 499,
- diamondPrice = 459,
- const = 8500
- },
- {
- boxId = 1002,
- name = '始明之青',
- ty = 1,
- goldPrice = 899,
- goldOriginPrice = 999,
- diamondPrice = 899,
- const = 8500
- }
- }
- return root
|