diff --git a/source/models/powers/eggPower.hpp b/source/models/powers/eggPower.hpp index 05e8e93..a3d6145 100644 --- a/source/models/powers/eggPower.hpp +++ b/source/models/powers/eggPower.hpp @@ -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} } }; @@ -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} } }; @@ -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} } };