Class ToggleableFireballUpgrade
A module which allows toggling between Vengeful Spirit and Shade Soul in the inventory after Shade Soul is obtained.
Has optional settings to only allow a deferred one-way upgrade from Vengeful Spirit to Shade Soul.
Inheritance
ToggleableFireballUpgrade
Assembly: ItemChanger.dll
Syntax
public class ToggleableFireballUpgrade : Module
Constructors
View Source
ToggleableFireballUpgrade()
Declaration
public ToggleableFireballUpgrade()
Fields
View Source
isDeferred
Declaration
Field Value
View Source
onewayToggle
Declaration
Field Value
Methods
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
View Source
Toggle()
Declaration
View Source
Unload()
Declaration
public override void Unload()
Overrides
Extension Methods