RoR2-ClassicItems

A mod for Risk of Rain 2 that extends ThinkInvis.ClassicItems.

View on GitHub

ChensClassicItems

Chen.ClassicItems.Items.Equipment

DroneRepairKit Class

Singleton equipment class powered by TILER2 that implements Drone Repair Kit functionality.

public class DroneRepairKit : TILER2.Equipment<Chen.ClassicItems.Items.Equipment.DroneRepairKit>

Inheritance System.Object πŸ‘’ TILER2.AutoConfigContainer πŸ‘’ TILER2.T2Module πŸ‘’ TILER2.CatalogBoilerplate πŸ‘’ TILER2.Equipment πŸ‘’ TILER2.Equipment<DroneRepairKit> πŸ‘’ DroneRepairKit

Properties Β 
regenBuff The regen buff associated with the Drone Repair Kit to be given to affected drones.
Methods Β 
SupportCustomDrone(string) Adds a support for a custom drone so that Drone Repair Kit also heals and applies regen to them.
UnsupportCustomDrone(string) Removes support for a custom drone, thus removing them from Drone Repair Kit’s scope.