kinkofer / FightClub5eXML

Creating XML files of all D&D sources compatible with Fight Club 5e and Game Master 5e apps for iOS and Android.
MIT License
706 stars 395 forks source link

Spells for <monster>s #145

Open TtlN00b opened 3 years ago

TtlN00b commented 3 years ago

Spell definitions in the app are case sensitive. Most spell listings for monster entries are lower case. all spells are in leading caps. This means that all the work of coding the spells in the XML is not useful in the app because the two do not line up.

TtlN00b commented 3 years ago

Nevermind, it must be something else. The tutorial says spells are case insensitive. Why do entities not have their spells linked in the Game Master 5 app? The entries are there.

TtlN00b commented 3 years ago

It has to have something to do with the load order in the CoreOnly.xml. If I pull the monsters out, and import them separately, their spells populate, but short of that they do not.