Wully616/BetterMods

Add helper to check what an item is imbued with

Opened this issue · 0 comments

lilhusky (Dog Gang) — Today at 03:10
item.imbues[0].spellID

lyneca, magic man — Today at 04:36
item.imbues works but you can also go by collider group
item.colliderGroups.Select(group => group.imbue)
remember that some items (e.g. dual blade staff) have more than one imbue point
so item.imbues[0] works in the naive case but not in general