Page 1 of 1
Lists of predefined sounds/particles/spells/materials
Posted: Thu Sep 13, 2012 8:42 am
by petri
I've just added lists of predefined sounds and particle systems to
modding docs.
Re: Lists of predefined sounds and particle systems
Posted: Thu Sep 13, 2012 8:56 am
by petri
Added list of spells too.
Re: Lists of predefined sounds and particle systems
Posted: Thu Sep 13, 2012 9:54 am
by petri
Now with material definitions too.
Re: Lists of predefined sounds/particles/spells/materials
Posted: Sat Sep 15, 2012 11:52 am
by Montis
I tried using some of the spells with items
Code: Select all
cloneObject{
name = "lightning_orb",
baseObject = "magic_orb",
uiName = "Orb of Lightning",
attackMethod = "castWandSpell",
spell = "shockburst",
}
But then it says
Warning! Unknown spell: shockburst
The blob spell also didn't work. Didn't try much else, but lightning_bolt worked.