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

5 line
714 B

  1. Config = Config or {}
  2. Config.Degree = {
  3. [1] = {degree_id = 1,degree_name = [[ 小学生 ]],icon = 10001,attr_list = [[ [{1,100},{2,200}] ]],need_exp = 0,need_matrial = [[ [] ]],finish_dungeon = 0,description = [[ 嘿哈 ]],is_tv = 0},
  4. [2] = {degree_id = 2,degree_name = [[ 中学生 ]],icon = 10002,attr_list = [[ [{1,150},{2,220}] ]],need_exp = 30,need_matrial = [[ [{0,102100,10}] ]],finish_dungeon = 1001,description = [[ 加油中学生 ]],is_tv = 1},
  5. [3] = {degree_id = 3,degree_name = [[ 高中生 ]],icon = 10003,attr_list = [[ [{1,200}, {2, 250}] ]],need_exp = 30,need_matrial = [[ [{0,102100,10}] ]],finish_dungeon = 1001,description = [[ 逆袭吧,高中学生 ]],is_tv = 1},
  6. }