function BuildClothingCheapCard(id) {
    this.Inherits(BuildClothingCard,id,201,2,[ {ht:[5,7], pro:30}, {ht:[8,10], pro:10} ], 0);
}