weiji.config.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'id' => 1,
  6. 'name' => '翠绿之叶',
  7. 'des' => '无敌时间+2',
  8. 'powertime' => 2,
  9. 'autotime' => 0,
  10. 'costzs' => 10,
  11. ),
  12. 2 =>
  13. array (
  14. 'id' => 2,
  15. 'name' => '闪亮金光',
  16. 'des' => '吸金时间+4',
  17. 'powertime' => 0,
  18. 'autotime' => 4,
  19. 'costzs' => 20,
  20. ),
  21. 3 =>
  22. array (
  23. 'id' => 3,
  24. 'name' => '热情玫瑰',
  25. 'des' => '无敌时间+4',
  26. 'powertime' => 4,
  27. 'autotime' => 0,
  28. 'costzs' => 100,
  29. ),
  30. 4 =>
  31. array (
  32. 'id' => 4,
  33. 'name' => '迷情桃花',
  34. 'des' => '吸金时间+6',
  35. 'powertime' => 0,
  36. 'autotime' => 6,
  37. 'costzs' => 200,
  38. ),
  39. 5 =>
  40. array (
  41. 'id' => 5,
  42. 'name' => '飘柔之羽',
  43. 'des' => '无敌时间+6',
  44. 'powertime' => 6,
  45. 'autotime' => 0,
  46. 'costzs' => 500,
  47. ),
  48. 6 =>
  49. array (
  50. 'id' => 6,
  51. 'name' => '激情之乐',
  52. 'des' => '吸金时间+8',
  53. 'powertime' => 0,
  54. 'autotime' => 8,
  55. 'costzs' => 1000,
  56. ),
  57. 7 =>
  58. array (
  59. 'id' => 7,
  60. 'name' => '梦幻雪花',
  61. 'des' => '无敌时间+4,吸金时间+6',
  62. 'powertime' => 4,
  63. 'autotime' => 6,
  64. 'costzs' => 1000,
  65. ),
  66. 8 =>
  67. array (
  68. 'id' => 8,
  69. 'name' => '激烈爱情',
  70. 'des' => '无敌时间+6,吸金时间+8',
  71. 'powertime' => 6,
  72. 'autotime' => 8,
  73. 'costzs' => 1200,
  74. ),
  75. 9 =>
  76. array (
  77. 'id' => 9,
  78. 'name' => '魔幻泡泡',
  79. 'des' => '无敌时间+8,吸金时间+10',
  80. 'powertime' => 8,
  81. 'autotime' => 10,
  82. 'costzs' => 1400,
  83. ),
  84. 10 =>
  85. array (
  86. 'id' => 10,
  87. 'name' => '奇妙海洋',
  88. 'des' => '无敌时间+10,吸金时间+12',
  89. 'powertime' => 10,
  90. 'autotime' => 12,
  91. 'costzs' => 1600,
  92. ),
  93. );