RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Items.GradiusOption.GradiusOption

GradiusOption.SetRotateOptionMultiplier(string, float) Method

Sets the rotation multiplier for a minion type. This multiplier affects the distance and speed of rotation.

public bool SetRotateOptionMultiplier(string masterName, float newValue);

Parameters

masterName System.String
The CharacterMaster name of the minion.

newValue System.Single
The multiplier value.

Returns

System.Boolean
True if the values are set. False if not.