123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?php
- return array (
- 1 =>
- array (
- 'id' => 1,
- 'name' => '莹白光迹',
- 'des' => '无敌时间+1',
- 'powertime' => 1,
- 'autotime' => 0,
- 'costzs' => 10,
- ),
- 2 =>
- array (
- 'id' => 2,
- 'name' => '湛蓝天空',
- 'des' => '吸金时间+2',
- 'powertime' => 0,
- 'autotime' => 2,
- 'costzs' => 20,
- ),
- 3 =>
- array (
- 'id' => 3,
- 'name' => '紫色神秘',
- 'des' => '无敌时间+2',
- 'powertime' => 2,
- 'autotime' => 0,
- 'costzs' => 200,
- ),
- 4 =>
- array (
- 'id' => 4,
- 'name' => '翠绿荧光',
- 'des' => '吸金时间+4',
- 'powertime' => 0,
- 'autotime' => 4,
- 'costzs' => 500,
- ),
- 5 =>
- array (
- 'id' => 5,
- 'name' => '紫色神秘',
- 'des' => '无敌时间+3',
- 'powertime' => 3,
- 'autotime' => 0,
- 'costzs' => 200,
- ),
- 6 =>
- array (
- 'id' => 6,
- 'name' => '翠绿荧光',
- 'des' => '吸金时间+6',
- 'powertime' => 0,
- 'autotime' => 6,
- 'costzs' => 500,
- ),
- 7 =>
- array (
- 'id' => 7,
- 'name' => '紫色神秘',
- 'des' => '无敌时间+2,吸金时间+4',
- 'powertime' => 2,
- 'autotime' => 4,
- 'costzs' => 200,
- ),
- 8 =>
- array (
- 'id' => 8,
- 'name' => '翠绿荧光',
- 'des' => '无敌时间+3,吸金时间+5',
- 'powertime' => 3,
- 'autotime' => 5,
- 'costzs' => 500,
- ),
- 9 =>
- array (
- 'id' => 9,
- 'name' => '土豪金',
- 'des' => '无敌时间+4,吸金时间+6',
- 'powertime' => 4,
- 'autotime' => 6,
- 'costzs' => 1000,
- ),
- 10 =>
- array (
- 'id' => 10,
- 'name' => '紫色神秘',
- 'des' => '无敌时间+5,吸金时间+7',
- 'powertime' => 5,
- 'autotime' => 7,
- 'costzs' => 200,
- ),
- 11 =>
- array (
- 'id' => 11,
- 'name' => '翠绿荧光',
- 'des' => '无敌时间+6,吸金时间+8',
- 'powertime' => 6,
- 'autotime' => 8,
- 'costzs' => 500,
- ),
- 12 =>
- array (
- 'id' => 12,
- 'name' => '土豪金',
- 'des' => '无敌时间+8,吸金时间+10',
- 'powertime' => 8,
- 'autotime' => 10,
- 'costzs' => 1000,
- ),
- );
|