First off, I noticed everyone was making spells for spells.lua
I didn't seem to have a spells.lua
So I copied wall sets and renamed it to "spells",
I then put this inside of it
Code: Select all
cloneSpell{
name = "bigass_fireburst",
baseSpell = "fireburst",
uiName = "Big Kaboom",
skill = "fire_magic",
level = 26,
runes = "ABC",
manaCost = 69,
attackPower = 70,
}
Reloaded the mod and everything.
I figured with all the steps I did something wrong, anybody able to point me in the right direction?