Skip to content

Commit

Permalink
fix: eggPower double type bonuses infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Insektaure committed Jul 4, 2024
1 parent 5d1274b commit 21318fd
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions source/models/powers/eggPower.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Recipe EggPower1 = {
{"Peanut Butter", 1},
},
{
{"Egg Power", "Normal", 1},
{"Item Drop Power: Electric", "Normal", 1},
{"Raid Power: Bug", "Normal", 1}
{"Egg Power", "", 1},
{"Item Drop Power", "Electric", 1},
{"Raid Power", "Bug", 1}
}
};

Expand All @@ -21,9 +21,9 @@ Recipe EggPower2 = {
{"Butter", 1},
},
{
{"Egg Power", "Normal", 2},
{"Raid Power: Electric", "Normal", 1},
{"Exp. Point Power: Normal", "Normal", 1}
{"Egg Power", "", 2},
{"Raid Power", "Electric", 1},
{"Exp. Point Power", "Normal", 1}
}
};

Expand All @@ -34,21 +34,8 @@ Recipe EggPower3 = {
{"Sweet Herba Mystica", 1},
},
{
{"Egg Power", "Normal", 3},
{"Title Power: Normal", "Normal", 3},
{"Item Drop Power: Electric", "Normal", 3}
}
};

Recipe CatchingPower1 = {
{
{"Banana", 3},
{"Chorizo", 2},
{"Sweet Herba Mystica", 1},
},
{
{"Egg Power", "Normal", 3},
{"Title Power: Normal", "Normal", 3},
{"Item Drop Power: Electric", "Normal", 3}
{"Egg Power", "", 3},
{"Title Power", "Normal", 3},
{"Item Drop Power", "Electric", 3}
}
};

0 comments on commit 21318fd

Please sign in to comment.