Newbie question: non-standard dice

Bonjour. I am trying to begin work on a module and I’m having some pretty basic difficulties.

Specifically, I am trying to create some non-standard dice. For example, a weighted d8 where the faces’ values would be something like: 1, 2, 2, 3, 3, 3, 4, 4. I have no idea what the easiest way to do this would be.

Any help would be fantastic. Thank you!

You might want to use Symbolic Dice instead of standard dice. With symbolic dice, you can assign symbols to different die faces instead of numbers.

In your case, the ‘symbols’ would actually be numbers, but the end result would be the same. When you roll the symbolic dice, Vassal would pick randomly from among the die faces you’ve defined.

That works like a charm. Thank you very much.