123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- local root = {
- {
- boxId = 1001,
- name = '初薪之乌',
- ty = 1,
- price = 459,
- originPrice = 499,
- const = 8500
- },
- {
- boxId = 1002,
- name = '始明之青',
- ty = 1,
- price = 899,
- originPrice = 999,
- const = 8500
- },
- {
- boxId = 1003,
- name = '了彻之白',
- ty = 1,
- price = 1799,
- originPrice = 1999,
- const = 8500
- },
- {
- boxId = 1004,
- name = '如曜之金',
- ty = 1,
- price = 8999,
- originPrice = 9999,
- const = 8500
- },
- {
- boxId = 1005,
- name = '流幻之铂',
- ty = 1,
- price = 44999,
- originPrice = 49999,
- const = 8500
- },
- {
- boxId = 1006,
- name = '永恒之钻',
- ty = 1,
- price = 89999,
- originPrice = 99999,
- const = 8500
- },
- {
- boxId = 1007,
- name = '永夜之星',
- ty = 1,
- price = 179999,
- originPrice = 199999,
- const = 8500
- },
- {
- boxId = 1008,
- name = '天枢',
- ty = 2,
- price = 459,
- originPrice = 499,
- const = 8500
- },
- {
- boxId = 1009,
- name = '天璇',
- ty = 2,
- price = 899,
- originPrice = 999,
- const = 8500
- },
- {
- boxId = 1010,
- name = '天玑',
- ty = 2,
- price = 1799,
- originPrice = 1999,
- const = 8500
- },
- {
- boxId = 1011,
- name = '天权',
- ty = 2,
- price = 8999,
- originPrice = 9999,
- const = 8500
- },
- {
- boxId = 1012,
- name = '玉衡',
- ty = 2,
- price = 44999,
- originPrice = 49999,
- const = 8500
- },
- {
- boxId = 1013,
- name = '开阳',
- ty = 2,
- price = 89999,
- originPrice = 99999,
- const = 8500
- },
- {
- boxId = 1014,
- name = '瑶光',
- ty = 2,
- price = 179999,
- originPrice = 199999,
- const = 8500
- },
- {
- boxId = 1015,
- name = '迷梦',
- ty = 3,
- price = 459,
- originPrice = 499,
- const = 8500
- },
- {
- boxId = 1016,
- name = '觉醒',
- ty = 3,
- price = 899,
- originPrice = 999,
- const = 8500
- },
- {
- boxId = 1017,
- name = '追影',
- ty = 3,
- price = 1799,
- originPrice = 1999,
- const = 8500
- },
- {
- boxId = 1018,
- name = '怀忆',
- ty = 3,
- price = 8999,
- originPrice = 9999,
- const = 8500
- },
- {
- boxId = 1019,
- name = '彻悟',
- ty = 3,
- price = 44999,
- originPrice = 49999,
- const = 8500
- },
- {
- boxId = 1020,
- name = '见道',
- ty = 3,
- price = 89999,
- originPrice = 99999,
- const = 8500
- },
- {
- boxId = 1021,
- name = '飞升',
- ty = 3,
- price = 179999,
- originPrice = 199999,
- const = 8500
- },
- {
- boxId = 1022,
- name = '墨阳',
- ty = 4,
- price = 459,
- originPrice = 499,
- const = 8500
- },
- {
- boxId = 1023,
- name = '沧浪',
- ty = 4,
- price = 899,
- originPrice = 999,
- const = 8500
- },
- {
- boxId = 1024,
- name = '玄月',
- ty = 4,
- price = 1799,
- originPrice = 1999,
- const = 8500
- },
- {
- boxId = 1025,
- name = '朱影',
- ty = 4,
- price = 8999,
- originPrice = 9999,
- const = 8500
- },
- {
- boxId = 1026,
- name = '太阿',
- ty = 4,
- price = 44999,
- originPrice = 49999,
- const = 8500
- },
- {
- boxId = 1027,
- name = '昆仑',
- ty = 4,
- price = 89999,
- originPrice = 99999,
- const = 8500
- },
- {
- boxId = 1028,
- name = '鸿蒙',
- ty = 4,
- price = 179999,
- originPrice = 199999,
- const = 8500
- }
- }
- return root
|