ubik23 / charactercreator

A frontend interface for creating characters in SVG.
Other
307 stars 78 forks source link

Rewrite Random function #123

Open ubik23 opened 4 years ago

ubik23 commented 4 years ago

Make sure to keep variables at the top of the function so a non-tech person can edit the % chance of a certain item being randomly selected.

Masks should never appear on a random character (they hide too much) Same for the cloak, it should not appear by random.

There should be a way to exclude certain items if other items have been selected. For example, you might not want a top or a skirt if a dress has been selected.

This function will probably get complicated with exceptions, so let's keep the bar pretty low for a first version and create isssues once it's been updated.

millette commented 4 years ago

See also #147