powerof3 / Spell-Perk-Item-Distributor

MIT License
29 stars 8 forks source link

Local and Global Linked Items #23

Closed adya closed 6 months ago

adya commented 7 months ago

Due to the nature of Linked Items users should be able to configure such items to be either linked locally (to distributables in the same _DISTR file) or globally (to distributables in any _DISTR file)

Syntax would probably look like this:

LinkedItem = MyItem|Form1,^Form2

Where Form1 is local (by default) and Form2 is linked globally via modifier ^

adya commented 6 months ago

Nope, syntax is too complex 😄 we'll just define scope for the entire linked form entry by prefixing it with a Global keyword.

So to achieve the same result as describe in the original comment we'd do this:

LinkedForm = MyItem|Form1
GlobalLinkedForm = MyItem|Form2