ChensGradiusMod
Chen.GradiusMod.Items.OptionSeed.OptionSeed
OptionSeed.SetVerticalOffsetMultiplier(string, float) Method
Sets the vertical offset multiplier for certain characters since some Option Seeds are positioned awkwardly. Vertical offset default is 0.4f.
public void SetVerticalOffsetMultiplier(string bodyName, float newValue);
Parameters
bodyName
System.String
The CharacterBody name of the character.
newValue
System.Single
The multiplier value.