RoR2 SotS: Unused Seeker Skill

Subscribers:
383
Published on ● Video Link: https://www.youtube.com/watch?v=qNCkJZx-ivg



Duration: 0:00
1,176 views
16


Soul Search is an unused Seeker skill. I've recreated it with some issues:
Seeker's body prefab needs HuntressTracker, but I don't know what the original maxDistance is for it. Looking at the projectile it looks like it should be around 40m.
There's supposed to be a crosshair override, but I ran into loadout issue (esp considering i did it quick and dirty anyways), though when I checked it it was just a SimpleDotCrosshair so who knows
The EntityState needs a code patch for the gauntlet, that's why there's a chat message (i put it there). There's some dodgy code that tries to get the transform of the muzzleName "", which gives nothing then nullrefs because you can't get the position of a null object. I defaulted it to the left gauntlet in that situation
Notice how the projectile does 500% damage and not 250% damage. Don't ask me.