Eliminate Egg spawn limit for Easter Event

Are there any developers who can do something unprecedented like this?

Not sure how to change it yet but in the [Assembly-CSharp.dll] there is the object [EggHuntEvent], which has the readonly property [maxEggPerPlayer], which by default is set to (int) 25;

 
From a quick look through the EggHuntEvent, it doesn't look like its a value that can be set/modified (though a more experienced modder should be able to give you a more definate answer).
However, there is a hook that is called when the event triggers. Using that hook it should be doable to create a custom plugin that is heavily based on the existing code (in the egghuntevent object).
 
Not sure if you already knew that or not but that is a neat idea. I hope you or someone with a bit of free time could tinker and give you a solution.

I did not know about such a specialty.
I am glad to see some hope. Thank you Miji. 💕
God... God of the egg, save us all.