GEONE
July 24th, 2024, 16:10
Hello! I was just wondering what the purpose of the <spells> node is inside many magic items in some 5E modules. For example, potions of healing have the following node inside their entry when creating a copy of the item from a module:
<spells>
<id-00001>
<name type="string">Potion of Healing</name>
<link type="windowreference" />
</id-00001>
<id-00002>
<name type="string">Potion</name>
<link type="windowreference" />
</id-00002>
</spells>
Another example is Mithral Armor, with the following node in it:
<spells>
<id-00001>
<name type="string">Mithral Armor</name>
<link type="windowreference" />
</id-00001>
<id-00002>
<name type="string">Chain Mail</name>
<link type="windowreference" />
</id-00002>
</spells>
What is the purpose of these nodes? Do they serve some purpose or hidden feature that I'm unaware of?
<spells>
<id-00001>
<name type="string">Potion of Healing</name>
<link type="windowreference" />
</id-00001>
<id-00002>
<name type="string">Potion</name>
<link type="windowreference" />
</id-00002>
</spells>
Another example is Mithral Armor, with the following node in it:
<spells>
<id-00001>
<name type="string">Mithral Armor</name>
<link type="windowreference" />
</id-00001>
<id-00002>
<name type="string">Chain Mail</name>
<link type="windowreference" />
</id-00002>
</spells>
What is the purpose of these nodes? Do they serve some purpose or hidden feature that I'm unaware of?