源战役客户端
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.

14 line
1.2 KiB

  1. Config = Config or {}
  2. Config.Sakuragiftkey = {
  3. [1] = {id = 1,suit = 101,key = [[ pray_one ]],value = [[ [{0,102353,1}] ]],desc = [[ 单抽消耗 ]]},
  4. [2] = {id = 2,suit = 101,key = [[ pray_ten ]],value = [[ [{0,102353,9}] ]],desc = [[ 十连抽消耗 ]]},
  5. [3] = {id = 3,suit = 101,key = [[ pray_score ]],value = 10,desc = [[ 每抽所得积分 ]]},
  6. [4] = {id = 4,suit = 101,key = [[ pray_luck ]],value = 1,desc = [[ 每抽提升源樱之礼值 ]]},
  7. [5] = {id = 5,suit = 101,key = [[ luck_total ]],value = 100,desc = [[ 源樱之礼上限 ]]},
  8. [6] = {id = 6,suit = 101,key = [[ free_time ]],value = 1,desc = [[ 免费次数 ]]},
  9. [7] = {id = 7,suit = 102,key = [[ pray_one ]],value = [[ [{0,102353,1}] ]],desc = [[ 单抽消耗 ]]},
  10. [8] = {id = 8,suit = 102,key = [[ pray_ten ]],value = [[ [{0,102353,10}] ]],desc = [[ 十连抽消耗 ]]},
  11. [9] = {id = 9,suit = 102,key = [[ pray_score ]],value = 10,desc = [[ 每抽所得积分 ]]},
  12. [10] = {id = 10,suit = 102,key = [[ pray_luck ]],value = 1,desc = [[ 每抽提升源樱之礼值 ]]},
  13. [11] = {id = 11,suit = 102,key = [[ luck_total ]],value = 50,desc = [[ 源樱之礼上限 ]]},
  14. [12] = {id = 12,suit = 102,key = [[ free_time ]],value = 1,desc = [[ 免费次数 ]]},
  15. }