Then a bug with the >200m(0D) option. Rolling that option always errors with Error: Unresolved StringTerm NaNd6cs>3 requested for evaluation. Pretty sure this one is just a typo: actor-degenesis:211 is looking for weapon.dice.extremes which doesn't exist - weapon.dice.extreme does however, and is used in the sheet template successfully.
Guessing actor-degenesis.js:211 needs to become rollData.actionNumber = weapon.dice.extreme.
Then a bug with the >200m(0D) option. Rolling that option always errors with
Error: Unresolved StringTerm NaNd6cs>3 requested for evaluation
. Pretty sure this one is just a typo:actor-degenesis:211
is looking forweapon.dice.extremes
which doesn't exist -weapon.dice.extreme
does however, and is used in the sheet template successfully.Guessing
actor-degenesis.js:211
needs to becomerollData.actionNumber = weapon.dice.extreme
.