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