@@ -8,9 +8,9 @@ Recipe EggPower1 = {
8
8
{" Peanut Butter" , 1 },
9
9
},
10
10
{
11
- {" Egg Power" , " Normal " , 1 },
12
- {" Item Drop Power: Electric " , " Normal " , 1 },
13
- {" Raid Power: Bug " , " Normal " , 1 }
11
+ {" Egg Power" , " " , 1 },
12
+ {" Item Drop Power" , " Electric " , 1 },
13
+ {" Raid Power" , " Bug " , 1 }
14
14
}
15
15
};
16
16
@@ -21,9 +21,9 @@ Recipe EggPower2 = {
21
21
{" Butter" , 1 },
22
22
},
23
23
{
24
- {" Egg Power" , " Normal " , 2 },
25
- {" Raid Power: Electric " , " Normal " , 1 },
26
- {" Exp. Point Power: Normal " , " Normal" , 1 }
24
+ {" Egg Power" , " " , 2 },
25
+ {" Raid Power" , " Electric " , 1 },
26
+ {" Exp. Point Power" , " Normal" , 1 }
27
27
}
28
28
};
29
29
@@ -34,21 +34,8 @@ Recipe EggPower3 = {
34
34
{" Sweet Herba Mystica" , 1 },
35
35
},
36
36
{
37
- {" Egg Power" , " Normal" , 3 },
38
- {" Title Power: Normal" , " Normal" , 3 },
39
- {" Item Drop Power: Electric" , " Normal" , 3 }
40
- }
41
- };
42
-
43
- Recipe CatchingPower1 = {
44
- {
45
- {" Banana" , 3 },
46
- {" Chorizo" , 2 },
47
- {" Sweet Herba Mystica" , 1 },
48
- },
49
- {
50
- {" Egg Power" , " Normal" , 3 },
51
- {" Title Power: Normal" , " Normal" , 3 },
52
- {" Item Drop Power: Electric" , " Normal" , 3 }
37
+ {" Egg Power" , " " , 3 },
38
+ {" Title Power" , " Normal" , 3 },
39
+ {" Item Drop Power" , " Electric" , 3 }
53
40
}
54
41
};
0 commit comments