|
|
|
@ -29,23 +29,23 @@ let zaocanConfig = [ |
|
|
|
|
{ id: 3, type: 3, zaocan: '油条', needLevel: 1, jiacheng: 1 }, |
|
|
|
|
{ id: 4, type: 4, zaocan: '豆浆', needLevel: 1, jiacheng: 1 }, |
|
|
|
|
|
|
|
|
|
{ id: 5, type: 0, zaocan: '肉包', needLevel: 100, jiacheng: 0.3 }, |
|
|
|
|
{ id: 6, type: 1, zaocan: '茶叶蛋', needLevel: 150, jiacheng: 0.5 }, |
|
|
|
|
{ id: 7, type: 2, zaocan: '韭菜盒子', needLevel: 200, jiacheng: 0.7 }, |
|
|
|
|
{ id: 8, type: 3, zaocan: '麻球', needLevel: 250, jiacheng: 1 }, |
|
|
|
|
{ id: 9, type: 4, zaocan: '小米粥', needLevel: 300, jiacheng: 1.5 }, |
|
|
|
|
|
|
|
|
|
{ id: 10, type: 0, zaocan: '烧卖', needLevel: 350, jiacheng: 2 }, |
|
|
|
|
{ id: 11, type: 1, zaocan: '玉米', needLevel: 400, jiacheng: 3 }, |
|
|
|
|
{ id: 12, type: 2, zaocan: '葱油饼', needLevel: 450, jiacheng: 4 }, |
|
|
|
|
{ id: 13, type: 3, zaocan: '油饼', needLevel: 500, jiacheng: 5 }, |
|
|
|
|
{ id: 14, type: 4, zaocan: '燕麦粥', needLevel: 550, jiacheng: 7 }, |
|
|
|
|
|
|
|
|
|
{ id: 15, type: 0, zaocan: '红薯', needLevel: 600, jiacheng: 8 }, |
|
|
|
|
{ id: 16, type: 1, zaocan: '西兰花', needLevel: 650, jiacheng: 9 }, |
|
|
|
|
{ id: 17, type: 2, zaocan: '牛排', needLevel: 700, jiacheng: 10 }, |
|
|
|
|
{ id: 18, type: 3, zaocan: '鸡腿', needLevel: 750, jiacheng: 12 }, |
|
|
|
|
{ id: 19, type: 4, zaocan: '咖啡', needLevel: 800, jiacheng: 15 }, |
|
|
|
|
{ id: 5, type: 0, zaocan: '肉包', needLevel: 250, jiacheng: 0.3 }, |
|
|
|
|
{ id: 6, type: 1, zaocan: '茶叶蛋', needLevel: 300, jiacheng: 0.5 }, |
|
|
|
|
{ id: 7, type: 2, zaocan: '韭菜盒子', needLevel: 350, jiacheng: 0.7 }, |
|
|
|
|
{ id: 8, type: 3, zaocan: '麻球', needLevel: 400, jiacheng: 1 }, |
|
|
|
|
{ id: 9, type: 4, zaocan: '小米粥', needLevel: 450, jiacheng: 1.5 }, |
|
|
|
|
|
|
|
|
|
{ id: 10, type: 0, zaocan: '烧卖', needLevel: 500, jiacheng: 2 }, |
|
|
|
|
{ id: 11, type: 1, zaocan: '玉米', needLevel: 550, jiacheng: 3 }, |
|
|
|
|
{ id: 12, type: 2, zaocan: '葱油饼', needLevel: 600, jiacheng: 4 }, |
|
|
|
|
{ id: 13, type: 3, zaocan: '油饼', needLevel: 650, jiacheng: 5 }, |
|
|
|
|
{ id: 14, type: 4, zaocan: '燕麦粥', needLevel: 700, jiacheng: 7 }, |
|
|
|
|
|
|
|
|
|
{ id: 15, type: 0, zaocan: '红薯', needLevel: 750, jiacheng: 8 }, |
|
|
|
|
{ id: 16, type: 1, zaocan: '西兰花', needLevel: 800, jiacheng: 9 }, |
|
|
|
|
{ id: 17, type: 2, zaocan: '牛排', needLevel: 900, jiacheng: 10 }, |
|
|
|
|
{ id: 18, type: 3, zaocan: '鸡腿', needLevel: 1000, jiacheng: 12 }, |
|
|
|
|
{ id: 19, type: 4, zaocan: '咖啡', needLevel: 1200, jiacheng: 15 }, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
let levelUpUnLockTanWei = [ |
|
|
|
@ -194,7 +194,8 @@ export default class ZaoCanManager { |
|
|
|
|
let effectUrls = ['sound/蒸笼/放饺子', 'sound/煮锅/煮东西', 'sound/煎锅/煎东西', 'sound/油锅/油炸', 'sound/豆浆桶/盛东西'] |
|
|
|
|
for (let i = 0; i < getzaoCanArray.length; i++) { |
|
|
|
|
if (zaocanConfig[i].type == type) { |
|
|
|
|
|
|
|
|
|
name = effectUrls[i] |
|
|
|
|
break |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return name |
|
|
|
|