private static BodyPart CreateStandardPart(EBodyPartType type, string Name) => new BodyPart() { Name = Name, MaxHP = 100, CurrentHP = 100, Equipped = new HashSet <Item>() };
public StunGroup() { BodyPartList = new EBodyPartType[0]; }