public string GetNPCAppearance(int roll) { NPCData data = new NPCData(); return(data.GetNPCAppearance(roll)); }