123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?php
- return array (
- 1 =>
- array (
- 'id' => 1,
- 'name' => '翠绿之叶',
- 'des' => '无敌时间+2',
- 'powertime' => 2,
- 'autotime' => 0,
- 'costzs' => 10,
- ),
- 2 =>
- array (
- 'id' => 2,
- 'name' => '闪亮金光',
- 'des' => '吸金时间+4',
- 'powertime' => 0,
- 'autotime' => 4,
- 'costzs' => 20,
- ),
- 3 =>
- array (
- 'id' => 3,
- 'name' => '热情玫瑰',
- 'des' => '无敌时间+4',
- 'powertime' => 4,
- 'autotime' => 0,
- 'costzs' => 100,
- ),
- 4 =>
- array (
- 'id' => 4,
- 'name' => '迷情桃花',
- 'des' => '吸金时间+6',
- 'powertime' => 0,
- 'autotime' => 6,
- 'costzs' => 200,
- ),
- 5 =>
- array (
- 'id' => 5,
- 'name' => '飘柔之羽',
- 'des' => '无敌时间+6',
- 'powertime' => 6,
- 'autotime' => 0,
- 'costzs' => 500,
- ),
- 6 =>
- array (
- 'id' => 6,
- 'name' => '激情之乐',
- 'des' => '吸金时间+8',
- 'powertime' => 0,
- 'autotime' => 8,
- 'costzs' => 1000,
- ),
- 7 =>
- array (
- 'id' => 7,
- 'name' => '梦幻雪花',
- 'des' => '无敌时间+4,吸金时间+6',
- 'powertime' => 4,
- 'autotime' => 6,
- 'costzs' => 1000,
- ),
- 8 =>
- array (
- 'id' => 8,
- 'name' => '激烈爱情',
- 'des' => '无敌时间+6,吸金时间+8',
- 'powertime' => 6,
- 'autotime' => 8,
- 'costzs' => 1200,
- ),
- 9 =>
- array (
- 'id' => 9,
- 'name' => '魔幻泡泡',
- 'des' => '无敌时间+8,吸金时间+10',
- 'powertime' => 8,
- 'autotime' => 10,
- 'costzs' => 1400,
- ),
- 10 =>
- array (
- 'id' => 10,
- 'name' => '奇妙海洋',
- 'des' => '无敌时间+10,吸金时间+12',
- 'powertime' => 10,
- 'autotime' => 12,
- 'costzs' => 1600,
- ),
- );
|