Enum_TargetStatistics.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?php
  2. namespace loyalsoft;
  3. /*
  4. * To change this license header, choose License Headers in Project Properties.
  5. * To change this template file, choose Tools | Templates
  6. * and open the template in the editor.
  7. */
  8. class Enum_TargetStatistics {
  9. /**
  10. * 注册人数
  11. */
  12. const registerUserNum = 1;
  13. /**
  14. * 完成新手引导人数
  15. */
  16. const comNewGuide_UserNum = 2;
  17. /**
  18. * 解锁该建筑id的人数
  19. */
  20. const unlockbuidId = 3;
  21. /**
  22. * 主线任务id--完成人数
  23. */
  24. const mainTaskId_ComUserNum = 4;
  25. /**
  26. * 悬赏任务_已经完成任务id的人数
  27. */
  28. const shopTaskId_ComUserNum = 5;
  29. /**
  30. * 悬赏任务id购买人数
  31. */
  32. const shopTaskId_BuyUserNum = 6;
  33. /**
  34. * 学院任务_完成任务id人数
  35. */
  36. const collegeTaskId_ComUserNum = 7;
  37. /**
  38. * 学院课程id_解锁人数
  39. */
  40. const collegeCouseId_UnlockUserNum = 8;
  41. /**
  42. * 日常任务id--完成人数
  43. */
  44. const dailyTaskId_ComUserNum = 9;
  45. /**
  46. * 已通关剧情关卡ID-人数
  47. */
  48. const storyGateId_ComUserNum = 10;
  49. /**
  50. * 剧情关卡id--挑战次数/通关次数
  51. */
  52. const storyGateId_BattleNum = 11;
  53. /**
  54. * 已通关副本唤灵师关卡ID-人数
  55. */
  56. const HuanLingShiGateId_ComUserNum = 12;
  57. /**
  58. * 唤灵师关卡id--挑战次数/通关次数
  59. */
  60. const HuanLingShiGateId_BattleNum = 13;
  61. /**
  62. * 已通关副本武器突破石关卡ID-人数
  63. */
  64. const WeaponGateId_ComUserNum = 14;
  65. /**
  66. * 武器突破石关卡id--挑战次数/通关次数
  67. */
  68. const WeaponGateId_BattleNum = 15;
  69. const YanLingGateId_ComUserNum = 16;
  70. const YanLingGateId_BattleNum = 17;
  71. /**
  72. *
  73. */
  74. const userlevel = 18;
  75. /**
  76. * 进行新手池抽卡单次抽奖 --- 人数
  77. */
  78. const newUserLotteryDraw_one = 19;
  79. const newUserLotteryDraw_ten = 20;
  80. const yanLingLotteryDraw_one = 21;
  81. const yanLingLotteryDraw_ten = 22;
  82. const weaponLotteryDraw_one = 23;
  83. const weaponLotteryDraw_ten = 24;
  84. const commonLotteryDraw_one = 25;
  85. const commonLotteryDraw_ten = 26;
  86. /**
  87. * 唤灵师id-等级--人数******
  88. */
  89. const HuanLingShiLevel_UserNum = 27;
  90. const HuanLingShiId_UserNum = 28;
  91. //拥有言灵ID--人数数量*****
  92. const YanLingId_UserNum = 29;
  93. const YanLingIdLevel_UserNum = 30;
  94. const WeaponId_UserNum = 31;
  95. //拥有武器ID--人数数量
  96. const WeaponIdLevel_UserNum = 32;
  97. }