weiji.config.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'id' => 1,
  6. 'name' => '莹白光迹',
  7. 'des' => '无敌时间+1',
  8. 'powertime' => 1,
  9. 'autotime' => 0,
  10. 'costzs' => 10,
  11. ),
  12. 2 =>
  13. array (
  14. 'id' => 2,
  15. 'name' => '湛蓝天空',
  16. 'des' => '吸金时间+2',
  17. 'powertime' => 0,
  18. 'autotime' => 2,
  19. 'costzs' => 20,
  20. ),
  21. 3 =>
  22. array (
  23. 'id' => 3,
  24. 'name' => '紫色神秘',
  25. 'des' => '无敌时间+2',
  26. 'powertime' => 2,
  27. 'autotime' => 0,
  28. 'costzs' => 200,
  29. ),
  30. 4 =>
  31. array (
  32. 'id' => 4,
  33. 'name' => '翠绿荧光',
  34. 'des' => '吸金时间+4',
  35. 'powertime' => 0,
  36. 'autotime' => 4,
  37. 'costzs' => 500,
  38. ),
  39. 5 =>
  40. array (
  41. 'id' => 5,
  42. 'name' => '紫色神秘',
  43. 'des' => '无敌时间+3',
  44. 'powertime' => 3,
  45. 'autotime' => 0,
  46. 'costzs' => 200,
  47. ),
  48. 6 =>
  49. array (
  50. 'id' => 6,
  51. 'name' => '翠绿荧光',
  52. 'des' => '吸金时间+6',
  53. 'powertime' => 0,
  54. 'autotime' => 6,
  55. 'costzs' => 500,
  56. ),
  57. 7 =>
  58. array (
  59. 'id' => 7,
  60. 'name' => '紫色神秘',
  61. 'des' => '无敌时间+2,吸金时间+4',
  62. 'powertime' => 2,
  63. 'autotime' => 4,
  64. 'costzs' => 200,
  65. ),
  66. 8 =>
  67. array (
  68. 'id' => 8,
  69. 'name' => '翠绿荧光',
  70. 'des' => '无敌时间+3,吸金时间+5',
  71. 'powertime' => 3,
  72. 'autotime' => 5,
  73. 'costzs' => 500,
  74. ),
  75. 9 =>
  76. array (
  77. 'id' => 9,
  78. 'name' => '土豪金',
  79. 'des' => '无敌时间+4,吸金时间+6',
  80. 'powertime' => 4,
  81. 'autotime' => 6,
  82. 'costzs' => 1000,
  83. ),
  84. 10 =>
  85. array (
  86. 'id' => 10,
  87. 'name' => '紫色神秘',
  88. 'des' => '无敌时间+5,吸金时间+7',
  89. 'powertime' => 5,
  90. 'autotime' => 7,
  91. 'costzs' => 200,
  92. ),
  93. 11 =>
  94. array (
  95. 'id' => 11,
  96. 'name' => '翠绿荧光',
  97. 'des' => '无敌时间+6,吸金时间+8',
  98. 'powertime' => 6,
  99. 'autotime' => 8,
  100. 'costzs' => 500,
  101. ),
  102. 12 =>
  103. array (
  104. 'id' => 12,
  105. 'name' => '土豪金',
  106. 'des' => '无敌时间+8,吸金时间+10',
  107. 'powertime' => 8,
  108. 'autotime' => 10,
  109. 'costzs' => 1000,
  110. ),
  111. );