Basic New Spell
Posted: Thu Nov 01, 2012 4:29 am
I want to make a fireburst that looks and acts the same as the first, but just does a ridiculously greater amount of damage.
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
However, in game my spawners could not spawn this spell. Which is the primary use for it.
Reloaded the mod and everything.
I figured with all the steps I did something wrong, anybody able to point me in the right direction?
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?