powerof3 / Spell-Perk-Item-Distributor

MIT License
29 stars 8 forks source link

Allow specifying form type in LinkedForm #22

Closed adya closed 6 months ago

adya commented 7 months ago

A couple of improvements related to "Linked Items" feature.

  1. Change LinkedItem to a generic LinkedForm to allow type inferring based on FormType of the form.
  2. Allows marking any entry as linked by adding a prefix Linked (e.g. LinkedOutfit, LinkedKeyword). This one is mainly needed to be able to disambiguate outfits vs sleeping outfits and items vs death items.
  3. (Optional) Backport generic type Form to regular entries, allowing the same type inference.