PDA

View Full Version : Link with spell list



Drogo210
March 18th, 2019, 06:03
Hi,

Let's say I've created a module with FG and in such module I have new spellcasting class with spells from different other classes. I was wondering, Is it possible to create a list of such spells and then create a link as for other spellcasting classes?

For now I have just put in the spell description (Source) the name of the Class.

I know that I have to mess up :) with the .xlm file but I have no clue of the strings to use.

Zacchaeus
March 18th, 2019, 10:16
You can't do it within FG. The only workaround is the one that you are doing.

Drogo210
March 18th, 2019, 18:43
You can't do it within FG. The only workaround is the one that you are doing.

Can you point me at any informative that explain how to code this particular thing, because I went the xlm description in the web site but I didn't really get where to start from. I go that the link should be something with somecode.class name@spell list, but no idea of how to create the spell list.

Zacchaeus
March 18th, 2019, 19:22
Can you point me at any informative that explain how to code this particular thing, because I went the xlm description in the web site but I didn't really get where to start from. I go that the link should be something with somecode.class name@spell list, but no idea of how to create the spell list.

The problem you have is that you can only create a spell list in a reference manual and you can't create a reference manual from within Fantasy Grounds.

You may or may not be able to do this with the Author extension (https://www.fantasygrounds.com/forums/showthread.php?41833-Project-Author) or with Spell Engineer (https://www.fantasygrounds.com/forums/showthread.php?45630-Engineer-Suite).

There's also this which might help (https://www.fantasygrounds.com/forums/showthread.php?36157-5e-Asset-Templates).

Drogo210
March 19th, 2019, 19:05
There's also this which might help (https://www.fantasygrounds.com/forums/showthread.php?36157-5e-Asset-Templates).

That was what I was looking for. Thanks

Talyn
March 19th, 2019, 20:38
The problem you have is that you can only create a spell list in a reference manual...

You lost me there. @Drogo210 can you post a screenshot of what type of list you're talking about?

Drogo210
March 19th, 2019, 22:05
You lost me there. @Drogo210 can you post a screenshot of what type of list you're talking about?

26783

Talyn
March 19th, 2019, 23:42
Ok so you're wanting the Rune Master spell list linked onto the Spellcasting ability?

Rip apart the 5E SRD Data module. You'll see all the spell lists use the reference_colindex class. You'll have to build that yourself in the XML. You'll also notice the Spells link in the library (for both SRD and PHB) that's where you want to see those. Once you have that, just drag the list onto the ability window to link it, or code the link directly within the XML since you're already in there building the list.