RoR2-ClassicItems

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

View on GitHub

ChensClassicItems

Chen.ClassicItems.Items.Uncommon

FootMine Class

Singleton item class powered by TILER2 that implements Dead Man’s Foot functionality.

public class FootMine : TILER2.Item<Chen.ClassicItems.Items.Uncommon.FootMine>

Inheritance System.Object 🡒 TILER2.AutoConfigContainer 🡒 TILER2.T2Module 🡒 TILER2.CatalogBoilerplate 🡒 TILER2.Item 🡒 TILER2.Item<FootMine> 🡒 FootMine

Properties  
mineGhostPrefab The ghost projectile prefab for the mine prefab of Dead Man’s Foot.
minePrefab The mine prefab used to deploy the mines triggered by Dead Man’s Foot.
poisonBuff The BuffDef poison debuff used by Dead Man’s Foot.
poisonDot The DotIndex poison debuff used by Dead Man’s Foot.