OtherwiseJunk / ParanoiaPerfectEditionSystem-foundryvtt

Other
3 stars 2 forks source link

Refactor dice rolling to be less fragile #9

Open OtherwiseJunk opened 1 year ago

OtherwiseJunk commented 1 year ago

Currently we're referencing form elements to extract information, we should be extracting it from the character's data directly or referencing the HTML elements more precisely.

OtherwiseJunk commented 1 year ago

image This is the readout of the htmlElement.form object, should be able to just select the inputs of the values to get the dropdown values and then continue to look it up in the rollData object

OtherwiseJunk commented 11 months ago

Just use the this.actor.system values dummy