public void randomizeR() { rarity = (jRarity)Random.Range(0, 3); }
public Jewel(jColor c, jSize s, jRarity r) { color = c; size = s; rarity = r; }