Changing the warp range for FE6 in FEBuilder

In FE6, I want to be able to change the formula for the range on staves like warp, status staves, and physic using FEBuilder, but despite looking around the the forums and the code itself, I have not been able to find anything helpful.
If someone knows how to change both the base range and the added ranged from a unit’s magic, that’d be greatly appreciated.

I found out how to change the extra range that’s given to every ranged staff (which is usually +5)

0802166C B510 Push{r4,lr} //GetUnitMagBy2Range
Then find
0801817E 3005
ADD r0, #0x5
Change the 5 to whatever you want.