Page 1 of 1

Mortar with no Alchemy skill requirements

Posted: Sat Nov 15, 2014 8:25 pm
by strangely
Is it possible to create a mortar that doesn't require the user to have the alchemy skill?
I tried the following but it just worked like a regular mortar:

Code: Select all

defineObject
{
  name = "mortar_norequirements",
  baseObject = "mortar",
  components =
  {
    class = "CraftPotion",
    requiredLevel = 0
  }
}

Re: Mortar with no Alchemy skill requirements

Posted: Sat Nov 15, 2014 10:00 pm
by QuintinStone
I'm not sure this one can be solved until we get the reference info for the CraftPotionComponent class.