Blahness98
December 4th, 2017, 08:04
It might be me tired and my mind getting slow, but I am having an issue in creating abilities that can be dragged from a library module to a character sheet. I believe that I have the ability properly created in the library. Here is an example from the reference section of the module..
<distortion>
<description type="string">You modify how a willing creature within short range reflects light for one minute. The target rapidly shifts between its normal appearance and a blot of darkness. The target has an asset on Speed defense rolls until the effect wears off. Action to initiate. Erase Memories (3 Intellect points): You reach into the mind of a creature within immediate range and make an Intellect roll. On a success, you erase up to the last five minutes of its memory. Action.</description>
<name type="string">Distortion</name>
<stat type="string">intellect</stat>
<statcost type="number">2</statcost>
</distortion>
To get this called, I am just doing an inline link as follows..
<link class="ability" recordname="reference.abilitiylist.adept.distortion">Distortion (2 Intellect Points)</link>
I had assumed this would pass the proper things to the ability window, but all it does is create a blank ability page. I think I have it coded correctly, but I am probably missing something obvious, so any help would be appreciated. I am going to bed and hopefully when I wake up my mind won't be as sluggish as it is right now..
Thanks in advance..
<distortion>
<description type="string">You modify how a willing creature within short range reflects light for one minute. The target rapidly shifts between its normal appearance and a blot of darkness. The target has an asset on Speed defense rolls until the effect wears off. Action to initiate. Erase Memories (3 Intellect points): You reach into the mind of a creature within immediate range and make an Intellect roll. On a success, you erase up to the last five minutes of its memory. Action.</description>
<name type="string">Distortion</name>
<stat type="string">intellect</stat>
<statcost type="number">2</statcost>
</distortion>
To get this called, I am just doing an inline link as follows..
<link class="ability" recordname="reference.abilitiylist.adept.distortion">Distortion (2 Intellect Points)</link>
I had assumed this would pass the proper things to the ability window, but all it does is create a blank ability page. I think I have it coded correctly, but I am probably missing something obvious, so any help would be appreciated. I am going to bed and hopefully when I wake up my mind won't be as sluggish as it is right now..
Thanks in advance..