Here is one item that has this problem;
Code: Select all
-- Orb of Storms
defineObject{
name = "qn_orb_storms",
class = "Item",
uiName = "Orb of Storms",
model = "assets/models/items/apprentice_orb.fbx",
gfxIndex = 69,
attackMethod = "castWandSpell",
skill = "air_magic",
requiredLevel = 10,
willpower = 4,
energy = 20,
wandPower = 10,
resistShock = 20,
coolDownTime = 20,
spell = "shock",
weight = 2.0,
}
Odd? Or am I just missing something?