123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- --[[
- IntegralshopConfig_proto.lua
- exported by excel2lua.py
- from file:积分商店.xlsx
- --]]
- return {
- [30000] = {
- ID = 30000,
- item = {110009,10},
- price = {110006,10},
- discount = 1,
- limit = 2,
- num = 1,
- sort = 100,
- need = 20,
- module = 120,
- },
- [30001] = {
- ID = 30001,
- item = {110009,10},
- price = {110006,500},
- discount = 5,
- limit = 1,
- num = 1,
- sort = 110,
- need = 20,
- module = 120,
- },
- [30002] = {
- ID = 30002,
- item = {110009,10},
- price = {110006,1000},
- discount = 0,
- limit = 0,
- num = 0,
- sort = 120,
- need = 20,
- module = 120,
- },
- [30003] = {
- ID = 30003,
- item = {140052,10},
- price = {110006,20},
- discount = 0,
- limit = 0,
- num = 0,
- sort = 130,
- need = 20,
- module = 120,
- },
- [30005] = {
- ID = 30005,
- item = {140053,1},
- price = {110006,2000},
- discount = 0,
- limit = 0,
- num = 1,
- sort = 150,
- need = 20,
- module = 120,
- },
- [30008] = {
- ID = 30008,
- item = {140054,1},
- price = {110006,4000},
- discount = 0,
- limit = 0,
- num = 1,
- sort = 180,
- need = 20,
- module = 120,
- },
- [30009] = {
- ID = 30009,
- item = {140055,1},
- price = {110006,8000},
- discount = 0,
- limit = 0,
- num = 1,
- sort = 190,
- need = 20,
- module = 120,
- },
- [30010] = {
- ID = 30010,
- item = {140056,1},
- price = {110006,16000},
- discount = 0,
- limit = 0,
- num = 1,
- sort = 200,
- need = 20,
- module = 120,
- },
- [30011] = {
- ID = 30011,
- item = {140057,1},
- price = {110006,128000},
- discount = 0,
- limit = 0,
- num = 1,
- sort = 210,
- need = 20,
- module = 120,
- },
- [30012] = {
- ID = 30012,
- item = {110006,500},
- price = {130001,1200},
- discount = 7,
- limit = 2,
- num = 1,
- sort = 121,
- need = 20,
- module = 120,
- },
- [30013] = {
- ID = 30013,
- item = {110006,1000},
- price = {130001,3000},
- discount = 0,
- limit = 2,
- num = 1,
- sort = 122,
- need = 20,
- module = 120,
- },
- [30014] = {
- ID = 30014,
- item = {110006,2000},
- price = {130001,6000},
- discount = 0,
- limit = 2,
- num = 1,
- sort = 123,
- need = 20,
- module = 120,
- },
- }
|