internal void SetPhrases(string v) { if (Locked) { throw new InvalidOperationException("This MonsterType is locked and cannot be altered."); } Phrases.AddRange(CipParser.SplitByTokenPreserveQuoted(v, ',')); }