ABM_creator.Potion.baseName C# (CSharp) Method

baseName() public method

public baseName ( int spellId ) : string
spellId int
return string
        override public string baseName(int spellId)
        {
            switch (spellId)
            {
                case 537:
                case 542:
                case 544:
                case 545:
                case 861:
                case 546:
                case 100:
                case 3066:
                    return "oil";
                default: return "potion";
            }
        }