源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 rivejä
2.0 KiB

4 viikkoa sitten
  1. Config = Config or {}
  2. Config.Latticekv = {
  3. ["coupon_id"] = {key = [[ coupon_id ]],val = 270012,desc = [[ 代金券ID ]]},
  4. ["double_time_conditon"] = {key = [[ double_time_conditon ]],val = [[ [{open_day, 10, 999},{week, 6, 7}] ]],desc = [[ 指定双倍活动时间段 ]]},
  5. ["exchange_cost"] = {key = [[ exchange_cost ]],val = [[ [{100,270013,1}] ]],desc = [[ 商店兑换消耗 ]]},
  6. ["exchange_reward"] = {key = [[ exchange_reward ]],val = [[ [{100,270001,1},{100,270002,1},{100,270003,1},{100,270004,1},{100,270005,1},{100,270006,1},{100,270007,1},{100,270008,1},{100,270009,1},{100,270010,1}] ]],desc = [[ 商店兑换奖励配置 ]]},
  7. ["lattice_free_times"] = {key = [[ lattice_free_times ]],val = 3,desc = [[ 格子每日免费次数 ]]},
  8. ["lattice_rewards_show"] = {key = [[ lattice_rewards_show ]],val = [[ [{0,450050,0},{0,270001,0},{0,270002,0},{0,109032,0},{0,102603,0}] ]],desc = [[ 界面展示 ]]},
  9. ["lattice_roll_cost"] = {key = [[ lattice_roll_cost ]],val = [[ [{1,{0,270012,2}},{0,{1,0,30}}] ]],desc = [[ 掷骰子消耗 1代金券|0彩钻 ]]},
  10. ["lattice_toss_rate"] = {key = [[ lattice_toss_rate ]],val = [[ [{100,1},{200,2},{200,3},{1500,4},{4000,5},{4000,6}] ]],desc = [[ 掷出1~6数字的概率 ]]},
  11. ["lattice_vip_point"] = {key = [[ lattice_vip_point ]],val = [[ [{0,2},{7,3},{10,4},{12,5}] ]],desc = [[ 购买特权VIP节点 ]]},
  12. ["max_lattice_step"] = {key = [[ max_lattice_step ]],val = 24,desc = [[ 最大格子数 ]]},
  13. ["reset_lattice_cost"] = {key = [[ reset_lattice_cost ]],val = [[ [{1,{1,0,100}},{2,{1,0,100}},{3,{1,0,100}},{4,{1,0,100}},{5,{1,0,100}}] ]],desc = [[ 重置格子次数消耗 ]]},
  14. ["shop_free_num"] = {key = [[ shop_free_num ]],val = 1,desc = [[ 商店免费项 ]]},
  15. ["shop_pay_num"] = {key = [[ shop_pay_num ]],val = 7,desc = [[ 商店收费项 ]]},
  16. ["shop_reset_cost"] = {key = [[ shop_reset_cost ]],val = [[ [{1,{1,0,20}},{5,{1,0,35}},{10,{1,0,50}},{20,{1,0,100}}] ]],desc = [[ 商店刷新消耗 ]]},
  17. ["voucher_for_gold"] = {key = [[ voucher_for_gold ]],val = 15,desc = [[ 一张代金券抵用红钻数 ]]},
  18. }