Mortar with no Alchemy skill requirements
Posted: Sat Nov 15, 2014 8:25 pm
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:
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
}
}