调整化肥调整价格查找
"2" => array(
"tId" => 2,
"tName" => "\\u9ad8\\u901f\\u5316\\u80a5",
"list" => array(
"1" => array( "price" => 85, "FBPrice" => 0 ),
"10" => array( "price" => 800, "FBPrice" => 0 ),
"100" => array( "price" => 7500, "FBPrice" => 0 )
),
"timeLimit" => "0",
"effect" => "9000",
"depict" => "\\u6bcf\\u4e2a\\u9636\\u6bb5\\u53ea\\u80fd\\u4f7f\\u7528\\u4e00\\u6b21\\uff0c\\u51cf\\u5c11\\u8be5\\u9636\\u6bb5\\u6210\\u957f\\u65f6\\u95f42.5\\u5c0f\\u65f6\\u3002",
"type" => 3
),
上面是修改FB购买
还有下面的这个也要做相应的修改
{\"tId\":2,\"tName\":\"\\u9ad8\\u901f\\u5316\\u80a5\",\"list\":{\"1\":{\"price\":85,\"FBPrice\":0},\"10\":{\"price\":800,\"FBPrice\":0},\"100\":{\"price\":7500,\"FBPrice\":0}},\"timeLimit\":\"0\",\"effect\":\"9000\",\"depict\":\"\\u6bcf\\u4e2a\\u9636\\u6bb5\\u53ea\\u80fd\\u4f7f\\u7528\\u4e00\\u6b21\\uff0c\\u51cf\\u5c11\\u8be5\\u9636\\u6bb5\\u6210\\u957f\\u65f6\\u95f42.5\\u5c0f\\u65f6\\u3002\",\"type\":3},
其他的我就不详细说了
其他要修改的也就是上面对应的那些数据罢了
也就是这些
list" => array(
"1" => array( "price" => 85, "FBPrice" => 0 ),
"10" => array( "price" => 800, "FBPrice" => 0 ),
"100" => array( "price" => 7500, "FBPrice" => 0 )
这些对应的是
\"price\":85,\"FBPrice\":0},\"10\":{\"price\":800,\"FBPrice\":0},\"100\":{\"price\":7500,\"FBPrice\":0}},
让得要一一对应啊
不然可就修改不会成功的啊 还有其他的化肥也是同理的
我只给出修改方法
不建议大家都去修改
这样有失游戏平衡的 |