mission.config.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'mission_id' => 1,
  6. 'mission_type' => 'sign',
  7. 'name' => '签到',
  8. 'desc' => '',
  9. 'target' => 1,
  10. 'activity' => 10,
  11. ),
  12. 2 =>
  13. array (
  14. 'mission_id' => 2,
  15. 'mission_type' => 'login',
  16. 'name' => '每日登陆',
  17. 'desc' => '',
  18. 'target' => 1,
  19. 'activity' => 10,
  20. ),
  21. 3 =>
  22. array (
  23. 'mission_id' => 3,
  24. 'mission_type' => 'gift',
  25. 'name' => '赠送碎片',
  26. 'desc' => '',
  27. 'target' => 1,
  28. 'activity' => 15,
  29. ),
  30. 4 =>
  31. array (
  32. 'mission_id' => 4,
  33. 'mission_type' => 'play',
  34. 'name' => '游戏一局',
  35. 'desc' => '',
  36. 'target' => 1,
  37. 'activity' => 10,
  38. ),
  39. 5 =>
  40. array (
  41. 'mission_id' => 5,
  42. 'mission_type' => 'hit',
  43. 'name' => '获取碎片',
  44. 'desc' => '',
  45. 'target' => 2,
  46. 'activity' => 15,
  47. ),
  48. 6 =>
  49. array (
  50. 'mission_id' => 6,
  51. 'mission_type' => 'invite_code_share',
  52. 'name' => '邀请码分享',
  53. 'desc' => '',
  54. 'target' => 1,
  55. 'activity' => 20,
  56. ),
  57. 7 =>
  58. array (
  59. 'mission_id' => 7,
  60. 'mission_type' => 'invite',
  61. 'name' => '好友填码',
  62. 'desc' => '',
  63. 'target' => 1,
  64. 'activity' => 20,
  65. ),
  66. );