Lists of predefined sounds/particles/spells/materials
Lists of predefined sounds/particles/spells/materials
I've just added lists of predefined sounds and particle systems to modding docs.
Re: Lists of predefined sounds and particle systems
Added list of spells too.
Re: Lists of predefined sounds and particle systems
Now with material definitions too.
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: Lists of predefined sounds/particles/spells/materials
I tried using some of the spells with items
But then it says Warning! Unknown spell: shockburst
The blob spell also didn't work. Didn't try much else, but lightning_bolt worked.
Code: Select all
cloneObject{
name = "lightning_orb",
baseObject = "magic_orb",
uiName = "Orb of Lightning",
attackMethod = "castWandSpell",
spell = "shockburst",
}The blob spell also didn't work. Didn't try much else, but lightning_bolt worked.