Text file that adds some high level spells of Enderal
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
I only added spells that only described in SureAI wiki. If know IDs of other spells, fell free to add and post as your own, I don't mind.
Drop the text file to Enderal main folder, and while in game type "bat allspells".
Because of my laziness, I wrote a C++ code that does job of printing contents of text file. In code I declared a string variable containing 50 elements, because I only added 50 IDs. If you want to add more IDs then you should change size of that variable. Code should work on any compilers.
Also it should work on Olderal, if they didn't change IDs of items.
PS: Pls don't harass me because of code :( . I'm not a programmer and only know basics(maybe even lower than that). It can irradiate your eyes because I declared string with most heretical way as possible.
If you don't get anything because of my perfect English skills, feel free to ask. I'll help as much as I can. It is my first time adding something so I maybe forgot some essential parts.