The only problem I can see with the posted code is in the end of the buffblueprint:
- },
- Icon = '/DGDemonAssassin/DA_WarpStrike',
- },
The ending ) must not have a ,
Removing this should allow the skills to load up. ( I was able to test that much. However, due to problems with my laptop I can't test that the skill is actually firing. )
When you run into a problem, check the folder where you your game.prefs is ( something like:
C:\Users\(YOUR USER NAME)\Documents\My Games\Gas Powered Games\Demigod
Open demigodLog.txt and search for warning. You'll learn which ones are normal ( if you skip the intro videos, there will be a warning for each of those for example. ) You can also use the /log "filename" to create a log file inside your gamefolder instead. This one should log more once the game starts. These logs are absolutely essential, and often tell you exactly the problem. ( In this case, it mentions that it did not expect to find the comma, because it was supposed to be the end of that blueprint. )
Cheers!