源战役客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
1.1 KiB

  1. Config = Config or {}
  2. Config.Dropdotrule = {
  3. [1] = {cid = 1,dot_list = [[ {0,0.5},{-1,0} ]]},
  4. [2] = {cid = 2,dot_list = [[ {1,0},{0,-0.5},{0,1.5},{0,-1.5},{-1,1},{1,-1},{-1,-1},{1,1} ]]},
  5. [3] = {cid = 3,dot_list = [[ {0,2.5},{0,-2.5},{-2,-0.5},{2,0.5},{-1,2},{1,-2},{-2,-1.5},{2,1.5},{-2,1.5},{2,-1.5},{-1,-2},{1,2},{-2,0.5},{2,-0.5} ]]},
  6. [4] = {cid = 4,dot_list = [[ {0,3.5},{0,-3.5},{-3,0},{3,0},{-1,3},{1,-3},{-3,-1},{3,1},{-2,2.5},{2,-2.5},{-3,-2},{3,2},{-3,2},{3,-2},{-2,-2.5},{2,2.5},{-3,1},{3,-1},{-1,-3},{1,3} ]]},
  7. [5] = {cid = 5,dot_list = [[ {0,4.5},{0,-4.5},{-4,-0.5},{4,0.5},{-1,4},{1,-4},{-4,-1.5},{4,1.5},{-2,3.5},{2,-3.5},{-4,-2.5},{4,2.5},{-3,3},{3,-3},{-3,-3},{3,3},{-4,2.5},{4,-2.5},{-2,-3.5},{2,3.5},{-4,1.5},{4,-1.5},{-1,-4},{1,4},{-4,0.5},{4,-0.5} ]]},
  8. [6] = {cid = 6,dot_list = [[ {0,5.5},{0,-5.5},{-5,0},{5,0},{-1,5},{1,-5},{-5,-1},{5,1},{-2,4.5},{2,-4.5},{-5,-2},{5,2},{-3,4},{3,-4},{-5,-3},{5,3},{-4,3.5},{4,-3.5},{-4,-3.5},{4,3.5},{-5,3},{5,-3},{-3,-4},{3,-4},{-5,2},{5,-2},{-2,-4.5},{2,4.5},{-5,1},{5,-1},{-1,-5},{1,5} ]]},
  9. }