#Tweaking Watcher *Spoiler* Ability

1 messages · Page 1 of 1 (latest)

ruby tundra
#

So, I'm trying to change the ripple egg warp to not require picking up any ripple spawn eggs, or at least lower the amount required. I'm using dnSpy and I think I see what I'm looking for, but I am unsure of how to change it to lower the requirements.

ruby tundra
#

Tweaking Watcher Spoiler Ability

#

I believe I should be able to change EggsRequiredForWarp to 0 I think? I'm just not sure how to do that in the IL instructions

#

I believe I figured it out! In RegionState, I changed this block so it returned 0 instead of 50:

#

// Token: 0x17000B63 RID: 2915
// (get) Token: 0x0600460E RID: 17934 RVA: 0x004E22AB File Offset: 0x004E04AB
public static int WarpEggThreshold
{
get
{
return 0;
}
}