RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

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.